@charset "UTF-8";

/*@import url(https://webfontworld.github.io/SCoreDream/SCoreDream.css);*/

@font-face {
    font-family: 'Jalnan2';
    src: url('../fonts/Jalnan2.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    height: 100%;
}
body {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: SCoreDream,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif !important;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/theme/a26/common/main_bg.jpg);
    background-size: cover;
    background-color: #000;
    background-blend-mode: normal;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
@media (max-width: 400px) {
    body {
        overflow-x: hidden;
    }
}
@media (max-width: 1200px) {
    body {
        padding-bottom: 7rem;
    }
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #2e2e2e;
}

*::-webkit-scrollbar {
    width: 4px;
    background-color: #2e2e2e;
    opacity:0.5;
}

*::-webkit-scrollbar-thumb {
    background-color: #464646;
    opacity:0.5;
}

.icon_bul {
    background-color: #e0290b;
}

.selectbox select {
    width: 100%;
    background-color: #000;
    height: 45px;
    padding: 0 12px;
    border: none;
    border-radius: 0;
    background: url(/img/theme/a26/common/ico_select_arrow.png) #000 no-repeat 100% center;
    background-size: 25px;
    appearance: none;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid rgb(120, 88, 24);
    background-color: #0e1a2b;
    border: solid 1px #324760;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="number"].form-control {
    height: 45px;
}

.form-control, .form-select {
    border-radius: 4px;
    color: #fff !important;
    padding: 0 12px;
    font-size: 12px;
    background-color: #0e1a2b;
    height: 45px;
    border: solid 1px #324760;
}

.form-check {
    min-height: 20px;
}

.form-check input[type="checkbox"] ~ .form-check-label.text {
    color: #fff;
    padding-left: 26px;
    font-weight: normal;
}

.form-check input[type="checkbox"] ~ .form-check-label:before {
    border-radius: 0;
}

.layout_container {
    display: flex;
    margin: 0 0 auto 0;
}

.layout_container.show_notice {
    flex: 1;
    padding-bottom: 8rem;
}

.layout_container.full_width .layout_aside {
    display: none;
}

.layout_container.full_width .layout_wrap {
    margin-left: 0;
}

.layout_container .layout_wrap {
    flex: 1;
    min-width: 0;
    padding-bottom: 0;
}

/* layout */
#container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background-color: #000;
}

.logout-btn-icon
{
    display: none;
}
.main_user_login {
    
}

.inner_wrap {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
}

.inner_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.main_user_info {
    display: none;
}

.contract_sub_layout {
    position: relative;
}

.contract_sub_layout.full_width {
    margin-left: 0;
    margin-right: 0;
}

.contract_sub_layout.full_width .layout_aside .contract_aside {
    display: none;
}

.contract_sub_layout.full_width .contract_sports_cart {
    display: none;
}

/* sub */
.sub_container {
    width: 100%;
    /* margin-bottom: 20px;
    background-color: #03070e;
    border-radius: 18px;
    border: solid 2px #0c254e;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 1.0), 0 2px 5px rgba(0, 0, 0, 1.0), inset 0 0 1px 1px rgba(0, 0, 0, 0.5); */
}

.sub_container:before {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, rgba(64, 122, 195, 0), rgba(64, 122, 195, 1.0), rgba(64, 122, 195, 0));
    left: 0;
    top: -2px;
    z-index: 2;
    content: '';
    position: absolute;
    pointer-events: none;
}

.sub_container:after {
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/header-bg.png);
    background-repeat: repeat-x;
    left: 0;
    top: 63px;
}

.sub_container.bet_bg .sub_article {

}

.sub_visual {
    display: none !important;
    padding: 0 20px;
}

.sub_visual.sub_visible {
    display: block;
    padding: 0;
}

.sub_visual .sub_visual_title {
    display: none;
}

.sub_visual .pc_img {

}

.sub_visual .mobile_img {
    display: none;
}

.sub_article {
    position: relative;
    padding-top: 3rem;
}

.sub_article .inner_wrap {
    position: static;
    flex: 1;
    padding: 0;
}

.bet_log_area .tbl_result_box .result_box_item:first-child {
    margin-top: 10px;
}

.sub_content {
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #03070e;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top: none;
    border: solid 2px #0c254e;
    margin: -2px -2px 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 1.0), 0 2px 5px rgba(0, 0, 0, 1.0), inset 0 0 1px 1px rgba(0, 0, 0, 0.5);
}

.sub_content.sub_casino_transfer {
    padding: 0;
}

.sub_title {
    display: block;
    position: relative;
    align-items: center;
    background: linear-gradient(#162f53, #0e1b31);
    border-radius: 18px 18px 2px 2px;
    margin: -2px -2px 0;
    text-align: center;
    justify-content: center;
}

.sub_title:before {
    position: absolute;
    pointer-events: none;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-image: linear-gradient(#0e1c30, #08111f);
    border-radius: 18px 18px 2px 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    content: '';
}

.sub_title h2 {
    display: inline-block;
    position: relative;
    max-width: 390px;
    height: 70px;
    margin: 0;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    line-height: 70px;
    padding: 0 20px;
    font-size: 25px;
    z-index: 1;
    background-image: linear-gradient(#172f50, #0d1d31);
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 1.0));
}

.sub_title h2:before,
.sub_title h2:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 41px;
    height: 100%;
    top: 0;
    background-image: url(/img/theme/a26/common/modal-title.png);
    background-size: 41px 100%;
}

.sub_title h2:before {
    left: -41px;
}

.sub_title h2:after {
    right: -41px;
    transform: rotateY(180deg);
}

.sub_title .sub_text {
    display: inline-block;
    height: 50px;
    margin-left: 10px;
    font-size: 20px;
    color: #999;
    line-height: 48px;
    vertical-align: top;
}

.sub_title .tit_tip {
    margin-left: 10px;
    font-size: 13px;
    color: #999;
}

.sub_title .btn_set {
    position: absolute;
    top: 10px;
    right: 10px;
}

.sub_title .btn_set > * {
    float: left;
    margin-left: 5px;
}

.sub_title .page_title {
    font-size: 40px;
    color: #222;
    text-align: center;
}

.sub_title .page_desc {
    margin-top: 11px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.btn_pop_area {
    padding: 20px 10px;
    text-align: center;
}

.sub_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.sub_tabs li {
    flex: 1;
    margin-left: 2px;
}

.sub_tabs li:first-child {
    border-left: none;
    margin-left: 0;
}

.sub_tabs li a {
    display: flex;
    position: relative;
    height: 50px;
    color: #828fac;
    text-align: center;
    transition: all .2s;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

.sub_tabs li a:before {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-top: solid 2px #132650;
    border-bottom: solid 2px #132650;
    background-color: #0c1836;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) ,rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) ,rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    transition: 0.3s;
}

.sub_tabs li a:hover {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 5px rgba(41, 114, 223, 1.0);
}

.sub_tabs li a:hover:before {
    border-top-color: #285c9a;
    border-bottom-color: #285c9a;
    background-color: #122e4e;
}

.sub_tabs li.on a {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 5px rgba(41, 114, 223, 1.0);
}

.sub_tabs li.on a:before {
    border-top-color: #285c9a;
    border-bottom-color: #285c9a;
    background-color: #122e4e;
}

.sub_tabs li a span {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.sub_tabs li a .icon-panel {
    display: none;
}

.sub_tabs li.on a {

}

.sub_tabs li.on a .icon-panel:before {
    opacity: 1;
}

.sub_tabs li.tip {
    border: none;
}

.sub_tabs li.tip p {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
}

.sub_tabs li.form {
    float: right;
}

.sub_tabs li.form .input_box {
    display: flex;
    margin-top: 4px;
    align-items: center;
}

.sub_tabs li.form .input_box span {
    display: block;
    margin-right: 4px;
    color: #e1c991;
    font-weight: 900;
    font-size: 13px;
}

.sub_tabs li.form .input_box input {
    margin-right: 4px;
    width: 163px;
}

.sub_tabs.small li a {
    height: 44px;
    font-size: 15px;
    line-height: 44px;
}

.game_tabs_wrap {
    position: relative;
}

.game_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 1px;
    margin-right: -2px;
}

.game_tabs:after {
    display: block;
    content: '';
    clear: both;
}

.game_tabs.tabs_6 li {
    width: calc(16.6666% - 2px);
    margin: 0 2px 2px 0;
    flex: none;
}

.game_tabs.tabs_8 li {
    width: calc(12.5% - 2px);
    flex: none;
}

.game_tabs.tabs_full li {
    flex: 1;
    margin-right: 2px;
}

.game_tabs li {
    flex: 1;
    position: relative;
    margin: 0 2px 2px 0;
}

.game_tabs li a {
    display: flex;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    color: #d0d3d4;
    font-weight: 500;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 8px;
    background: linear-gradient(#2b3343, #191e29);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.game_tabs li a .sports_icon {
    margin-right: 2px;
    margin-top: -3px;
    vertical-align: top;
}

.game_tabs li a .fal.fa-sport-687890:before {
    content: "\f11b";
}

.game_tabs li a .fal.fa-sport-35232:before {
    content: "\f454";
}

.game_tabs li a .txt {
    display: block;
    margin-top: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.game_tabs li a .count {
    margin-top: 1px;
    margin-left: 4px;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    color: #a0d0ff;
}

.game_tabs li:not(.on) a:hover {
    filter: brightness(1.5);
}

.game_tabs li.on a {
    color: #fff;
    z-index: 1;
    background: linear-gradient(#11bdfa, #0b61be);
}

.game_tabs li.on a .count,
.game_tabs li.on a .txt,
.game_tabs li.on a .sports_icon {
    color: #fff;
}

.game_tabs.sports_sub_tab {
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: -2px;
    padding: 0;
}

.game_tabs.sports_sub_tab li {
    float: left;
    width: calc(12.5% -  2px);
    margin-bottom: 0;
    margin-right: 2px;
}

.game_tabs.sports_sub_tab li + li a {

}

.game_tabs.sports_sub_tab li a {

}

.game_tabs.sports_sub_tab li a .sports_icon {

}

.game_tabs.sports_sub_tab li a .txt {

}

.game_tabs.sports_sub_tab li a .count {

}

.analysis_graph {

}

.analysis_graph .game_tabs {
    display: flex;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
    padding-right: 1px;
    padding: 0;
}

.game_sorting {
    display: flex;
    position: relative;
    margin-bottom: 5px;
}

.game_sorting .left,
.game_sorting .right,
.game_sorting .center {
    display: flex;
    flex: 1;
    align-items: center;
}

.game_sorting .left .btn_ui + .btn_ui,
.game_sorting .right .btn_ui + .btn_ui,
.game_sorting .center .btn_ui + .btn_ui {
    margin-left: 8px;
}

@charset "UTF-8";

/*@import url(https://webfontworld.github.io/SCoreDream/SCoreDream.css);*/

body {
    font-family: SCoreDream,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif !important;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/theme/a26/common/main_bg.jpg);
    background-color: #000;
    background-blend-mode: normal;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #2e2e2e;
}

*::-webkit-scrollbar {
    width: 4px;
    background-color: #2e2e2e;
    opacity:0.5;
}

*::-webkit-scrollbar-thumb {
    background-color: #464646;
    opacity:0.5;
}

.icon_bul {
    background-color: #e0290b;
}

.selectbox select {
    width: 100%;
    background-color: #000;
    height: 45px;
    padding: 0 12px;
    border: none;
    border-radius: 0;
    background: url(/img/theme/a26/common/ico_select_arrow.png) #000 no-repeat 100% center;
    background-size: 25px;
    appearance: none;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid rgb(120, 88, 24);
    background-color: #0e1a2b;
    border: solid 1px #324760;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="number"].form-control {
    height: 45px;
}

.form-control, .form-select {
    border-radius: 4px;
    color: #fff !important;
    padding: 0 12px;
    font-size: 12px;
    background-color: #0e1a2b;
    height: 45px;
    border: solid 1px #324760;
}

.form-check {
    min-height: 20px;
}

.form-check input[type="checkbox"] ~ .form-check-label.text {
    color: #fff;
    padding-left: 26px;
    font-weight: normal;
}

.form-check input[type="checkbox"] ~ .form-check-label:before {
    border-radius: 0;
}

.layout_container {
    display: flex;
}

.layout_container.show_notice {
    
}

.layout_container.full_width .layout_aside {
    display: none;
}

.layout_container.full_width .layout_wrap {
    margin-left: 0;
}

.layout_container .layout_wrap {
    flex: 1;
    min-width: 0;
    padding-bottom: 0;
}

/* layout */
#container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.logout-btn-icon
{
    display: none;
}
.main_user_login {
    
}

.inner_wrap {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
}

.inner_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.main_user_info {
    display: none;
}

.contract_sub_layout {
    position: relative;
}

@charset "UTF-8";

/*@import url(https://webfontworld.github.io/SCoreDream/SCoreDream.css);*/

body {
    font-family: SCoreDream,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif !important;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/theme/a26/common/main_bg.jpg);
    background-size: cover;
    background-color: #000;
    background-blend-mode: normal;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #2e2e2e;
}

*::-webkit-scrollbar {
    width: 4px;
    background-color: #2e2e2e;
    opacity:0.5;
}

*::-webkit-scrollbar-thumb {
    background-color: #464646;
    opacity:0.5;
}

.icon_bul {
    background-color: #e0290b;
}

.selectbox select {
    width: 100%;
    background-color: #000;
    height: 45px;
    padding: 0 12px;
    border: none;
    border-radius: 0;
    background: url(/img/theme/a26/common/ico_select_arrow.png) #000 no-repeat 100% center;
    background-size: 25px;
    appearance: none;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid rgb(120, 88, 24);
    background-color: #0e1a2b;
    border: solid 1px #324760;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="number"].form-control {
    height: 45px;
}

.form-control, .form-select {
    border-radius: 4px;
    color: #fff !important;
    padding: 0 12px;
    font-size: 12px;
    background-color: #0e1a2b;
    height: 45px;
    border: solid 1px #324760;
}

.form-check {
    min-height: 20px;
}

.form-check input[type="checkbox"] ~ .form-check-label.text {
    color: #fff;
    padding-left: 26px;
    font-weight: normal;
}

.form-check input[type="checkbox"] ~ .form-check-label:before {
    border-radius: 0;
}

.layout_container {
    display: flex;
}

.layout_container.show_notice {
    
}

.layout_container.full_width .layout_aside {
    display: none;
}

.layout_container.full_width .layout_wrap {
    margin-left: 0;
}

.layout_container .layout_wrap {
    flex: 1;
    min-width: 0;
    padding-bottom: 0;
}

/* layout */
#container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.logout-btn-icon
{
    display: none;
}
.main_user_login {
    
}

.inner_wrap {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
}

.inner_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.main_user_info {
    display: none;
}

.contract_sub_layout {
    position: relative;
}

.contract_sub_layout.full_width {
    margin-left: 0;
    margin-right: 0;
}

.contract_sub_layout.full_width .layout_aside .contract_aside {
    display: none;
}

.contract_sub_layout.full_width .contract_sports_cart {
    display: none;
}

/* sub */
.sub_container {
    width: 100%;
    /* margin-bottom: 20px;
    background-color: #03070e;
    border-radius: 18px;
    border: solid 2px #0c254e;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 1.0), 0 2px 5px rgba(0, 0, 0, 1.0), inset 0 0 1px 1px rgba(0, 0, 0, 0.5); */
}

.sub_container:before {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, rgba(64, 122, 195, 0), rgba(64, 122, 195, 1.0), rgba(64, 122, 195, 0));
    left: 0;
    top: -2px;
    z-index: 2;
    content: '';
    position: absolute;
    pointer-events: none;
}

.sub_container:after {
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/header-bg.png);
    background-repeat: repeat-x;
    left: 0;
    top: 63px;
}

.sub_container.bet_bg .sub_article {

}

.sub_visual {
    display: none !important;
    padding: 0 20px;
}

.sub_visual.sub_visible {
    display: block;
    padding: 0;
}

.sub_visual .sub_visual_title {
    display: none;
}

.sub_visual .pc_img {

}

.sub_visual .mobile_img {
    display: none;
}

.sub_article {
    position: relative;
}

.sub_article .inner_wrap {
    position: static;
    flex: 1;
    padding: 0;
}

.bet_log_area .tbl_result_box .result_box_item:first-child {
    margin-top: 10px;
}

.sub_content {
    padding: 10px 10px;
}

.sub_content.sub_casino_transfer {
    padding: 0;
}

.sub_title {
    display: block;
    position: relative;
    align-items: center;
    background: linear-gradient(#162f53, #0e1b31);
    border-radius: 18px 18px 2px 2px;
    margin: -2px -2px 0;
    text-align: center;
    justify-content: center;
}

.sub_title:before {
    position: absolute;
    pointer-events: none;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-image: linear-gradient(#0e1c30, #08111f);
    border-radius: 18px 18px 2px 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    content: '';
}

.sub_title h2 {
    display: inline-block;
    position: relative;
    max-width: 390px;
    height: 70px;
    margin: 0;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    line-height: 70px;
    padding: 0 20px;
    font-size: 25px;
    z-index: 1;
    background-image: linear-gradient(#172f50, #0d1d31);
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 1.0));
}

.sub_title h2:before,
.sub_title h2:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 41px;
    height: 100%;
    top: 0;
    background-image: url(/img/theme/a26/common/modal-title.png);
    background-size: 41px 100%;
}

.sub_title h2:before {
    left: -41px;
}

.sub_title h2:after {
    right: -41px;
    transform: rotateY(180deg);
}

.sub_title .sub_text {
    display: inline-block;
    height: 50px;
    margin-left: 10px;
    font-size: 20px;
    color: #999;
    line-height: 48px;
    vertical-align: top;
}

.sub_title .tit_tip {
    margin-left: 10px;
    font-size: 13px;
    color: #999;
}

.sub_title .btn_set {
    position: absolute;
    top: 10px;
    right: 10px;
}

.sub_title .btn_set > * {
    float: left;
    margin-left: 5px;
}

.sub_title .page_title {
    font-size: 40px;
    color: #222;
    text-align: center;
}

.sub_title .page_desc {
    margin-top: 11px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.btn_pop_area {
    padding: 20px 10px;
    text-align: center;
}

.sub_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.sub_tabs li {
    flex: 1;
    margin-left: 2px;
}

.sub_tabs li:first-child {
    border-left: none;
    margin-left: 0;
}

.sub_tabs li a {
    display: flex;
    position: relative;
    height: 50px;
    color: #828fac;
    text-align: center;
    transition: all .2s;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

.sub_tabs li a:before {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-top: solid 2px #132650;
    border-bottom: solid 2px #132650;
    background-color: #0c1836;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) ,rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) ,rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    transition: 0.3s;
}

.sub_tabs li a:hover {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 5px rgba(41, 114, 223, 1.0);
}

.sub_tabs li a:hover:before {
    border-top-color: #285c9a;
    border-bottom-color: #285c9a;
    background-color: #122e4e;
}

.sub_tabs li.on a {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 5px rgba(41, 114, 223, 1.0);
}

.sub_tabs li.on a:before {
    border-top-color: #285c9a;
    border-bottom-color: #285c9a;
    background-color: #122e4e;
}

.sub_tabs li a span {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.sub_tabs li a .icon-panel {
    display: none;
}

.sub_tabs li.on a {

}

.sub_tabs li.on a .icon-panel:before {
    opacity: 1;
}

.sub_tabs li.tip {
    border: none;
}

.sub_tabs li.tip p {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
}

.sub_tabs li.form {
    float: right;
}

.sub_tabs li.form .input_box {
    display: flex;
    margin-top: 4px;
    align-items: center;
}

.sub_tabs li.form .input_box span {
    display: block;
    margin-right: 4px;
    color: #e1c991;
    font-weight: 900;
    font-size: 13px;
}

.sub_tabs li.form .input_box input {
    margin-right: 4px;
    width: 163px;
}

.sub_tabs.small li a {
    height: 44px;
    font-size: 15px;
    line-height: 44px;
}

.game_tabs_wrap {
    position: relative;
}

.game_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 1px;
    margin-right: -2px;
}

.game_tabs:after {
    display: block;
    content: '';
    clear: both;
}

.game_tabs.tabs_6 li {
    width: calc(16.6666% - 2px);
    margin: 0 2px 2px 0;
    flex: none;
}

.game_tabs.tabs_8 li {
    width: calc(12.5% - 2px);
    flex: none;
}

.game_tabs.tabs_full li {
    flex: 1;
    margin-right: 2px;
}

.game_tabs li {
    flex: 1;
    position: relative;
    margin: 0 2px 2px 0;
}

.game_tabs li a {
    display: flex;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    color: #d0d3d4;
    font-weight: 500;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 8px;
    background: linear-gradient(#2b3343, #191e29);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.game_tabs li a .sports_icon {
    margin-right: 2px;
    margin-top: -3px;
    vertical-align: top;
}

.game_tabs li a .fal.fa-sport-687890:before {
    content: "\f11b";
}

.game_tabs li a .fal.fa-sport-35232:before {
    content: "\f454";
}

.game_tabs li a .txt {
    display: block;
    margin-top: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.game_tabs li a .count {
    margin-top: 1px;
    margin-left: 4px;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    color: #a0d0ff;
}

.game_tabs li:not(.on) a:hover {
    filter: brightness(1.5);
}

.game_tabs li.on a {
    color: #fff;
    z-index: 1;
    background: linear-gradient(#11bdfa, #0b61be);
}

.game_tabs li.on a .count,
.game_tabs li.on a .txt,
.game_tabs li.on a .sports_icon {
    color: #fff;
}

.game_tabs.sports_sub_tab {
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: -2px;
    padding: 0;
}

.game_tabs.sports_sub_tab li {
    float: left;
    width: calc(12.5% -  2px);
    margin-bottom: 0;
    margin-right: 2px;
}

.game_tabs.sports_sub_tab li + li a {

}

.game_tabs.sports_sub_tab li a {

}

.game_tabs.sports_sub_tab li a .sports_icon {

}

.game_tabs.sports_sub_tab li a .txt {

}

.game_tabs.sports_sub_tab li a .count {

}

.analysis_graph {

}

.analysis_graph .game_tabs {
    display: flex;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
    padding-right: 1px;
    padding: 0;
}

.game_sorting {
    display: flex;
    position: relative;
    margin-bottom: 5px;
}

.game_sorting .left,
.game_sorting .right,
.game_sorting .center {
    display: flex;
    flex: 1;
    align-items: center;
}

.game_sorting .left .btn_ui + .btn_ui,
.game_sorting .right .btn_ui + .btn_ui,
.game_sorting .center .btn_ui + .btn_ui {
    margin-left: 8px;
}

@charset "UTF-8";

/*@import url(https://webfontworld.github.io/SCoreDream/SCoreDream.css);*/

body {
    font-family: SCoreDream,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif !important;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/theme/a26/common/main_bg.jpg);
    background-color: #000;
    background-blend-mode: normal;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #2e2e2e;
}

*::-webkit-scrollbar {
    width: 4px;
    background-color: #2e2e2e;
    opacity:0.5;
}

*::-webkit-scrollbar-thumb {
    background-color: #464646;
    opacity:0.5;
}

.icon_bul {
    background-color: #e0290b;
}

.selectbox select {
    width: 100%;
    background-color: #000;
    height: 45px;
    padding: 0 12px;
    border: none;
    border-radius: 0;
    background: url(/img/theme/a26/common/ico_select_arrow.png) #000 no-repeat 100% center;
    background-size: 25px;
    appearance: none;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid rgb(120, 88, 24);
    background-color: #0e1a2b;
    border: solid 1px #324760;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="number"].form-control {
    height: 45px;
}

.form-control, .form-select {
    border-radius: 4px;
    color: #fff !important;
    padding: 0 12px;
    font-size: 12px;
    background-color: #0e1a2b;
    height: 45px;
    border: solid 1px #324760;
}

.form-check {
    min-height: 20px;
}

.form-check input[type="checkbox"] ~ .form-check-label.text {
    color: #fff;
    padding-left: 26px;
    font-weight: normal;
}

.form-check input[type="checkbox"] ~ .form-check-label:before {
    border-radius: 0;
}

.layout_container {
    display: flex;
}

.layout_container.show_notice {
    
}

.layout_container.full_width .layout_aside {
    display: none;
}

.layout_container.full_width .layout_wrap {
    margin-left: 0;
}

.layout_container .layout_wrap {
    flex: 1;
    min-width: 0;
    padding-bottom: 0;
}

/* layout */
#container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.logout-btn-icon
{
    display: none;
}
.main_user_login {
    
}

.inner_wrap {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
}

.inner_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.main_user_info {
    display: none;
}

.contract_sub_layout {
    position: relative;
}

@charset "UTF-8";

/*@import url(https://webfontworld.github.io/SCoreDream/SCoreDream.css);*/

body {
    font-family: SCoreDream,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif !important;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/theme/a26/common/main_bg.jpg);
    background-size: cover;
    background-color: #000;
    background-blend-mode: normal;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #2e2e2e;
}

*::-webkit-scrollbar {
    width: 4px;
    background-color: #2e2e2e;
    opacity:0.5;
}

*::-webkit-scrollbar-thumb {
    background-color: #464646;
    opacity:0.5;
}

.icon_bul {
    background-color: #e0290b;
}

.selectbox select {
    width: 100%;
    background-color: #000;
    height: 45px;
    padding: 0 12px;
    border: none;
    border-radius: 0;
    background: url(/img/theme/a26/common/ico_select_arrow.png) #000 no-repeat 100% center;
    background-size: 25px;
    appearance: none;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid rgb(120, 88, 24);
    background-color: #0e1a2b;
    border: solid 1px #324760;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="number"].form-control {
    height: 45px;
}

.form-control, .form-select {
    border-radius: 4px;
    color: #fff !important;
    padding: 0 12px;
    font-size: 12px;
    background-color: #0e1a2b;
    height: 45px;
    border: solid 1px #324760;
}

.form-check {
    min-height: 20px;
}

.form-check input[type="checkbox"] ~ .form-check-label.text {
    color: #fff;
    padding-left: 26px;
    font-weight: normal;
}

.form-check input[type="checkbox"] ~ .form-check-label:before {
    border-radius: 0;
}

.layout_container {
    display: flex;
}

.layout_container.show_notice {
    
}

.layout_container.full_width .layout_aside {
    display: none;
}

.layout_container.full_width .layout_wrap {
    margin-left: 0;
}

.layout_container .layout_wrap {
    flex: 1;
    min-width: 0;
    padding-bottom: 0;
}

/* layout */
#container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.logout-btn-icon
{
    display: none;
}
.main_user_login {
    
}

.inner_wrap {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
}

.inner_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.main_user_info {
    display: none;
}

.contract_sub_layout {
    position: relative;
}

.contract_sub_layout.full_width {
    margin-left: 0;
    margin-right: 0;
}

.contract_sub_layout.full_width .layout_aside .contract_aside {
    display: none;
}

.contract_sub_layout.full_width .contract_sports_cart {
    display: none;
}

/* sub */
.sub_container {
    width: 100%;
    /* margin-bottom: 20px;
    background-color: #03070e;
    border-radius: 18px;
    border: solid 2px #0c254e;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 1.0), 0 2px 5px rgba(0, 0, 0, 1.0), inset 0 0 1px 1px rgba(0, 0, 0, 0.5); */
}

.sub_container:before {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, rgba(64, 122, 195, 0), rgba(64, 122, 195, 1.0), rgba(64, 122, 195, 0));
    left: 0;
    top: -2px;
    z-index: 2;
    content: '';
    position: absolute;
    pointer-events: none;
}

.sub_container:after {
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/header-bg.png);
    background-repeat: repeat-x;
    left: 0;
    top: 63px;
}

.sub_container.bet_bg .sub_article {

}

.sub_visual {
    display: none !important;
    padding: 0 20px;
}

.sub_visual.sub_visible {
    display: block;
    padding: 0;
}

.sub_visual .sub_visual_title {
    display: none;
}

.sub_visual .pc_img {

}

.sub_visual .mobile_img {
    display: none;
}

.sub_article {
    position: relative;
}

.sub_article .inner_wrap {
    position: static;
    flex: 1;
    padding: 0;
}

.bet_log_area .tbl_result_box .result_box_item:first-child {
    margin-top: 10px;
}

.sub_content {
    padding: 10px 10px;
}

.sub_content.sub_casino_transfer {
    padding: 0;
}

.sub_title {
    display: block;
    position: relative;
    align-items: center;
    background: linear-gradient(#162f53, #0e1b31);
    border-radius: 18px 18px 2px 2px;
    margin: -2px -2px 0;
    text-align: center;
    justify-content: center;
}

.sub_title:before {
    position: absolute;
    pointer-events: none;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-image: linear-gradient(#0e1c30, #08111f);
    border-radius: 18px 18px 2px 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    content: '';
}

.sub_title h2 {
    display: inline-block;
    position: relative;
    max-width: 390px;
    height: 70px;
    margin: 0;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    line-height: 70px;
    padding: 0 20px;
    font-size: 25px;
    z-index: 1;
    background-image: linear-gradient(#172f50, #0d1d31);
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 1.0));
}

.sub_title h2:before,
.sub_title h2:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 41px;
    height: 100%;
    top: 0;
    background-image: url(/img/theme/a26/common/modal-title.png);
    background-size: 41px 100%;
}

.sub_title h2:before {
    left: -41px;
}

.sub_title h2:after {
    right: -41px;
    transform: rotateY(180deg);
}

.sub_title .sub_text {
    display: inline-block;
    height: 50px;
    margin-left: 10px;
    font-size: 20px;
    color: #999;
    line-height: 48px;
    vertical-align: top;
}

.sub_title .tit_tip {
    margin-left: 10px;
    font-size: 13px;
    color: #999;
}

.sub_title .btn_set {
    position: absolute;
    top: 10px;
    right: 10px;
}

.sub_title .btn_set > * {
    float: left;
    margin-left: 5px;
}

.sub_title .page_title {
    font-size: 40px;
    color: #222;
    text-align: center;
}

.sub_title .page_desc {
    margin-top: 11px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.btn_pop_area {
    padding: 20px 10px;
    text-align: center;
}

.sub_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.sub_tabs li {
    flex: 1;
    margin-left: 2px;
}

.sub_tabs li:first-child {
    border-left: none;
    margin-left: 0;
}

.sub_tabs li a {
    display: flex;
    position: relative;
    height: 50px;
    color: #828fac;
    text-align: center;
    transition: all .2s;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

.sub_tabs li a:before {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-top: solid 2px #132650;
    border-bottom: solid 2px #132650;
    background-color: #0c1836;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) ,rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) ,rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    transition: 0.3s;
}

.sub_tabs li a:hover {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 5px rgba(41, 114, 223, 1.0);
}

.sub_tabs li a:hover:before {
    border-top-color: #285c9a;
    border-bottom-color: #285c9a;
    background-color: #122e4e;
}

.sub_tabs li.on a {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 5px rgba(41, 114, 223, 1.0);
}

.sub_tabs li.on a:before {
    border-top-color: #285c9a;
    border-bottom-color: #285c9a;
    background-color: #122e4e;
}

.sub_tabs li a span {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.sub_tabs li a .icon-panel {
    display: none;
}

.sub_tabs li.on a {

}

.sub_tabs li.on a .icon-panel:before {
    opacity: 1;
}

.sub_tabs li.tip {
    border: none;
}

.sub_tabs li.tip p {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
}

.sub_tabs li.form {
    float: right;
}

.sub_tabs li.form .input_box {
    display: flex;
    margin-top: 4px;
    align-items: center;
}

.sub_tabs li.form .input_box span {
    display: block;
    margin-right: 4px;
    color: #e1c991;
    font-weight: 900;
    font-size: 13px;
}

.sub_tabs li.form .input_box input {
    margin-right: 4px;
    width: 163px;
}

.sub_tabs.small li a {
    height: 44px;
    font-size: 15px;
    line-height: 44px;
}

.game_tabs_wrap {
    position: relative;
}

.game_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 1px;
    margin-right: -2px;
}

.game_tabs:after {
    display: block;
    content: '';
    clear: both;
}

.game_tabs.tabs_6 li {
    width: calc(16.6666% - 2px);
    margin: 0 2px 2px 0;
    flex: none;
}

.game_tabs.tabs_8 li {
    width: calc(12.5% - 2px);
    flex: none;
}

.game_tabs.tabs_full li {
    flex: 1;
    margin-right: 2px;
}

.game_tabs li {
    flex: 1;
    position: relative;
    margin: 0 2px 2px 0;
}

.game_tabs li a {
    display: flex;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    color: #d0d3d4;
    font-weight: 500;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 8px;
    background: linear-gradient(#2b3343, #191e29);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.game_tabs li a .sports_icon {
    margin-right: 2px;
    margin-top: -3px;
    vertical-align: top;
}

.game_tabs li a .fal.fa-sport-687890:before {
    content: "\f11b";
}

.game_tabs li a .fal.fa-sport-35232:before {
    content: "\f454";
}

.game_tabs li a .txt {
    display: block;
    margin-top: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.game_tabs li a .count {
    margin-top: 1px;
    margin-left: 4px;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    color: #a0d0ff;
}

.game_tabs li:not(.on) a:hover {
    filter: brightness(1.5);
}

.game_tabs li.on a {
    color: #fff;
    z-index: 1;
    background: linear-gradient(#11bdfa, #0b61be);
}

.game_tabs li.on a .count,
.game_tabs li.on a .txt,
.game_tabs li.on a .sports_icon {
    color: #fff;
}

.game_tabs.sports_sub_tab {
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: -2px;
    padding: 0;
}

.game_tabs.sports_sub_tab li {
    float: left;
    width: calc(12.5% -  2px);
    margin-bottom: 0;
    margin-right: 2px;
}

.game_tabs.sports_sub_tab li + li a {

}

.game_tabs.sports_sub_tab li a {

}

.game_tabs.sports_sub_tab li a .sports_icon {

}

.game_tabs.sports_sub_tab li a .txt {

}

.game_tabs.sports_sub_tab li a .count {

}

.analysis_graph {

}

.analysis_graph .game_tabs {
    display: flex;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
    padding-right: 1px;
    padding: 0;
}

.game_sorting {
    display: flex;
    position: relative;
    margin-bottom: 5px;
}

.game_sorting .left,
.game_sorting .right,
.game_sorting .center {
    display: flex;
    flex: 1;
    align-items: center;
}

.game_sorting .left .btn_ui + .btn_ui,
.game_sorting .right .btn_ui + .btn_ui,
.game_sorting .center .btn_ui + .btn_ui {
    margin-left: 8px;
}

@charset "UTF-8";

/*@import url(https://webfontworld.github.io/SCoreDream/SCoreDream.css);*/

body {
    font-family: SCoreDream,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif !important;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/theme/a26/common/main_bg.jpg);
    background-color: #000;
    background-blend-mode: normal;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #2e2e2e;
}

*::-webkit-scrollbar {
    width: 4px;
    background-color: #2e2e2e;
    opacity:0.5;
}

*::-webkit-scrollbar-thumb {
    background-color: #464646;
    opacity:0.5;
}

.icon_bul {
    background-color: #e0290b;
}

.selectbox select {
    width: 100%;
    background-color: #000;
    height: 45px;
    padding: 0 12px;
    border: none;
    border-radius: 0;
    background: url(/img/theme/a26/common/ico_select_arrow.png) #000 no-repeat 100% center;
    background-size: 25px;
    appearance: none;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid rgb(120, 88, 24);
    background-color: #0e1a2b;
    border: solid 1px #324760;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="number"].form-control {
    height: 45px;
}

.form-control, .form-select {
    border-radius: 4px;
    color: #fff !important;
    padding: 0 12px;
    font-size: 12px;
    background-color: #0e1a2b;
    height: 45px;
    border: solid 1px #324760;
}

.form-check {
    min-height: 20px;
}

.form-check input[type="checkbox"] ~ .form-check-label.text {
    color: #fff;
    padding-left: 26px;
    font-weight: normal;
}

.form-check input[type="checkbox"] ~ .form-check-label:before {
    border-radius: 0;
}

.layout_container {
    display: flex;
}

.layout_container.show_notice {

}

.layout_container.full_width .layout_aside {
    display: none;
}

.layout_container.full_width .layout_wrap {
    margin-left: 0;
}

.layout_container .layout_wrap {
    flex: 1;
    min-width: 0;
    padding-bottom: 0;
}

/* layout */
#container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.logout-btn-icon
{
    display: none;
}
.main_user_login {
    
}

.inner_wrap {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
}

.inner_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.main_user_info {
    display: none;
}

.contract_sub_layout {
    position: relative;
}

.contract_sub_layout.full_width {
    margin-left: 0;
    margin-right: 0;
}

.contract_sub_layout.full_width .layout_aside .contract_aside {
    display: none;
}

.contract_sub_layout.full_width .contract_sports_cart {
    display: none;
}

/* sub */
.sub_container {
    width: 100%;
    /* margin-bottom: 20px;
    background-color: #03070e;
    border-radius: 18px;
    border: solid 2px #0c254e;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 1.0), 0 2px 5px rgba(0, 0, 0, 1.0), inset 0 0 1px 1px rgba(0, 0, 0, 0.5); */
}

.sub_container:before {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, rgba(64, 122, 195, 0), rgba(64, 122, 195, 1.0), rgba(64, 122, 195, 0));
    left: 0;
    top: -2px;
    z-index: 2;
    content: '';
    position: absolute;
    pointer-events: none;
}

.sub_container:after {
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/header-bg.png);
    background-repeat: repeat-x;
    left: 0;
    top: 63px;
}

.sub_container.bet_bg .sub_article {

}

.sub_visual {
    display: none !important;
    padding: 0 20px;
}

.sub_visual.sub_visible {
    display: block;
    padding: 0;
}

.sub_visual .sub_visual_title {
    display: none;
}

.sub_visual .pc_img {

}

.sub_visual .mobile_img {
    display: none;
}

.sub_article {
    position: relative;
}

.sub_article .inner_wrap {
    position: static;
    flex: 1;
    padding: 0;
}

.bet_log_area .tbl_result_box .result_box_item:first-child {
    margin-top: 10px;
}

.sub_content {
    padding: 10px 10px;
}

.sub_content.sub_casino_transfer {
    padding: 0;
}

.sub_title {
    display: block;
    position: relative;
    align-items: center;
    background: linear-gradient(#162f53, #0e1b31);
    border-radius: 18px 18px 2px 2px;
    margin: -2px -2px 0;
    text-align: center;
    justify-content: center;
}

.sub_title:before {
    position: absolute;
    pointer-events: none;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-image: linear-gradient(#0e1c30, #08111f);
    border-radius: 18px 18px 2px 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    content: '';
}

.sub_title h2 {
    display: inline-block;
    position: relative;
    max-width: 390px;
    height: 70px;
    margin: 0;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    line-height: 70px;
    padding: 0 20px;
    font-size: 25px;
    z-index: 1;
    background-image: linear-gradient(#172f50, #0d1d31);
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 1.0));
}

.sub_title h2:before,
.sub_title h2:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 41px;
    height: 100%;
    top: 0;
    background-image: url(/img/theme/a26/common/modal-title.png);
    background-size: 41px 100%;
}

.sub_title h2:before {
    left: -41px;
}

.sub_title h2:after {
    right: -41px;
    transform: rotateY(180deg);
}

.sub_title .sub_text {
    display: inline-block;
    height: 50px;
    margin-left: 10px;
    font-size: 20px;
    color: #999;
    line-height: 48px;
    vertical-align: top;
}

.sub_title .tit_tip {
    margin-left: 10px;
    font-size: 13px;
    color: #999;
}

.sub_title .btn_set {
    position: absolute;
    top: 10px;
    right: 10px;
}

.sub_title .btn_set > * {
    float: left;
    margin-left: 5px;
}

.sub_title .page_title {
    font-size: 40px;
    color: #222;
    text-align: center;
}

.sub_title .page_desc {
    margin-top: 11px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.btn_pop_area {
    padding: 20px 10px;
    text-align: center;
}

.sub_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.sub_tabs li {
    flex: 1;
    margin-left: 2px;
}

.sub_tabs li:first-child {
    border-left: none;
    margin-left: 0;
}

.sub_tabs li a {
    display: flex;
    position: relative;
    height: 50px;
    color: #828fac;
    text-align: center;
    transition: all .2s;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

.sub_tabs li a:before {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-top: solid 2px #132650;
    border-bottom: solid 2px #132650;
    background-color: #0c1836;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) ,rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) ,rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    transition: 0.3s;
}

.sub_tabs li a:hover {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 5px rgba(41, 114, 223, 1.0);
}

.sub_tabs li a:hover:before {
    border-top-color: #285c9a;
    border-bottom-color: #285c9a;
    background-color: #122e4e;
}

.sub_tabs li.on a {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 5px rgba(41, 114, 223, 1.0);
}

.sub_tabs li.on a:before {
    border-top-color: #285c9a;
    border-bottom-color: #285c9a;
    background-color: #122e4e;
}

.sub_tabs li a span {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.sub_tabs li a .icon-panel {
    display: none;
}

.sub_tabs li.on a {

}

.sub_tabs li.on a .icon-panel:before {
    opacity: 1;
}

.sub_tabs li.tip {
    border: none;
}

.sub_tabs li.tip p {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
}

.sub_tabs li.form {
    float: right;
}

.sub_tabs li.form .input_box {
    display: flex;
    margin-top: 4px;
    align-items: center;
}

.sub_tabs li.form .input_box span {
    display: block;
    margin-right: 4px;
    color: #e1c991;
    font-weight: 900;
    font-size: 13px;
}

.sub_tabs li.form .input_box input {
    margin-right: 4px;
    width: 163px;
}

.sub_tabs.small li a {
    height: 44px;
    font-size: 15px;
    line-height: 44px;
}

.game_tabs_wrap {
    position: relative;
}

.game_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 1px;
    margin-right: -2px;
}

.game_tabs:after {
    display: block;
    content: '';
    clear: both;
}

.game_tabs.tabs_6 li {
    width: calc(16.6666% - 2px);
    margin: 0 2px 2px 0;
    flex: none;
}

.game_tabs.tabs_8 li {
    width: calc(12.5% - 2px);
    flex: none;
}

.game_tabs.tabs_full li {
    flex: 1;
    margin-right: 2px;
}

.game_tabs li {
    flex: 1;
    position: relative;
    margin: 0 2px 2px 0;
}

.game_tabs li a {
    display: flex;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    color: #d0d3d4;
    font-weight: 500;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 8px;
    background: linear-gradient(#2b3343, #191e29);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.game_tabs li a .sports_icon {
    margin-right: 2px;
    margin-top: -3px;
    vertical-align: top;
}

.game_tabs li a .fal.fa-sport-687890:before {
    content: "\f11b";
}

.game_tabs li a .fal.fa-sport-35232:before {
    content: "\f454";
}

.game_tabs li a .txt {
    display: block;
    margin-top: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.game_tabs li a .count {
    margin-top: 1px;
    margin-left: 4px;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    color: #a0d0ff;
}

.game_tabs li:not(.on) a:hover {
    filter: brightness(1.5);
}

.game_tabs li.on a {
    color: #fff;
    z-index: 1;
    background: linear-gradient(#11bdfa, #0b61be);
}

.game_tabs li.on a .count,
.game_tabs li.on a .txt,
.game_tabs li.on a .sports_icon {
    color: #fff;
}

.game_tabs.sports_sub_tab {
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: -2px;
    padding: 0;
}

.game_tabs.sports_sub_tab li {
    float: left;
    width: calc(12.5% -  2px);
    margin-bottom: 0;
    margin-right: 2px;
}

.game_tabs.sports_sub_tab li + li a {

}

.game_tabs.sports_sub_tab li a {

}

.game_tabs.sports_sub_tab li a .sports_icon {

}

.game_tabs.sports_sub_tab li a .txt {

}

.game_tabs.sports_sub_tab li a .count {

}

.analysis_graph {

}

.analysis_graph .game_tabs {
    display: flex;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
    padding-right: 1px;
    padding: 0;
}

.game_sorting {
    display: flex;
    position: relative;
    margin-bottom: 5px;
}

.game_sorting .left,
.game_sorting .right,
.game_sorting .center {
    display: flex;
    flex: 1;
    align-items: center;
}

.game_sorting .left .btn_ui + .btn_ui,
.game_sorting .right .btn_ui + .btn_ui,
.game_sorting .center .btn_ui + .btn_ui {
    margin-left: 8px;
}

.game_sorting .left {
    justify-content: flex-start;
}

.game_sorting .right {
    justify-content: flex-end;
}

.game_sorting .center {
    justify-content: center;
}

.game_sorting .selectbox > select {
    height: 38px;
    font-size: 14px;
}

.game_sorting .sort_menu {
    position: relative;
}

.game_sorting .sort_menu:after {
    content: '';
    display: block;
    clear: both;
}

.game_sorting .sort_menu li {
    float: left;
    position: relative;
    z-index: 1;
    margin: 0 0 0 3px;
}

.game_sorting .sort_menu li a {
    display: block;
    height: 35px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 37px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(#4a5a79, #2b3343);
    border-image: initial;
    text-align: center;
    font-weight: 400;
    border-radius: 18px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 1.0);
    transition: 0.3s;
}

.game_sorting .sort_menu li:first-child a {

}

.game_sorting .sort_menu li a:hover {
    filter: brightness(1.5);
}

.game_sorting .sort_menu li.on {
    position: relative;
    z-index: 2;
}

.game_sorting .sort_menu li.on a {
    color: #fff;
    background: linear-gradient(#11bdfa, #0b61be);
}

.sports_wrap {
    position: relative;
}

.sports_wrap .sports_head {
    display: flex;
    position: relative;
    background: #263347;
    padding: 0 15px;
    border-radius: 5px;
}

.sports_wrap .sports_head .head_col {
    height: 40px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    color: #fff;
}

.sports_wrap .sports_head .head_col.datetime {
    min-width: 90px;
}

.sports_wrap .sports_head .head_col.team_name {
    min-width: 200px;
}

.sports_wrap .sports_head .head_col.game_name {
    min-width: 90px;
}

.sports_wrap .sports_head .head_col.start {
    min-width: 30px;
}

.sports_wrap .sports_head .head_col.type {
    min-width: 80px;
}

.sports_wrap .sports_head .head_col.score {
    flex: 1;
}

.sports_wrap .sports_head .head_col.score .arr_wave {
    margin-left: 4px;
}

.sports_wrap .sports_head .head_col.rating {
    display: flex;
    flex: 1;
    padding: 0;
}

.sports_wrap .sports_head .head_col.odd {
    min-width: 72px;
}

.sports_wrap .sports_head .head_col.information {
    min-width: 80px;
}

.sports_wrap .sports_head .head_col.result_score {
    min-width: 72px;
}

.sports_wrap .sports_head .head_col.result_status {
    min-width: 52px;
}

.sports_wrap .sports_game {
    position: relative;
    margin-top: 4px;
}

.sports_game_list {
    position: relative;
}

.sports_game_list .sports_game_list_item {
    position: relative;
    padding: 2px 2px;
}

.sports_game_list .sports_game_list_item.item_bonus {
    padding: 4px 4px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 0;
    border: 2px solid !important;
    border-image: linear-gradient(#ddb57e, #fde1b6 41%, #cc9b59 71%, #ffffff 88%, #cc9b59 100%) 1 / 1 / 0 stretch !important;
    color: #e4b064 !important;
    border-radius: 10px;
}

.sports_game_list .sports_game_list_item.item_bonus .item_game_head .game {
    color: #e3bd88;
}

.sports_game_list .sports_game_list_item + .sports_game_list_item {
    margin-top: 4px;
}

.sports_game_list .sports_game_list_item .item_game_head {
    display: flex;
    height: 35px;
    margin-bottom: 3px;
    padding: 0 10px;
    align-items: center;
    background: linear-gradient(#2b3343, #181d27);
    border-radius: 5px;
}

.sports_game_list .sports_game_list_item .item_game_head .sports_flag {
    width: 22px;
    min-width: 22px;
    margin: 11px 10px 0 0;
}

.sports_game_list .sports_game_list_item .item_game_head .flag {
    display: block;
    width: 18px;
}

.sports_game_list .sports_game_list_item .item_game_head .flag > img {
    width: 100%;
}

.sports_game_list .sports_game_list_item .item_game_head .game {
    display: block;
    flex: 1;
    min-width: 0;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0;
}

.sports_game_list .sports_game_list_item .item_game_head .date {
    display: none;
}

.sports_game_list .sports_game_list_item .item_game_head .date span,
.sports_game_list .sports_game_list_item .item_game_head .date strong {
    display: block;
    font-size: 13px;
}

.sports_game_list .sports_game_list_item .item_game_head .live .ico_live {
    display: block;
    width: 60px;
    margin: 0 0 0 0;
    font-size: 0;
    animation: fadeInOut 2s ease-in-out infinite;
}

.sports_game_list .sports_game_list_item .item_game_head .live .ico_live > img {
    width: 100%;
}

.sports_game_list .sports_game_list_item .item_game_tip {
    padding: 5px 5px;
    font-size: 12px;
    color: #e3bd88;
    text-align: right;
}

.sports_game_list .sports_game_list_item .item_game_body {
    position: relative;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item {
    position: relative;
    padding: 1px 0;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game {
    position: relative;
    display: flex;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col {
    display: flex;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team {
    display: flex;
    position: relative;
    height: 35px;
    margin: 0 2px;
    padding: 0 5px;
    background: linear-gradient(#162f53, #0e1b31);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: normal;
    border-radius: 5px;
    transition: all .2s;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team .game_team,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team .game_team {
    margin: 0 -5px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.hover,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.hover {

}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.on,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.on {background: linear-gradient(#11bdfa, #0b61be);}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.on .name,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.on .rating,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.on .name,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.on .rating {
    color: #fff;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_home,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_away,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_home,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_away {
    flex: 1;
    min-width: 0;
    line-height: 35px;
    transition: all .2s;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_home,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_home {
    text-align: right;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_2,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_2,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_away,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_away {
    flex-direction: row-reverse;
    text-align: left;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_draw,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_draw {
    min-width: 90px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_playtime,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_playtime {
    min-width: 100px;
    background-color: #2b2b3a;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_playtime .quarter,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_playtime .quarter {
    color: #ea8438;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score {
    min-width: 140px;
    padding: 0;
    background: none;
    border: none;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .home_score,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .away_score,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .home_score,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .away_score {
    flex: 1;
    min-width: 0;
    font-size: 24px;
    color: #fff;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .home_score.win,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .away_score.win,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .home_score.win,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .away_score.win {
    color: #ea8438;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .home_score.win em,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .away_score.win em,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .home_score.win em,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .away_score.win em {
    color: #ea8438;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .home_score em,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .away_score em,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .home_score em,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .away_score em {
    font-size: 14px;
    color: #6c698c;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .home_score,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .home_score {
    text-align: right;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .away_score,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .away_score {
    text-align: left;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .divide,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .divide {
    min-width: 20px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_odd,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_odd {
    flex: 1;
    min-width: 0;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_odd.team_away,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_odd.team_away {
    flex-direction: row-reverse;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_odd.team_away .rating,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_odd.team_away .rating {
    padding-right: 13px;
    padding-left: 0;
}


.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_odd.team_away .rating .rate_arrow,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_odd.team_away .rating .rate_arrow {
    right: 0;
    left: auto;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_live_more,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_live_more {
    min-width: 90px;
    border: none;
    background: none;
    border-radius: 1px;
    padding: 0;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_live_more .btn_realtime,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_live_more .btn_realtime {
    display: block;
    height: 32px;
    color: #ea8438;
    font-size: 12px;
    line-height: 32px;
    border: 1px solid #ea8438;
    padding: 0 5px;
    flex: 1;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_live_more .btn_realtime.disabled,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_live_more .btn_realtime.disabled {
    opacity: .3;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_live_more.disabled,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_live_more.disabled {
    border-color: #999;
    background-color: rgba(255, 255, 255, 0.05);
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_live_more.disabled .btn_realtime,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_live_more.disabled .btn_realtime {
    color: #999;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team:hover .name,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team:hover .rating {

}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team .name,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team .name {
    display: block;
    flex: 1;
    min-width: 0;
    margin: 0 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-shadow: none;
    line-height: normal;
    letter-spacing: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team .rating,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team .rating {
    display: block;
    position: relative;
    padding-left: 13px;
    color: #b4c9ff;
    font-weight: bold;
    font-size: 11px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team .rating .rate_arrow,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team .rating .rate_arrow {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_away .rating,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_away .rating {
    padding-right: 13px;
    padding-left: 0;
}


.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_away .rating .rate_arrow,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_away .rating .rate_arrow {
    right: 0;
    left: auto;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_info,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_info {
    display: flex;
    min-width: 320px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_info .game_box,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_info .game_box {
    display: flex;
    height: 34px;
    margin: 3px 3px;
    align-items: center;
    justify-content: center;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_info .game_box + .game_box,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_info .game_box + .game_box {
    margin-left: 5px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_info .game_box.game_blank,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_info .game_box.game_blank {
    min-width: 145px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_live,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_live {
    min-width: 42px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_live .game_team,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_live .game_team {
    padding: 0;
    flex: 1;
    background: none;
    box-shadow: none;
    border: none;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_live .game_team .btn_game_live,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_live .game_team .btn_game_live {
    display: flex;
    width: 100%;
    flex: 1;
    height: 100%;
    border: none;
    border-radius: 1px;
    color: #e4b064;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#2b3343, #181d27);
    border-radius: 5px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_date,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_date {
    min-width: 106px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_date .game_team,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_date .game_team {
    flex: 1;
    box-shadow: none;
    color: #b8b8b8;
    font-size: 12px;
    font-weight: 400;
    margin: 1px 1px;
    border: none;
    padding: 0 9px;
    background: none;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_date .game_team span,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_date .game_team span {
    display: block;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_type,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_type {
    min-width: 156px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_type .game_team,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_type .game_team {
    padding: 0 10px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds {
    display: flex;
    flex: 1;
    min-width: 0;
    padding: 0;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds.flex_wrap.item_over_flow,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds.flex_wrap.item_over_flow {
    display: block;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds.flex_wrap.item_over_flow:after,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds.flex_wrap.item_over_flow:after {
    content: '';
    display: block;
    clear: both;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds.flex_wrap.item_over_flow .game_team,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds.flex_wrap.item_over_flow .game_team {
    float: left;
    flex: auto;
    width: calc(25% - 6px);
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_more,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_more_blank,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_more,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_more_blank {
    min-width: 42px;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_more .btn_game_more,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_more_blank .btn_game_more,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_more .btn_game_more,
.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_more_blank .btn_game_more {
    display: block;
    flex: 1;
    height: 35px;
    color: #fff;
    line-height: 33px;
    background: linear-gradient(#2b3343, #181d27);
    border-radius: 5px;
    font-weight: normal;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games_wrap {

}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games {
    margin: 0 42px 0 176px;
    padding: 5px 0 0;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games .item_game_item_game {
    display: block;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games .item_game_item_game .game_col.game_type {
    display: block;
    margin-bottom: 5px;
    padding: 0;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games .item_game_item_game .game_col.game_type .game_team {
    color: #fff;
    border: none;
    box-shadow: none;
    background: #081125;
}

.sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games .item_game_item_game + .item_game_item_game {
    margin-top: 6px;
}

.sports_game_item {
    position: relative;
    padding: 2px 2px;
}

.sports_game_item + .sports_game_item {
    margin-top: 4px;
}

.sports_game_item .sports_score_list .sports_score_body {
    padding: 4px 4px;
}

.sports_game_item .sports_score_list .sports_score_extra {
    position: relative;
    margin: 0 130px 0 95px;
}

.sports_game_item .sports_score_list .sports_score_extra .sports_score_item:hover {
    background-color: #1d1d35 !important;
}

.sports_game_item .sports_score_list .sports_score_extra + .sports_score_extra {
    margin-top: 4px;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.team_name {
    flex: 1;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.team_name .name {
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.team_name .name + .name {
    margin-top: 5px;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.type {
    display: flex;
    min-width: 80px;
    align-items: center;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.type > span {
    flex: 1;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.type .type {
    color: #f41700;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.type .line {
    margin-top: 2px;
    color: #f41700;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.score {
    min-width: 0;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.score .odd_wrap.rating {
    flex: 1;
    min-width: 0;
    justify-content: center;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.score .odd_wrap.rating .odd_box {
    justify-content: center;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.score .odd_wrap.rating .team {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.score .odd_wrap.rating .odd + .team {
    text-align: right;
}

.sports_game_item .sports_score_list .sports_score_item .score_col.score .odd_wrap.rating.draw {
    min-width: 120px;
    flex: 0;
}

.sports_game_item .game_head {
    display: flex;
    height: 36px;
    margin-bottom: 3px;
    padding: 0 7px;
    align-items: center;
    background: linear-gradient(#2b3343, #181d27);
    border-radius: 5px;
}

.game_head {}

.sports_game_item .game_head .flag {
    display: block;
    width: 18px;
}

.sports_game_item .game_head .flag > img {
    width: 100%;
}

.sports_game_item .game_head .name {
    display: block;
    flex: 1;
    min-width: 0;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.sports_game_item .game_body {
    position: relative;
}

.sports_game_item .game_body .sports_score_list {
    position: relative;
}

.sports_game_item .game_body .sports_score_list .sports_score_head {
    position: relative;
}

.sports_game_item .game_body .sports_score_list .sports_score_body {
    display: none;
    position: relative;
}

.sports_game_item .game_body .sports_score_list .sports_score_body .score_col.datetime span, .sports_game_item .game_body .sports_score_list .sports_score_body .score_col.datetime strong {
    color: #fff !important;
}

.sports_game_item .game_body .sports_score_list .sports_score_result {
    position: relative;
    padding: 0;
}

.sports_game_item .game_body .sports_score_list .sports_score_item_head {
    padding: 0 20px;
    background: #081125;
    text-align: center;
    margin: 0 2px 2px;
    border-radius: 5px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item_head > span {
    display: block;
    height: 33px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item_head > span em {
    margin-left: 10px;
    font-weight: 600;
    color: #ffcb83;
}

.sports_game_item .game_body .sports_score_list .sports_score_item {
    display: flex;
    position: relative;
    align-items: center;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col {
    display: flex;
    font-size: 12px;
    color: #928e8c;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.monitor {
    min-width: 37px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.monitor a {
    display: block;
    color: #656565;
    text-align: right;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.monitor a .fal {
    font-size: 14px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.monitor a:hover {
    color: #fff;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.datetime {
    min-width: 100px;
    height: 35px;
    background: none;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.datetime span,
.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.datetime strong {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    font-weight: normal;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.datetime strong {
    margin-left: 2px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.game_name {
    min-width: 90px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.team_name {
    min-width: 0;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.start {
    min-width: 30px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.start .datetime_wrap {
    display: inline-block;
    position: relative;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.start .datetime_wrap .datetime {
    background-color: #ffbe51;
    border: 1px solid #ab9446;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.start .datetime_wrap .datetime:hover ~ .datetime_tooltip {
    display: block;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.start .datetime_wrap .datetime_tooltip {
    background-color: #ffbe51;
    border: 1px solid #ab9446;
    color: #000;
    border-radius: 1px;
    display: none;
    font-size: 12px;
    line-height: normal;
    position: absolute;
    min-width: 100px;
    max-width: 150px;
    padding: 5px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 1;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.type {
    min-width: 80px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.type span,
.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.type em {
    display: block;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.type em {
    color: #fff;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    flex-wrap: wrap;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score.full {
    flex: 1;
    min-width: 0;
    width: auto;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap {
    display: flex;
    padding: 2px 2px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap:last-child .odd_box {
    flex-direction: row-reverse;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box {
    display: flex;
    position: relative;
    flex: 1;
    min-width: 0;
    height: 35px;
    padding: 0 12px;
    background: linear-gradient(#162f53, #0e1b31);
    border-collapse: separate;
    align-items: center;
    transition: all .1s;
    justify-content: center;
    border-radius: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.disabled {
    background: none !important;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.disabled:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .7;
    content: '';
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.on {
    background: linear-gradient(#11bdfa, #0b61be);
    color: #fff !important;
}


.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.on .team,
.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.on .odd .rate {
    color: #fff;
}


.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box .team {
    display: block;
    margin-right: 10px;
    flex: 1;
    font-size: 13px;
    margin-top: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    color: #d3d3d3;
    text-shadow: 0 0px 1px #000;
    letter-spacing: 0;
    text-align: center;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box .odd {
    display: block;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box .odd .rate {
    display: block;
    position: relative;
    float: right;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box .odd .rate .arr_wave {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box .odd .rate .rate_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    vertical-align: top;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.team_home .odd .rate {
    padding-left: 13px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.team_home .odd .rate .rate_arrow {
    left: 0;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.team_away .odd .rate {
    padding-right: 13px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.team_away .odd .rate .rate_arrow {
    right: 0;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.left,
.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.right {
    flex: 1;
    min-width: 0;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.left .odd_box .team {
    text-align: right;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.left .odd_box .odd .rate {
    text-align: right;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.right .odd_box .team {
    margin-right: 0;
    margin-left: 10px;
    text-align: left;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.right .odd_box .odd .rate {

}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.left .odd_box {

}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.right .odd_box {
    flex-direction: row-reverse;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.center {
    min-width: 72px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.center .odd_box {
    padding: 0 !important;
    justify-content: center;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.center .odd_box .odd {
    flex: 1;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.center .odd_box .odd .rate {
    float: none;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.information {
    min-width: 60px;
    width: 60px;
    padding-right: 0;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.information .btn_score {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 33px;
    font-size: 12px;
    padding: 0 5px;
    color: #fff;
    border-collapse: separate;
    font-weight: bold;
    border-radius: 1px;
    cursor: pointer;
    transition: all .2s;
    white-space: nowrap;
    background: linear-gradient(#2b3343, #181d27);
    border-radius: 5px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.information .btn_score .fal {
    margin: 11px 2px 0 0;
    font-size: 10px;
    vertical-align: top;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.result_score {
    min-width: 72px;
    color: #11bdfa;
    margin-right: 2px;
    letter-spacing: 0;
    height: 35px;
    background: none;
}

.sports_game_item .game_body .sports_score_list .sports_score_item .score_col.result_status {
    min-width: 52px;
}

.sports_game_item .game_body .sports_score_list .sports_score_item.item5 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item6 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item9 .score_col.score .odd_wrap, .sports_game_item .game_body .sports_score_list .sports_score_item.item12 .score_col.score .odd_wrap {
    width: 33.3333%;
    flex: auto;
}

.sports_game_item .game_body .sports_score_list .sports_score_item.item5 .score_col.score .odd_wrap:nth-child(3n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item6 .score_col.score .odd_wrap:nth-child(3n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item9 .score_col.score .odd_wrap:nth-child(3n) + .odd_wrap .odd_box, .sports_game_item .game_body .sports_score_list .sports_score_item.item12 .score_col.score .odd_wrap:nth-child(3n) + .odd_wrap .odd_box {
    border-left: none;
}

.sports_game_item .game_body .sports_score_list .sports_score_item.item7 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item8 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item10 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item11 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item12 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item13 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item14 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item15 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item17 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item18 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item19 .score_col.score .odd_wrap,
.sports_game_item .game_body .sports_score_list .sports_score_item.item20 .score_col.score .odd_wrap {
    width: 20%;
    flex: auto;
}

.sports_game_item .game_body .sports_score_list .sports_score_item.item7 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item8 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item10 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item11 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item12 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item13 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item14 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item15 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item17 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item18 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item19 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
.sports_game_item .game_body .sports_score_list .sports_score_item.item20 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box {
    border-left: none;
}

.sports_game_item .game_body .sports_score_list .sports_score_item.item16 .score_col.score .odd_wrap {
    width: 25%;
    flex: auto;
}

.sports_game_item .game_body + .game_body {
    margin-top: 2px;
}

.contract_wrap .bet_label {
    display: flex;
    position: relative;
    height: 65px;
    flex: 1;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    background: #207ce5;
    border-radius: 4px;
    border: solid 2px #fff;
    box-shadow: inset 0 2px 0px 0 rgb(255 255 255 / 30%);
    border-radius: 10px;
}

.contract_wrap .bet_label.on {
    border-color: #ffcc00 !important;
    box-shadow: inset 0px 0px 105px 43px rgb(0 0 0 / 75%) !important;
}

.contract_wrap .bet_label.disable {
    opacity: .4;
    cursor: default;
}

.contract_wrap .bet_label .lb {
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    opacity: .5;
}

.contract_wrap .bet_label .rate {
    display: block;
    color: #ffd989;
    font-family: HelveticaNeue-Bold, AppleSDGothicNeo-Bold, helvetica, dotum, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    text-shadow: 0 0px 2px #000;
    line-height: normal;
    letter-spacing: 0;
}

.contract_wrap .bet_label .rate span {
    color: #fff;
    font-size: 15px;
}

.contract_wrap .bet_label .rate em {
    color: #f58702;
}

.contract_wrap .bet_label .icon {
    display: flex;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0px 2px #000;
    line-height: normal;
}

.contract_wrap .bet_label .icon.row {
    flex-direction: column;
    align-items: flex-start;
}

.contract_wrap .bet_label .icon.row .power {
    margin-top: 5px;
    margin-left: 0;
}

.contract_wrap .bet_label .icon > div {
    display: flex;
    align-items: center;
}

.contract_wrap .bet_label .icon .avg {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    text-align: center;
}

.contract_wrap .bet_label .icon em {
    display: block;
    font-size: 12px;
    color: #fff;
}

.contract_wrap .bet_label .icon b {
    margin: 0 4px;
    font-size: 40px;
}

.contract_wrap .bet_label .icon b.under,
.contract_wrap .bet_label .icon b.over {
    margin-left: 10px;
    font-size: 20px;
    color: #10ff00;
}

.contract_wrap .bet_label .icon b.powerball {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 0 7px;
    color: #fff;
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    vertical-align: top;
    background: radial-gradient(circle at 65% 15%, white 1px, aqua 3%, darkblue 60%, aqua 100%);
}

.contract_wrap .bet_label .icon .power,
.contract_wrap .bet_label .icon .super {
    display: block;
    position: absolute;
    top: 2px;
    right: 6px;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    color: #10ff00;
}

.contract_wrap .bet_label .type {
    display: block;
    margin-top: 2px;
    font-size: 15px;
    color: #fff;
}

.contract_wrap .bet_label input {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0;
}

.contract_wrap .contract_game_wrap {

}

.contract_wrap .contract_game_wrap .contract_layout {
    position: static;
    margin: 0;
    padding: 0;
}

.contract_wrap .contract_game {
    position: relative;
    overflow: hidden;
    padding: 0;
    min-width: 0;
    font-size: 0;
    background-color: #000;
    border: 1px solid #353e4e;
}

.contract_wrap .contract_game .target0 {
    position: relative;
    width: 830px;
    margin: 0 auto;
}

.contract_wrap .contract_game .target2 {
    border: 0;
    width: 830px;
    height: 646px;
}

.contract_wrap .contract_game .game_mask {
    position: absolute;
}

.contract_wrap .contract_game.game_eos3-powerball .game_mask,
.contract_wrap .contract_game.game_eos-powerball .game_mask,
.contract_wrap .contract_game.game_keno-ball .game_mask,
.contract_wrap .contract_game.game_power-ladder .game_mask {
    left: 20px;
    top: 141px;
    width: 246px;
    height: 484px;
    background-color: #0d1122;
}

.contract_wrap .contract_game .chat_hidden_power {
    position: absolute;
    left: 281px;
    top: 142px;
    width: 244px;
    height: 482px;
    background-color: #0d1122;
    border-radius: 8px;
}

.contract_sports_cart {
    display: flex;
    margin-left: 10px;
    width: 260px;
    min-width: 260px;
    flex-direction: column;
    z-index: 10;
}

.contract_sports_cart .slip-wrap {
    background-color: #0b0d11;
    border: 1px solid #353e4e;
    border-radius: 8px;
}

.contract_wrap .contract_sports_wrap .sticky-wrapper .contract_sports_cart {
    margin-left: 0;
}

.contract_sports_cart .slip-open {
    display: none;
}

.contract_sports_cart .slip-content {
    display: flex;
    position: relative;
    padding: 10px 10px;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    transition: all .2s;
}

.contract_sports_cart .slip-head {
    position: relative;
    margin-bottom: 0;
    padding: 0 15px;
    background: linear-gradient(#162f53, #0e1b31);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.contract_sports_cart .slip-head .slip-type-cash {
    position: relative;
    overflow: hidden;
}

.contract_sports_cart .slip-head .slip-type-cash strong {
    display: block;
    float: left;
    height: 40px;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 40px;
    color: #828fac;
}

.contract_sports_cart .slip-head .slip-type-cash .cash {
    display: block;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    color: #846841;
    font-weight: bold;
    text-align: right;
}

.contract_sports_cart .slip-head .slip-type-cash .date {
    color: #a0d0ff;
}

.contract_sports_cart .slip-head .slip-btn-clip {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    padding: 0 13px;
    font-size: 15px;
    color: #fff;
}

.contract_sports_cart .slip-head .slip-btn-clip.on {
    color: #a0d0ff;
}

.contract_sports_cart .slip-content .betslip-data {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    position: relative;
}

.contract_sports_cart .slip-content .slip-buttons {
    display: flex;
    margin-top: 2px;
    padding: 0;
}

.contract_sports_cart .slip-content .slip-buttons .slip-button {
    flex: 1;
}

.contract_sports_cart .slip-content .slip-buttons .slip-button + .slip-button {
    margin-left: 2px;
}

.contract_sports_cart .slip-content .slip-buttons .slip-button-a {
    display: block;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    transition: all 240ms;
    background: linear-gradient(#4a5a79, #2b3343);
    transition: 0.2s;
    border-radius: 5px;
}

.contract_sports_cart .slip-content .slip-buttons .slip-button-a:hover {
    filter: brightness(1.2);
}

.contract_sports_cart .slip-content .slip-noresult {
    margin-bottom: 2px;
    padding: 24px 13px;
    color: #bab8b7;
    font-size: 12px;
    text-align: center;
}

.contract_sports_cart .slip-betlist {
    margin: 0;
    padding: 0;
    max-height: 320px;
    overflow-y: auto;
}

.contract_sports_cart .slip-event {
    position: relative;
    padding: 8px 10px;
    background: linear-gradient(#2b3343, #191e29);
    transition: all .2s;
    border: solid 1px #475775;
    border-radius: 5px;
}

.contract_sports_cart .slip-event:nth-child(2n) {
    background: transparent;
}

.contract_sports_cart .slip-event .slip-info dt {
    float: left;
    width: 60px;
}

.contract_sports_cart .slip-event .slip-info dd {
    padding: 0;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    word-break: break-all;
    word-wrap: break-word;
}

.contract_sports_cart .slip-event .slip-info dd:first-child {
    margin-bottom: 0px;
    color: #999;
    font-size: 14px;
    font-weight: 500;
}

.contract_sports_cart .slip-event .slip-info dd.home {
    color: #c1c1c1;
}

.contract_sports_cart .slip-event .slip-info dd.away {
    color: #c1c1c1;
}

.contract_sports_cart .slip-event .slip-info dd.country {
    font-size: 13px;
    color: #f41700;
}

.contract_sports_cart .slip-event .slip-info dd.team {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.contract_sports_cart .slip-event .slip-info dd.score {
    margin-top: 2px;
    font-size: 12px;
    color: #eec100;
}

.contract_sports_cart .slip-event .bet {
    position: relative;
    margin-top: 2px;
    padding-right: 54px;
    color: #d049e5;
    font-size: 12px;
    font-weight: 600;
}

.contract_sports_cart .slip-event .bet .cnt {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: bold;
    color: #d049e5;
}

.contract_sports_cart .slip-event .slip-event-remove {
    position: absolute;
    right: 8px;
    top: 1px;
    padding: 4px;
    color: #fff;
    font-size: 15px;
    -webkit-transition: color 240ms;
    -o-transition: color 240ms;
    transition: color 240ms;
}

.contract_sports_cart .slip-event .slip-event-remove:hover {
    color: #fff;
}

.contract_sports_cart .slip-event.slip-bonus {
    display: flex;
    background: #140718 !important;
    border: 2px solid !important;
    border-image: linear-gradient(#ddb57e, #fde1b6 41%, #cc9b59 71%, #ffffff 88%, #cc9b59 100%) 1 / 1 / 0 stretch !important;
}

.contract_sports_cart .slip-event.slip-bonus .slip-info {
    flex: 1;
}

.contract_sports_cart .slip-event.slip-bonus .slip-info dd.team {
    color: #e4b064;
}

.contract_sports_cart .slip-event.slip-bonus .bet {
    margin-top: 0;
    padding-right: 0;
    font-weight: 600;
    color: #000;
}

.contract_sports_cart .slip-type-content {

}

.contract_sports_cart .slip-totals {

}

.contract_sports_cart .slip-border-totals {padding: 5px 0 0;}

.contract_sports_cart .slip-totals .slip-totals-title {
    font-weight: bold;
}

.contract_sports_cart .slip-totals .slip-border-values {

}

.contract_sports_cart .slip-totals .slip-border-values .slip-totals-info {

}

.contract_sports_cart .slip-totals .slip-border-values .slip-totals-info.slip-totals-bet {
    background: #404040;
    margin-top: 10px;
    border-radius: 4px;
    background-color: #0e1a2b;
    border: solid 1px #324760;
}

.contract_sports_cart .slip-totals .slip-border-values .slip-totals-info.slip-totals-bet .slip-totals-info-label {
    padding: 0 10px;
    color: #ffffff;
}

.contract_sports_cart .slip-totals .slip-totals-info {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: none;
    padding: 0;
}

.contract_sports_cart .slip-totals .slip-totals-info:last-child {
    padding: 0;
}

.contract_sports_cart .slip-totals > .slip-totals-info:last-child {
    padding: 6px 0;
}

.contract_sports_cart .slip-totals .slip-totals-info-label,
.contract_sports_cart .slip-totals .slip-totals-info-value {
    padding: 5px 0;
    font-size: 12px;
    vertical-align: middle;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.5);
}

.contract_sports_cart .slip-totals .slip-totals-info-label {

}

.contract_sports_cart .slip-totals .slip-totals-info-value {
    flex: 1;
    padding-right: 0;
    padding-left: 50px;
    text-align: right;
    font-weight: bold;
    padding: 0;
}

.contract_sports_cart .slip-totals .slip-totals-info .o {
    margin-right: 0;
    font-size: 13px;
    color: #eec100;
}

.contract_sports_cart .slip-totals .slip-totals-info .s {
    font-size: 12px;
    margin-right: 0;
    color: #fff;
    font-weight: normal;
}

.contract_sports_cart .slip-totals .slip-totals-info .b {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.contract_sports_cart .slip-totals .slip-totals-info .b em {
    font-weight: bold;
    font-size: 19px;
    color: #ffc01a;
}

.contract_sports_cart .slip-totals .slip-totals-input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    background-color: transparent;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    border-radius: 0;
    border: none;
    letter-spacing: 0;
    border: none !important;
}

.contract_sports_cart .slip-totals .slip-totals-input:focus {
    box-shadow: 0 0 0 1px #939596 inset;
}

.contract_sports_cart .slip-totals .slip-totals-input::-webkit-input-placeholder {
    color: #999;
}

.contract_sports_cart .slip-count-button {
    overflow: hidden;
    margin-top: 4px;
    padding: 0;
    font-size: 0;
    text-align: left;
    background: #191919;
    font-size: 0;
}

.contract_sports_cart .slip-count-button .btn_count {
    display: inline-block;
    width: calc(33.3333% - 3px);
    height: 30px;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 0;
    line-height: 31px;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    border: none;
    border-radius: 5px;
    transition: 0.2s;
    color: #fff;
    font-weight: 500;
    background: #58687e;
}

.contract_sports_cart .slip-count-button .btn_count:hover {
    filter: brightness(0.8);
}

.contract_sports_cart .slip-type-button {margin-top: 4px;}

.contract_sports_cart .slip-type-button a {
    display: flex;
    padding: 0;
    font-size: 16px;
    margin: 0px;
    height: 50px;
    transition: 0.2s;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
    border-radius: 8px;
    font-weight: 600;
    color: #000;
    background: linear-gradient(#14c9fc, #0067ed);
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    margin-right: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(4, 98, 220, 1.0);
    transition: all .2s;
}

.contract_sports_cart .slip-type-button a:hover {
    filter: brightness(1.2);
}

.contract_wrap .contract_sports_wrap {
    display: flex;
    min-height: 800px;
}

.contract_wrap .contract_sports_wrap .contract_body {
    min-width: 0;
    flex: 1;
    margin-right: 0;
}

.contract_wrap .contract_sports_wrap .sticky-wrapper {

}

.contract_layout {
    display: flex;
    position: relative;
    margin-top: 10px;
    padding: 0 290px 30px 4px;
}

.contract_layout .contract_wrap {
    flex: 1;
    min-width: 0;
    padding-bottom: 0;
}

.contract_layout.hidden_cart .contract_side_cart {
    display: none;
}

.layout_aside {
    display: none;
    position: relative;
    min-width: 293px;
    width: 293px;
}

.layout_aside .contract_aside {
    flex: 0 0 300px;
    overflow: auto;
    -ms-overflow-style: none;
    overflow-y: auto;
    scrollbar-width: none;
    border: 1px solid #edae07;
    background: #000;
}

.layout_aside .contract_aside .menu_pages_box {

}

.layout_aside .contract_aside .menu_pages {
    display: flex;
    flex-wrap: wrap;
}

.layout_aside .contract_aside .menu_pages li {
    width: calc(33.3333% - 2px);
    margin: 1px 1px;
}

.layout_aside .contract_aside .menu_pages li a {
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(237, 174, 7);
    background: rgb(38, 38, 38);
    border: 1px solid rgb(237, 174, 7);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    border-collapse: collapse !important;
    transition: all .2s;
}

.layout_aside .contract_aside .menu_pages li a:hover {
    background: #000;
}

.layout_aside .contract_aside .menu_pages li a .icon {
    display: none;
}

.layout_aside .contract_aside .menu_pages li .depth2 {
    display: none;
}

.layout_aside .contract_aside .aside_menu_box {
    background-color: rgb(32, 32, 32);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 9px 0px;
}

.layout_aside .contract_aside .aside_menu_box .box_title {
    display: flex;
    border-top: 1px solid rgb(86, 86, 86);
    border-bottom: 3px solid rgb(17, 17, 17);
    color: rgb(255, 255, 255);
    align-items: center;
    padding: 11px 10px;
    font-weight: 500;
    font-size: 13px;
    background-image: linear-gradient(rgb(16, 16, 16) 0px, rgb(18, 18, 18) 20%, rgb(24, 22, 23) 50%, rgb(28, 26, 27) 80%, rgb(32, 28, 27));
}

.layout_aside .contract_aside .aside_menu_box .box_title .icon {

    margin-top: -2px;
}

.layout_aside .contract_aside .aside_menu_box .box_title .icon svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.layout_aside .contract_aside .aside_menu {

}

.layout_aside .contract_aside .aside_menu li {
    margin-bottom: 1px;
}

.layout_aside .contract_aside .aside_menu li a {
    display: block;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 4px, rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
    background: rgb(46, 46, 46);
}

.layout_aside .contract_aside .aside_menu li a:not(:only-child):after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    right: 17px;
    top: 50%;
    margin-top: -6px;
    border-color: #999;
}

.layout_aside .contract_aside .aside_menu li a .txt {
    display: flex;
    height: 45px;
    padding: 10px 16px;
    -webkit-box-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
}

.layout_aside .contract_aside .aside_menu li a .iconfont {
    margin-right: 4px;
    background-image: linear-gradient(rgb(227, 189, 136) 16%, rgb(255, 246, 181) 44%, rgb(227, 189, 136) 86%, rgb(227, 189, 136) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 22px;
}

.layout_aside .contract_aside .aside_menu li .depth2 {

    background: #000;

    border-top: 1px solid #0900;
}

.layout_aside .contract_aside .aside_menu li .depth2 li {

}

.layout_aside .contract_aside .aside_menu li .depth2 li a {
    padding: 10px 20px;
    background: #1c1c1c;
    color: #999;
}

.contract_side_cart {
    min-width: 290px;
    width: 290px;
}

.contract_wrap .contract_layout .contract_game_box {
    flex: 1;
    min-width: 0;
    position: relative;
}

.contract_wrap .contract_layout .contract_broadcasting {
    position: relative;
    margin-bottom: 30px;
}

.contract_wrap .contract_layout .wating_box {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 50px;
    z-index: 10;
    background-color: #05152a87;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contract_wrap .contract_layout .contract_broadcasting .wating_box {

}

.contract_wrap .contract_layout .contract_bet_aside .wating_box {
    padding: 20px 20px;
}

.contract_wrap .contract_layout .contract_bet_aside .wating_box .tit {
    display: none;
}

.contract_wrap .contract_layout .contract_bet_aside .wating_box .text {
    display: none;
}

.contract_wrap .contract_layout .contract_bet_aside {
    overflow-y: auto;
    padding-bottom: 4px;
    display: flex;
    margin-left: 20px;
    width: 260px;
    min-width: 260px;
    flex-direction: column;
    z-index: 10;
    position: relative;
}

.contract_wrap .contract_bet_aside .minigame_pannel {
    position: relative;
}

.contract_wrap #minigame_cart {
    background-color: #0b0d11;
    border-radius: 8px;
    border: 1px solid #353e4e;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_status {
    position: relative;
    border-top: 1px solid #353e4e;
    padding: 10px 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: normal;
    align-items: center;
    justify-content: center;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_status br {
    display: none;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_status .game_name {
    text-align: center;
    color: #eec100;
    font-size: 14px;
    font-weight: bold;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_status .game_round {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #93908c;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_status .game_count {
    display: block;
    margin-top: 5px;
    font-family: HelveticaNeue-Bold, AppleSDGothicNeo-Bold, helvetica, dotum, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0;
}

.contract_wrap .contract_bet_aside .minigame_wrap {
    position: relative;
    padding: 0 0 5px;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #2a3241;
    border-radius: 2px;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_title.power {
    color: #fff;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row {
    display: flex;
    flex: 1;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box {
    position: relative;
    flex: 1;
    padding: 2px 0;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box + .minigame_box {
    border-left: 1px solid #34314c;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list {
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-wrap: wrap;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col {
    flex: 1;
    padding: 2px 2px;
}


.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-1,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-2,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-3,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-4,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-5,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-6,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-7,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-8 {
    flex: none;
    width: 50%;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-1,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-2,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-3,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-4,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-5,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-6,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-7,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-8,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-9,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-10 {
    flex: none;
    width: 20%;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-1 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-2 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-3 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-4 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-5 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-6 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-7 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-81-8 .bet_label .icon {
    font-size: 14px;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-1 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-2 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-3 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-4 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-5 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-6 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-7 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-8 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-9 .bet_label .icon,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col.button-color-101-10 .bet_label .icon {
    font-size: 14px;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .bet_label {
    margin: 0;
    transition: 0.2s;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .bet_label:hover {
    border-color: #e3bd88;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col2 .box .box_col {
    flex: auto;
    width: 50%;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col3 .box .box_col {
    flex: auto;
    width: 33.3333%;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col3 {
    width: 100%;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col3 + .contract_content {
    margin-top: 20px;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col5 .btn_area .col:last-child {
    float: none;
    width: 100%;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col7,
.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col8 {
    width: 50%;
}

.contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row + .minigame_row {
    padding-top: 0;
}

.contract_wrap .contract_bet_aside + .contract_section {
    margin-top: 20px;
}

.contract_wrap .contract_section {
    position: relative;
    margin-top: 20px;
}

.contract_wrap .contract_section .contract_title {

    margin-bottom: 10px;
}

.contract_wrap .contract_section .contract_title h2 {
    font-size: 17px;
    color: #edae07;
    font-weight: 400;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(to right, #6ad8ff, #000000) text;
    -webkit-text-fill-color: transparent;
}

.contract_wrap .analysis_graph .graph_view {
    margin-top: 10px;
}

.contract_wrap .analysis_graph .graph_view .info_graph {
    border: 1px solid #354255;
    border-radius: 0;
    background: rgba(11, 13, 17, 0.75);
}

.contract_wrap .analysis_graph .graph_view .box_area {
    margin-top: 5px;
    border: 1px solid #354255;
    border-radius: 0;
    background: rgba(11, 13, 17, 0.75);
}

.contract_wrap .analysis_graph .graph_view .box_area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #2e2e2e;
}

.contract_wrap .analysis_graph .graph_view .box_area::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #2e2e2e;
    opacity:0.5;
}

.contract_wrap .analysis_graph .graph_view .box_area::-webkit-scrollbar-thumb {
    background-color: #383838;
    opacity:0.5;
}

.contract_wrap .analysis_graph .graph_view .box_area .inner {
    background: url(/img/theme/a26/common/bg_cell.png) rgba(23,20,19,.8) repeat;
}

.contract_wrap .contract_game_cart {
    position: relative;
    padding: 0;
    margin-top: 0;
}

.contract_wrap .contract_game_cart .game_cart_wrap {
    position: relative;
}

.contract_wrap .contract_game_cart .cart_title {
    position: relative;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 40px;
    border-bottom: 1px solid #3c3935;
    color: #eae9ea;
    background: linear-gradient(#162f53, #0e1b31);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.contract_wrap .contract_game_cart .game_cart_inner {
    position: relative;
    padding: 0 10px 10px;
}

.contract_wrap .contract_game_cart .cart_info {
    padding: 5px 0;
}

.contract_wrap .contract_game_cart .cart_info .info_row {
    display: flex;
    padding: 6px 0;
}

.contract_wrap .contract_game_cart .cart_info .info_row + .row {
    margin-top: 15px;
}

.contract_wrap .contract_game_cart .cart_info .info_row > em {
    min-width: 80px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.contract_wrap .contract_game_cart .cart_info .info_row > span,
.contract_wrap .contract_game_cart .cart_info .info_row > b {
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    color: #bab8b7;
}

.contract_wrap .contract_game_cart .cart_info .info_row .name,
.contract_wrap .contract_game_cart .cart_info .info_row .game {
    color: #fff;
    text-align: right;
}

.contract_wrap .contract_game_cart .cart_info .info_row .cash {
    color: #eec100;
    text-align: right;
}

.contract_wrap .contract_game_cart .cart_info .info_row .ratio {
    color: #eec100;
    text-align: right;
}

.contract_wrap .contract_game_cart .cart_bet {
    position: relative;
    flex: 1;
}

.contract_wrap .contract_game_cart .cart_bet .cart_guide {
    display: none;
}

.contract_wrap .contract_game_cart .cart_bet .cart_form {

}

.contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list {
    position: relative;
}

.contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .bet_wallet {
    position: relative;
}

.contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .input_area {
    position: relative;
    flex: 1;
}

.contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .input_area .form-control {
    width: 100%;
    height: 40px;
    text-align: right;
    padding: 0 10px 0 90px;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    border-radius: 0;
    background-color: #404040;
    border: none;
    border-radius: 4px;
    border-radius: 4px;
    background-color: #0e1a2b;
    border: solid 1px #324760;
}

.contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .input_area .label {
    position: absolute;
    left: 10px;
    top: 11px;
    font-size: 12px;
    color: #bab8b7;
}

.contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .input_area + .input_area {
    margin-top: 2px;
}

.contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns {
    display: flex;
    margin-right: -3px;
    padding: 4px 0;
    flex-wrap: wrap;
    font-size: 0;
}

.contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_add_money {
    display: inline-block;
    width: calc(33.3333% - 3px);
    height: 30px;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 0;
    line-height: 31px;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    border: none;
    border-radius: 5px;
    transition: 0.2s;
    color: #fff;
    font-weight: 500;
    background: #58687e;
}

.contract_wrap .contract_game_cart .cart_bet .cart_form .cart_confirm {

}

.contract_wrap .contract_game_cart .cart_bet .cart_form .cart_confirm .btn_confirm_bet {
    display: flex;
    padding: 0;
    font-size: 16px;
    margin: 0px;
    height: 50px;
    transition: 0.2s;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
    border-radius: 8px;
    font-weight: 600;
    color: #000;
    background: linear-gradient(#14c9fc, #0067ed);
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    margin-right: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(4, 98, 220, 1.0);
    transition: all .2s;
}

.contract_wrap .bet_disable {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #040404de;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

.contract_wrap .bet_disable.on {
    display: flex;
}

.contract_new_game_wrap {
    position: relative;
}

.contract_new_game_wrap .contract_bet_status {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.contract_new_game_wrap .contract_bet_status .status_wrap {
    display: flex;
    margin: 0 auto;
    background: linear-gradient(#4a5a79, #2b3343);
    padding: 7px 20px;
    border: 1px solid #354255;
    border-radius: 5px;
}

.contract_new_game_wrap .contract_bet_status .status_wrap span {
    display: block;
    margin: 0 6px;
    font-size: 13px;
    color: #fff;
}

.contract_new_game_wrap .contract_bet_status .status_wrap .number {
    color: #FFC33B;
}

.contract_new_game_wrap .contract_layout {

}

.contract_new_game_wrap .contract_layout .contract_section_left {
    flex: 2;
    min-width: 320px;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info {
    position: relative;
    border: 1px solid #272a34;
    border-radius: 10px;
    background-color: #1e2027;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_head {
    position: relative;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_head h2 {
    height: 43px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 43px;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_head .btn_result {
    position: absolute;
    right: 10px;
    top: 9px;
    min-width: 60px;
    height: 26px;
    padding: 0 12px;
    line-height: 26px;
    font-size: 11px;
    background: var(--highlight-bg-color);
    color: var(--highlight-bg-text-color);
    border-radius: var(--border-radius);
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_layer {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgba(0, 0, 0, .78);
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_layer .game_layer_content {
    position: relative;
    margin: auto auto;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_layer .game_layer_content .contract_game {
    border: none;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_layer .game_layer_content .contract_game .target0 {
    border: none;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_layer .btn_close_game {
    position: absolute;
    top: -40px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: #292929;
    z-index: 1;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_layer .btn_close_game:before,
.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_layer .btn_close_game:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 50%;
    display: block;
    width: 2px;
    height: 21px;
    background-color: #fff;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_layer .btn_close_game:before {
    transform: rotate(-45deg);
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_layer .btn_close_game:after {
    transform: rotate(45deg);
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_content {
    display: none;
    position: relative;
    padding: 10px 10px 13px;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_content .episode {
    padding: 8px 0 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_content .game_round {
    text-align: center;
    color: #959595;
    font-size: 12px;
    font-weight: 500;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_content .episode span {
    color: #FFC33B;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list {
    display: flex;
    padding: 10px 10px;
    background: #ffffff0f;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list .list_item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list .list_item .tit {
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list .balls {

}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list .balls .result_ball {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 5px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 16px;
    color: #fff;
    font-size: 11px;
    line-height: 30px;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list .balls .result_ball.odd {
    background-color: #207ce5;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list .balls .result_ball.even {
    background-color: #ff3019;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .batting_count_area {
    display: flex;
    border-top: 1px solid #343434;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .batting_count_box {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    flex-direction: column;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .batting_count_box.count_win_time {
    color: #67ff52;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .batting_count_box.count_result_time {
    color: #ffcc00;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .count_title {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    line-height: normal;
}

.contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .batting_count {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: normal;
}

.contract_new_game_wrap .contract_layout .contract_section_center {
    flex: 4;
    margin: 0 5px;
}

.contract_new_game_wrap .contract_layout .contract_section_center .contract_bet_aside .minigame_wrap {
    display: flex;
    flex-wrap: wrap;
    background: none;
}

.contract_new_game_wrap .contract_layout .contract_section_center .contract_bet_aside .minigame_pannel .minigame_status {
    display: none;
}

.contract_new_game_wrap .contract_layout .contract_section_center .contract_bet_aside .minigame_pannel .minigame_item {
    width: calc(50% - 4px);
    padding: 0;
    margin: 2px 2px;
    background: none;
}

.contract_new_game_wrap .contract_layout .contract_section_center .minigame_pannel .minigame_item .minigame_title {
    padding: 10px 0;
    font-size: 14px;
    margin-top: 0;
}

.contract_new_game_wrap .bet_label {
    height: 65px;
    border-width: 1px;
    border-radius: 3px;
}

.contract_new_game_wrap .bet_label .icon {
    font-size: 17px !important;
}

.contract_new_game_wrap .bet_label .rate {
    font-size: 13px;
}

.contract_new_game_wrap .contract_layout .contract_game_box {

}

.contract_new_game_wrap .contract_layout .contract_bet_aside {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 5px 5px;
}

.contract_new_game_wrap .contract_layout .contract_bet_aside .slip-btn-clip {
    display: none;
}

.contract_new_game_wrap .contract_layout .contract_section_right {
    flex: 1;
    min-width: 320px;
}

.contract_new_game_wrap .contract_layout .contract_section_right .contract_bet_aside {
    border: 1px solid #272a34;
    border-radius: 10px;
    background: #1e2027;
}

.contract_new_game_wrap .contract_layout .game_result_history {
    margin-top: 5px;
    border-radius: 10px;
    padding-bottom: 10px;
}

.contract_new_game_wrap .contract_layout .game_result_history .betting_history {

}

.contract_new_game_wrap .contract_layout .game_result_history .betting_history .contract_title {
    position: relative;
    padding: 13px 0;
}

.contract_new_game_wrap .contract_layout .game_result_history .betting_history .contract_title h2 {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.contract_new_game_wrap .contract_layout .game_result_history .betting_history .contract_title .sub {
    color: #aaa;
    text-align: center;
    margin-top: 4px;
}

.contract_new_game_wrap .contract_layout .game_result_history .betting_history .tbl_board {

}

.contract_new_game_wrap .contract_layout .game_result_history .betting_history .tbl_board th {

}

.contract_new_game_wrap .contract_layout .game_result_history .betting_history .tbl_board td.noresult {
    padding: 20px 20px !important;
}

.contract_new_game_wrap .wating_box {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(3 7 14 / 84%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 11;
}

.contract_new_game_wrap .wating_box .tit {
    font-size: 19px;
}

.pop_bg .breadcumb-wrapper {
    display: none;
}

.point_charge h3 {
    font-size: 14px;
}


.sub_casino_visual {
    position: relative;
    text-align: center;
}

.sub_casino_visual img {
    max-width: 100%;
}
.sub_casino_visual .ntt {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
}

.sub_casino_visual .ntt dt {
    font-size: 29px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
}

.sub_casino_visual .ntt dt u {
    display: block;
    text-decoration: none;
    color: #e3bd88;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}

.sub_casino_visual .ntt dd p {
    font-size: 15px;
    padding: 0;
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.6);
}


.bil_casino {
    font-size: 0;
    text-align: center;
    margin-top: 0;
}

.bil_casino li {
    vertical-align: top;
    display: inline-block;
    width: calc(100% / 2 - 20px);
    margin: 9px;
    position: relative;
}

.bil_casino li img {
    border-radius: 20px;
    width: 100%;
}

.bil_casino li p {
    text-align: center;
    width: 100%;
    border-top: 1px solid;
    border-image: linear-gradient(to left, #000710, #e3bd88, #000710);
    border-image-slice: 1;
    border-bottom: 1px solid;
    height: 44px;
    font-size: 14px;
    color: #fff;
    line-height: 43px;
    background: #000710;
}

.bil_casino li a {
    display: block;
    transition: 0.4s;
    background: repeating-linear-gradient(45deg, #091d3c, transparent 330px);
    border-radius: 20px;
}

.bil_casino li a:hover {
    transform: scale(1.02);
}

.bil_casino li a img.vlogo {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: inherit
}

.bil_casino .ent {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.bil_casino .ent span {
    background: linear-gradient(#9d8e76, #645a4c);
    height: 42px;
    padding: 0 30px;
    font-size: 14px;
    border-radius: 4px;
    transition: 0.4s;
    line-height: 42px;
    color: #fff;
}

.bil_casino .ent span:hover {
    filter: brightness(1.2);
    font-size: 23px;
}


.sub_tabs_content {
    position: relative;
}

#header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

#header .new_icon {
    position: absolute;
    text-align: center;
}

#header .new_icon i {
    padding: 2px 8px;
    border: 2px solid #e1ccaa;
    border-radius: 1px;
    background: #fff;
    font-family: HelveticaNeue-Bold, AppleSDGothicNeo-Bold, helvetica, dotum, sans-serif;
    font-size: 10px;
    line-height: normal;
    color: #e1ccaa;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
}

#header .inner_wrap {

}

#header .header_top {
    position: relative;
}

#header .header_top .inner_wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    height: 150px;
}

#header .header_top .top_menu {
    /* display: flex; */
    /* width: 50%; */
    /* height: 69px; */
    /* padding-right: 120px; */
    /* align-items: center;
    min-width: 0; */
}

#header .header_top .top_menu li {
    transition: all .3s;
    border-radius: 40px;
}

#header .header_top .top_menu li a {

}

#header .header_top .top_menu li {
    flex: 1;
    position: relative;
    /* margin-right: 10px; */
}

#header .header_top .top_menu li:hover { 
    background-color: #9500ff;
    border-radius: 40px;
} 

#header .header_top .top_menu li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: none;
    border-radius: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px;
    transition: all .2s;
}

#header .header_top .top_menu li > a:before {
    /* content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    z-index: -1;
    border-radius: 2px;
    opacity: 0;
    background-image: linear-gradient(#ff66b3, #ff3399); */
}

#header .header_top .top_menu li > a > .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 51, 153, 0.8);
    color: #fff;
    transition: 0.3s;
}

#header .header_top .top_menu li > a > .icon img {
    position: absolute;
    width: 40px;
}

#header .header_top .top_menu li > a > .txt {
    display: block;
    font-family: 'Jalnan2';
    font-weight: 100;
    font-size: 20px;
    color: #fff;
}

#header .header_top .top_menu li > a:hover:before {
    opacity: 1;
}

#header .header_top .top_menu li .depth2 {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 130px;
    margin-left: -65px;
    z-index: 999;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    background: #000;
    border-color: #689eff;
    transform: translate(5px, 5px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 1.0), 0 0 10px rgba(62, 130, 255, 1.0);
    border-radius: 8px;
}

#header .header_top .top_menu li .depth2 > li {
    display: block;
}

#header .header_top .top_menu li .depth2 > li > a {
    display: block;
    height: 32px;
    padding: 0 8px;
    text-align: center;
    font-weight: 400;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    transition: all .2s;
}

#header .header_top .top_menu li .depth2 > li > a:after {
    display: none;
}

#header .header_top .top_menu .top_sub_menu {
    background: linear-gradient(1deg, #261a5e, #4f2f69);
    border-radius: 100px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#header .header_gnb .container-xxl {
    background: #21243a;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

#header .header_gnb .login_before {
    position: relative;
    margin-top: 0;
    padding: 0;
    align-items: center;
}

#header .header_gnb .login_before .form_area {

}

#header .header_gnb .login_before .form {
}

.login_before .form:after {
    display: block;
    clear: both;
    content: '';
}

.login_before .form li {
    float: left;
    margin: 0 0 0 5px;
}

.login_before .form li .input_login {
    width: 160px;
    height: 37px;
    border-radius: 18px;
    border: solid 1px #2a313d;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 0 5px 0 10px;
    color: #ffffff;
    font-size: 12px;
}

.login_before .form li .btn_login {
    display: inline-block;
    width: 70px;
    height: 34px;
    padding: 0;
    line-height: 32px;
}

.login_before .form li .btn_form {
    display: block;
    font-weight: 500;
    width: 100%;
    min-width: 100px;
    height: 35px;
    font-size: 13px;
    border: none;
    border-radius: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    vertical-align: middle;
    background-color: #000317;
    line-height: 35px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .login_before .form li .btn_form {
        min-width: 65px;
    }
}

.login_before .form li .btn_form.btn_login {
    color: #ffffff;
    background-color: #ff3399;
    background-image: linear-gradient(#ff3399, #cc0066);
}

.login_before .form li .btn_form.btn_join {
    background: linear-gradient(348deg, #27186b, #8004e5);
}

#header .header_top .utils_login {

}

#header .header_top .utils_login li {
    float: left;
    position: relative;
    margin-left: 10px;
}

#header .header_top .utils_login li .inner {
    margin-top: 0;
}

#header .header_top .utils_login li .fa,
#header .header_top .utils_login li .fal {
    margin-right: -1px;
    color: #78727a;
}

#header .header_top .utils_menu {
    /* display: flex;
    width: 50%;
    height: 69px;
    min-width: 0;
    justify-content: flex-end;
    align-items: center; */
}

#header .header_top .utils_menu li {
    display: flex;
    float: left;
    position: relative;
    margin-left: 0;
    align-items: center;
}

#header .header_top .utils_menu li .inner {
    margin-top: 0;
}

#header .header_top .utils_menu li .fa,
#header .header_top .utils_menu li .fal {
    margin-right: -1px;
}

#header .header_top .utils_menu li .btn_util {
    display: inline-block;
    background-color: #4a5a79;
    background-image: linear-gradient(#4a5a79, #2b3343);
    border: none;
    border-radius: 18px;
    position: relative;
    z-index: 1;
    width: auto;
    height: 35px;
    white-space: nowrap;
    font-size: 11px;
    margin: 0 2px;
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    padding: 0 8px;
    line-height: 35px;
    text-align: center;
}

#header .header_top .utils_menu li .btn_util i {
    font-size: 13px;
    color: #a0d0ff;
}

#header .header_top .utils_menu li .btn_util em {
    color: #fff;
    font-weight: 500;
}

#header .header_top .utils_menu li .btn_util .level {
    display: inline-flex;
    height: 35px;
    align-items: center;
    justify-content: center;
}

#header .header_top .utils_menu li .btn_util .level img {
    width: 17px;
    margin-right: 3px;
}

#header .header_top .utils_menu li .btn_util .level .name {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
#header .header_top .utils_menu li .btn_util .partner {
    display: inline-block;
    height: 20px;
    vertical-align: top;
    color: #fff;
    font-size: 11px;
    background: #000;
    line-height: 20px;
    margin-top: 8px;
    padding: 0 7px;
    border-radius: 10px;
    letter-spacing: -0.5px;
    background-image: linear-gradient(#14c9fc, #0067ed);
    font-weight: 500;
}
#header .header_top .utils_menu li .btn_util .partner .far {
    font-size: 9px;
    margin-right: 2px;
    color: #fff;
}

#header .header_top .utils_menu li .btn_util.message em {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ff744a;
    background-image: linear-gradient(#ff744a, #b92b00);
    color: #ffffff;
    font-size: 8px;
    position: absolute;
    right: -2px;
    top: -2px;
    text-shadow: none;
}

#header .header_top .utils_menu li a.btn_login,
#header .header_top .utils_menu li a.btn_join {
    width: 80px;
}

#header .header_top .utils_menu li a.btn_login:before,
#header .header_top .utils_menu li a.btn_join:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    z-index: -1;
    border-radius: 2px;
    opacity: 0;
    border-radius: 18px;
}

#header .header_top .utils_menu li a.btn_login:before {
    background-image: linear-gradient(#11faf2, #096360);
}

#header .header_top .utils_menu li a.btn_join:before {
    background-image: linear-gradient(#e48fff, #830ca9);
}

#header .header_top .utils_menu li a.btn_login {
    color: #ffffff;
    background-color: #c38fff;
    background-image: linear-gradient(#7b68ee, #483d8b);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

#header .header_top .utils_menu li a.btn_login .fa,
#header .header_top .utils_menu li a.btn_login .fal {

    display: none;
}

#header .header_top .utils_menu li a.btn_join .fa,
#header .header_top .utils_menu li a.btn_join .fal {

}

#header .header_top .utils_menu li a.btn_login:hover:before,
#header .header_top .utils_menu li a.btn_join:hover:before  {
    opacity: 1;
}

#header .header_lnb {
    position: relative;
}

#header .header_lnb > .inner_wrap {
    position: relative;
}

#header .header_lnb .header_row {
    display: flex;
    height: 55px;
    align-items: center;
    flex: 1;
}

#header .header_lnb .logo {
    position: absolute;
    top: -155px;
    /* left: 50%; */
    width: 193px;
    /* margin-left: -96px; */
    z-index: 100;
}

#header .header_lnb .logo a {
    display: block;
    font-size: 0;
}

#header .header_lnb .logo a > img {
    height: 154px;
}

#header .header_notice {
    position: relative;
}

#header .header_notice .inner_wrap {
}


#header .header_notice .menu_notice {
    position: relative;
}

#header .header_notice .menu_notice .inner_wrap {
    display: flex;
    max-width: 100%;
    height: 30px;
    overflow: hidden;
    padding: 0;
    align-items: center;
}

#header .header_notice .menu_notice .icon {
    position: relative;
    width: 30px;
    height: 30px;
    min-width: 30px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

#header .header_notice .menu_notice .icon .fal {
    margin-top: 10px;
    vertical-align: top;
}

#header .header_notice .menu_notice .inner {
    position: relative;
    left: 0;
    top: 0;
    min-width: 0;
    align-self: stretch;
    overflow: hidden;
    white-space: nowrap;
    animation: notice_slide 40s linear infinite;
}

#header .header_notice .menu_notice .inner a,
#header .header_notice .menu_notice .inner span {
    display: inline-block;
    height: 30px;
    margin-right: 50px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    vertical-align: top;
}

#header .header_notice .menu_notice .inner a strong,
#header .header_notice .menu_notice .inner span strong {
    font-weight: 400;
}

#header .header_notice .menu_notice .btn_close {
    display: flex;
    min-width: 38px;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 24px;
    opacity: .7;
    align-items: center;
    justify-content: center;
}

@keyframes notice_slide {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

#header .header_lnb .btn_logout {
    display: none;
}

#header .header_gnb {
    position: relative;
}

#header .header_gnb .inner_wrap {
    display: flex;
}

#header .header_gnb .left_gnb,
#header .header_gnb .right_gnb {
    /* flex: 1; */
    min-width: 0;
}

#header .header_gnb .left_gnb {
    #header .header_lnb .logo
}

#header .header_gnb .right_gnb {
    padding-left: 120px;
}

#header .header_gnb .gnb {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    /* gap: 40px; */
}

#header .header_gnb .gnb > li {
    position: relative;
}

#header .header_gnb .gnb > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
    padding: 15px 2px;
    color: #ffffff;
    transition: all 0.3s ease;
}

#header .header_gnb .gnb > li > a:before,
#header .header_gnb .gnb > li > a:after {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: 0.3s;
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
}


#header .header_gnb .gnb > li > a > .icon {
    display: flex;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: linear-gradient(#7b68ee, #483d8b);
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    margin-right: 5px;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(4, 98, 220, 1.0); */
    overflow: hidden;
    align-items: center;
    font-weight: 900;
    justify-content: center;
    font-size: 12px;
    transition: 0.3s;
}

#header .header_gnb .gnb > li > a > .icon img {
    width: 30px;
}

#header .header_gnb .gnb > li > a .txt {
    position: absolute;
    top: 100%;
    left: 48%;
    transform: translateX(-50%);
    background: linear-gradient(#ff3399, #cc0066);
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#header .header_gnb .gnb > li > a .txt:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ff3399;
}

#header .header_gnb .gnb > li > a:hover .txt {
    opacity: 1;
    visibility: visible;
    top: 75px;
    z-index: 1000;
}

#header .header_gnb .gnb > li > a:hover .icon {
    background-image: linear-gradient(#ff3399, #cc0066);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 51, 153, 0.5);
}

#header .header_gnb .gnb > li > a:hover:before,
#header .header_gnb .gnb > li > a:hover:after {
    opacity: 1;
}

#header .header_gnb .gnb > li > a:hover:after {
    width: 100%;
}

#header .header_gnb .gnb > li.on > a,
#header .header_gnb .gnb > li.on > a > span {

}

#header .header_gnb .gnb > li .depth2 {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 130px;
    margin-left: -65px;
    z-index: 999;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    background: #000;
    border-color: #689eff;
    transform: translate(5px, 5px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 1.0), 0 0 10px rgba(62, 130, 255, 1.0);
    border-radius: 8px;
}

#header .header_gnb .gnb > li .depth2 > li {
    display: block;
}

#header .header_gnb .gnb > li .depth2 > li > a {
    display: block;
    height: 32px;
    padding: 0 8px;
    text-align: center;
    font-weight: 400;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    transition: all .2s;
}

#header .header_gnb .gnb > li .depth2 > li > a:after {
    display: none;
}

#header .header_gnb .gnb > li .depth2 > li > a:hover {
    color: #fbee77;
}

#header .header_gnb .gnb.gnb_sub {
    position: absolute;
    top: 0;
    right: 410px;
    margin: 0;
}

#header .header_gnb .gnb.gnb_sub > li {
    width: auto;
}

#header .header_gnb .gnb.gnb_sub > li > a {
    padding: 0 12px;
    color: #c1ad8b;
}

#header .header_gnb .btn_all_my {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
}

#header .all_menu {
    display: none;
}

#header .gnb_dim {
    display: none;
}


#header .gnb_dim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
    z-index: 999;
}

#header .gnb_dim.on {
    display: block;
}

/* footer */
#footer {
    position: relative;
}

#footer .inner_wrap {
    max-width: 100%;
    padding: 0;
}

#footer .footer_sponsor {
    overflow: hidden;
    height: 240px;
    padding: 0 0 20px;
    font-size: 0;
    text-align: center;
    background: url(/img/theme/a26/common/footer_icon.png) 50% 0 no-repeat;
}

#footer .footer_sponsor .img_col {
    display: inline-block;
    padding: 5px 5px;
    vertical-align: top;
    font-size: 0;
}

#footer .footer_sponsor .img_col img {
    width: 120px;
}

#footer .footer_bottom {
    text-align: center;
    padding: 15px 0 25px;
    background-color: #0e0f14;
    border-top: solid 1px #30353f;
    background-image: url(/img/theme/a26/common/footer-bg.png);
    background-repeat: repeat-x;
    background-position: top 8px center;
    overflow: hidden;
}

#footer .footer_bottom .footer-logo {
    width: 120px;
    opacity: 0.5;
}

#footer .footer_bottom .text {
    width: 100%;
    display: inline-block;
    color: rgba(180, 218, 255, 0.3);
    font-size: 12px;
    font-weight: 400;
}

#footer .footer_bottom .copy {

    margin-top: 3px;

    font-size: 14px;

    font-weight: 400;
}

#footer .quick-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
    text-align: center
}

#footer .quick-menu .consultation {
    display: block;
    background-color: #ff5500;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 12px 0 0;
    box-shadow: 0 0 22px 0 rgba(229, 0, 50, .5);
}

#footer .quick-menu .consultation a {
    display: block;
}

#footer .quick-menu .consultation .icon {
    display: block;
    width: 18px;
    /* height: 20px; */
    margin: 0 auto 5px;
}

#footer .quick-menu .consultation .icon svg {
    color: #fff;
    fill: #fff;
    width: 100%;
}

#footer .quick-menu .consultation p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}

#footer .quick-menu .top {
    position: relative;
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0;
    letter-spacing: 0;
    text-align: center;
}

#footer .quick-menu .top::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    width: 10px;
    height: 6px;
    background-size: cover;
}

.sub_tip {
    padding: 10px 20px;
    border: 1px solid #3ca5d9;
    background-color: #073868;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    border-radius: 2px;
}

.sub_tip p {
    font-size: 13px;
}

.sub_tip b {
    font-weight: bold;
    color: #FFC33B;
}

@keyframes game_btn_anim {
    0% {
        -left: 100%;
    }
    100% {
        left: 50%;
    }
}

.money_charge {
    padding: 0;
}

.charge_section {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.2);
    padding: 20px 20px 28px;
    border-radius: 10px;
}

.charge_section + .charge_section {
    margin-top: 10px;
}

.charge_section + form .charge_section {
    margin-top: 10px;
}

.charge_section .tit_area {
    position: relative;
    margin-bottom: 12px;
    text-align: center;
}

.charge_section .tit_area .title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 16px;
    color: #14c9fc;
}

.charge_section .text {
    font-size: 13px;
    color: #fff;
    line-height: 22px;
}

.charge_section .dl_list {
    padding: 0;
    font-size: 13px;
    color: #9f9d9a;
    line-height: normal;
}

.charge_section .dl_list dt,
.charge_section .dl_list dd {
    display: inline-block;
    margin: 10px 0 3px;
    font-size: 13px;
    vertical-align: top;
}

.charge_section .dl_list dt {
    width: 120px;
    color: #fff;
    line-height: normal;
    font-weight: 500;
}

.charge_section .dl_list dd {
    width: calc(100% - 120px);
    margin: 0;
    font-weight: 300;
    line-height: 22px;
    color: #c5c5c5;
}

.charge_section .dl_list dd strong {
    display: block;
    font-weight: 500;
    color: #ffba00;
}

.charge_section .txt_list {
    padding: 0;
}

.charge_section .txt_list > li {
    position: relative;
    margin-top: 5px;
    padding-left: 9px;
    font-size: 13px;
    line-height: 22px;
    color: #c5c5c5;
}

.charge_section .txt_list > li:first-child {
    margin-top: 0;
}

.charge_section .txt_list > li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #757575;
}

.charge_section .txt_list > li > strong {
    display: block;
    font-weight: 500;
    color: #FFC33B;
}

.charge_section .board_form {

}

.charge_section .board_form dl {
    padding: 15px 0;
    border-top: none;
}

.charge_section .board_form dl + dl {
    margin: 0;
}

.charge_section .board_form dl {
    display: flex;
}

.charge_section .board_form dl:first-child {
    border-top: none;
    padding-top: 5px;
}

.charge_section .board_form dt {
    display: flex;
    min-width: 140px;
    align-items: center;
}

.charge_section .board_form dd {
    flex: 1;
}

.charge_section .board_form dd .form-check {
    margin-top: 2px;
    margin-bottom: 2px;
}

.my_section {
    position: relative;
}

.my_section .btn_more {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 15px;
}

.my_section .btn_more .fal {
    font-size: 17px;
    margin-left: 4px;
    vertical-align: top;
}

.my_level_wrap {
    margin-bottom: 10px;
}

.my_level_wrap .my_level_in {
    display: flex;
    padding: 20px 20px;
    border: solid 1px #354255;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}

.my_level_wrap .level_box {
    position: relative;
    min-width: 140px;
    margin: 0 20px 0 0;
}

.my_level_wrap .point,
.my_level_wrap .note,
.my_level_wrap .cart {
    flex: 1;
    margin-right: 5px;
    padding-top: 10px;
}

.my_level_wrap .tit {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    color: #12c1fb;
    border-bottom: none;
    padding: 8px 8px;
}

.my_level_wrap .level {
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    padding-top: 20px;
    text-align: center;
    border: 1px solid #31446e;
    background: linear-gradient(#162f53, #0e1b31);
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.my_level_wrap .level p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

.my_level_wrap .level strong {
    display: block;
    color: var(--highlight-color);
    font-weight: 600;
    font-size: 13px;
    text-align: center;
}

.my_level_wrap .level .img {
    display: block;
    width: 50px;
    margin: 4px auto 0;
    font-size: 0;
}

.my_level_wrap .level .img > img {
    width: 100%;
}

.my_level_wrap .info {
    padding: 0 10px;
}

.my_level_wrap .info li {
    display: flex;
    padding: 5px 0;
    font-size: 13px;
    color: #9b9b9b;
    align-items: center;
    letter-spacing: 0;
}

.my_level_wrap .info li a {
    font-weight: bold;
    color: #11bdfa;
    text-decoration: underline;
}

.my_level_wrap .info li .title {
    display: inline-block;
    width: 84px;
    font-weight: 500;
    color: #757575;
}

.my_level_wrap .info li .points {
    font-weight: 600;
    white-space: nowrap;
    color: #fff;
}

.my_level_wrap .info li .points-button {
    margin-left: 10px;
}

.my_links {
    position: relative;
}

.my_links .card_list {
    margin: 0 -5px;
}

.my_links .card_list:after {
    content: '';
    display: block;
    clear: both;
}

.my_links .card_list li {
    float: left;
    width: 33.3333%;
    margin-bottom: 10px;
    padding: 0 5px;
}

.my_links .card_list li a {
    display: flex;
    height: 100px;
    padding: 0 30px;
    background: rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.1);
    justify-content: center;
    flex-direction: column;
    transition: all .2s;
    border-radius: 8px;
}

.my_links .card_list li .icon {
    display: block;
    margin-bottom: 7px;
    font-size: 23px;
    line-height: 0;
    color: #13c2fb;
}

.my_links .card_list li .title {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.board_form {
    width: 100%;
}

.board_form .form_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.board_form dl {
    display: flex;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.board_form dl + dl {
    margin-top: 10px;
}

.board_form dl dt {
    display: none;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: left;
}

.board_form dl dt label {
    display: block;
    font-size: 14px;
    color: #fff;
}

.board_form dl dt .sub {
    display: block;
    margin-top: -1px;
    font-size: 12px;
    color: #14c9fc;
}

.board_form dl dd {
    flex: 1;
    padding: 0;
    font-size: 12px;
    color: #c7c7c7;
    font-weight: normal;
}

.board_form dl dd textarea.form-control {
    height: 320px;
}

.board_form dl dd textarea.form-control {
    background: none;
}

.board_form dl dd input[type="text"].form-control::placeholder,
.board_form dl dd input[type="password"].form-control::placeholder,
.board_form dl dd input[type="number"].form-control::placeholder {
    font-size:13px;
    color:#fff !important;
}

.board_form dl dd .input_text {
    width: 100%;
}

.board_form dl dd .tbl_board {
    border-top: 1px solid #1c1c1c;
}

.board_form dl dd .tbl_board th, .board_form dl dd .tbl_board td {
    padding: 10px 6px;
    font-size: 12px;
}

.board_form dl dd .tbl_board th {
    background: #202733;
}

.board_form dl dd .tbl_board td {
    background: #fff;
}

.board_form dl dd .flexbox {
    display: flex;
    align-items: center;
}

.board_form dl dd .flexbox .btn_ui {
    margin-left: 10px;
}

.board_form dl dd .btn_area {
    display: flex;
    flex-wrap: wrap;
}

.board_form dl dd .btn_area:after {
    content: '';
    display: block;
    clear: both;
}

.board_form dl dd .charge_flex {
    display: flex;
    font-size: 0;
}

.board_form dl dd .charge_flex .form-control {

}

.board_form dl dd .charge_flex .charge_btns {
    flex: 1;
    min-width: 0;
}

.board_form dl dd .charge_flex .charge_btns .btn_ui {
    width: calc(20% - 4px);
    height: 35px;
    margin-right: 4px;
    margin-bottom: 4px;
    color: #fff;
    min-width: 0;
    padding: 0;
    line-height: 32px;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    border: none;
    transition: 0.2s;
    color: #fff;
    background: linear-gradient(#4a5a79, #2b3343);
}

.board_form dl dd .charge_flex .flexbox {
    min-width: 30%;
    margin-left: 0;
    align-items: baseline;
}

.board_form dl dd .number_box {
    display: flex;
    align-items: center;
}

.board_form dl dd .selectbox select {

}

.board_form dl dd .number_box .selectbox {
    width: 108px;
    min-width: 108px;
    margin: 0;
}

.board_form dl dd .number_box .selectbox:first-child {
    margin-left: 0;
}

.board_form dl dd .number_box .input_text {
    flex: 1;
}

.board_form dl dd .number_box .selectbox + .selectbox {
    margin: 0 5px;
}

.board_form dl dd .number_box .dash {
    display: inline-block;
    min-width: 10px;
    width: 10px;
    height: 1px;
    margin: 0 10px;
    background: #979797;
    vertical-align: middle;
}

.board_form dl dd .number_box .input_text {
    margin: 0;
}

.board_form dl dd .number_box .btn_ui {
    height: 45px;
    margin-left: 5px;
    line-height: 45px;
    min-width: 120px;
    background: #e3bd88;
    color: #000204;
    font-size: 13px;
    border: none;
    border-radius: 8px;
}

.board_form dl dd .number_box + .number_box {
    margin-top: 10px;
}

.board_form dl dd .email_box .selectbox, .board_form dl dd .email_box .input_text {
    width: 250px;
}

.board_form dl dd .email_box .selectbox:first-child, .board_form dl dd .email_box .input_text:first-child {
    margin-left: 0;
}

.board_form dl dd .email_box .selectbox {
    margin-left: 10px;
}

.board_form dl dd .email_box .at {
    margin: 0 5px;
    font-size: 18px;
}

.board_form dl dd .auto_box {
    position: relative;
}

.board_form dl dd .auto_box .input_text {
    width: 250px;
}

.board_form dl dd .label {
    display: inline-block;
    min-width: 30px;
    margin: 0 4px;
    font-size: 13px;
    color: #a09d99;
    vertical-align: middle;
}

.board_form dl dd .join_sns {
    display: flex;
    margin-top: 12px;
}

.board_form dl dd .join_sns span {
    display: flex;
    align-items: center;
}

.board_form dl dd .join_sns span > img {
    vertical-align: top;
}

.board_form dl dd .join_sns span label {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
    vertical-align: top;
}

.board_form dl dd .join_sns span + span {
    margin-left: 20px;
}

.board_form dl dd .hint {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    color: #716e6b;
}

.board_form dl dd .hint.red {
    color: #ffc33a;
}

.board_form dl dd .bank_name {
    display: block;
    font-weight: 500;
    color: #14c9fc;
}

.board_form dl dd .bank_name + .desc {
    margin-top: 1px;
}

.board_form dl dd .cash {
    font-weight: 500;
    color: #14c9fc;
}

.board_form dl dd .desc {
    display: block;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 12px;
    color: #7c7975;
}

.board_form dl dd.result {
    line-height: 25px;
}

.board_form dl dd.result hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 6px 0;
    height: 1px;
}

.board_form dl dd.settings {
    padding-bottom: 20px;
}

.board_form + .tit_area h3 {
    margin-top: 60px;
}

.board_form.narrow {
    padding: 16px 16px;
    border: none;
}

.board_form.narrow dl {
    display: block;
}

.board_form.narrow dl + dl {
    margin-top: 20px;
    border-top: none;
    border: none;
}

.board_form.narrow dl dt {
    width: 100%;
    min-width: 0;
    margin-bottom: 7px;
    padding: 0;
    background: none;
}

.board_form.narrow dl dd {
    padding: 0;
}

.board_form .form_box {
    display: flex;
    padding: 20px 20px;
    border: 1px solid #2e3956;
}

.board_form .form_box .box_col {
    flex: 1;
    min-width: 0;
}


.btn_ui_area {
    padding: 0 !important;
    margin-top: 10px;
    font-size: 0;
    text-align: center;
}

.btn_ui_area .btn_ui {
    margin: 0 5px;
}

.my_info {
    position: relative;
}

.my_info_password {
    position: relative;
    padding: 80px 0;
}

.my_info .msg_box {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}

.my_info .msg_box .icon {
    display: block;
    margin-bottom: 2px;
    font-size: 40px;
    color: #e4b064;
    text-align: center;
}

.my_info .msg_box .tit {
    display: block;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
}

.my_info .msg_box .desc {
    margin-top: 11px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
}

.my_info .msg_form {
    position: relative;
}

.my_info .msg_form .again {
    font-size: 18px;
    color: #333;
    text-align: center;
}

.my_info .msg_form .row {
    width: 381px;
    margin: 0 auto !important;
    text-align: left;
}

.my_info .msg_form .row + .row {
    margin-top: 10px;
}

.my_info .msg_form .sign_in {
    display: flex;
    max-width: 320px;
    font-size: 0;
    margin: 0 auto;
    border-radius: var(--border-radius);
}

.my_info .msg_form .sign_in .form-control {
    height: 40px;
}

.my_info .msg_form .sign_in .btn_ui {

    margin-left: 5px;
}

.my_info .msg_form .sign_in .label {
    display: inline-block;
    width: 130px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    vertical-align: top;
}

.my_info .msg_form .sign_in .input_text {
    width: 247px;
}

.my_info .msg_form .btn_area {
    margin-top: 20px;
    text-align: center;
}

.my_info .msg_form .btn_area .btn_ui {
    margin: 0 6px;
}

.my_info .sign_tip {
    margin-top: 40px;
    padding: 25px 30px;
    background-color: #f9f9f9;
}

.my_info .sign_tip:after {
    content: '';
    display: block;
    clear: both;
}

.my_info .sign_tip .tit {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #1884d2;
    margin-right: 25px;
}

.my_info .sign_tip .tit .fal {
    margin-right: 4px;
}

.my_info .sign_tip .desc {
    float: left;
    font-size: 15px;
    color: #101010;
}

.my_info .board_form {
    padding: 20px 40px;
    border: none;
    background: #161616;
    border-radius: 12px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.2);
    padding: 20px 20px 28px;
    border-radius: 10px;
}

.my_info .board_form dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    border: none !important;
}

.my_info .board_form dl:last-child dt,
.my_info .board_form dl:last-child dd {
    border-bottom: none;
}

.my_info .board_form dl dt,
.my_info .board_form dl dd {
    padding: 15px 0;
    border-bottom: 1px solid #26231e;
}

.my_info .board_form dl dt {
    display: flex;
    width: 20%;
    align-items: center;
    padding-right: 20px;
    font-size: 14px;
    color: #a09d99;
}

.my_info .board_form dl dd {
    width: 80%;
    flex: auto;
}

.my_info  .board_form dl dd .form-control,
.my_info  .board_form dl dd .form-select {

}

.my_info  .board_form dl dd .form-select {
    width: 200px !important;
}

.wating {
    flex: 1;
    min-width: 0;
    position: relative;
    padding: 160px 50px;
    text-align: center;
}

.wating .icon {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 63px;
    color: #FFC33B;
}

.wating h3 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.wating h3 em {
    color: #FFC33B;
}

.wating .tit {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    color: #222;
    font-weight: normal;
    line-height: 25px;
}

.wating .info {
    margin-top: 10px;
}

.wating .info li {
    padding: 4px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.error_bg {

    background: #0b1424;
}

/* 에러 페이지 */
.error_wrap {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error_wrap .logo {
    margin-bottom: 20px;
}

.error_wrap .logo > img {
    width: 152px;
}

.error_wrap .error .info {
    position: relative;
}

.error_wrap .error .info .tit {
    display: block;
    font-size: 26px;
    line-height: normal;
    color: #fff;
    font-weight: 700;
}

.error_wrap .error .info p {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 22px;
    font-weight: 300;
    word-break: keep-all;
}

.error_wrap .error .btn_area {
    margin-top: 20px;
}

.error_wrap .error .btn_area .btn_go {
    padding: 0 20px;
}

/* home */
.section {
    width: 1200px;
    margin: 0 auto;
}

.section_title {
    position: relative;
    margin-bottom: 20px;
}

.section_title .sub {
    display: block;
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.section_title .line {
    display: inline-block;
    margin-top: 4px;
    z-index: 1;
    position: relative;
    font-weight: 700;
    font-size: 40px;
}

.section_title .line:after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 7px;
    height: 18px;
    width: 100%;
    background: #a3d8eb;
}

.main_banner_wrapper {
    position: relative;
    margin-bottom: 15px;
}

.main_swiper {
    position: relative;
}

.main_swiper.pc_swiper {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}

.main_swiper.mobile_swiper {
    display: none;
}

.main_swiper .swiper-container {

}

.main_swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
}

.main_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_swiper .swiper-slide .slide_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_swiper .swiper-slide .slide-text {
    display: flex;
    align-items: center;
    position: absolute;
    left: 45px;
    top: 0;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
}

.main_swiper .swiper-slide .slide-text .slide-text-logo {

}

.main_swiper .swiper-slide .slide-text .slide-text-logo img {
    width: 190px;
}

.main_swiper .swiper-slide .slide-text .slide-text-desc {
    font-size: 20px;
    margin-top: 20px;
    color: #fff;
}


.main_swiper .swiper-slide .inner {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    text-align: center;
}

.main_swiper .swiper-slide .inner .tit {
    color: #fff;
    font-size: 41px;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: normal;
}

.main_swiper .swiper-slide .inner .txt {
    margin-top: 0;
    color: #fbc749;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
}

.main_swiper .swiper-button-prev, .main_swiper .swiper-button-next {
    top: 50%;
    width: 30px;
    height: 54px;
    margin-top: -27px;
    background: none;
}

.main_swiper .swiper-button-prev:after, .main_swiper .swiper-button-next:after {
    display: block;
    content: '';
}

.main_swiper .swiper-button-prev {
    left: -30px;
}

.main_swiper .swiper-button-prev:after {
    width: 30px;
    height: 54px;
    background-position: -34px -308px;
}

.main_swiper .swiper-button-next {
    right: -30px;
}

.main_swiper .swiper-button-next:after {
    width: 30px;
    height: 54px;
    background-position: -328px -234px;
}

.main_swiper .swiper-pagination {
    bottom: 12px;
    left: 0;
    right: 0;
    font-size: 0;
}

.main_swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .3;
}

.main_swiper .swiper-pagination-bullet-active {
    transition: .3s;
    background-color: #b866ff;
    border: 1px solid #b866ff;
    box-shadow: 0 0 0 3px #323232 inset;
    opacity: 1;
}

.main_menus {
    margin-top: 50px;
}

.main_menus .banner_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.main_menus .banner_menu li {
    flex: 0 0 calc(11.111% - 9px);
    margin-left: 9px
}

.main_menus .banner_menu li:first-child {
    margin: 0
}

.main_menus .banner_menu li.point a {
    color: #b38b44
}

.main_menus .banner_menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 150px;
    background: #24112a;
    color: #fff;
    font-size: 14px;
    transition: .3s
}

.main_menus .banner_menu a:hover {
    background: #301838
}

.main_menus .banner_menu a i {
    height: 67px;
    margin-bottom: 3px;
    font-size: 45px;
    background-image: linear-gradient(#be8b32 16%, #fff5d0 44%, #be8645 86%, #f2c38b 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    line-height: 67px;
}

.main_game_wrapper {
    position: relative;
    overflow: hidden;
}

.page-background {
    width: 100%;
    min-width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 145px;
    pointer-events: none;
    z-index: 1;
}

.page-background:before,
.page-background:after {
    width: 100%;
    background-repeat: no-repeat;
    top: 0;
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.page-background:before {
    height: 1181px;
    background-image: url(/img/theme/a26/common/left-bg.png);
    background-position: bottom left;
    left: 0;
    animation: leftBgAnim 10s ease infinite;
}

@keyframes leftBgAnim {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-5%);
    }
    100% {
        transform: translateX(0);
    }
}

.page-background:after {
    height: 1034px;
    background-image: url(/img/theme/a26/common/right-bg.png);
    background-position: bottom right;
    right: 0;
    top: 110px;
    animation: rightBgAnim 10s ease infinite;
}

@keyframes rightBgAnim {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5%);
    }
    100% {
        transform: translateX(0);
    }
}

.page-background img {
    position: absolute;
}

.page-background .fairy {
    left: 30px;
    top: -145px;
    transform-origin: top center;
    animation: fairyAnim 5s ease infinite;
}

@keyframes fairyAnim {
    0% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}

.page-background .symbols {
    left: 0;
    top: -20px;
    transform: bottom center;
    animation: symbolsAnim 8s ease infinite;
}

@keyframes symbolsAnim {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.0);
    }
}

.page-background .dog {
    right: 40px;
    top: -60px;
    animation: dogAnim 3s ease infinite;
}

@keyframes dogAnim {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(7%);
    }
    100% {
        transform: translateY(0);
    }
}

.page-background .sevens {
    right: -25px;
    top: -20px;
    transform: bottom center;
    animation: symbolsAnim 8s ease infinite;
}

.main_contents {
    display: flex;
    margin-top: 0;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
    max-width: 1480px;
    margin: 0 auto;
}

.main_contents .main_board {
    flex: 1;
    position: relative;
    border: 1px solid #d981f4;
    background: rgba(11, 13, 17, 0.75);
    padding: 16px 15px;
    border-radius: 15px;
}

.main_contents .main_board .board_title {
    margin-bottom: 5px;
}

.main_contents .main_board .board_title h2 {
    display: flex;
    color: #fff;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(to right, #fff, #000000) text;
    -webkit-text-fill-color: transparent;
}

.main_contents .main_board .board_title h2 .iconfont {
    display: block;
    margin-right: 7px;
    font-size: 20px;
    position: relative;
    top: -3px;
    line-height: normal;
    height: 29px;
    line-height: 29px;
    color: transparent;
    background: linear-gradient(0.25turn, #b58346, #dcb361, #b78836);
    -webkit-background-clip: text;
}

.main_contents .main_board .list {

}

.main_contents .main_board .list li {
    /* border-bottom: 1px dashed rgb(62 62 62); */
}

.main_contents .main_board .list li:last-child {
    border-bottom: none;
}

.main_contents .main_board .list li .inner {
    display: flex;
    position: relative;
    padding: 6px 0;
}

.main_contents .main_board .list li .inner .dot {
    margin-right: 2px;
    color: #717886;
}

.main_contents .main_board .list li .inner .notice {
    display: block;
    margin-top: 0;
    margin-right: 10px;
    font-size: 12px;
    color: #717886;
    font-weight: 500;
}

.main_contents .main_board .list li .inner .txt {
    flex: 1;
    margin-right: 20px;
    font-size: 13px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_contents .main_board .list li .inner .date {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.main_contents .main_board .btn_more {
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    position: absolute;
    right: 10px;
    top: 18px;
    color: #fff;
    font-size: 12px;
}

.main_contents .main_event {
    margin-left: 10px;
}

.main_contents .main_customer {
    display: flex;
    margin-left: 10px;
    align-content: center;
    justify-content: center;
    padding: 20px 0;
    flex: 1;
    background: url(/img/theme/a26/common/bg_customer.png);
    border: 1px solid #d981f4;
    border-radius: 15px;
}

.main_contents .main_customer .img_area {display: flex;margin-right: 20px;align-items: center;justify-content: center;}

.main_contents .main_customer .img_area {
    display: flex;
}

.main_contents .main_customer .img_area .img-logo {
    width: 150px;
}

.main_contents .main_customer .item_area {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}

.main_contents .main_customer .customer_item {
    width: 100%;
    padding: 0;
}

.main_contents .main_customer .customer_item .board_banner {
    display: block;
    position: relative;
}

.main_contents .main_customer .customer_item .board_banner .banner_info {
    display: flex;
    height: 46px;
    text-align: center;
    align-items: center;
}

.main_contents .main_customer .customer_item .board_banner .banner_info .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 36px;
}

.main_contents .main_customer .customer_item .board_banner .banner_info .text {
    display: block;
    height: 41px;
    line-height: 41px;
    font-size: 23px;
    margin-left: 10px;
    font-weight: 600;
    background: linear-gradient(#ffffff, #cecece, #424242);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.main_contents .main_customer .customer_item .board_banner.banner_telegram {

}

.main_contents .main_customer .customer_item .board_banner.banner_telegram .banner_info {

}

.main_contents .main_customer .customer_item .board_banner.banner_telegram .banner_info .icon {
    background-image: url(/img/theme/a26/common/ico_telegram_40.png);
}

.main_contents .main_customer .customer_item .board_banner.banner_telegram .banner_info .text {

}

.main_contents .main_customer .customer_item .board_banner.banner_kakao {

}

.main_contents .main_customer .customer_item .board_banner.banner_kakao .banner_info {

}

.main_contents .main_customer .customer_item .board_banner.banner_kakao .banner_info .icon {
    background-image: url(/img/theme/a26/common/ico_kakao_40.png);
}

.main_contents .main_customer .customer_item .board_banner.banner_kakao .banner_info .text {

}

.main_games {
    position: relative;
    max-width: 1480px;
    margin: 0 auto 10px;
    padding: 20px 0 0;
    z-index: 2;
}

.main_games .game_section {
    padding: 0;
}

.main_games .game_section + .game_section {
    margin-top: 10px;
}

.main_games .game_section .game_title {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    align-items: center;
    line-height: 28px;
    z-index: 2;
    height: 50px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
}

.main_games .game_section .game_title.title_sports {
    background-image: url(/img/theme/a26/common/title_sports.png);
}

.main_games .game_section .game_title.title_casino {
    background-image: url(/img/theme/a26/common/title_casino.png);
}

.main_games .game_section .game_title.title_slot {
    background-image: url(/img/theme/a26/common/title_slot.png);
}

.main_games .game_section .game_title.title_minigame {
    background-image: url(/img/theme/a26/common/title_minigame.png);
}

.main_games .game_section .game_title.title_holdem {
    background-image: url(/img/theme/a26/common/title_holdem.png);
}

.main_games .main_game_list {
    margin-right: -25px;
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.main_games .main_game_list li {
    position: relative;
    width: calc(18% - 24px);
    margin: 0 12px 24px;
}

@keyframes slotBtnShadow {
    0% {
        opacity: 0;
        transform: translate(-5px, -5px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.main_games .main_game_list li:hover:before {
    transform: rotate(5deg) translate(-5px, -5px);
    border-color: #689eff;
    background-color: rgba(14, 15, 20, 0.75);
}

.main_games .main_game_list li .game_item {
    display: block;
    position: relative;
    transition: transform .3s, -webkit-transform .3s;
    overflow: hidden;
    margin: 0;
    border-radius: 18px;
    border: solid 1px #d981f4;
    background: #000;
    animation: slotBtnPanel 1s ease 1;
}

.main_games .main_game_list li .game_item:after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    z-index: 2;
}

.main_games .main_game_list li:before {
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    border-radius: 18px;
    background-color: rgba(14, 15, 20, 0.75);
    border: solid 1px #d981f4;
    transition: 0.3s;
    animation: slotBtnShadow 1s ease 1;
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.main_games .main_game_list li .game_item:after {

}

.main_games .main_game_list li .game_item .game_info {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 137px 5px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(350deg, rgb(218 130 245 / 60%) 0%, rgb(77 45 104) 25%, rgb(255 255 255 / 0%) 40%)
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main_games .main_game_list li .game_item .game_info h3 {
    font-weight: 500;
    text-align: center;
    width: 100%;
    color: #ffffff;
    /* font-family: noto-sans-bold; */
    font-size: 18px;
    text-shadow: text-shadow: 0 0 10px rgb(0 0 0);
    font-family: 'Jalnan2';
    margin-top: 5px;
    font-weight: bold;
}

.main_games .main_game_list li .game_item .game_info h4 {
    display: block;
    width: 100%;
    margin-top: 1px;
    font-size: 11px;
    color: #fff;
    opacity: .5;
    text-align: center;
}

.main_games .main_game_list li .game_item .game_info .btn_start {
    width: 110px;
    height: 34px;
    line-height: 36px;
    border-radius: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 30px;
    font-size: 13px;
    margin: auto;
    border: none;
    font-weight: 500;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 3px rgba(0, 0, 0, 0.75);
    transition: 0.3s;
    opacity: 0;
    transform: translateY(-15px);
    background-image: linear-gradient(#ffe244, #a25406);
}

.main_games .main_game_list li .game_item .game_icon {
    overflow: hidden;
    position: relative;
    padding-top: 104.294%;
}

.main_games .main_game_list li .game_item .game_icon:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 12, 1, 0.2);
    content: '';
    background: url(/img/theme/a26/common/emboss-bg.png) no-repeat 0 0;
    background-size: cover;
}

.main_games .main_game_list li .game_item .game_icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
    border-radius: 14px;
}

.main_games .main_game_list li .game_item:hover {
    border-color: #689eff;
    transform: translate(5px, 5px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 1.0), 0 0 10px rgba(62, 130, 255, 1.0);
}

.main_games .main_game_list li .game_item:hover .game_info .btn_start {
    transition: 0.5s;
    opacity: 1;
    transform: translateY(0);
}

.main_games .main_game_list li .game_item .game_start {
    display: none;
}

@keyframes slotBtnPanel {
    0% {
        opacity: 0;
        transform: translate(5px, 5px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.main_realtime {
    z-index: 2;
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
}

.main_realtime .inner_wrap {
    display: flex;
    max-width: 100%;
    margin-top: 10px;
    padding: 0;
}

.main_realtime .realtime_board_wrap {
    display: flex;
    flex: 1;
}

.main_realtime .realtime_board_wrap .realtime_item {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.main_realtime .realtime_board_wrap .realtime_item + .realtime_item {
    margin-left: 10px;
}

.main_realtime .realtime_board_wrap .realtime_board {
    border: 1px solid #d981f4;
    background: rgba(11, 13, 17, 0.75);
    width: 100%;
    padding: 15px 15px;
    border-radius: 15px;
}

.main_realtime .realtime_board_wrap .realtime_board .title {
    display: flex;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 17px;
    display: flex;
    color: #dbbb70;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(to right, #fff, #000000) text;
    -webkit-text-fill-color: transparent;
}

.main_realtime .realtime_board_wrap .realtime_board .title.title_charge {

}

.main_realtime .realtime_board_wrap .realtime_board .title.title_exchange {

}

.main_realtime .realtime_board_wrap .realtime_board .main_board_swiper {
    overflow: hidden;
    height: 160px;
}

.main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper {

}

.main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide {
    height: 32px;
    /* border-bottom: 1px dashed rgb(62 62 62); */
}

.main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide:last-child {
    border-bottom: none;
}

.main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide:nth-child(even) {
    /* background-color: #000; */
}

.main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7px 10px 6px;
    box-sizing: border-box;
}

.main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner span {
    display: block;
    font-size: 12px;
    color: #acb3c0;
}

.main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner .date2 {

}

.main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner .money {
    flex: 1;
    margin-left: 18px;
}

.main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner .money.charge {
    color: #11bdfa;
    font-weight: 500;
}

.main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner .money.exchange {
    color: #11bdfa;
    font-weight: 500;
}

.main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner .nickname {
    text-align: right;
}

.game_list_wrap {
    position: relative;
    overflow: hidden;
}

.holdem_game_list_wrap {
    font-size: 0;
    text-align: center;
    margin: 10px auto 0;
    max-width: 1440px;
    padding-bottom: 30px;
}

.holdem_game_list_wrap .game_list {
    justify-content: center;
}

.game_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin: 0 0 0 -24px;
}

.game_list .game_item {
    display: block;
    width: calc(16.6666% - 24px);
    position: relative;
    transition: 0.3s;
    margin: 12px 0 12px 22px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 18px;
}

.game_list .game_item:after {
    display: block;
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    border-radius: 18px;
    background-color: rgb(31 35 55 / 75%);
    border: solid 1px #426199;
    transition: 0.3s;
    animation: slotBtnShadow 1s ease 1;
    content: '' !important;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

@keyframes slotBtnShadow {
    0% {
        opacity: 0;
        transform: translate(-5px, -5px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.game_list .game_item.hvr-outline-in:before {
    display: none;
}

.game_list .game_item:hover {
    border-color: #689eff;
    transform: translate(5px, 5px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 1.0), 0 0 10px rgba(62, 130, 255, 1.0);
}

.game_list .game_item:hover .game_item .game_info .btn_start {
    transition: 0.5s;
    opacity: 1;
    transform: translateY(0);
}

.game_list .game_item .game_start {
    display: none;
}

.game_list .game_item .game_box {
    display: block;
    position: relative;
    transition: transform .3s, -webkit-transform .3s;
    overflow: hidden;
    margin: 0;
    border-radius: 18px;
    border: solid 1px #384d74;
    background: #000;
    animation: slotBtnPanel 1s ease 1;
}

.game_list .game_item .game_box:after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    z-index: 2;
}

.game_list .game_item .game_box .game_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 109%;
    z-index: 1;
    background: #000;
}

.game_list .game_item .game_box .game_thumb:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 12, 1, 0.2);
    content: '';
    background: url(/img/theme/a26/common/emboss-bg.png) no-repeat 0 0;
    background-size: cover;
}

.game_list .game_item .game_box .game_thumb .thumb_cover,
.game_list .game_item .game_box .game_thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: all 0.2s linear;
}

.game_list .game_item .game_box .game_thumb .thumb_cover {
    display: none;
}


.game_list .game_item:hover .game_box .game_thumb img {
    transform:scale(1.2);
}

.game_list .game_item .game_box .game_thumb .icon_play {
    width: 58%;
    height: 58%;
    margin: 0 auto 5px auto;
    filter: drop-shadow(0 6px 6px rgba(0,0,0,.9));
    z-index: 1
}

.game_list .game_item .game_box .game_info {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 137px 5px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgb(7 25 56) 0%, rgb(16 75 100) 30%, rgba(19, 12, 2, 0) 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.game_list .game_item .game_box .game_info h3 {
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-family: noto-sans-bold;
    font-size: 18px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
    margin-top: 5px;
    font-weight: bold;
}

.game_list .game_item .game_box .game_info h4 {
    display: block;
    width: 100%;
    margin-top: 1px;
    font-size: 11px;
    color: #fff;
    opacity: .5;
    text-align: center;
}

.game_list .game_item .game_box .game_info .btn_start {
    max-width: 137px;
    height: 34px;
    line-height: 36px;
    border-radius: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 30px;
    font-size: 13px;
    margin: auto;
    border: none;
    font-weight: 500;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 3px rgba(0, 0, 0, 0.75);
    transition: 0.3s;
    opacity: 0;
    transform: translateY(-15px);
    background-image: linear-gradient(#ffe244, #a25406);
    padding: 0 10px;
}

@keyframes slotBtnPanel {
    0% {
        opacity: 0;
        transform: translate(5px, 5px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.layer_popup_swiper {
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    z-index: 99999;
    opacity: 1;
    background: rgba(36, 36, 43, 0.8);
}

.layer_popup_swiper .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px 20px;
}

.layer_popup_swiper .swiper-container .swiper_top_btn {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 2;
}

.layer_popup_swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.layer_popup_swiper .swiper-slide {
    display: flex;
    position: relative;
    width: 394px;
    height: 533px;
    flex-direction: column;
}

.layer_popup_swiper .swiper-slide .btn_all_popup_pc_close {
    display: none;
    position: absolute;
    right: 0;
    top: -36px;
}

.layer_popup_swiper .swiper-slide:last-child .btn_all_popup_pc_close {
    display: block;
}

.layer_popup_swiper .pop_wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    margin: 1px 1px;
    background: #000;
    border: 1px solid #000;
    flex-direction: column;
}

.layer_popup_swiper .swiper-slide .pop_content {
    display: flex;
    flex: 1;
    min-height: 485px;
    position: relative;
    flex-direction: column;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_title {
    display: none;
    padding: 15px 15px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner {
    overflow-y: auto;
    flex: 1;
    padding: 0;
    min-height: 0;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner p {
    padding: 0 10px;
    color: #fff;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner p:after {
    content: '';
    display: block;
    clear: both;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner p * {
    float: none !important;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner p > img {
    max-width: calc(100% + 20px);
    margin: 0 -10px;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner.pc {
    display: block;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner.mobile {
    display: none;
}

.layer_popup_swiper .swiper-slide .pop_content .gaps {
    margin-top: 30px;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_txt {
    color: #222;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_txt .income {
    display: block;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 500;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_txt .income em {
    font-weight: 700;
}

.layer_popup_swiper .swiper-slide .pop_content .trade_status {
    width: 300px;
    height: 300px;
    margin: auto auto;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 300px;
    text-align: center;
    border-radius: 50%;
}

.layer_popup_swiper .swiper-slide .pop_content .trade_status.buy {
    background-color: #ec5649;
}

.layer_popup_swiper .swiper-slide .pop_content .trade_status.sell {
    background-color: #0182dd;
}

.layer_popup_swiper .swiper-slide .pop_content .btn_area {
    margin: 20px 0;
    text-align: center;
}

.layer_popup_swiper .swiper-slide .pop_content .btn_area .btn_ui {
    margin: 0 4px;
}

.layer_popup_swiper .swiper-slide .popup-foot {
    display: flex;
    padding: 5px 5px;
    align-items: center;
    background: #000;
}

.layer_popup_swiper .swiper-slide .popup-foot .form-check {
    flex: 1;
    min-width: 0;
}

.layer_popup_swiper .swiper-slide .popup-foot .form-check input[type="checkbox"] {
    opacity: 0;
}

.layer_popup_swiper .swiper-slide .popup-foot .form-check input[type="checkbox"]:checked ~ .form-check-label:before {
    opacity: 0;
}

.layer_popup_swiper .swiper-slide .popup-foot .form-check label {
    height: 35px;
    color: #fff;
    padding: 0;
    line-height: 35px;
    text-align: center;
    background: linear-gradient(348deg, #27186b, #8004e5);
    border-radius: 15px;
    font-weight: 400;
}

.layer_popup_swiper .swiper-slide .btn_close {
    display: block;
    flex: 1;
    margin-left: 4px;
    height: 35px;
    padding: 0 9px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    background-color: #2f2f2f;
    border-radius: 15px;
}

.popup_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    z-index: 100001;
    text-align: center;
    overflow: auto;
    background-color: rgba(0,0,0,.9);
    opacity: 0;
}

.popup_wrapper.visible {

}

.popup_wrapper .popup_content {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popup_wrapper .popup_wrap {
    position: relative;
    margin: auto auto;
    background-color: #03070e;
    background-image: linear-gradient(#03070e, #07152c);
    border-radius: 18px;
    border: solid 2px #0c254e;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 1.0), 0 2px 5px rgba(0, 0, 0, 1.0), inset 0 0 1px 1px rgba(0, 0, 0, 0.5);
}

.popup_wrapper .popup_wrap:before {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, rgba(64, 122, 195, 0), rgba(64, 122, 195, 1.0), rgba(64, 122, 195, 0));
    left: 0;
    top: -2px;
    z-index: 2;
    content: '';
    position: absolute;
    pointer-events: none;
}

.popup_wrapper.popup_login .popup_wrap {
    max-width: 390px !important;
}

.popup_wrapper.popup_login .popup_wrap .pop-content {
    position: relative;
    padding: 30px 30px;
    background-image: url(/img/theme/a26/common/contents-bg.png);
    background-repeat: repeat-x;
}

.popup_wrapper .popup_wrap.modal-small {
    max-width: 400px;
}

.popup_wrapper .popup_wrap.modal-mid {
    max-width: 420px;
}

.popup_wrapper .popup_wrap.modal-large {
    max-width: 1100px;
}

.popup_wrapper .popup_wrap .btn-close {
    width: 31px;
    height: 31px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0;
    color: transparent;
    line-height: 0;
    z-index: 1;
    background: none;
}

.popup_wrapper .popup_wrap .btn-close:before,
.popup_wrapper .popup_wrap .btn-close:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.popup_wrapper .popup_wrap .btn-close:hover:before,
.popup_wrapper .popup_wrap .btn-close:hover:after {
    transform: rotate(180deg);
}

.popup_wrapper .popup_wrap .btn-close:before {
    background-image: url(/img/theme/a26/common/x-bg.png);
}

.popup_wrapper .popup_wrap .btn-close:after {
    background-image: url(/img/theme/a26/common/x-on.png);
    opacity: 0;
}

.popup_wrapper .popup_wrap .btn-close:hover:before {
    opacity: 0;
}

.popup_wrapper .popup_wrap .btn-close:hover:after {
    background-image: url(/img/theme/a26/common/x-on.png);
    opacity: 1;
}

.popup_wrapper .popup_wrap .popupbox {
    width: 100%;
    min-height: calc(100vh - 78px);
    position: relative;
}

.popup_wrapper .popup_wrap .pop-header {
    display: flex;
    height: 65px;
    line-height: 65px;
    font-size: 21px;
    color: #cfa452;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cfa452;
}

.popup_wrapper .popup_wrap .pop-content {
    padding: 18px 18px;
    overflow-y: auto;
    max-height: 900px;
}

.popup_wrapper .popup_wrap .pop-content .sub_titleimg {
    display: none;
}

.popup_wrapper .popup_wrap .pop-content .sub_tabs {
    display: none;
}

.popup_wrapper .popup_wrap .pop-content .pop-content-box {
    display: none;
}

.popup_wrapper .popup_wrap .pop-content .pop-content-box.on {
    display: block;
}

.popup_wrapper .popup_wrap .pop-tabs {
    border-bottom: 1px solid var(--highlight-color);
}

.popup_wrapper .popup_wrap .pop-tabs.flex {
    display: flex;
}

.popup_wrapper .popup_wrap .pop-tabs.flex a {
    flex: 1;
}

.popup_wrapper .popup_wrap .pop-tabs:after {
    content: "";
    clear: both;
    display: table;
}

.popup_wrapper .popup_wrap .pop-tabs a {
    float: left;
    display: block;
    width: 23%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #444;
}

.popup_wrapper .popup_wrap .pop-tabs a.on {
    color: #e4b064;
}

.popup_wrapper .popup_wrap .sub_article {
    padding: 0;
}

.popup_wrapper .popup_wrap .sub_article .inner_wrap {
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.popup_wrapper .popup_wrap .casino_intro {
    margin-top: 0;
}

.popup_style {
    animation-name: popup_style;
    -webkit-animation-name: popup_style;
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}
.search-container{
    z-index: 1;
    position: absolute;
    bottom: 15px;
    right: 16px;
}
@media screen and (max-width: 1540px) {
    .layout_aside {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .search-container{
        z-index: 1;
        position: absolute;
        top: 37px;
        margin: 10px;
        width: 96%;
        left: 0;
    }

    .logout-btn-icon
    {
        display: block;
    }
    .sub_title_slot{
        height: 90px!important;
    }

}

@media screen and (min-width: 1280px) {

    .game_list .game_item:hover .game_thumb .thumb_cover {
        opacity: 1
    }

    .game_list .game_item:hover .game_info .btn_start {
        opacity: 1;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.hover:not(.on):hover,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.hover:not(.on):hover {

    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.hover:hover .name,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.hover:hover .rating {

    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.hover:not(.on):hover,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.hover:not(.on):hover {filter: brightness(1.2);}

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.hover:hover .name,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.hover:hover .rating {

    }

}

@-webkit-keyframes icon_play {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.04)
    }
}

@keyframes icon_play {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.04)
    }
}

.jackpot_wrap {
    position: relative;
    overflow: hidden;
    height: 160px;
    margin: 10px 0 0;
    text-align: center;
    z-index: 2;
    /* background: url(/img/theme/a26/common/jackpot_repeat.png) 0 0 repeat-x;
    border-top: solid 1px #083853;
    border-bottom: solid 1px #08334a; */
}

.jackpot_wrap .visual {
    position: relative;
    max-width: 1480px;
    height: 160px;
    background: url(/img/theme/a26/common/jackpot_bg.png) 50% 0 no-repeat;
    margin: 0 auto;
    filter: hue-rotate(75deg);
}

.jackpot_wrap .jack_wrap {
    position: relative;
}

.jackpot_wrap .jack_wrap:after {
    display: block;
    clear: both;
    content: '';
}

.jackpot_wrap .jack_left {overflow: hidden;}

.jackpot_wrap .jack_left .jack_tit {
    /* text-align: right; */
}

.jackpot_wrap .jack_left .jack_num {
    /* margin-top: 59px; */
    margin-left: 0;
}

.jackpot_wrap .jack_list_box {

    margin-top: 50px;
}

.jackpot_wrap .jack_list {
    width: 380px;
    height: 46px;
    margin-top: 10px;
    background: url(/img/theme/a26/common/jack_bg.png) no-repeat
}

.jackpot_wrap .jack_list table tr td {
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
}

.jackpot_wrap .jack_list table tr td.jack_td1 {
    color: #ff9c00;
    padding: 0 0 0 80px;
}

.jackpot_wrap .jack_list table tr td.jack_td2 {
    color: #ffffff
}

.jackpot_wrap .jack_list table tr td.jack_td3 {
    color: #949494;
    padding: 0 10px 0 0
}

.odometer {
    display: block;
    letter-spacing: 5px;
    font-size: 49px;
    font-style: normal;
    font-weight: 1000;
    line-height: 50px;
    color: #eee;
    text-shadow: 2px 2px 2px rgb(0 0 0);
    box-sizing: content-box;
}

.odometer * {
    box-sizing: content-box;
}

.slot_item_list {
    position: relative;
    padding: 0 20px;
}

.casino_slot {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.casino_slot li {
    width: 20%;
    padding: 5px 5px;
}

.casino_slot li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.casino_slot li a .image {
    display: block;
    position: relative;
    font-size: 0;
}

.casino_slot li a .image:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 6px 12px 0 rgba(0,0,0,.75);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 0;
}

.casino_slot li a .image > img {
    width: 100%;
    border-radius: 0;
}

.casino_slot li a .image.img_ratio {
    padding-top: 100%;
}

.casino_slot li a .image.img_ratio img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.casino_slot li a .text {
    display: block;
    height: 35px;
    margin-top: 2px;
    padding: 0 10px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

/* autocomplete */
.auto_list {
    display: none;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    max-height: 124px;
    margin-top: -1px;
    padding: 17px 0;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 1;
}

.auto_list li {
    margin-top: 8px;
    height: 24px;
}

.auto_list li:first-child {
    margin-top: 0;
}

.auto_list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 18px;
    background: #fff;
    box-sizing: border-box;
    font-size: 15px;
}

/* switch */
.switch {
    display: inline-block;
    position: relative;
    height: 26px;
    overflow: hidden;
}

.switch input {
    position: absolute;
    display: block;
    opacity: 0;
    left: 0;
    top: 0;
}

.switch input:checked + label {
    background: #FFC33B;
}

.switch input:checked + label:after {
    left: auto;
    right: 0;
}

.switch label {
    width: 54px;
    height: 26px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background: #bdbdbd;
    border-radius: 30px;
    transition: all 0.3s linear;
}

.switch label:after {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 3px;
    background: #fff;
    border-radius: var(--border-radius);
    transition: all 0.3s linear;
    content: '';
}

.btn_plane {
    display: inline-block;
    font-size: 18px;
}

.btn_plane:hover {
    text-decoration: underline;
}

.btn_ui {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 37px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(#4a5a79, #2b3343);
    border-image: initial;
    text-align: center;
    font-weight: 400;
    border-radius: 18px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 1.0);
    transition: 0.3s;
    vertical-align: top;
}

.btn_ui:hover {
    filter: brightness(1.5);
}

.btn_ui strong {
    font-weight: 600;
}

.btn_ui.btn_xl {
    min-width: 220px;
    height: 62px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 62px;
}

.btn_ui.btn_lg {
    min-width: 120px;
    height: 40px;
    font-size: 13px;
    line-height: 37px;
    font-weight: 500;
}

.btn_ui.btn_md {
    min-width: 106px;
    height: 40px;
    font-size: 13px;
    font-weight: 500;
    line-height: 42px;
    border-radius: 20px;
}

.btn_ui.btn_sm {
    min-width: 120px;
    height: 38px;
    font-size: 12px;
}

.btn_ui.btn_xs {
    min-width: 56px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
}

.btn_ui.btn_xxs {
    min-width: 60px;
    height: 26px;
    padding: 0 12px;
    line-height: 26px;
    font-size: 11px;
}

.btn_ui.btn_highlight {
    background: linear-gradient(348deg, #27186b, #8004e5);
    color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
}

.btn_ui.btn_gray {
    border: 1px solid #1d1e20;
    background: #e5e8ef;
    color: #232632;
}

.btn_ui.btn_light_gray {
    border-color: var(--light-gray-bg-border-color);
    background: var(--light-gray-bg-color);
    color: var(--light-gray-bg-text-color);
}

.btn_ui.btn_navy {
    background: #3a2142;
    color: #fff;
}

.btn_ui.btn_red {
    background: linear-gradient(to bottom, rgba(164,19,26,1) 1%,rgba(128,9,17,1) 100%);
    color: #fff;
    border-color: rgba(164,19,26,1);
}

.btn_ui.btn_blue {
    background: linear-gradient(#4a5a79, #2b3343);
    color: #d4cbc0;
}

.btn_ui.btn_yellow {
    border: 1px solid #FFC33B;
    background: linear-gradient(#FFC33B 0%, #bd8a15 100%);
    color: #000;
}

.btn_ui.btn_buy {
    border-color: #df0034;
    background-color: #df0034;
    color: #fff;
}

.btn_ui.btn_sell {
    border-color: #0b6bcf;
    background-color: #0b6bcf;
    color: #fff;
}

.btn_board_area {
    padding: 10px 0 0;
    font-size: 0;
    text-align: center;
}

.btn_board_area .btn_ui {
    margin: 0 2px;
}

.btn_board_area.align_left {
    text-align: left;
}

.btn_board_area.align_right {
    text-align: right;
}

.table_form {
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    border-top: 1px solid #FFC33B;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.table_form dl {
    display: flex;
}

.table_form dl dt,
.table_form dl dd {
    border-bottom: 1px solid #303030;
}

.table_form dl dt {
    min-width: 16%;
    width: 16%;
    padding: 20px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: left;
}

.table_form dl dt .icon_bul {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 5px;
    background: #e32c51;
    border-radius: 100%;
    text-indent: -999em;
    vertical-align: sub;
}

.table_form dl dt .sub {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.table_form dl dd {
    flex: 1;
    min-width: 0;
    padding: 20px 20px;
    font-size: 14px;
}

.table_form dl dd.text-yellow {
    color: #FFC33B;
}

.table_form dl dd .input_text {
    width: 80%;
}

.table_form dl dd .flexbox {
    display: flex;
    align-items: center;
}

.table_form dl dd .flexbox .btn_ui {
    margin-left: 10px;
}

.table_form dl dd .number_box .selectbox, .table_form dl dd .number_box .input_text {
    width: 150px;
    margin: 0;
}

.table_form dl dd .number_box .selectbox:first-child, .table_form dl dd .number_box .input_text:first-child {
    margin-left: 0;
}

.table_form dl dd .number_box .selectbox + .selectbox {
    margin: 0 5px;
}

.table_form dl dd .number_box .dash {
    display: inline-block;
    min-width: 10px;
    width: 10px;
    height: 1px;
    margin: 0 10px;
    background: #979797;
    vertical-align: middle;
}

.table_form dl dd .number_box .input_text {
    margin: 0;
}

.table_form dl dd .number_box .btn_ui {
    margin-left: 10px;
}

.table_form dl dd .number_box + .number_box {
    margin-top: 10px;
}

.table_form dl dd .email_box .selectbox, .table_form dl dd .email_box .input_text {
    width: 250px;
}

.table_form dl dd .email_box .selectbox:first-child, .table_form dl dd .email_box .input_text:first-child {
    margin-left: 0;
}

.table_form dl dd .email_box .selectbox {
    margin-left: 10px;
}

.table_form dl dd .email_box .at {
    margin: 0 5px;
    font-size: 18px;
}

.table_form dl dd .auto_box {
    position: relative;
}

.table_form dl dd .auto_box .input_text {
    width: 250px;
}

.table_form dl dd .label {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    vertical-align: middle;
}

.table_form dl dd .hint {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.table_form dl dd .hint.red {
    color: #D82B29;
}

.table_form dl dd .bank_name {
    display: block;
    font-weight: 500;
    color: #333;
}

.table_form dl dd .bank_name + .desc {
    margin-top: 6px;
}

.table_form dl dd .cash {
    font-weight: 500;
    color: #FFC33B;
}

.table_form dl dd .desc {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.table_form dl dd.settings {
    padding-bottom: 20px;
}

.table_form + .tit_area h3 {
    margin-top: 60px;
}

.board_view {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #182336;
    margin: 5px 0 0;
    padding: 10px;
    border-radius: 5px;
}

.board_view .view_top {
    display: block;
    padding: 15px 14px;
    text-align: center;
}

.board_view .view_top .category {
    display: none;
    font-size: 13px;
    color: #e4b064;
}

.board_view .view_top .tit {
    font-size: 16px;
    font-weight: 500;
    vertical-align: top;
    color: #fff;
    text-align: left;
}

.board_view .view_top .view_info {
    overflow: hidden;
    display: block;
}

.board_view .view_top .view_info dl {
    width: 100%;
    padding: 8px 0 0;
    text-align: left;
}

.board_view .view_top .view_info dl dt {
    display: inline-block;
    margin-right: 25px;
    font-size: 12px;
    color: #979797;
    font-weight: 400;
}

.board_view .view_top .view_info dl dt em {
    color: #0fb3f8;
    margin-left: 8px;
}

.board_view .view_top .view_info dl dt span {
    margin-left: 8px;
    color: #fff;
}

.board_view .view_top .writer {
    display: table-cell;
    padding: 0 20px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board_view .view_top .date {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.board_view .view_cont {
    min-height: 200px;
    padding: 15px 15px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    border-top: solid 1px #182336;
}

.board_view .view_cont p:not(.sub_content .view_cont p),
.board_view .view_cont p *:not(.sub_content .view_cont p *) {
    font-size: 13px;
    color: #fff;
}

.board_view .view_cont .source {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #0182DC;
}

.board_view .view_cont img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

.board_view .view_bet_log {
    padding: 20px 20px;
}

.board_view .view_attach {
    padding: 30px 30px 20px;
    border-top: 1px solid #eee;
}

.board_view .view_attach dt {
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 17px;
}

.board_view .view_attach dd a {
    display: inline-block;
    position: relative;
    height: 42px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 1px;
    background-color: #f7f7f7;
    font-size: 15px;
    line-height: 42px;
    vertical-align: top;
}

.board_view .view_attach dd a:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    width: 10px;
    height: 12px;
    background: url("/asset/images/common/sp_btn.png") no-repeat 0 -50px;
}

.board_view .view_reply {
    position: relative;
    padding: 20px 20px;
    border-bottom: 1px solid #3e3e3e;
}

.board_view .view_reply .profile {
    display: flex;
    position: relative;
    padding: 15px 20px;
    background-color: #363636;
    border: none;
    border-bottom: none;
}

.board_view .view_reply .profile dt {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.board_view .view_reply .profile dd {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    white-space: nowrap;
}

.board_view .view_reply .reply_txt {
    position: relative;
    padding: 20px 20px;
    border: none;
    background-color: #262626;
    font-size: 13px;
    color: #c7c7c7;
    line-height: 24px;
}

.board_comment {
    position: relative;
    padding-top: 20px;
}

.board_comment .comment_title {
    margin-bottom: 10px
}

.board_comment .comment_title .title {
    color: #fff;
    font-size: 15px;
}

.board_comment .comment_title .title .count {
    font-weight: bold;
    color: var(--highlight-color);
}

.board_comment h4 em {

}

.board_comment .comment_write {
    position: relative;
    background: #1d1d1d;
    margin-bottom: 10px;
}

.board_comment .comment_write form {
    display: flex;
}

.board_comment .comment_write .comment_profile {
    display: flex;
    min-width: 77px;
    margin-bottom: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    background: #303030;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.board_comment .comment_write .comment_profile .name {
    display: block;
    color: #eec100;
    font-size: 12px;
    font-weight: 500;
}

.board_comment .comment_write .comment_profile .profile_area {
    position: relative;
}

.board_comment .comment_write .comment_profile .profile_area .name {
    display: block;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board_comment .comment_write .comment_write_area {
    flex: 1;
    padding: 0;
}

.board_comment .comment_write .comment_write_area .write_inbox {
    position: relative;
    background: #26231e;
}

.board_comment .comment_write .comment_write_area .write_inbox .textarea {
    position: relative;
    border: none;
    border-radius: 0;
    background: none;
    color: #fff !important;
    height: 42px;
    padding: 12px 0;
    background: #303030;
}

.board_comment .comment_write .comment_write_area .write_inbox .textarea::placeholder {
    font-size:13px;
    color:#4c2e56
}

.board_comment .comment_write .comment_write_area .write_inbox .guide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 3px;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 10;
    border: none;
    font-size: 13px;
    color: #a1a1a1;
    opacity: .7;
    line-height: 20px;
    cursor: default;
}

.board_comment .comment_write .comment_write_count {
    display: none;
    position: absolute;
    left: 30px;
    bottom: 33px;
    margin: 0;
    font-size: 12px;
    color: #999;
    line-height: normal;
}

.board_comment .comment_write .comment_write_count .num {
    margin-right: 4px;
    font-weight: 500;
    color: #fff;
}

.board_comment .comment_write .comment_write_count .total {
    margin-left: 4px;
}

.board_comment .comment_write .comment_upload {
    padding: 0;
}

.board_comment .comment_write .comment_upload:after {
    content: '';
    display: block;
    clear: both;
}

.board_comment .comment_write .comment_upload .btn_upload_comment {
    display: block;
    min-width: 120px;
    height: 42px;
    padding: 0 10px;
    font-weight: 500;
    line-height: 42px;
    font-size: 13px;
    margin-top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
}

.board_comment .comment_list_box {

    padding: 10px 0;
}

.board_comment .comment_list {

}

.board_comment .comment_list li {
    border-bottom: 1px solid #303030;
}

.board_comment .comment_list li .inner {
    display: flex;
    position: relative;
    padding: 15px 15px;
    letter-spacing: 0;
}

.board_comment .comment_list li:nth-child(even) .inner {
    background: var(--white-opacity-percent-10);
}

.board_comment .comment_list li .author_img {
    display: block;
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 8px;
    font-size: 0;
    border-radius: 50%;
    background: url(/img/theme/a26/common/img-profile.png) var(--white-opacity-percent-20) no-repeat 50% 0;
}

.board_comment .comment_list li .author_img img {
    width: 100%;
    border-radius: 50%;
}

.board_comment .comment_list li .comment_content {
    flex: 1;
}

.board_comment .comment_list li .comment_content .author {

}

.board_comment .comment_list li .comment_content .author .name {
    color: #eec100;
    font-weight: bold;
    font-size: 12px;
}

.board_comment .comment_list li .comment_content .author .date {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 11px;
    white-space: nowrap;
    color: #999;
}

.board_comment .comment_list li .comment_content .text {
    margin-top: 4px;
    font-size: 13px;
    color: #fff;
}

.board_comment .comment_list li .comment_options {

}

.board_comment .comment_list li .comment_options .btn_ui.btn_red {
    font-size: 0;
    min-width: 0;
    padding: 0;
    background: none;
    color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 38px;
    background: #b54545;
}

.board_comment .comment_list li .comment_options .btn_ui.btn_red i {
    font-size: 12px;
}

.option_box {
    margin: 20px 0;
}

.option_box.center {
    text-align: center;
}

.option_box.right {
    text-align: right;
}

.tbl_tip {
    margin-bottom: 8px;
    padding: 10px 5px;
    font-size: 13px;
    color: #fff;
}

.board_btn_top,
.board_btn_bottom {
    display: flex;
    position: relative;
    align-items: center;
}

.board_btn_top.floating,
.board_btn_bottom.floating {
    position: absolute;
    right: 0;
    top: 6px;
}

.board_btn_top > div,
.board_btn_bottom > div {
    display: flex;
    flex: 1;
}

.board_btn_top .btn_ui + .btn_ui,
.board_btn_bottom .btn_ui + .btn_ui {
    margin-left: 4px;
}

.board_btn_top .left,
.board_btn_bottom .left {
    justify-content: flex-start;
}

.board_btn_top .right,
.board_btn_bottom .right {
    justify-content: flex-end;
}

.board_btn_top .center,
.board_btn_bottom .center {
    justify-content: center;
}

.board_btn_top {
    margin-bottom: 5px;
    padding: 0;
}

.board_btn_top.align_top {
    margin-top: -48px;
}

.board_btn_top .coup {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.board_btn_top .coup strong {
    display: inline-block;
    margin-left: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #14c9fc;
    vertical-align: top;
}


.board_check_top {
    display: flex;
    position: relative;
    padding: 10px 0;
    align-items: center;
}

.board_check_top:after {
    content: '';
    display: block;
    clear: both;
}

.board_check_top .left,
.board_check_top .right {
    display: flex;
    flex: 1;
}

.board_check_top .right {
    justify-content: end;
}

.search_form {
    padding-bottom: 20px;
}

.board_btn_bottom {
    padding-top: 20px;
}

.tbl_board {

    width: 100%;

    border-collapse: separate;

    border-spacing: 0 4px;
}

.tbl_board td {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.tbl_board th.left,
.tbl_board td.left {
    text-align: left;
}

.tbl_board th.right,
.tbl_board td.right {
    text-align: right;
}

.tbl_board th.bdb,
.tbl_board td.bdb {
    border-bottom: 1px solid #2e3956;
}

.tbl_board th.bdr,
.tbl_board td.bdr {
    border-right: 1px solid #2e3956;
}

.tbl_board th.bdl,
.tbl_board td.bdl {
    border-left: 1px solid #2e3956;
}

.tbl_board tr:nth-child(even) td {

}

.tbl_board th {
    height: 45px;
    padding: 7px 10px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: none;
    background: #263347;
    font-weight: 600;
}

.tbl_board th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tbl_board th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tbl_board th .form-check {
    vertical-align: top;
}

.tbl_board td:tr:hover td {
    filter: brightness(1.5);
}

.tbl_board td {
    padding: 13px 8px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.05);
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.tbl_board td:first-child {
    border-radius: 5px 0 0 5px;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.tbl_board td:last-child {
    border-radius: 0 5px 5px 0;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.tbl_board td .form-check {
    vertical-align: top;
}

.tbl_board td a {
    color: #fff;
    font-weight: normal;
}

.tbl_board td a:hover {
    text-decoration: underline;
}

.tbl_board td a .comment {
    display: inline-block;
    margin-left: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #13c2fb;
}

.tbl_board td a .comment .fal {
    margin-right: 3px;
    margin-top: -1px;
    font-size: 14px;
    vertical-align: middle;
}

.tbl_board td a .attach {
    display: inline-block;
    padding: 0 2px;
    margin-left: 2px;
    height: 22px;
    background: linear-gradient(#14c9fc, #0067ed);
    font-size: 11px;
    border: 1px solid #13c2fb;
    vertical-align: middle;
    border-radius: 2px;
    color: #000;
    line-height: 22px;
    min-width: 46px;
    margin-top: -2px;
    text-align: center;
    letter-spacing: -1px;
}

.tbl_board td a .attach .fal {
    margin-top: 5px;
    margin-right: 4px;
    font-size: 12px;
    vertical-align: top;
}

.tbl_board td .badge {

    border-radius: 2px;
}

.tbl_board td .flexbox {
    display: flex;
    align-items: center;
}

.tbl_board td .flexbox .input_text + .selectbox {
    margin-left: 5px;
}

.tbl_board td .flexbox .btn_ui {
    margin-left: 10px;
}

.tbl_board td .flexbox .label {
    display: block;
    margin-left: 10px;
}

.tbl_board td .ball + .ball {
    margin-left: 2px;
}

.tbl_board td .bet_result_box {
    padding: 12px 12px;
}

.tbl_board td .bet_result_box .sports_game_item {
    border: none;
}

.tbl_board td .bet_result_box .sports_game_item .score_col.team_name {
    border-right: none !important;
}

.tbl_board td .bet_result_box .sports_game_item .score_col.type {
    display: flex !important;
}

.tbl_board td .bet_result_box .sports_game_item .score_col.type .line {
    min-width: 100px;
}

.tbl_board td .bet_result_box .sports_game_item .sports_score_head {
    border-radius: 3px;
    overflow: hidden;
}

.tbl_board td .bet_result_box .sports_game_item + .sports_game_item {
    border-top: 1px solid #ddd;
}

.tbl_board td .bet_result_box .sports_game_item:last-child {
    border-bottom: none;
}

.tbl_board td .btn_ui {
    text-decoration: none !important;
}

.tbl_board td .btn_score {
    display: inline-block;
    min-width: 45px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    padding: 0 7px;
    color: #bdbdbd;
    font-weight: 500;
    border-collapse: separate;
    border-radius: 2px;
    cursor: pointer;
}

.tbl_board td.hdr {
    padding: 2px 0;
    border: none !important;
}

.tbl_board td.balls {
    white-space: nowrap;
}

.tbl_board td.cash {
    font-weight: bold;
    color: #14c9fc;
}

.tbl_board td.game {
    font-weight: 500;
    color: #fff;
}

.tbl_board td.game a {
    color: #fff;
}

.tbl_board td.date {
    color: #b8b8b8;
    font-size: 12px;
}

.tbl_board td.subject {
    text-align: left;
}

.tbl_board td.subject a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tbl_board td.results {
    padding: 0;
}

.tbl_board td.btn_set .btn_ui {
    margin-top: 5px;
}

.tbl_board td.noresult {
    padding: 20px 20px !important;
    text-align: center;
    border: none;
}

.tbl_board td.noresult .fal {
    margin-bottom: 10px;
    font-size: 30px;
}

.tbl_board tbody th {
    border-bottom: none;
    border-top: 1px solid #FFC33B;
}

.tbl_board a .notice {
    display: inline-block;
    height: 21px;
    margin-top: 0;
    margin-right: 6px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    border-radius: 11px;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #101010;
}

.tbl_board a .new {
    display: inline-block;
    height: 21px;
    margin-top: 0;
    margin-right: 6px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    border-radius: 11px;
    vertical-align: top;
    background-color: #FFC33B;
    color: #fff;
}

.tbl_board tr:last-child td.hdr {
    padding: 0;
    border: none;
}

.tbl_board tr.notice td {

}

.tbl_board tr.unread td {
    background-color: #2b2b2a;
}

.tbl_board tr.first {
    background: none !important;
}

.tbl_board tr.first td {
    padding: 10px 30px;
    border-top: none !important;
    background: #131323;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 2px solid #000026;
    text-align: left;
}

.tbl_board tr.first td a {
    color: #fff;
    font-weight: 600;
}

.tbl_board tr.divide {
    background: none !important;
}

.tbl_board tr.divide td {
    border: none !important;
    background-color: #07396A;
}

.tbl_board.tbl_autobet td .tbl_autobet {
    border: 1px solid #2e3956;
}

.tbl_board.tbl_autobet td .tbl_autobet tr td {
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: 1px solid #2e3956;
}

.tbl_board.tbl_autobet td .tbl_autobet tr td:last-child {
    border-right-color: #2e3956;
}

.tbl_board.tbl_autobet td .tbl_autobet tr:first-child td {
    border-top-color: #2e3956;
}

.tbl_board.tbl_autobet td.hdr {
    background-color: #000026 !important;
}

.tbl_board.tbl_small th, .tbl_board.tbl_small td {
    padding: 15px 10px;
    font-size: 14px;
}

.tbl_board.tbl_small th {
    font-size: 15px;
}

.tbl_board.tbl_small td.noresult {
    padding: 50px 20px !important;
}

.bet_log_attachment {
    margin-top: 20px;
}

.tbl_result_box {
    position: relative;
}

.tbl_result_box .result_box_item {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background: #0b0d11;
}

.tbl_result_box .result_box_item table > tbody > tr td {
    padding-bottom: 0;
}

.tbl_result_box .result_box_item th {
    padding: 6px 5px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #263347;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.tbl_result_box .result_box_item th .form-check {
    margin-top: 2px;
    vertical-align: top;
}

.tbl_result_box .result_box_item > tr + tr td {
    padding-top: 0 !important;
}

.tbl_result_box .result_box_item td {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    padding: 15px 15px;
}

.tbl_result_box .result_box_item td:first-child {
    border-left: none;
}


.tbl_result_box .result_box_item td.date {
    color: rgba(255, 255, 255, 0.5);
}

.tbl_result_box .result_box_item td.type {
    color: #fff;
    font-weight: 600;
}

.tbl_result_box .result_box_item td.odd {
    color: #fff;
    font-weight: 600;
    text-align: left;
}

.tbl_result_box .result_box_item td.odd em {
    color: #e4b064;
}

.tbl_result_box .result_box_item td.score em {
    display: inline-block;
    margin-top: -5px;
    vertical-align: middle;
}

.tbl_result_box .result_box_item td.score span {
    font-size: 18px;
    font-weight: bold;
    color: #808080;
}

.tbl_result_box .result_box_item td.score span.win {
    color: #FFC33B;
}

.tbl_result_box .result_box_item td.win_money {
    color: #e4b064;
    font-weight: bold;
}

.tbl_result_box .result_box_item td.money {
    color: #fff;
    font-weight: bold;
}

.tbl_result_box .result_box_item td .item_inner_table {
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-right: solid 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}

.tbl_result_box .result_box_item td .item_inner_table table td {
    height: 38px;
    font-size: 12px;
    padding: 5px 8px;
    border-color: rgba(255, 255, 255, 0.1);
    letter-spacing: 0;
    line-height: normal;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.tbl_result_box .result_box_item td .item_inner_table table td.odd {
    font-size: 0;
}

.tbl_result_box .result_box_item td .item_inner_table table td.date {
    font-size: 12px;
    color: #a09d99;
}

.tbl_result_box .result_box_item td .item_inner_table table td b {
    font-weight: normal;
    color: #fff;
}

.tbl_result_box .result_box_item td .item_inner_table table td.money {
    color: #e4b064;
}

.tbl_result_box .result_box_item td .item_inner_table table td:last-child {border-color: rgba(255, 255, 255, 0.1);}

.tbl_result_box .result_box_item td .item_inner_table table tr:last-child td {
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tbl_result_box .result_box_item td .item_inner_table table td.check {
}

.tbl_result_box .result_box_item td .item_inner_table table td.check .form-check {
    margin-top: 2px
}

.tbl_result_box .result_box_item td .item_inner_table table td .odd_box {
    display: inline-block;
    min-width: 100px;
    max-width: 100%;
    height: 38px;
    margin-top: 0;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 38px;
    border-radius: 4px;
    background: linear-gradient(#162f53, #0e1b31);
    border: 1px solid #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.tbl_result_box .result_box_item td .item_inner_table table td .odd_box em {
    color: #e4b064;
}

.tbl_result_box .result_box_item td .sports_icon {
    display: inline-block;
    margin-top: 0px;
    vertical-align: middle;
}

.tbl_result_box .result_box_item td .team_info {
    display: flex;
    padding: 5px;
}

.tbl_result_box .result_box_item td .team_info + .team_info {
    padding-top: 0;
}

.tbl_result_box .result_box_item td .team_info dt,
.tbl_result_box .result_box_item td .team_info dd {
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.tbl_result_box .result_box_item td .team_info dt {
    min-width: 50px;
}

.tbl_result_box .result_box_item td .team_info dt.home {
    color: #eec100;
}

.tbl_result_box .result_box_item td .team_info dt.away {
    color: #32e600;
}

.tbl_result_box .result_box_item td .team_info dd {
    flex: 1;
    min-width: 0;
}

.tbl_result_box .result_box_item td .team_info + .team_info {
    margin-top: 2px;
}

.tbl_result_box .result_box_item td.result_td {
    padding: 15px 15px;
}

.tbl_result_box .result_box_item td.result_td .bet_score_result {
    background: linear-gradient(#162f53, #0e1b31);
    padding: 8px 12px;
    border: 1px solid #354255;
}

.tbl_result_box .result_box_item td.result_td .bet_score_result:after {
    content: '';
    display: block;
    clear: both;
}

.tbl_result_box .result_box_item td.result_td .bet_score_result .info {
    display: flex;
    float: left;
    width: 50%;
    padding: 2px 0;
}

.tbl_result_box .result_box_item td.result_td .bet_score_result .info dt, .tbl_result_box .result_box_item td.result_td .bet_score_result .info dd {
    font-size: 12px;
    line-height: 19px;
}

.tbl_result_box .result_box_item td.result_td .bet_score_result .info dt {
    min-width: 82px;
    text-align: left;
    font-weight: 500;
    color: #929292;
}

.tbl_result_box .result_box_item td.result_td .bet_score_result .info dd {
    flex: 1;
    color: #fff;
    text-align: left;
}

.tbl_result_box .result_box_item td.result_td .bet_score_result .info dd.money {
    font-size: 12px;
    font-weight: bold;
    color: #eec100;
}

dd.money {}

.tbl_result_box .result_box_item td.result_td .bet_score_result .info dd.odd {
    font-size: 12px;
    font-weight: bold;
    color: #e3bd88;
}

.tbl_result_box .result_box_item + .result_box_item {
    margin-top: 10px;
}

.no_result_box {
    padding: 20px 20px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.no_result_box .icon {
    display: block;
    margin-bottom: 4px;
    font-size: 28px;
    color: #fff;
}

.auto_bet_list {

}

.auto_bet_list .tbl_tip_area {
    margin-bottom: 5px;
}

.auto_bet_list .tbl_tip_area .tbl_tip {
    margin-bottom: 4px;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
}

.auto_bet_list .tbl_board {

}

.auto_bet_list .tbl_board th {

}

.auto_bet_list .tbl_board tr.first td {
    background: linear-gradient(#162f53, #0e1b31);
    border-color: #0a0a0a;
    border-radius: 0;
    border-bottom: none;
    padding: 12px 15px;
    border-radius: 0;
}

.auto_bet_list .tbl_board tr.first td a {
    color: #fff;
}

.auto_bet_list .tbl_board tr.divide td {
    background-color: #081220;
    font-size: 12px;
    border-radius: 0;
    padding: 8px 8px;
}

.auto_bet_list .tbl_board.tbl_autobet td.hdr {
    height: 4px;
    padding: 0;
    background: none;
}

.auto_bet_write {

}

.auto_bet_write .btn_ui_area {
    margin-top: 10px;
    text-align: center;
}

.auto_bet_write input[type="text"].form-control,
.auto_bet_write input[type="password"].form-control,
.auto_bet_write input[type="number"].form-control,
.selectbox,
.board_form dl dd .selectbox {
    display: inline-block;
    height: 40px;
    border: 1px solid var(--input-border-color);
    border-radius: 5px;
    background: #0e1a2b;
}

.auto_bet_write .selectbox select,
.auto_bet_write .board_form dl dd .selectbox select {
    height: 38px;
    border: none;
}

.auto_bet_write .form-control + .selectbox {
    margin-left: 4px;
}

.auto_bet_write {

}

.auto_bet_write .tbl_board {

}

.auto_bet_write .tbl_board th,
.auto_bet_write .tbl_board td {
    border-color: #293a53;
    padding: 5px 5px;
    border-radius: 0;
}

.auto_bet_write .tbl_board.tbl_autobet_head {

}

.auto_bet_write .tbl_board.tbl_autobet_head th {

}

.auto_bet_write .board_form {

}

.auto_bet_write .board_form dl {

    padding: 10px 0;
}

.auto_bet_write .board_form dl dt {

}

.auto_bet_write .board_form dl dd {

}

.auto_bet_write .board_form.narrow {
    padding-bottom: 0;
    padding: 10px 0;
}

.auto_bet_write .board_form.narrow + .tbl_scroll {
    margin-top: 20px;
}

.auto_bet_write .board_form .form_title {

    font-size: 14px;
}

.auto_bet_write .board_form .form_box {
    border-color: #333;
    background: #1e2531;
}

.auto_bet_write .board_form .form_box .box_col dl {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.auto_bet_write .board_form dl {

    margin: 0;
}

.auto_bet_write .board_form dl dt {

    display: block;

    width: 10%;
}

.auto_bet_write .board_form dl dd {

}

.auto_bet_write .board_form .form_box dl dt {
    background: none;
    width: 100%;
}

.auto_bet_write .board_form .form_box dl dd {

}

.auto_bet_write .board_form dl dd .tbl_board {

}

.auto_bet_write .board_form dl dd .tbl_board th {

}

.auto_bet_write .board_form dl dd .tbl_board td {

    background: none;
}

.auto_bet_write .tbl_scroll + .tit_area {
    margin-top: 20px;
}

.auto_bet_write .tit_area {
    padding: 10px 0;
}

.auto_bet_write .tit_area h4 {
    color: #fff;
    font-size: 15px;
}

.auto_bet_write .tbl_scroll .tbl_board {

}

.event_list {
    display: flex;
    position: relative;
    margin-right: -14px;
    flex-wrap: wrap;
    justify-content: center;
}

.event_list:after {
    display: block;
    clear: both;
    content: '';
}

.event_list li {
    float: left;
    width: calc(24.66666% - 14px);
    margin-right: 14px;
    margin-bottom: 14px;
    position: relative;
}

.event_list li .inner {
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
}

.event_list li .inner .image {
    display: block;
    position: relative;
    padding-top: 117.165%;
    overflow: hidden;
    border: solid 1px #303c53;
    background: #000 url(/img/theme/a26/common/bg_item_event.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 18px;
}

.event_list li .inner .image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event_list li .inner .info_txt {
}

.event_list li .inner .info_txt dt {
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    padding-top: 11px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event_list li .inner .info_txt dt a {
    color: #fff;
}

.event_list li .inner .info_txt dd {
    margin-top: 2px;
}

.event_list li .inner .info_txt dd.date {
    display: none;
    margin-top: 2px;
    color: #999;
    font-size: 11px;
}

.event_list li .inner .info_btn {
    display: flex;
    margin-top: 5px;
}

.event_list li .inner .info_btn .btn_ui {
    display: none;
}

.event_list li .inner .info_btn .btn_ui + .btn_ui {
    margin-left: 8px;
}


.paginate {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    margin-top: 10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    justify-content: center;
}

.paginate .btn_page {
    display: inline-block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    font-size: 11px;
    text-align: center;
    vertical-align: top;
    background-color: #3c3c3c;
    border-radius: 2px;
    border: 1px solid #464646;
}

.paginate .btn_page .fal {
    margin-top: 11px;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
}

.paginate .btn_page + .btn_page {
    margin-left: 4px;
}

.paginate .num {
    display: flex;
    padding: 0 6px;
}

.paginate .num a,
.paginate .num strong {
    width: 28px;
    height: 28px;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #305897;
    background-color: #111f36;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
    font-size: 12px;
}

.paginate .num a:first-child,
.paginate .num strong:first-child {
    margin-left: 0;
}

.paginate .num a:hover,
.paginate .num strong {
    background-color: #2f8df2;
    border-color: #2a88ff;
    font-weight: 600;
}

.paginate + .btn_ui_area {
    margin-top: 10px;
}

.calendar-scroll {
    padding: 0 20px 38px;
}

.calendar-table {
    position: relative;
    border: none;
    margin: 0;
    border-collapse: separate;
}

.calendar-table td {
    background: none;
}

.calendar-table thead td {
    padding: 0;
}

.calendar-table .calendar-week {
    border: none;
    margin: 0;
}

.calendar-table .calendar-week td {
    padding: 0;
    border-top: none;
    background: none;
}

.calendar-table .calendar-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.calendar-table .calendar-btn.btn-link {
    font-weight: 500;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

.calendar-table .calendar-btn.btn-link:active, .calendar-table .calendar-btn.btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.calendar-table .calendar-btn.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.calendar-table .calendar-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.calendar-table .calendar-btn-group > .calendar-btn {
    position: relative;
    float: left;
}

.calendar-table .calendar-btn-group.btn-group-lg > .calendar-btn {
    height: 55px;
    margin: 0;
    padding: 0 30px;
    font-size: 23px;
    font-weight: normal;
    color: #0fb3f8;
    line-height: 1.33;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
}

.calendar-table .calendar_day {
    width: 100px;
    padding: 0;
    min-width: 100px;
    max-width: 100px;
    height: 110px;
    vertical-align: top;
    box-shadow: none;
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-top: none;
    border-right: none;
    transition: all .2s;
    background: rgba(255, 255, 255, 0.05);
}

.calendar-table .calendar_day:hover {

}

.calendar-table .calendar_day:first-child {
    border-left: none;
}

.calendar-table .calendar_day:last-child {
    border-right: none;
}

.calendar-table .today {
    background-color: #eee;
}

.calendar-table .date {
    height: 100%;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #c8c8cb;
}

.calendar-table .outside .date {
    color: #c8c8cb;
}

.calendar-table .timetitle {
    white-space: nowrap;
    text-align: right;
}

.calendar-table .cal-event {
    display: flex;
    height: 100%;
    font-size: 13px;
    padding: 18px 10px;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
    text-align: center;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-size: 98px;
    background-position: 50% 50%;
    background-image: url(/img/theme/a26/common/img_date_stamp_on.png);
}

.calendar-table .cal-event.check-day {
    border: none !important;
    background-image: url(/img/theme/a26/common/img_date_stamp_off.png);
    font-size: 0;
    color: transparent;
    line-height: 0;
    cursor: pointer;
}

.calendar-table .cal-event.clear {
    background: none;
    border: 1px solid transparent;
}

.calendar-table .c-weeks {
    border-top: 1px solid #000;
}

.calendar-table .c-weeks th {
    padding: 7px 0;
}

.calendar-table.table-tight > thead > tr > th {
    background: #263347;
    color: #fff;
    border-top: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    border-right: solid 1px rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 12px;
}

.calendar-table.table-tight > thead > tr > th, .calendar-table.table-tight > tbody > tr > th, .calendar-table.table-tight > tfoot > tr > th, .calendar-table.table-tight > thead > tr > td, .calendar-table.table-tight > tbody > tr > td, .calendar-table.table-tight > tfoot > tr > td {
    /* padding-left: 0; */
    /* padding-right: 0; */
}

.calendar-table.table-tight-vert > thead > tr > th, .calendar-table.table-tight-vert > tbody > tr > th, .calendar-table.table-tight-vert > tfoot > tr > th, .calendar-table.table-tight-vert > thead > tr > td, .calendar-table.table-tight-vert > tbody > tr > td, .calendar-table.table-tight-vert > tfoot > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}

.game_loading_layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0;
    align-content: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(245, 245, 245, 0.5);
    z-index: 10;
}

.game_loading_layer .layer_box {
    position: relative;
    margin: auto auto;
    padding: 30px 30px;
    background-color: #232323;
    border-radius: var(--border-radius);
}

.game_loading_layer .layer_box p {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}

.game_loading_layer .layer_box p em {
    font-weight: bold;
    color: #ffb005;
}

.game_loading_layer .layer_box .odd_info {
    padding: 10px 10px;
    background-color: rgba(255, 255, 255 ,.1);
}

.game_loading_layer .layer_box .odd_info .team,
.game_loading_layer .layer_box .odd_info .betting {
    display: flex;
    padding: 4px 0;
}

.game_loading_layer .layer_box .odd_info .team dt,
.game_loading_layer .layer_box .odd_info .team dd,
.game_loading_layer .layer_box .odd_info .betting dt,
.game_loading_layer .layer_box .odd_info .betting dd {
    font-size: 12px;
    text-align: left;
}

.game_loading_layer .layer_box .odd_info .team dt,
.game_loading_layer .layer_box .odd_info .betting dt  {
    min-width: 50px;
    margin-right: 8px;
    color: #999;
}

.game_loading_layer .layer_box .odd_info .team dd,
.game_loading_layer .layer_box .odd_info .team dd {
    flex: 1;
    min-width: 0;
}

.game_loading_layer .layer_box .odd_info .betting dd {
    color: #ffc33b;
    font-weight: bold;
}

.btn_pop_area {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 0;
    background-color: #000;
    text-align: center;
    z-index: 1000;
}

.btn_pop_area .btn_ui.btn_medium {
    min-width: 140px;
}

@keyframes scale {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.transfer_main {
    position: relative;
    padding: 468px 0 50px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.transfer_main .transfer_img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 708px;
    transform: translateX(-50%);
}

.transfer_main .transfer_img img {
    width: 100%;
}

.casino-nav {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 2px;
    padding: 0 6px;
}

.casino-nav li {
    position: relative;
    flex: 1;
    margin: 0 2px;
    background: linear-gradient(#27231e, #212121);
    box-shadow: 0 0 1px #000;
    border: solid 1px;
    border-color: #292929;
    border-radius: 8px;
}

.casino-nav li a {
    display: flex;
    height: 80px;
    padding: 0 20px 0 60px;
    font-weight: 500;
    font-family: inherit;
    line-height: inherit;
    text-align: left;
    flex-direction: column;
    justify-content: center;
}

.casino-nav li a:after {
    display: none;
}

.casino-nav li a .fal {
    content: '';
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 50%;
    font-size: 27px;
    color: #fff;
    transform: translateY(-50%);
}

.casino-nav li a .tit {
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    line-height: normal;
    text-shadow: 0 0px 1px rgba(0, 0, 0, .8);
}

.casino-nav li a .txt {
    margin-top: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    line-height: normal;
    margin-top: 3px;
}

.casino-nav li.on {
    background: linear-gradient(#623f14,#b58c45,#623f14);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #a57d3c;
}

.casino-nav li.on .fal {
    color: #fff;
}

.casino-nav li.on a .tit, .casino-nav li.on a .txt {

}

.casino_wrapper .game_list_wrap {

    margin: 0;
}


.loginbox-wrap {
    position: relative;
    padding: 0;
}

.loginbox-wrap > form {
    display: block;
}

.loginbox-wrap h2 {
    margin-top: 20px;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #13c5fb;
}

.loginbox-wrap .login-logo,
.signup_ly .login-logo {
    text-align: center;
}

.loginbox-wrap .login-logo img,
.signup_ly .login-logo img {
    width: 130px;
}

.loginbox-wrap h5 {
    margin: 0;
    padding: 0 0 15px;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #e5ac3f;
}

.loginbox-wrap .login-table {
    width: 100%;
    margin-top: 10px;
}

.loginbox-wrap .login-table td {
    padding: 0 0 10px;
}

.loginbox-wrap .login-table td .form-control {

}

.loginbox-wrap .login-table td .form-control::placeholder{
    color:#fff
}

.loginbox-wrap .login-table td.id_area .form-control {

}

.loginbox-wrap .login-table td.pw_area .form-control {

}

.loginbox-wrap .login-table td.btn_area {
    padding: 0;
}

.loginbox-wrap .id-box,
.loginbox-wrap .pw-box {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 2px 12px;
    background: #fff;
    color: #606266;
    border: 1px solid #f56c6c;
    border-radius: 4px;
}

.loginbox-wrap .id-box:focus,
.loginbox-wrap .pw-box:focus {
    border-color: #f56c6c;
}

.loginbox-wrap .pw-box {

}

.loginbox-wrap .login-guide {
    padding: 20px 0 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.loginbox-wrap .login-guide a {
    color: #e5ac3f;
    font-weight: bold;
}

.loginbox-wrap .btn_login,
.loginbox-wrap .btn_join {
    display: block;
    width: 100%;
    line-height: 46px;
    height: 44px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.loginbox-wrap .btn_login {
    background: linear-gradient(#14c9fc, #0067ed);
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    margin-right: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(4, 98, 220, 1.0);
    transition: all .2s;
}

.loginbox-wrap .btn_login:hover {
    filter: brightness(1.2);
}

.loginbox-wrap .login_btns {
    margin-top: 16px;
    font-size: 13px;
    color: #a0a0a0;
}

.loginbox-wrap .login_btns br {
    display: none;
}

.loginbox-wrap .login_btns .btn-join {
    color: #fff;
    text-decoration: underline;
}

.signup_ly {
    padding: 0;
}

.signup_ly .login-logo {
    margin-bottom: 10px;
}

.signup_ly .board_form {
    border: none;
}

.signup_ly .board_form dl {
    display: block;
}

.signup_ly .board_form dl + dl {
    margin-top: 20px;
    border: none;
}

.signup_ly .board_form dl dt {
    display: block;
    padding: 0;
    width: 100%;
    min-width: 0;
    background: none;
}

.signup_ly .board_form dl dt label {
    display: block;
    margin-bottom: 4px;
    padding-left: 2px;
    font-size: 13px;
    color: #c38eff;
    font-weight: normal;
}

.signup_ly .board_form dl dd {
    padding: 0;
}

.signup_ly .board_form dl dd .phone_groups {
    display: flex;
    padding: 10px 5px;
    flex-wrap: wrap;
}

.signup_ly .board_form dl dd .phone_groups .form-check {
    min-height: 20px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.signup_ly .board_form dl dd .form-control {

}

.signup_ly .board_form dl dd .form-control:focus {

}

.signup_ly .board_form dl dd .form-control::placeholder{
    color:#78727a
}

.signup_ly .board_form dl dd .hint {
    margin-top: 5px;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
    color: #8f8f8f;
}

.signup_ly .btn_ui_area {
    margin-top: 20px;
    text-align: center;
}

.signup_ly .btn_ui_area .btn_ui.btn_red {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    text-align: center;
    font-weight: 600;
    padding: 0;
    background: linear-gradient(#14c9fc, #0067ed);
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    margin-right: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(4, 98, 220, 1.0);
    transition: all .2s;
    border: none;
    margin: 0;
}

.signup_ly .btn_ui_area .btn_ui.btn_red:hover {
    filter: brightness(1.2);
}

.join-wrap {
    width: 460px;
    margin: 20px auto;
}

.join-wrap .join-form {
    width: 460px;
    max-width: 460px;
    text-align: left;
}

.join-wrap .join-title {
    width: 460px;
    margin: 0 auto;
    padding: 0 0 20px;
    font-size: 24px;
    color: #f1ad11;
}

.join-wrap .form-item {
    background-color: transparent;
}

.join-wrap .join-form.description {
    background-color: #222;
    border: 1px solid #333;
}

.join-wrap .join-form.description .form-item {
    margin: 10px 10px;
    color: yellow;
    font-size: 16px;
}

.join-wrap .join-form.description .form-label {
    color: #ef8c6f;
}

.join-wrap .join-form.coin {
    background: none;
    border: none;
}

.join-wrap .form-label {
    padding: 6px 0;
    font-size: 15px;
    color: #fff;
}

.join-wrap .form-label ul {
    font-size: 13px;
}

.join-wrap .form-label ul li {
    margin-top: 6px;
}

.join-wrap .form-label ul li span {
    display: block;
    margin-top: 4px;
    padding: 0 10px;
}

.join-wrap .form-label span {
    color: rgba(255, 255, 255, 0.5)
}

.join-wrap .form-box {
    padding: 8px 0;
    font-size: 14px;
}

.join-wrap .form-box p {

}

.join-wrap .form-box .name {
    color: #ffb400;
}

.join-wrap .form-box .cash {
    color: #ffb400;
}

.join-wrap .form-box .hint {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #e50032;
}

.join-wrap .form-box.flexbox {
    display: flex;
}

.join-wrap .form-box.flexbox .input-box {
    flex: 1;
    min-width: 0;
}

.join-wrap .form-box.flexbox .btn-box {
    width: auto;
    display: flex;
}

.join-wrap .form-box:after {
    content: "";
    clear: both;
    display: table;
}

.join-wrap .form-box .input-box {
    float: left;
    width: 80%;
}

.join-wrap .form-box .btn-box {
    float: right;
    width: 20%;
}

.join-wrap .form-txt {
    padding: 8px;
    font-size: 14px;
    color: #666;
}

.join-wrap .form-txt.red {
    color: #e50032;
}

.join-wrap .form-txt.yellow {
    color: yellow;
}

.join-wrap .form-box input[type="text"],
.join-wrap .form-box input[type="password"] {
    width: calc(100% - 8px);
    height: 40px !important;
    padding: 2px 10px !important;
    background: #000 !important;
    border: 1px solid #585858 !important;
}

.join-wrap .form-box input[type="button"] {
    min-width: 88px;
    height: 40px;
    padding: 8px 0;
    font-size: 14px;
    background-color: #0092ec;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.join-wrap .form-box input[type="button"] + input[type="button"] {
    margin-left: 4px;
}

.join-wrap .form-box input[type="button"].red {
    background-color: red;
}

.join-wrap .form-box .input-box.full {
    width: 100%;
    margin-right: 0;
}

.join-wrap .form-box .input-box.full input[type="text"],
.join-wrap .form-box .input-box.full input[type="password"] {
    width: 100%;
}

.join-wrap .form-box .input-box.full select {
    width: 100%;
    height: 40px;
    padding: 2px 8px;
    font-size: 14px;
    color: #fff;
    background: #333;
    border: 1px solid #585858;
    box-sizing: border-box;
}

.join-wrap .form-box .input-box.full .btn-money {
    float: left;
    margin: 0 2px 4px;
    display: block;
    width: calc(20% - 4px);
    height: 40px;
    font-size: 13px;
    color: #fff;
    background: #9b211e;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

.join-wrap .form-box .phone-box:after {
    content: '';
    clear: both;
    display: table;
}

.join-wrap .form-box .phone-box select {
    float: left;
    width: 20%;
    height: 34px;
    padding: 2px 8px;
    font-size: 14px;
    color: #fff;
    background: #333;
    border: 1px solid #585858;
    box-sizing: border-box;
}

.join-wrap .form-box .phone-box .input-box {
    float: left;
    width: 40%;
}

.join-wrap .form-box .phone-box .input-box input {
    width: calc(100% - 8px);
    margin-left: 8px;
}

.join-wrap .board-buttons {
    width: 460px;
    margin: 0 auto;
    padding: 18px 0 0;
}

.join-wrap .board-buttons .btn-join {
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: 0 8px;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: linear-gradient(#99cb36, #8cc634 50%, #7ec231 100%);
    border: 0;
    border-radius: 5px;
    line-height: 46px;
}

.join-wrap .join-form + .join-form {
    margin-top: 10px;
}

@keyframes game_btn_anim {
    0% {
        -left: 100%;
    }
    100% {
        left: 50%;
    }
}

.wating_box {
    position: relative;
    padding: 250px 0;
    text-align: center;
}

.wating_box .icon {
    margin-bottom: 20px;
    font-size: 32px;
    color: #9b9b9b;
}

.wating_box .tit {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.wating_box .tit .b {
    font-weight: normal;
}

.wating_box .text {
    margin-top: 4px;
    color: #9e9e9e;
    font-size: 12px;
    line-height: 26px;
    word-break: keep-all;
}

.wating_box .btn_box {
    margin-top: 80px;
}

.wating_box .btn_box button {
    min-width: 215px;
}

/* media query */
@media screen and (max-width: 1440px) {
    #header .header_gnb .gnb_login {
        width: 250px;
    }

    #header .header_gnb .gnb_login .login_before {
        padding: 0 4px;
    }

    #header .header_gnb .gnb_login .login_before .intro {
        font-size: 13px;
    }

    #header .header_gnb .gnb_login .login_after .state_left {
        min-width: 0;
        flex: 1;
    }

    #header .header_gnb .gnb_login .login_after .state_count {
        display: none;
    }

    #header .header_gnb .gnb.gnb_sub {
        right: 280px;
    }
}

@media screen and (max-width: 1280px) {

    input[type="text"].form-control,
    input[type="password"].form-control,
    input[type="number"].form-control {

    }

    .board_btn_top {
        padding: 5px 5px;
        margin-bottom: 0;
    }

    .board_btn_top.floating {
        position: relative;
        top: auto;
        right: auto;
    }

    .board_btn_top.align_top {
        margin-top: 0;
    }

    .board_btn_top .coup {
        font-size: 13px;
        line-height: 27px;
    }

    .board_btn_top .coup strong {
        margin-left: 4px;
        font-size: 13px;
    }

    .board_check_top {

        padding: 5px 5px;

    }

    .input_text {
        width: 100% !important;
        padding: 0 10px;
        font-size: 15px;
        flex: 1;
    }

    .selectbox {
        width: 100% !important;
    }

    .selectbox > select {
        width: 100% !important;
        padding: 0 10px;
        font-size: 12px;
    }

    .board_form dl dd textarea.form-control {
        height: 200px;
    }

    .board_form {
        width: 100%;
    }

    .board_form dl {
        flex-direction: column;
    }

    .board_form dl dt {
        width: 100%;
        min-width: 0;
        font-size: 12px;
        padding: 6px 5px;
        background: none;
        border: none;
    }

    .board_form dl dt label {
        font-size: 12px;
    }

    .board_form dl dd {
        padding: 0 6px;
        font-size: 12px;
        width: 100%;
    }

    .board_form dl dd .input_text {
        height: 45px;
    }

    .board_form dl dd .input_text + .label {
        margin-left: 10px;
    }

    .board_form dl dd .selectbox {
        /* height: 40px; */
    }

    .board_form dl dd .selectbox > select {

    }

    .board_form dl dd .label {
        display: block;
        min-width: 70px;
        margin: 0;
    }

    .board_form dl dd .form-control + .label {
        margin-left: 5px;
    }

    .board_form dl dd .charge_flex .flexbox {
        margin-top: 5px;
        margin-left: 0;
        min-width: 0;
    }

    .board_form dl dd .charge_flex .flexbox .label {
        min-width: 0;
    }

    .board_form dl dd .charge_flex {
        display: block;
    }

    .board_form dl dd .charge_flex .charge_btns {

    }

    .board_form dl dd .charge_flex .charge_btns .btn_ui {
        width: calc(25% - 4px);
        height: 30px;
        margin-right: 2px;
        margin-bottom: 2px;
        line-height: 30px;
        border-radius: 4px;
    }

    .board_form dl dd .charge_flex .form-control {
        height: 35px;
    }

    .board_form dl dd .number_box {
        display: flex;
        align-items: center;
    }

    .board_form dl dd .number_box .selectbox {
        min-width: 90px;
    }

    .board_form dl dd .number_box .input_text {
        margin: 0 2px;
    }

    .board_form dl dd .email_box {
        display: flex;
        align-items: center;
    }

    .board_form dl dd .email_box .selectbox {
        min-width: 60px;
    }

    .board_form dl dd .email_box .input_text {
        margin: 0 2px;
    }

    .board_form + .tit_area h3 {
        margin-top: 60px;
    }

    .board_form.narrow {
        padding-left: 0;
        padding-right: 0;
    }

    .board_form .form_box {
        display: block;
        padding: 14px 14px;
    }

    .board_form .form_box .box_col + .box_col {
        margin-top: 20px;
    }

    .table_form {
        width: 100%;
        border-top: 1px solid #323248;
    }

    .table_form dl {
        flex-direction: column;
    }

    .table_form dl dt {
        width: 100%;
        min-width: 0;
        font-size: 14px;
        padding: 15px 15px 0;
        background: none;
        border: none;
    }

    .table_form dl dd {
        padding: 10px 15px 15px;
        font-size: 13px;
    }

    .table_form dl dd .input_text {
        height: 45px;
    }

    .table_form dl dd .selectbox {
        height: 45px;
    }

    .table_form dl dd .selectbox > select {
        height: 43px;
    }

    .table_form dl dd .flexbox .btn_ui {
        min-width: 90px;
    }

    .table_form dl dd .number_box {
        display: flex;
        align-items: center;
    }

    .table_form dl dd .number_box .selectbox {
        min-width: 60px;
    }

    .table_form dl dd .number_box .input_text {
        margin: 0 2px;
    }

    .table_form dl dd .email_box {
        display: flex;
        align-items: center;
    }

    .table_form dl dd .email_box .selectbox {
        min-width: 60px;
    }

    .table_form dl dd .email_box .input_text {
        margin: 0 2px;
    }

    .table_form + .tit_area h3 {
        margin-top: 60px;
    }


    .auto_bet_list {

    }

    .auto_bet_list .tbl_tip_area {

    }

    .auto_bet_list .tbl_tip_area .tbl_tip {
        font-size: 11px;
    }

    .auto_bet_list .tbl_board {

    }

    .auto_bet_list .tbl_scroll .tbl_board {
        min-width: 700px;
    }

    .auto_bet_list .tbl_board th {

    }

    .auto_bet_list .tbl_board tr.first td {
        padding: 5px 10px;
    }

    .auto_bet_list .tbl_board tr.divide td {
        padding: 5px 5px;
    }

    .auto_bet_list .tbl_board.tbl_autobet td.hdr {

    }

    .auto_bet_write {

    }

    .auto_bet_write .btn_ui_area {

        padding: 0 0 10px !important;

    }

    .auto_bet_write input[type="text"].form-control,
    .auto_bet_write input[type="password"].form-control,
    .auto_bet_write input[type="number"].form-control,
    .selectbox,
    .board_form dl dd .selectbox {

    }

    .auto_bet_write .selectbox select,
    .auto_bet_write .board_form dl dd .selectbox select {

    }

    .auto_bet_write {

    }

    .auto_bet_write .tbl_board {

    }

    .auto_bet_write .tbl_board th,
    .auto_bet_write .tbl_board td {

    }

    .auto_bet_write .tbl_board.tbl_autobet_head {margin-bottom: 21px;min-width: 0 !important;}

    .auto_bet_write .tbl_board.tbl_autobet_head th {

    }

    .auto_bet_write .board_form {

    }

    .auto_bet_write .board_form.narrow + .tbl_scroll {
        margin-top: 10px;
    }

    .auto_bet_write .board_form .form_title {
        padding: 0 10px;
        font-size: 14px;
    }

    .auto_bet_write .board_form .form_box {
        border-left: none;
        border-right: none;
    }

    .auto_bet_write .board_form dl {

    }

    .auto_bet_write .board_form dl dd {

    }

    .auto_bet_write .board_form .form_box dl dt {
        background: none;
    }

    .auto_bet_write .board_form .form_box dl dd {

    }

    .auto_bet_write .board_form dl dd .tbl_board {

    }

    .auto_bet_write .board_form dl dd .tbl_board th {

    }

    .auto_bet_write .board_form dl dd .tbl_board td {

        background: none;

    }

    .auto_bet_write .board_form.narrow {
        padding: 0;
    }

    .auto_bet_write .board_form.narrow dl {
        margin-top: 8px;
    }

    .auto_bet_write .board_form.narrow dl dt {

    }

    .auto_bet_write .board_form.narrow dl dd {

    }

    .auto_bet_write .tbl_scroll + .tit_area {
        margin-top: 14px;
    }

    .auto_bet_write .tit_area {
        padding: 0px 10px 10px;
    }

    .auto_bet_write .tit_area h4 {

        font-size: 14px;

    }

    .auto_bet_write .tbl_scroll {

    }

    .auto_bet_write .tbl_scroll .tbl_board {
        min-width: 590px;
    }

    .event_list {
        margin: 0 -4px 0 0;
        padding: 5px 5px;
    }

    .event_list li {
        width: calc(49.3333% - 5px);
        margin-right: 5px;
        margin-bottom: 0;
    }

    .event_list li .inner {
        padding: 0;
    }

    .event_list li .inner .info_txt {
        margin-top: 0;
        padding: 0 5px;
    }

    .event_list li .inner .info_txt dt {
        height: 24px;
        padding-top: 4px;
        font-size: 12px;
    }

    .event_list li .inner .info_txt dd {
        margin-top: 4px;
        font-size: 12px;
    }

    .event_list li .inner .info_btn {

        margin-top: 5px;
    }


    .paginate {
        margin-top: 5px;
        padding: 0 10px;
    }

    .paginate + .btn_board_area {
        margin-top: 10px;
        padding-top: 0;
        justify-content: flex-end;
    }

    .paginate .btn_page {
        min-width: 35px;
        width: 35px;
        height: 35px;
        font-size: 12px;
        background-color: var(--white-opacity-percent-10);
        border-radius: 5px;
    }

    .paginate .btn_page .fal {
        margin-top: 11px;
        font-size: 13px;
    }

    .paginate .btn_page + .btn_page {
        margin-left: 4px;
    }

    .paginate .num {
        display: block;
        padding: 0 2px;
    }

    .paginate .num a, .paginate .num strong {

    }

    .paginate .num a:hover {
        filter: none;
    }

    .paginate .num a:first-child,
    .paginate .num strong:first-child {
        margin-left: 0;
    }

    .paginate .num strong {

    }

    .paginate + .btn_ui_area {

    }


    .calendar-scroll {
        padding: 10px 0 0;
        overflow-x: auto;
    }

    .calendar-scroll .calendar-table {
        /* width: 700px; */
    }

    .calendar-scroll .calendar-table .calendar-btn {
        padding: 4px 9px;
    }

    .calendar-scroll .calendar-table .calendar-btn-group.btn-group-lg > .calendar-btn {
        margin: 0 0 10px;
        height: auto;
        font-size: 15px;
        border: none;
    }

    .calendar-scroll .calendar-table .c-weeks th {
        font-size: 12px;
        padding: 5px 0;
    }

    .calendar-scroll .calendar-table thead td {

    }

    .calendar-scroll .calendar-table .calendar_day {
        height: 60px;
        padding: 5px 5px;
    }

    .calendar-scroll .calendar-table .calendar_day .date {
        font-size: 11px;
        padding: 2px 2px;
    }

    .calendar-scroll .calendar-table .cal-event {
        background-size: 42px;
    }

    .calendar-scroll .calendar-table .cal-event.check-day {
        background-size: 42px;
    }

    .board_view {
        box-shadow: none;
    }

    .board_view .view_top {
        padding: 5px 10px;
    }

    .board_view .view_top .category {
        font-size: 13px;
    }

    .board_view .view_top .tit {
        margin-top: 3px;
        font-size: 12px;
        line-height: 22px;
    }

    .board_view .view_top .date {
        font-size: 13px;
        white-space: nowrap;
    }

    .board_view .view_top .view_info {

    }

    .board_view .view_top .view_info dl {
        padding-top: 4px;
    }

    .board_view .view_top .view_info dl dt,
    .board_view .view_top .view_info dl dd {
        font-size: 12px;
    }

    .board_view .view_top .view_info dl dt {

    }

    .board_view .view_cont {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 22px;
    }

    .board_view .view_cont .source {
        margin-top: 10px;
        font-size: 15px;
    }

    .board_view .view_bet_log {
        padding: 15px 10px;
    }

    .board_view .view_attach {
        padding: 15px 10px;
    }

    .board_view .view_attach dt {
        padding-bottom: 10px;
        font-size: 15px;
    }

    .board_view .view_attach dd a {
        height: 42px;
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 0 20px;
        font-size: 15px;
        line-height: 42px;
    }

    .board_view .view_attach dd a:after {
        content: '';
        position: absolute;
        top: 15px;
        right: 20px;
        width: 10px;
        height: 12px;
        background: url("/images/common/sp_btn.png") no-repeat 0 -50px;
    }

    .board_view .view_reply {
        padding: 10px 10px;
    }

    .board_view .view_reply .profile {

        padding: 10px 10px;
    }

    .board_view .view_reply .profile dt {
        font-size: 12px;
    }

    .board_view .view_reply .profile dd {

    }

    .board_view .view_reply .reply_txt {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 22px;
    }

    .board_comment {
        margin-top: 0;
        padding: 10px 10px;
    }

    .board_comment .comment_title {
        margin-bottom: 6px;
        padding: 0;
    }

    .board_comment .comment_title .title {

        font-size: 13px;

    }

    .board_comment .comment_title .title .count {

    }

    .board_comment h4 em {

    }

    .board_comment .comment_write {

    }

    .board_comment .comment_write .comment_profile {

    }

    .board_comment .comment_write .comment_profile .name {

    }

    .board_comment .comment_write .comment_profile .profile_area {

    }

    .board_comment .comment_write .comment_profile .profile_area .name {

    }

    .board_comment .comment_write .comment_write_area {
        padding: 0;
    }

    .board_comment .comment_write .comment_write_area .write_inbox {

    }

    .board_comment .comment_write .comment_write_area .write_inbox .textarea {
        width: 100%;
    }

    .board_comment .comment_write .comment_write_area .write_inbox .guide {
        top: 3px;
        right: 15px;
        bottom: 0;
        left: 15px;
        z-index: 10;
        border: none;
        font-size: 13px;
        color: #a1a1a1;
        opacity: .7;
        line-height: 20px;
    }

    .board_comment .comment_write .comment_write_count {
        left: 13px;
        bottom: 22px;
        font-size: 11px;
    }

    .board_comment .comment_write .comment_write_count .num {
        margin-right: 4px;
        font-weight: 500;
    }

    .board_comment .comment_write .comment_write_count .total {
        margin-left: 4px;
    }

    .board_comment .comment_write .comment_upload {

    }

    .board_comment .comment_write .comment_upload:after {
        content: '';
        display: block;
        clear: both;
    }

    .board_comment .comment_write .comment_upload .btn_upload_comment {
        min-width: 80px;
        padding: 0;
        font-size: 12px;
    }

    .board_comment .comment_list_box {padding: 0;}

    .board_comment .comment_list {

    }

    .board_comment .comment_list li {

    }

    .board_comment .comment_list li .inner {padding: 8px 8px;}

    .board_comment .comment_list li .author_img {
        width: 30px;
        height: 30px;
        min-width: 30px;
        margin-right: 7px;
        font-size: 0;
    }

    .board_comment .comment_list li .author_img img {

    }

    .board_comment .comment_list li .comment_content {
        flex: 1;
    }

    .board_comment .comment_list li .comment_content .author {

    }

    .board_comment .comment_list li .comment_content .author .name {
        font-weight: 500;
        font-size: 12px;
    }

    .board_comment .comment_list li .comment_content .author .date {
        font-size: 11px;
    }

    .board_comment .comment_list li .comment_content .text {
        margin-top: 0px;
        font-size: 12px;
    }

    .board_comment .comment_list li .comment_options {

    }

    .search_form .selectbox + .selectbox {
        margin-top: 8px;
    }


    .btn_board_area {
        display: flex;
        padding: 10px 0;
    }

    .btn_board_area .btn_ui {
        flex: 1;
        min-width: 0 !important;
        width: 100%;
        margin: 0 2px;
        padding: 0;
    }

    .table_result {

    }

    .tbl_scroll {
        overflow-x: auto;
    }

    .tbl_scroll::-webkit-scrollbar {
        display: none;
    }

    .tbl_scroll .tbl_board {
        min-width: 530px;
        margin: 0;
    }

    .tbl_scroll .tbl_board.tbl_game_result {
        min-width: 640px;
    }

    .tbl_board {
        margin: 0;
    }

    .tbl_board th {
        padding: 8px 5px !important;
        font-size: 12px !important;
    }

    .tbl_board td {
        padding: 10px 5px;
        font-size: 12px;
    }

    .tbl_board td .badge {
        min-width: 0;
        height: 25px;
        padding: 0 8px;
        font-size: 11px;
        line-height: 25px;
    }

    .tbl_board td .btn_score {
        min-width: 0;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
        vertical-align: middle;
    }

    .tbl_board td .bet_result_box {
        position: relative;
        border: none;
        padding: 0;
    }

    .tbl_board td .bet_result_box .sports_game_item {
        padding: 6px 6px;
    }

    .tbl_board td .bet_result_box .sports_game_item .game_body .sports_score_list .sports_score_item {
        border-bottom: none;
    }

    .tbl_board td .bet_result_box .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.team_name {
        padding: 0;
    }

    .tbl_board td .bet_result_box .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score {
        min-width: 0;
        flex: 1;
        border: 1px solid #094a68;
    }

    .tbl_board td .bet_result_box .sports_game_item .game_body .sports_score_list .sports_score_item + .sports_score_item {
        padding-top: 10px;
    }

    .tbl_board td .bet_result_box .sports_game_item .game_body + .game_body {
        border-top: 1px solid #ddd;
    }

    .tbl_board td .bet_result_box .sports_game_item + .sports_game_item {
        margin-top: 4px;
        padding-top: 6px;
    }

    .tbl_board td.noresult {
        padding: 40px 5px !important;
    }

    .btn_ui {
        min-width: 0;
        height: 30px;
        font-size: 11px;
        line-height: 30px;
    }

    .btn_ui:hover {
        filter: none;
    }

    .btn_ui.btn_xl {
        min-width: 0;
        height: 50px;
        padding: 0 10px;
        font-size: 16px;
        line-height: 50px;
    }

    .btn_ui.btn_lg {
        min-width: 200px;
        padding: 0;
    }

    .btn_ui.btn_md {
        min-width: 70px;
        height: 36px;
        font-size: 12px;
        line-height: 36px;
    }

    .btn_ui.btn_sm {
        min-width: 120px;
        height: 38px;
        font-size: 12px;
    }

    .btn_ui.btn_xs {
        min-width: 65px;
        height: 28px;
        padding: 0 6px;
        font-size: 11px;
        line-height: 28px;
    }

    .btn_ui.btn_xxs {
        min-width: 60px;
        height: 26px;
        padding: 0 12px;
        line-height: 26px;
        font-size: 11px;
    }

    .result_detail_wrap {
        padding: 0;
    }

    .tbl_result_box {

    }

    .tbl_result_box .result_box_item {

        border: 1px solid #353e4e;

    }

    .tbl_result_box .result_box_item + .result_box_item {
        margin-top: 7px;
    }

    .tbl_result_box .result_box_item th {
        padding: 5px 5px;
        font-size: 11px;
        font-weight: 500;
    }

    .tbl_result_box .result_box_item td {
        padding: 5px 5px;
    }

    .tbl_result_box .result_box_item td .team_info {
        display: block;
    }

    .tbl_result_box .result_box_item td .team_info + .team_info {
        margin-top: 6px;
    }

    .tbl_result_box .result_box_item td .team_info dt,
    .tbl_result_box .result_box_item td .team_info dd {
        font-size: 12px;
        margin-top: 2px;
    }

    .tbl_result_box .result_box_item td .item_inner_table {

        border-radius: 0;

    }

    .tbl_result_box .result_box_item td .item_inner_table table td {
        padding: 5px 5px;
        font-size: 12px;
    }

    .tbl_result_box .result_box_item td .item_inner_table table td.date {
        font-size: 11px;
    }

    .tbl_result_box .result_box_item td .item_inner_table table td .sports_icon {

    }

    .tbl_result_box .result_box_item td .item_inner_table table td .odd_box {
        display: block;
        min-width: 0;
        height: 30px;
        padding: 0 3px;
        font-size: 12px;
        line-height: 28px;
    }

    .tbl_result_box .result_box_item td.score em {
        display: none;
        margin: 0;
    }

    .tbl_result_box .result_box_item td.score span {
        font-size: 15px;
    }

    .tbl_result_box .result_box_item td.result_td {
        padding: 0;
    }

    .tbl_result_box .result_box_item td.result_td .bet_score_result {
        padding: 5px 8px;
        background: none;
        border: none;
    }

    .tbl_result_box .result_box_item td.result_td .bet_score_result .info dt,
    .tbl_result_box .result_box_item td.result_td .bet_score_result .info dd {
        font-size: 12px;
    }

    .tbl_result_box .result_box_item td.result_td .bet_score_result .info dt {
        min-width: 70px;
    }

    .tbl_result_box .result_box_item td.result_td .bet_score_result .info dd.money {
        font-size: 13px;
    }

    .no_result_box {
        padding: 30px 20px;
        font-size: 12px;
    }

    .no_result_box .icon {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .layer_popup .layer_flex {
        flex-direction: column;
        padding: 55px 15px;
    }

    .layer_popup .layer_body {
        flex: 0;
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .layer_popup .layer_body + .layer_body {
        margin-top: -8px;
    }

    .layer_popup .layer_body .pop_content {
        padding: 0;
    }

    .layer_popup .layer_body .pop_content .pop_title {
        padding-bottom: 16px;
        font-size: 18px;
    }

    .layer_popup .layer_body .pop_content .pop_inner {
        font-size: 13px;
        line-height: 19px;
    }

    .layer_popup .layer_body .pop_content .trade_status {
        width: 150px;
        height: 150px;
        font-size: 33px;
        line-height: 150px;
    }

    .layer_popup .layer_body .pop_content .btn_area {
        margin-top: 20px;
    }

    .layer_popup .layer_body.agreement {
        width: 100%;
        height: 100%;
        margin: 0;
        min-width: 100%;
    }

    .layer_popup .layer_body.agreement .pop_content {
        padding-top: 45px;
    }

    .layer_popup .layer_body.agreement .agree_container {
        padding-bottom: 0;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .titset h2 {
        font-size: 24px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .titset .desc {
        font-size: 13px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .resultbox {
        margin: 10px 0;
        padding: 16px 0;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .resultbox .result_dt .space {
        font-size: 12px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .resultbox .result_dt .space + .space {
        margin-left: 4px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .resultbox .date {
        font-size: 14px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .resultbox .money {
        margin-top: 8px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .resultbox .money .txt {
        margin-top: 9px;
        font-size: 14px;
        margin-right: 10px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .resultbox .money .num {
        font-size: 28px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts {
        padding: 0;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .ic {
        margin-top: 10px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .ic li {
        padding-left: 10px;
        font-size: 13px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .ic li:before {
        position: absolute;
        left: 0;
        top: 7px;
        width: 4px;
        height: 1px;
        background: #747474;
        margin: 0 4px 4px 0;
        content: "";
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .ic li + li {
        margin-top: 8px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .dealtime {
        margin: 22px 0;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .dealtime .f_left {
        padding-left: 10px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .dealtime .f_left .time {
        font-size: 13px;
        line-height: 29px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .dealtime .f_left .time span {
        margin-left: 4px;
        font-size: 18px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .dealtime .f_right .btn_ui {
        width: 120px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .qaset {
        padding: 0;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .qaset .txt {
        font-size: 13px;
        line-height: normal;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .tb_frm {
        margin-top: 10px;
    }

    .layer_popup .layer_body.agreement .agree_container .awrap .conts .tb_frm table td, .layer_popup .layer_body.agreement .agree_container .awrap .conts .tb_frm table th {
        padding: 6px 6px;
        font-size: 13px;
    }

    .layer_popup .btn_close {
        top: 15px;
        right: 15px;
        transform: scale(0.8);
    }
}

/* media query */
@media screen and (max-width: 1400px) {
    #header .header_gnb .gnb_login {
        width: 280px;
    }

    #header .header_gnb .gnb_login .login_before {
        padding: 0 20px;
    }

    #header .header_gnb .gnb_login .login_before .intro {
        font-size: 14px;
    }

    #header .header_gnb .gnb_login .login_after .state_count {
        display: none;
    }

    #header .header_gnb .gnb.gnb_sub {
        right: 280px;
    }
}

@media screen and (max-width: 1280px) {
    .layout_container {
        
    }

    .layout_container.show_notice {
        
    }

    .layout_container .layout_wrap {
        margin: 0;
    }

    #header {
        margin: 0;
        background: #000;
        border-bottom: solid 1px #354255;
    }

    #header .logo_panel {
        top: 0;
        width: 150px;
        height: 70px;
        z-index: 1;
    }

    #header.scroll {

    }

    #header .header_top {
        /* display: none;
        background: none;
        border: none;
        filter: none; */
    }

    #header .header_top .inner_wrap {
        height: auto;
    }

    #header .header_top .top_menu {
        display: none;
    }

    #header .header_top .utils_menu {
        /* position: absolute;
        right: 10px;
        top: 0; */
    }

    #header .header_top .utils_menu li {
     
    }

    #header .header_top .utils_menu li.login_li {
        display: block;
    }

    #header .header_top .utils_menu li a.btn_login .fa,
    #header .header_top .utils_menu li a.btn_login .fal {
        display: block;
        color: #fff;
        font-size: 16px;
        margin-top: 10px;
    }

    #header .header_top .utils_menu li a.btn_login {
        width: 38px;
        height: 38px;
        font-size: 0;
        line-height: 0;
        color: transparent;
        border-radius: 5px;
    }

    #header .header_top .utils_menu li a.btn_login:before {
        display: none;
    }

    #header .header_lnb {
        background-color: #21243a;
        filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 1.0));
    }

    #header .header_lnb .inner_wrap {
        display: block;
        height: 69px;
        padding: 0;
    }

    #header .header_lnb .header_row {
        height: 45px;
        justify-content: center;
    }

    #header .header_lnb .logo {
        width: 100px;
        top: 0;
        margin-left: -50px;
    }

    #header .header_lnb .logo a {
        display: block;
    }

    #header .header_lnb .logo a > img {
        height: auto;
        width: 100%;
    }

    #header .header_lnb .btn_all_menu {
        position: relative;
        overflow: hidden;
        padding: 0;
        z-index: 10001;
        background: none;
        border: none;
    }

    #header .header_lnb .btn_logout img {
        width: 36px;
    }

    #header .header_lnb .btn_all_menu .inner {
        display: block;
        position: relative;
    }

    #header .header_lnb .btn_all_menu .inner span {
        width: 100%;
        height: 3px;
        background: #11bdfa;
        transition: all .3s ease-in-out;
        border-radius: 0;
    }

    #header .header_lnb .btn_all_menu .inner span.ba_top {
        position: absolute;
        top: 0;
        width: 100%;
    }

    #header .header_lnb .btn_all_menu .inner span.ba_mid {
        position: absolute;
        top: 7px;   
        width: 100%;
    }

    #header .header_lnb .btn_all_menu .inner span.ba_bot {
        position: absolute;
        top: 14px;
        width: 100%;
    }

    #header .header_lnb .btn_all_menu.active span {
        background-color: #fff;
        width: 100%;
    }

    #header .header_lnb .btn_all_menu.active span.ba_top {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 10px;
    }

    #header .header_lnb .btn_all_menu.active span.ba_mid {
        width: 0;
    }

    #header .header_lnb .btn_all_menu.active span.ba_bot {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 10px;
    }

    .layout_top .header_top.after_login .logo {
        padding-left: 50px;
        justify-content: flex-start;
    }

    .layout_top .header_top.after_login .utils_box {
        position: static;
        padding: 0;
    }

    .layout_top .header_top.after_login .utils_menu {
        display: flex;
        z-index: 10001;
        background: none;
        border: none;
        height: 51px;
        align-items: center;
        right: 10px;
        position: fixed;
    }

    .layout_top .header_top.after_login .utils_menu li {
        display: none;
    }

    .layout_top .header_top.after_login .utils_menu li.login_li {
        display: block;
        float: left;
    }

    .layout_top .header_top.after_login .utils_menu li .inner {

    }

    .layout_top .header_top.after_login .utils_menu li a {
        padding: 5px 5px;
        height: auto;
        font-size:  12px;
        white-space: nowrap;
        line-height: normal;
        border: 1px solid #38332c;
        text-align: center;
        border-radius: 5px;
    }

    .layout_top .header_top.after_login .utils_menu li .btn_login {
        height: auto;
        line-height: normal;
        padding: 5px 10px;
        height: auto;
        font-size: 12px;
        border: none;
        color: #a09d99;
        border: 1px solid #38332c;
        border-radius: 5px;
    }

    .layout_top .header_top.after_login .utils_menu li .btn_login i {
        color: #a09d99;
        margin-right: 2px;
    }

    #header .header_gnb {
        display: none;
    }

    #header .header_notice {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        border-bottom: none;
        border-radius: 0;
        border-top: none;
    }

    #header .header_notice .inner_wrap {
        padding: 0 5px;
    }

    #header .header_notice .menu_notice .inner_wrap {
        height: 33px;
    }

    #header .header_notice .menu_notice .icon {
        position: relative;
        width: 33px;
        height: 33px;
        min-width: 20px;
        padding: 0 10px;
        text-align: center;
        z-index: 1;
    }

    #header .header_notice .menu_notice .icon .fal {
        margin-top: 11px;
        vertical-align: top;
    }

    #header .header_notice .menu_notice .container-xxl {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    #header .header_notice .menu_notice .container-xxl .inner {
        overflow: hidden; 
        white-space: nowrap; 
        text-overflow: ellipsis;
        position: relative;
        display: flex;
        animation: scroll 20s linear infinite;
        width: max-content;
    }

    @keyframes scroll {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    #header .header_notice .menu_notice .inner a,
    #header .header_notice .menu_notice .inner span {
        height: 33px;
        font-size: 12px;
        line-height: 33px;
    }

    #header .header_notice .menu_notice .inner a strong,
    #header .header_notice .menu_notice .inner span strong {
        font-weight: 400;
    }

    #header .header_notice .menu_notice .btn_close {
        display: flex;
        min-width: 38px;
        width: 38px;
        height: 38px;
        color: #fff;
        font-size: 24px;
        opacity: .7;
        align-items: center;
        justify-content: center;
    }

    #header .all_menu {
        display: block;
        width: 220px;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 0.4s;
        align-items: center;
        justify-content: center;
        z-index: 20000;
        border-right: none;
        background-color: #03070e;
        background-image: linear-gradient(#03070e, #07152c);
        border-right: solid 1px #222e41;
    }

    .all_menu .menu-header {
        display: none;
    }

    .all_menu .menu-header a {
        display: inline-block;
        padding: 0 10px;
        font-size: 12px;
        line-height: 24px;
        color: #fff;
        border: 1px solid #414141;
    }

    .all_menu .menu-header a.partner {

    }

    .all_menu .menu-header .btn_close {
        display: block;
        position: absolute;
        right: 10px;
        top: 6px;
        margin: 0;
        text-indent: -9999px;
        vertical-align: middle;
        font-size: 0;
        line-height: 0;
        color: transparent;
    }

    .all_menu .menu-header .btn_close:after {
        display: block;
        width: 24px;
        height: 24px;
        margin: 10px 10px;
        background-image: url(/img/theme/a26/common/icon_close.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        content: '';
    }

    .all_menu .menu_info_inner {
        display: flex;
        height: 100%;
        flex: 1;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .all_menu .info_head {
        /* display: none; */
        display: block;
        padding: 10px 10px;
    }

    .all_menu .info_head .level {
        display: inline-flex;
        vertical-align: top;
        margin-top: 0px;
        font-size: 0;
    }

    .all_menu .info_head .level > img {
        margin-top: 2px;
        width: 20px;
    }

    .all_menu .info_head > span {
        display: flex;
        margin-right: 4px;
        align-items: center;
        padding: 1px 0;
    }

    .all_menu .info_head .name {
        max-width: 80px;
        font-size: 12px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        background: linear-gradient(to right, rgb(252, 244, 203), rgb(253, 219, 42)) text;
        -webkit-text-fill-color: transparent;
    }

    .all_menu .info_head .name span {
        max-width: 50px;
        font-size: 12px;
        color: #d6ae57;
    }

    .all_menu .info_head .level .partner {
        display: inline-block;
        height: 20px;
        vertical-align: top;
        color: #fff;
        font-size: 11px;
        background: #000;
        line-height: 20px;
        margin-top: 0px;
        margin-left: 4px;
        padding: 0 5px;
        border-radius: 10px;
        letter-spacing: -0.5px;
        background-image: linear-gradient(#14c9fc, #0067ed);
        font-weight: 500;
        text-shadow: 1px 1px #000;
    }
    .all_menu .info_head .level .partner .far {
        font-size: 9px;
        margin-right: 2px;
        color: #fff;
    }

    .all_menu .info_head .tit {
        margin-right: 4px;
        font-size: 12px;
    }

    .all_menu .info_head .money {
        font-size: 12px;
        color: #fff;
        margin-left: 5px;
    }

    .all_menu .info_head .money img,
    .all_menu .info_head .money i {
        margin-top: -1px;
        color: #11bdfa;
    }

    .all_menu .info_head .money a {
        font-weight: 500;
        color: #fff;
    }

    .all_menu .info_links {
        font-size: 0;
    }

    .all_menu .info_links:after {
        content: '';
        display: block;
        clear: both;
    }

    .all_menu .info_links > li {
        float: left;
    }

    .all_menu .info_links > li a {
        display: inline-block;
        font-size: 11px;
        color: #fff;
        vertical-align: top;
    }

    .all_menu .main_customer {
        padding: 0 20px 10px;
    }

    .all_menu .btn_all_logout {
        display: block;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 8px;
        background: #24112a;
        color: #e4b064;
        font-size: 14px;
        margin: 0 20px;
    }

    .all_menu.left {
        right: auto;
        left: -100%;
        background-color: #27c9c9;
    }

    .all_menu.right {
        left: auto;
        right: -100%;
        padding: 15px 7px;
    }

    .all_menu.on {
        display: flex;
        width: 90%;
    }

    .all_menu .menu_inner {
        display: flex;
        position: relative;
        width: 100%;
        /* height: 100%; */
        flex: 1;
        min-height: 0;
        margin: auto;
        padding: 0;
        flex-direction: column;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .all_menu .menu_inner .head {
        display: flex;
        background: #192530;
        background-size: cover;
        height: 60px;
        align-items: center;
        justify-content: center;
    }

    .all_menu .menu_inner .head .logo {
        display: block;
        width: 90px;
    }

    .all_menu .menu_inner .head .logo img {
        width: 100%;
    }

    .all_menu .menu_inner .head .head_before {
        display: flex;
        position: relative;
        min-height: 50px;
        padding: 20px 20px 22px;
        align-items: center;
    }

    .all_menu .menu_inner .head .head_before > li:not(.dark_mode) {
        display: inline-block;
        vertical-align: top;
    }

    .all_menu .menu_inner .head .head_before > li:not(.dark_mode) a {
        font-size: 13px;
        color: #fff;
    }

    .all_menu .menu_inner .head .head_before > li + li {
        margin-left: 4px;
    }

    .all_menu .menu_inner .head .head_before > li.divide {
        width: 1px;
        height: 12px;
        margin: -1px 8px 0 12px;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .all_menu .menu_inner .head .head_util {
        position: relative;
        letter-spacing: 0;
        padding: 12px 10px;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .all_menu .menu_inner .head .head_util .links {
        font-size: 0;
    }

    .all_menu .menu_inner .head .head_util .links:after {
        content: '';
        display: block;
        clear: both;
    }

    .all_menu .menu_inner .head .head_util .links > li {
        float: left;
    }

    .all_menu .menu_inner .head .head_util .links > li:not(.dark_mode) {
        margin-top: 6px;
    }

    .all_menu .menu_inner .head .head_util .links > li:not(.dark_mode) a {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        vertical-align: top;
    }

    .all_menu .menu_inner .head .head_util .links > li + li:not(.dark_mode):before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 12px;
        margin: 1px 6px 0;
        vertical-align: top;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .all_menu .menu_inner .head .head_util .profile {
        position: relative;
        float: none;
        display: flex;
        padding-top: 23px;
    }

    .all_menu .menu_inner .head .head_util .profile .name_wrap {
        min-width: 0;
        color: #fff;
        font-size: 14px;
    }

    .all_menu .menu_inner .head .head_util .profile .name_wrap .name_info {
        display: block;
    }

    .all_menu .menu_inner .head .head_util .profile .name_wrap .name_info .name {
        min-width: 0;
        font-size: 17px;
        font-weight: bold;
    }

    .all_menu .menu_inner .head .head_util .profile .name_wrap .name_info .txt {
        display: block;
    }

    .all_menu .menu_inner .head .head_util .profile .coin {
        margin-top: 4px;
    }

    .all_menu .menu_inner .head .head_util .profile .mode {
        display: block;
        position: relative;
        margin-left: 5px;
    }

    .all_menu .menu_inner .head .head_util .profile .mode .btn_mode {
        display: block;
        height: 25px;
        padding: 0 9px;
        text-align: center;
        background: #343434;
        border-radius: 16px;
        font-size: 12px;
        color: #fff;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: -1px;
    }

    .all_menu .menu_inner .head .head_util .profile .util_btns {
        position: absolute;
        right: 0;
        bottom: 3px;
    }

    .all_menu .menu_inner .head .head_util .profile .util_btns > a {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        vertical-align: top;
        text-decoration: underline;
    }

    .all_menu .menu_inner .head .head_util .profile .util_btns > a + a {
        margin-left: 5px;
    }

    .all_menu .menu_inner .head .head_my {
        position: relative;
        letter-spacing: 0;
        padding: 12px 10px;
        align-items: center;
    }

    .all_menu .menu_inner .head .head_my .my_menu {
        padding: 2px 0;
        font-size: 17px;
    }

    .all_menu .menu_inner .head .head_info {
        display: flex;
        margin: 0;
    }

    .all_menu .menu_inner .head .head_info > a {
        display: block;
        flex: 1;
        position: relative;
        height: 42px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        letter-spacing: 0;
        line-height: 42px;
    }

    .all_menu .menu_inner .head .head_info > a .count {
        display: inline-block;
        font-size: 10px;
        font-weight: bold;
        z-index: 1;
        line-height: 18px;
        min-width: 18px;
        height: 18px;
        padding: 0 6px;
        text-align: center;
        vertical-align: top;
        letter-spacing: 0;
        color: #fff;
        border-radius: 18px;
        background-color: #fff;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    }

    #header .all_menu.left {
        right: auto;
        left: -220px;
    }

    #header .all_menu.right {
        left: auto;
        right: -100%;
    }

    #header .all_menu.on {
        display: flex;
    }

    #header .all_menu .inner {
        display: flex;
        position: relative;
        height: 100%;
        flex: 1;
        margin: auto;
        padding: 0;
        flex-direction: column;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #header .all_menu .inner .head {
        background-color: #21243a;
        padding: 8px 0;
        filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 1.0));
    }

    #header .all_menu .inner .head .logo {
        display: block;
        width: 70px;
        margin: 0 auto;
    }

    #header .all_menu .inner .head .logo img {
        width: 100%;
    }

    #header .all_menu .inner .head .head_before > li:not(.dark_mode) {
        display: inline-block;
        vertical-align: top;
    }

    #header .all_menu .inner .head .head_before > li:not(.dark_mode) a {
        font-size: 13px;
        color: #fff;
    }

    #header .all_menu .inner .head .head_before > li + li {
        margin-left: 4px;
    }

    #header .all_menu .inner .head .head_before > li.divide {
        width: 1px;
        height: 12px;
        margin: -1px 8px 0 12px;
        background-color: rgba(255, 255, 255, 0.1);
    }

    #header .all_menu .inner .head .head_util {
        position: relative;
        letter-spacing: 0;
        padding: 12px 10px;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    #header .all_menu .info_links {
        display: none;
    }

    #header .all_menu .inner .head .head_util .profile {
        position: relative;
        float: none;
        display: flex;
        padding-top: 23px;
    }

    #header .all_menu .inner .head .head_util .profile .name_wrap {
        min-width: 0;
        color: #fff;
        font-size: 14px;
    }

    #header .all_menu .inner .head .head_util .profile .name_wrap .name_info {
        display: block;
    }

    #header .all_menu .inner .head .head_util .profile .name_wrap .name_info .name {
        min-width: 0;
        font-size: 17px;
        font-weight: bold;
    }

    #header .all_menu .inner .head .head_util .profile .name_wrap .name_info .txt {
        display: block;
    }

    #header .all_menu .inner .head .head_util .profile .coin {
        margin-top: 4px;
    }

    #header .all_menu .inner .head .head_util .profile .mode {
        display: block;
        position: relative;
        margin-left: 5px;
    }

    #header .all_menu .inner .head .head_util .profile .mode .btn_mode {
        display: block;
        height: 25px;
        padding: 0 9px;
        text-align: center;
        background: #343434;
        border-radius: 16px;
        font-size: 12px;
        color: #fff;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: -1px;
    }

    #header .all_menu .inner .head .head_util .profile .util_btns {
        position: absolute;
        right: 0;
        bottom: 3px;
    }

    #header .all_menu .inner .head .head_util .profile .util_btns > a {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        vertical-align: top;
        text-decoration: underline;
    }

    #header .all_menu .inner .head .head_util .profile .util_btns > a + a {
        margin-left: 5px;
    }

    #header .all_menu .inner .head .head_my {
        position: relative;
        letter-spacing: 0;
        padding: 12px 10px;
        align-items: center;
    }

    #header .all_menu .inner .head .head_my .my_menu {
        padding: 2px 0;
        font-size: 17px;
    }

    #header .all_menu .inner .head .head_info {
        display: flex;
        margin: 0;
    }

    #header .all_menu .inner .head .head_info > a {
        display: block;
        flex: 1;
        position: relative;
        height: 42px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        letter-spacing: 0;
        line-height: 42px;
    }

    #header .all_menu .inner .head .head_info > a .count {
        display: inline-block;
        font-size: 10px;
        font-weight: bold;
        z-index: 1;
        line-height: 18px;
        min-width: 18px;
        height: 18px;
        padding: 0 6px;
        text-align: center;
        vertical-align: top;
        letter-spacing: 0;
        color: #fff;
        border-radius: 18px;
        background-color: #fff;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    }

    #header .all_menu .inner .conts {
        min-height: 0;
        flex: 1;
    }

    #header .all_menu .inner .dep1 {

    }

    #header .all_menu .inner .dep1 > li {
        display: block;
        width: 100%;
        margin: 0 0 4px;
    }

    #header .all_menu .inner .dep1 > li.divide {
        display: none;
    }

    #header .all_menu .inner .dep1 > li > a {
        display: flex;
        position: relative;
        padding: 12px 15px;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        align-items: center;
    }

    #header .all_menu .inner .dep1 > li > a .iconfont {
        display: none;
    }

    #header .all_menu .inner .dep1 > li > a:before {
        content: '';
        position: absolute;
        pointer-events: none;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-top: solid 1px #2e425c;
        border-bottom: solid 1px #2e425c;
        background-color: #1a2538;
        -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
        opacity: 1;
        border-radius: 0;
        transition: 0.3s;
    }

    #header .all_menu .inner .dep1 > li > a:not(:only-child):after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        right: 20px;
        top: 50%;
        margin-top: -6px;
        border-color: #999;
    }

    #header .all_menu .inner .dep1 > li > a img {
        position: absolute;
        right: 15px;
        top: 17px;
        width: 15px;
    }

    #header .all_menu .inner .dep1 > li > a .fal {
        margin-right: 5px;
    }

    #header .all_menu .inner .dep1 > li > a .new_icon {
        margin: -2px 0 0 3px;
    }

    #header .all_menu .inner .dep1 > li > a .new_icon i {
        padding: 2px 6px;
        font-size: 10px;
    }

    #header .all_menu .inner .dep1 > li .depth2 {
        border-top: 1px solid #000000;
        padding: 5px 16px;
    }

    #header .all_menu .inner .dep1 > li .depth2 > li {
        margin-top: 0;
    }

    #header .all_menu .inner .dep1 > li .depth2 > li + li {

    }

    #header .all_menu .inner .dep1 > li .depth2 > li a {
        display: block;
        padding: 6px 0;
        font-weight: 400;
        font-size: 12px;
        color: rgba(255, 255, 255, .5);
    }

    #header .all_menu .inner .dep1 > li .depth2 > li a:hover {
        color: #fff;
    }

    #header .all_menu .btn_close {
        display: none;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        position: fixed;
        font-size: 0;
        text-indent: -9999px;
    }

    #header .all_menu.on .btn_close {
        display: block;
        z-index: 99999;
    }


    #header .all_menu .btn_close:before,
    #header .all_menu .btn_close:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 8px;
        width: 26px;
        height: 2px;
        margin-top: -2px;
        background-color: #11bdfa;
    }

    #header .all_menu .btn_close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #11bdfa;
    }

    #header .all_menu .btn_close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #11bdfa;
    }


    #header .all_menu.on {
        display: block;
        width: 70%;
    }

    #header .all_menu.on.left {
        left: 0;
    }

    #header .all_menu.on.right {
        right: 0;
        width: 100%;
    }

    .inner_wrap {
        padding: 0 10px;
    }

    #container {
        padding: 0;
    }

    .main_user_login {
        position: relative;
        display: flex;
        background-color: #03070e;
    }

    .main_user_login:before {
        position: absolute;
        pointer-events: none;
        content: '';
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        border-top: solid 1px #2e425c;
        border-bottom: solid 1px #2e425c;
        background-color: #1a2538;
        -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
        mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    }

    .main_user_login .login_before,
    .main_user_login .login_after {
        position: relative;
        flex: 1;
        max-width: 100%;
        justify-content: flex-start;
        padding: 7px 7px;
        min-height: 0;
    }

    .main_user_login .login_before > form {
        display: flex;
    }

    .main_user_login .login_after .state_left {
        /* height: 30px; */
        display: flex;
        min-width: 0;
        padding: 0;
        align-items: center;
        height: 35px;
    }

    .main_user_login .login_after .state_left .state_info {
        display: flex;
        text-align: left;
        margin: 0;
        flex: 1;
    }

    .main_user_login .login_after .state_left .state_info .tit {
        margin-right: 4px;
        font-size: 12px;
        color: #11bdfa;
        white-space: nowrap;
    }

    .main_user_login .login_after .state_left .state_info .money {
        font-size: 12px;
        color: #fff;
        margin-left: 5px;
        white-space: nowrap;
    }

    .main_user_login .login_after .state_left .state_info .money img,
    .main_user_login .login_after .state_left .state_info .money i {
        margin-top: -1px;
        color: #11bdfa;
    }

    .main_user_login .login_after .state_left .state_info .money a {
        font-weight: bold;
        color: #fff;
    }

    .main_user_login .login_before:only-child {

    }

    .main_user_login .login_before .form {
        display: flex;
        flex: 1;
        margin-left: -4px;
    }

    .main_user_login .login_before .form li {
        margin-left: 4px;
    }

    .main_user_login .login_before .form li:nth-child(1),
    .main_user_login .login_before .form li:nth-child(2) {
        flex: 1;
    }

    .main_user_login .login_before .form li .input_login {
        width: 100%;
        height: 35px;
        border: solid 1px #324760;
        background-color: #0e1a2b;
        border-radius: 3px;
        padding: 0 10px;
        font-size: 12px;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    }

    .main_user_login .login_before .form li .btn_login {
        display: block;
        width: 72px;
        background: linear-gradient(#11bdfa, #0b61be);
        height: 35px;
        line-height: 35px;
        color: #fff;
        text-align: center;
        font-weight: 600;
        border-radius: 3px;
        font-size: 12px;
        border: 1px solid #10a7e4;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
    }

    .main_user_login .login_before .form li .btn_login.join {
        background: linear-gradient(#c38fff, #7135b7);
        border-color: #c38fff;
    }

    .main_user_login .login_before .form li .btn_login span {
        display: block;
    }

    .main_user_login .login_before .form li .btn_login img {
        display: none;
    }

    .main_user_login .login_after .state_left .state_info .level {
        display: inline-flex;
        vertical-align: top;
        margin-top: 0px;
        font-size: 0;
    }

    .main_user_login .login_after .state_left .state_info .level > img {
        margin-top: 2px;
        width: 20px;
    }

    .main_user_login .login_after .state_left .state_info > span {
        display: inline-flex;
        margin-right: 4px;
        align-items: center;
    }

    .main_user_login .login_after .state_left .state_info .name {
        max-width: 80px;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .main_user_login .login_after .state_left .state_info .name span {
        max-width: 50px;
        font-size: 12px;
        color: #d6ae57;
    }

    .main_user_login .login_after .state_left .state_btns {
        display: none;
    }

    .main_user_login .login_after .state_count {
        flex: 1;
        border: none;
        padding: 0;
        display: block;
    }

    .main_user_login .login_after .state_count ul {
        display: flex;
    }

    .main_user_login .login_after .state_count ul li {
    }

    .main_user_login .login_after .state_count ul li + li {
        margin-left: 11px;
        border: none;
    }

    .main_user_login .login_after .state_count ul li > span {
    }

    .main_user_login .login_after .state_count ul li .tit {
    }

    .main_user_login .login_after .state_count ul li .tit .fal {
    }

    .main_user_login .login_after .state_count ul li .area {
    }

    .main_user_login .login_after .state_count ul li .area a, .main_user_login .login_after .state_count ul li .area em {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .layout_top {
        display: none;
    }

    .layout_aside {
        display: none;
    }

    .main_user_info {
        display: flex;
        background: #000;
    }

    .main_user_info > li {
        display: flex;
        flex: 1;
        position: relative;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #1f1c17;
        color: #a09d99;
    }

    .main_user_info > li .iconfont {
        height: 21px;
        font-size: 16px;
        margin-right: 3px;
        color: transparent;
        background: linear-gradient(#ffe3b8, #c39252 33%, #ffe3b8 70%, #cc9b59 83%, #ffe3b8 92%);
        -webkit-background-clip: text;
        line-height: 21px;
    }

    .main_user_info > li a {
        display: flex;
        height: 37px;
        align-items: center;
        color: #fff;
        line-height: 38px;
    }

    .main_user_info > li b {
        margin-left: 4px;
        color: #e3bd88;
    }

    .main_user_info > li.profile {
        color: #e3bd88;
        border-left: none;
    }

    .main_user_info > li.profile  .name {
        display: block;
        max-width: 90px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .main_user_info > li.profile .name img {
        width: 22px;
    }

    .main_user_info > li.profile .name .txt {
        white-space: nowrap;
    }

    .main_user_info > li.message > a, .main_user_info > li.message > span {
        color: #fff;
    }

    .main_user_info > li.message .count {
        position: absolute;
        top: 3px;
        left: 23px;
        font-family: Tahoma;
        font-size: 10px;
        font-weight: bold;
        z-index: 1;
        line-height: 18px;
        min-width: 18px;
        height: 18px;
        padding: 0 6px;
        text-align: center;
        vertical-align: top;
        letter-spacing: 0;
        color: #fff;
        border-radius: 18px;
        background-color: #f1b975;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    }

    .main_user_info > li.my:before, .main_user_info > li.mode:before {
        display: none;
    }

    .main_user_info > li.btns {
        padding: 0 16px;
        flex: 1;
        text-align: right;
        justify-content: flex-end;
        align-items: center;
    }

    .main_user_info > li.btns:before {
        display: none;
    }


    .main_user_info > li .btn_op {
        color: #ff5500;
    }

    .login_info_wrap {
        display: none;
    }

    .main_banner_wrapper {
        margin-bottom: 5px;
    }

    .main_swiper {
        padding: 0;
    }

    .main_swiper.pc_swiper {
        display: none;
    }

    .main_swiper.mobile_swiper {
        display: block;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
    }

    .main_swiper .inner_wrap {
        padding: 0;
    }

    .main_swiper .swiper-container {
        border-radius: 0;
        box-shadow: none;
    }

    .main_swiper .swiper-slide {
        height: auto;
        background-size: cover;
        border-radius: 0;
        /* padding-top: 51.857%; */
        border-radius: 0;
        border: none;
    }

    .main_swiper .swiper-slide .slide-text {
        left: 20px;
        font-size: 19px;
        padding: 0;
    }

    .main_swiper .swiper-slide .slide-text .slide-text-logo img {
        width: 120px;
    }

    .main_swiper .swiper-slide .slide-text .slide-text-desc {
        font-size: 14px;
        margin-top: 10px;
    }

    .main_swiper .swiper-button-prev, .main_swiper .swiper-button-next {
        display: none;
    }

    .main_swiper .swiper-pagination {
        bottom: 0px;
        opacity: 0.7;
    }

    .main_swiper .swiper-pagination-bullet {
        width: 20px;
        margin: 0 3px;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .main_swiper .swiper-pagination-bullet-active {
        background-color: #b866ff;
    }

    .main_menus {
        margin-top: 0;
        padding: 0 10px;
    }

    .main_menus .banner_menu {
        display: block;
        margin-left: -10px;
        margin-bottom: 0;
        overflow: hidden;
    }

    .main_menus .banner_menu li {
        float: left;
        width: calc(100% / 3 - 10px);
        margin: 0 0 10px 10px;
    }

    .main_menus .banner_menu li:first-child {
        margin-left: 10px;
    }

    .main_menus .banner_menu li.point a {
        color: #fff;
    }

    .main_menus .banner_menu a {
        height: 110px;
        font-size: 14px;
        background: #140718;
        border: 2px solid #24112a;
    }

    .main_menus .banner_menu a:hover {
        background: #301838
    }

    .main_menus .banner_menu a i {
        height: 52px;
        margin-bottom: 3px;
        font-size: 32px;
        line-height: 52px;
    }

    .page-background {
        display: none;
    }

    .main_games {
        padding: 0;
    }

    .main_games .game_section {
        padding: 0;
        background: none;
    }

    .main_games .game_section + .game_section {
        margin-top: 0;
    }

    .main_games .game_section .game_title {
        display: flex;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
        line-height: normal;
        align-items: center;
        justify-content: center;
        background-size: contain;
    }

    .main_games .game_section .game_title img {
        width: 18px;
        height: 18px;
    }

    .main_games .game_section .game_title .iconfont {
        margin-right: 4px;
        margin-top: -4px;
        font-size: 20px;
        vertical-align: top;
    }

    .main_games .main_game_list {
        display: block;
        overflow-x: auto;
        padding: 0;
        font-size: 0;
        margin-right: -4px;
    }

    .main_games .main_game_list::-webkit-scrollbar-track {

    }

    .main_games .main_game_list::-webkit-scrollbar {
        height: 2px;
    }

    .main_games .main_game_list::-webkit-scrollbar-thumb {

    }

    .main_games .main_game_list li {
        display: inline-block;
        width: calc(33.33% - 8px);
        margin: 0 4px 10px;
        vertical-align: top;
    }

    .main_games .main_game_list li:before {
        left: 3px;
        top: 3px;
    }

    .main_games .main_game_list li .game_item {

    }

    .main_games .main_game_list li .game_item:after {

    }

    .main_games .main_game_list li .game_item:hover {

    }

    .main_games .main_game_list li .game_item:hover .game_info {

    }

    .main_games .main_game_list li .game_item:hover .game_icon {

    }

    .main_games .main_game_list li .game_item:hover .game_icon img {
        opacity: 0;
        transition: .3s;
    }

    .main_games .main_game_list li .game_item .game_info {
        padding: 60px 5px 10px;
        bottom: 0;
    }

    .main_games .main_game_list li .game_item .game_info h3 {
        font-size: 13px;
    }

    .main_games .main_game_list li .game_item .game_info h4 {
        margin-top: 0px;
        font-size: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .main_games .main_game_list li .game_item .game_info .btn_start {

    }

    .main_games .main_game_list li .game_item .game_icon {

    }

    .main_games .main_game_list li .game_item .game_icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .main_games .main_game_list li .game_item .game_start {
        height: 23px;
        font-size: 12px;
        line-height: 26px;
    }

    .main_contents {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        border: none;
        background: none;
    }

    .main_contents .main_board {
        margin-bottom: 5px;
        flex: 1;
        padding: 15px 10px 10px;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .main_contents .main_board .board_title {
        margin-bottom: 5px;
    }

    .main_contents .main_board .board_title h2 {
        font-size: 14px;
    }

    .main_contents .main_board .board_title h2 .iconfont {
        font-size: 19px;
        top: -1px;
    }

    .main_contents .main_board .list {

        border-radius: 5px;

    }

    .main_contents .main_board .list li .inner {
        padding: 5px 0;
    }

    .main_contents .main_board .list li .inner .notice {
        margin-right: 10px;
        font-size: 12px;
    }

    .main_contents .main_board .list li .inner .txt {
        margin-right: 0;
        font-size: 13px;
    }

    .main_contents .main_board .list li .inner .date {
        font-size: 13px;
    }

    .main_contents .main_board .btn_more {
        right: 10px;
        top: 10px;
    }

    .main_contents .main_event {
        margin-left: 0;
        margin-top: 0;
    }

    .main_contents .main_customer {
        margin: 0 0 5px;
        padding: 10px 0;
        border-left: none;
        border-right: none;
        border-radius: 0;
        background-size: cover;
        background-position: 50% 0;
    }

    .main_contents .main_customer .img_area {
        display: flex;
    }

    .main_contents .main_customer .img_area .img-logo {
        width: 110px;
    }

    .main_contents .main_customer .item_area {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
    }

    .main_contents .main_customer .customer_item {
        width: 100%;
        padding: 0;
    }

    .main_contents .main_customer .customer_item .board_banner {
        display: block;
        position: relative;
    }

    .main_contents .main_customer .customer_item .board_banner .banner_info {
        display: flex;
        height: 46px;
        text-align: center;
        align-items: center;
    }

    .main_contents .main_customer .customer_item .board_banner .banner_info .icon {
        width: 36px;
        height: 36px;
        background-size: 36px;
    }

    .main_contents .main_customer .customer_item .board_banner .banner_info .text {
        height: 41px;
        line-height: 41px;
        font-size: 18px;
        margin-left: 10px;
    }

    .main_contents .main_customer .customer_item .board_banner.banner_telegram {

    }

    .main_contents .main_customer .customer_item .board_banner.banner_telegram .banner_info {

    }

    .main_contents .main_customer .customer_item .board_banner.banner_telegram .banner_info .icon {
        background-image: url(/img/theme/a26/common/ico_telegram_40.png);
    }

    .main_contents .main_customer .customer_item .board_banner.banner_telegram .banner_info .text {

    }

    .main_contents .main_customer .customer_item .board_banner.banner_kakao {

    }

    .main_contents .main_customer .customer_item .board_banner.banner_kakao .banner_info {

    }

    .main_contents .main_customer .customer_item .board_banner.banner_kakao .banner_info .icon {
        background-image: url(/img/theme/a26/common/ico_kakao_40.png);
    }

    .main_contents .main_customer .customer_item .board_banner.banner_kakao .banner_info .text {

    }

    .main_realtime {
        background: none;
    }

    .main_realtime .inner_wrap {
        display: block;
        margin: 0;
        padding: 0;
    }

    .main_realtime .realtime_title {
        display: none;
    }

    .main_realtime .realtime_title strong {
        display: block;
        font-size: 31px;
        color: #fff;
    }

    .main_realtime .realtime_title p {
        margin-top: 10px;
        font-size: 22px;
        color: #78727a;
        line-height: 1.5;
    }

    .main_realtime .realtime_title .btn_charge {
        display: inline-block;
        vertical-align: top;
        height: 45px;
        margin-top: 29px;
        width: 188px;
        padding: 0 25px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 48px;
        background: url(/img/theme/a26/common/btn_bg_normal.png) no-repeat;
    }

    .main_realtime .realtime_board_wrap {
        display: block;
        width: 100%;
    }

    .main_realtime .realtime_board_wrap .realtime_board {
        flex: 1;
        padding: 15px 10px 10px;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .main_realtime .realtime_board_wrap .realtime_item + .realtime_item {
        margin-left: 0;
        margin-top: 5px;
    }

    .main_realtime .realtime_board_wrap .realtime_board .title {
        height: auto;
        line-height: normal;
        margin-bottom: 1px;
        font-size: 15px;
    }

    .main_realtime .realtime_board_wrap .realtime_board .title.title_charge {

    }

    .main_realtime .realtime_board_wrap .realtime_board .title.title_exchange {

    }

    .main_realtime .realtime_board_wrap .realtime_board .main_board_swiper {

    }

    .main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper {

    }

    .main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide {

    }

    .main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide:nth-child(even) {
        background: transparent;
    }

    .main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner span {
        display: block;
        height: 33px;
        font-size: 12px;
        line-height: 33px;
    }

    .main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner .date2 {

    }

    .main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner .money {
        flex: 1;
        margin-left: 18px;
    }

    .main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner .money.charge {

    }

    .main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner .money.exchange {

    }

    .main_realtime .realtime_board_wrap .realtime_board .list.swiper-wrapper li.swiper-slide .inner .nickname {

    }

    .game_list_wrap {
        margin: 0;
        padding: 0 9px 0 6px;
    }

    .holdem_game_list_wrap {
        margin-top: 10px;
    }

    .holdem_game_list_wrap .game_list {
        justify-content: start;
        margin: 0;
        padding: 0 5px;
    }

    .game_list {
        margin: 0 -4px 0 0;
        padding: 0;
    }

    .game_list .game_item {
        width: calc(33.3333% - 8px);
        margin: 0 4px 10px;
    }

    .game_list .game_item:after {
        top: 3px;
        left: 3px;
    }

    .game_list .game_item {

    }

    .game_list .game_item .game_box .game_thumb {

    }

    .game_list .game_item .game_box .game_thumb .icon_play {
        width: 58%;
        height: 58%;
        margin: 0 auto 5px;
    }

    .game_list .game_item .game_box .game_info {

        padding: 37px 10px 10px;

    }

    .game_list .game_item .game_box .game_info h3 {
        font-size: 12px;
    }

    .game_list .game_item .game_box .game_info h4 {
        margin-top: 4px;
        font-size: 11px;
    }

    .game_list .game_item .game_box .game_info .btn_start {
        display: none;
    }

    .jackpot_wrap {
        height: 139px;
        background-size: cover;
        background-position: 50% 50%;
        border: none;
        border-radius: 0;
        margin: 0 0 5px;
        padding: 0;
        border-top: solid 1px #354255;
        border-bottom: solid 1px #354255;
    }

    .jackpot_wrap .visual {
        max-width: 100%;
        height: 139px;
        background-image: url(/img/theme/a26/common/jackpot_repeat_m.png);
        background-size: cover;
    }

    .jackpot_wrap .jack_wrap {
        /* padding: 51px 10px 0; */
    }

    .jackpot_wrap .jack_left {
    }

    .jackpot_wrap .jack_left .jack_tit {
        text-align: center;
    }

    .jackpot_wrap .jack_left .jack_tit img {
        width: 200px;
    }

    .jackpot_wrap .jack_left .jack_num {margin-top: 6px;text-align: center;}

    .jackpot_wrap .jack_list_box {

        margin-top: 20px;
    }

    .jackpot_wrap .jack_list {
        width: 100%;
    }

    .jackpot_wrap .jack_list table tr td {
        font-size: 15px;
        line-height: 48px;
    }

    .odometer {
        font-size: 30px !important;
    }

    .odometer.odometer-auto-theme, .odometer.odometer-theme-car {

    }

    .odometer.odometer-auto-theme {

    }

    .odometer.odometer-auto-theme, .odometer.odometer-theme-default {
        transform: scale(0.9);
    }

    .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
        height: 50px;
    }

    .casino_wrapper .game_list_wrap {
        overflow: hidden;
        margin: 0;
        padding: 5px 5px;
    }

    .casino_wrapper .game_list_wrap .game_list {
        margin: 0 -5px;
    }

    .casino_slot {
        margin: 0 -8px;
        padding: 0;
        overflow: hidden;
    }

    .casino_slot li {
        width: 33.3333%;
        padding: 3px 3px;
    }

    .casino_slot li a .text {
        height: 30px;
        padding: 0 10px;
        font-size: 12px;
        line-height: 30px;
        font-weight: normal;
    }

    .contract_sub_layout {
        margin-top: 0;
        padding: 0;
    }

    .sub_container {
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        border-radius: 0;
    }

    .sub_visual {
        margin-bottom: 10px
    }

    .sub_visual .pc_img {
        display: none;
    }

    .sub_visual .mobile_img {
        display: block;
    }

    .sub_content {
        padding: 0 10px 10px;
    }

    .contract_sub_layout .sub_content {
        padding: 55px 5px;
    }

    .sub_article {
        padding: 0;
        border: none;
        background: #03070e;
    }

    .sub_article .inner_wrap {
        border: none;
        border-radius: 0;
    }

    .sub_tabs {
        margin: 1px 0 5px;
        background: rgba(23,20,19,.8);
    }

    .sub_tabs li {
        flex: none;
        width: 33.3333%;
        margin: 0;
    }

    .sub_tabs li a {
        height: auto;
        padding: 9px 0;
        flex-direction: column;
    }

    .sub_tabs li a span {
        display: block;
        font-size: 13px;
        margin-top: 0px;
    }

    .sub_tabs li a .icon-panel {
        width: 100%;
        height: auto;
        margin: 0;
        font-size: 16px;
    }

    .sub_tabs li a:before {
        bottom: -2px;
    }

    .sub_tabs li.on a {

    }

    .sub_tabs li.on a .icon-panel {
        margin: 0;
        color: var(--highlight-color);
    }

    .sub_tabs li a .icon-panel:before {
        display: none;
    }

    .sub_tabs li a:hover:before {
        opacity: 1;
    }

    .sub_tabs li.tip {
        border: none;
    }

    .sub_tabs li.tip p {
        height: 40px;
        padding: 0 10px;
        line-height: 40px;
    }

    .sub_tabs li.form {

    }

    .sub_tabs li.form .input_box {
        margin-top: 4px;
    }

    .sub_tabs li.form .input_box span {
        margin-right: 4px;
        font-size: 13px;
    }

    .sub_tabs li.form .input_box input {
        margin-right: 4px;
        width: 163px;
    }

    .sub_tabs.small li a {
        height: 44px;
        font-size: 15px;
        line-height: 44px;
    }

    .sub_tabs.flex_width {
        display: flex;
    }

    .sub_tabs.flex_width li {
        flex: 1;
    }

    .game_tabs_wrap {

    }

    .game_tabs {
        display: block;
        margin: 0 0 5px 0;
        border-radius: 0;
        padding: 0;
        border-left: none;
        border-right: none;
    }

    .game_tabs:after {
        display: block;
        clear: both;
        content: '';
    }

    .game_tabs li {
        display: block;
        float: left;
        margin: 0 1px 1px 0 !important;
        width: calc(33.3333% - 1px) !important;
        vertical-align: top;
    }

    .game_tabs li + li {

    }

    .game_tabs li a {
        min-width: 0;
        height: 36px;
        padding: 0 8px;
        font-size: 12px;
        border-radius: 0;
    }

    .game_tabs li a .sports_icon {
        margin-right: 2px;
        transform: scale(0.8);
    }

    .game_tabs li a .txt {
        display: block;
        margin-top: 0;
        font-size: 12px;
    }

    .game_tabs li a .count {
        margin-top: 2px;
        padding: 2px 10px 3px;
        font-size: 11px;
    }

    .game_tabs.sports_sub_tab {
        white-space: nowrap;
        overflow-x: auto;
        background: #161616;
        border: none;
        margin: 0;
        padding: 0;
        margin-top: 1px;
    }

    .game_tabs.sports_sub_tab::-webkit-scrollbar {
        width: 5px;
        height: 4px;
    }

    .game_tabs.sports_sub_tab li {
        display: inline-block;
        width: 75px !important;
        vertical-align: top;
        float: none;
        margin-right: 0px;
    }

    .game_tabs.sports_sub_tab li + li:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: #2f2f2f;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .game_tabs.sports_sub_tab li a {
        display: flex;
        height: 55px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: none;
        border: none !important;
    }

    .game_tabs.sports_sub_tab li a .sports_icon {

    }

    .game_tabs.sports_sub_tab li a .txt {margin-top: -2px;}

    .game_tabs.sports_sub_tab li a .count {
        position: absolute;
        right: 5px;
        top: 4px;
        padding: 0;
        margin: 0;
        font-size: 9px;
    }

    .game_sorting {
        margin-bottom: 0;
        padding: 5px 5px;
    }

    .game_sorting .left,
    .game_sorting .right,
    .game_sorting .center {

    }

    .game_sorting .left .btn_ui + .btn_ui,
    .game_sorting .right .btn_ui + .btn_ui,
    .game_sorting .center .btn_ui + .btn_ui {
        margin-left: 2px;
    }

    .game_sorting .left {
        justify-content: flex-start;
    }

    .game_sorting .left .btn_ui {
        width: 94px;
    }

    .game_sorting .right {
        justify-content: flex-end;
    }

    .game_sorting .center {
        justify-content: center;
    }

    .game_sorting .selectbox > select {
        height: 38px;
        font-size: 14px;
    }

    .game_sorting .sort_menu {
        display: flex;
    }

    .game_sorting .sort_menu li {
        margin: 0 0 0 2px;
    }

    .game_sorting .sort_menu li a {
        width: 80px;
        height: 30px;
        padding: 0;
        font-size: 11px;
        line-height: 31px;
    }


    .sports_wrap {
        position: relative;
    }

    .sports_wrap {
        position: relative;
        margin-top: 1px;
    }

    .sports_wrap .sports_head {margin: 0;padding: 0;}

    .sports_wrap .sports_head .head_col {
        padding: 6px 4px;
        font-weight: 500;
        font-size: 12px;
        height: auto;
        line-height: normal;
    }

    .sports_wrap .sports_head .head_col.datetime {
        min-width: 90px;
    }

    .sports_wrap .sports_head .head_col.team_name {
        min-width: 200px;
    }

    .sports_wrap .sports_head .head_col.game_name {
        min-width: 90px;
    }

    .sports_wrap .sports_head .head_col.start {
        min-width: 30px;
    }

    .sports_wrap .sports_head .head_col.type {
        min-width: 80px;
    }

    .sports_wrap .sports_head .head_col.score {
        flex: 1;
    }

    .sports_wrap .sports_head .head_col.score .arr_wave {
        margin-left: 4px;
    }

    .sports_wrap .sports_head .head_col.rating {
        display: flex;
        flex: 1;
        padding: 0;
    }

    .sports_wrap .sports_head .head_col.odd {
        min-width: 72px;
    }

    .sports_wrap .sports_head .head_col.information {
        min-width: 80px;
    }

    .sports_wrap .sports_head .head_col.result_score {
        min-width: 72px;
    }

    .sports_wrap .sports_head .head_col.result_status {
        min-width: 40px;
    }

    .sports_wrap .sports_game {
        position: relative;
        margin-top: 4px;
    }

    .sports_game_list {
        position: relative;
    }

    .sports_game_list .sports_game_list_item {
        position: relative;
        border-radius: 0;
        padding: 0;
    }

    .sports_game_list .sports_game_list_item.item_bonus {
        padding: 0;
        margin: 0;
    }

    .sports_game_list .sports_game_list_item.item_bonus .item_game_body .item_game_item .item_game_item_odds,
    .sports_game_list .sports_game_list_item.item_bonus .item_game_body .item_game_item .item_game_item_game {
        display: flex;
    }

    .sports_game_list .sports_game_list_item.item_bonus .item_game_body .item_game_item .item_game_item_odds .game_col.game_date,
    .sports_game_list .sports_game_list_item.item_bonus .item_game_body .item_game_item .item_game_item_game .game_col.game_date {
        min-width: 80px;
    }

    .sports_game_list .sports_game_list_item.item_bonus .item_game_body .item_game_item .item_game_item_odds .game_col.game_live,
    .sports_game_list .sports_game_list_item.item_bonus .item_game_body .item_game_item .item_game_item_game .game_col.game_live {
        display: none;
    }

    .sports_game_list .sports_game_list_item + .sports_game_list_item {

    }

    .sports_game_list .sports_game_list_item .item_game_head {
        display: flex;
        height: 34px;
        margin-bottom: 0;
        padding: 0 10px;
    }

    .sports_game_list .sports_game_list_item .item_game_head .sports_flag {
        width: 20px;
        min-width: 20px;
        margin: 12px 4px 0 0;
    }

    .sports_game_list .sports_game_list_item .item_game_head .sports_icon {
        transform: scale(0.8);
    }

    .sports_game_list .sports_game_list_item .item_game_head .flag {
        display: block;
        width: 18px;
    }

    .sports_game_list .sports_game_list_item .item_game_head .flag > img {
        width: 100%;
    }

    .sports_game_list .sports_game_list_item .item_game_head .game {
        margin-left: 4px;
        font-size: 12px;
        font-weight: 500;
    }

    .sports_game_list .sports_game_list_item .item_game_head .date span,
    .sports_game_list .sports_game_list_item .item_game_head .date strong {
        font-size: 13px;
    }

    .sports_game_list .sports_game_list_item .item_game_head .live .ico_live {
        width: 60px;
        margin: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_head .live .ico_live > img {

    }

    .sports_game_list .sports_game_list_item .item_game_body {
        padding: 0;
        margin: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_tip {
        margin-top: 0;
        padding-top: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item {
        position: relative;
        padding: 1px 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game {
        display: block;
        padding: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col {

    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team {
        margin: 1px 1px;
        height: 33px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team .game_team,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team .game_team {
        margin: 0 -5px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.hover,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.hover {

    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.on,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.on {

    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.on .name,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.on .rating,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.on .name,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.on .rating {
        /* color: var(--bet-normal-active-text-color); */
        /* text-shadow: none; */
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_home,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_away,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_home,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_away {
        height: 33px;
        padding: 0 7px;
        line-height: 33px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_away,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_away {
        flex-direction: row-reverse;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_draw,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_draw {
        min-width: 90px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_playtime,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_playtime {
        min-width: 100px;
        background-color: #2b2b3a;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_playtime .quarter,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_playtime .quarter {
        color: #ea8438;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score {
        min-width: 140px;
        padding: 0;
        background: none;
        border: none;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .home_score,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .away_score,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .home_score,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .away_score {
        flex: 1;
        min-width: 0;
        font-size: 24px;
        color: #fff;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .home_score.win,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .away_score.win,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .home_score.win,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .away_score.win {
        color: #ea8438;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .home_score.win em,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .away_score.win em,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .home_score.win em,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .away_score.win em {
        color: #ea8438;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .home_score em,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .away_score em,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .home_score em,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .away_score em {
        font-size: 14px;
        color: #6c698c;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .home_score,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .home_score {
        text-align: right;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .away_score,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .away_score {
        text-align: left;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_score .divide,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_score .divide {
        min-width: 20px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_odd,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_odd {

    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_live_more,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_live_more {
        min-width: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_live_more .btn_realtime,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_live_more .btn_realtime {
        height: 32px;
        font-size: 12px;
        line-height: 32px;
        padding: 0 5px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_live_more .btn_realtime.disabled,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_live_more .btn_realtime.disabled {

    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_live_more.disabled,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_live_more.disabled {

    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_live_more.disabled .btn_realtime,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_live_more.disabled .btn_realtime {

    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team:hover .name,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team:hover .rating {

    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team .name,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team .name {
        font-size: 12px;
        font-weight: normal;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team .rating,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team .rating {
        font-size: 11px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team .rating .rate_arrow,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team .rating .rate_arrow {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_away .rating,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_away .rating {
        padding-right: 13px;
        padding-left: 0;
    }


    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col .game_team.team_away .rating .rate_arrow,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col .game_team.team_away .rating .rate_arrow {
        right: 0;
        left: auto;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_info,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_info {
        display: flex;
        min-width: 320px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_info .game_box,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_info .game_box {
        display: flex;
        height: 34px;
        margin: 3px 3px;
        align-items: center;
        justify-content: center;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_info .game_box + .game_box,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_info .game_box + .game_box {
        margin-left: 5px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_info .game_box.game_blank,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_info .game_box.game_blank {
        min-width: 145px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_live,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_live {
        float: left;
        min-width: 32px;
        margin-top: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_live .game_team,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_live .game_team {height: 28px;border: none;background: none;}

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_live .game_team .btn_game_live,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_live .game_team .btn_game_live {background: none;}

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_date,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_date {
        float: left;
        margin-top: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_date .game_team,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_date .game_team {
        height: 30px;
        justify-content: start;
        margin: 0;
        background: none;
        border: none;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_date .game_team span,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_date .game_team span {
        display: block;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_type,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_type {
        min-width: 156px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_type .game_team,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_type .game_team {
        padding: 0 5px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds {
        clear: both;
        padding-top: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds.flex_wrap.item_over_flow,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds.flex_wrap.item_over_flow {
        display: block;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds.flex_wrap.item_over_flow:after,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds.flex_wrap.item_over_flow:after {
        content: '';
        display: block;
        clear: both;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds.flex_wrap.item_over_flow .game_team,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds.flex_wrap.item_over_flow .game_team {
        float: left;
        flex: auto;
        width: calc(25% - 2px);
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_more,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_more_blank,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_more,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_more_blank {
        position: absolute;
        top: 3px;
        right: 2px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_more .btn_game_more,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_more_blank .btn_game_more,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_more .btn_game_more,
    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_more_blank .btn_game_more {
        height: 25px;
        font-size: 11px;
        line-height: 25px;
        border-radius: 4px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games_wrap {

    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games {
        margin: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games .item_game_item_game {
        display: block;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games .item_game_item_game .game_col.game_type {
        display: block;
        padding: 0;
        margin-bottom: 2px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games .item_game_item_game .game_col.game_type .game_team {font-size: 12px;font-weight: 500;height: 30px;}

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games .item_game_item_game + .item_game_item_game {
        margin-top: 6px;
    }

    .sports_game_item {
        position: relative;
    }

    .sports_game_item+.sports_game_item {
        margin-top: 0;
    }

    .sports_game_item:first-child {
        border-top: none;
    }

    .sports_game_item .sports_score_list .sports_score_body {padding: 5px 8px 10px;}

    .sports_game_item .sports_score_list .sports_score_extra {
        margin: 0;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_extra .sports_score_item {
        padding: 0;
        margin: 0 2px;
    }

    .sports_game_item .sports_score_list .sports_score_extra .sports_score_item:hover {
        background-color: #1d1d35 !important;
    }

    .sports_game_item .sports_score_list .sports_score_extra + .sports_score_extra {
        margin-top: 5px;
    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.team_name {
        flex: 1;
    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.team_name .name {
        font-size: 12px;
    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.team_name .name + .name {
        margin-top: 5px;
    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.type {
        min-width: 30px;
    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.type > span {

    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.type .type {

    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.type .line {
        margin-top: 2px;
    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.score {
        min-width: 0;
    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.score .odd_wrap.rating {

    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.score .odd_wrap.rating .odd_box {

    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.score .odd_wrap.rating .team {

    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.score .odd_wrap.rating .odd + .team {
        text-align: right;
    }

    .sports_game_item .sports_score_list .sports_score_item .score_col.score .odd_wrap.rating.draw {
        min-width: 120px;
        flex: 0;
    }

    .sports_game_item .game_head {
        height: 34px;
        padding: 0 5px;
    }

    .sports_game_item .game_head .sports_icon {
        transform: scale(0.8);
    }

    .sports_game_item .game_head .flag {
        width: 18px;
    }

    .sports_game_item .game_head .flag > img {
        width: 100%;
    }

    .sports_game_item .game_head .name {
        margin-left: 4px;
        font-size: 12px;
        font-weight: 500;
    }

    .sports_game_item .game_body {

    }

    .sports_game_item .game_body .sports_score_list {

    }

    .sports_game_item .game_body .sports_score_list .sports_score_head {

    }

    .sports_game_item .game_body .sports_score_list .sports_score_body {
        display: none;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_body .score_col.datetime span, .sports_game_item .game_body .sports_score_list .sports_score_body .score_col.datetime strong {
        color: #fff !important;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_result {

    }

    .sports_game_item .game_body .sports_score_list .sports_score_item_head {
        padding: 0 10px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item_head > span {
        height: 30px;
        margin: 0;
        line-height: 30px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item_head > span em {
        margin-left: 10px;
        font-weight: 600;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item {
        display: block;
        padding: 4px 0 0;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col {
        font-size: 11px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.monitor {
        min-width: 37px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.monitor a {
        display: block;
        color: #656565;
        text-align: right;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.monitor a .fal {
        font-size: 14px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.monitor a:hover {
        color: #fff;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.datetime {
        min-width: 0;
        float: left;
        height: 30px;
        background: none;
        border: none;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.datetime span,
    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.datetime strong {
        font-size: 11px;
        color: var(--bet-normal-date-text-color);
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.datetime strong {
        margin-left: 2px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.game_name {
        min-width: 90px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.team_name {
        min-width: 0;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.start {
        min-width: 30px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.start .datetime_wrap {
        display: inline-block;
        position: relative;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.start .datetime_wrap .datetime {
        background-color: #ffbe51;
        border: 1px solid #ab9446;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.start .datetime_wrap .datetime:hover ~ .datetime_tooltip {
        display: block;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.start .datetime_wrap .datetime_tooltip {
        background-color: #ffbe51;
        border: 1px solid #ab9446;
        color: #000;
        border-radius: 1px;
        display: none;
        font-size: 12px;
        line-height: normal;
        position: absolute;
        min-width: 100px;
        max-width: 150px;
        padding: 5px;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        z-index: 1;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.type {
        min-width: 80px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.type span,
    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.type em {
        display: block;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.type em {
        color: #fff;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score {

    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score.full {clear: both;padding-top: 0;}

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap {
        display: flex;
        padding: 1px 1px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap:last-child .odd_box {
        flex-direction: row-reverse;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box {
        height: 33px;
        padding: 0 12px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.disabled {
        background: none !important;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.disabled:before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        opacity: .7;
        content: '';
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.on {

    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.on .team,
    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.on .odd .rate {

    }


    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box .team {
        margin-right: 0;
        font-size: 12px;
        font-weight: 500;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box .odd {
        display: block;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box .odd .rate {
        display: block;
        position: relative;
        float: right;
        font-size: 11px;
        font-weight: 600;
        color: #fff;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box .odd .rate .arr_wave {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -9px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box .odd .rate .rate_arrow {
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        vertical-align: top;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.team_home .odd {
        margin-left: 2px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.team_home .odd .rate {
        padding-left: 13px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.team_home .odd .rate .rate_arrow {
        left: 0;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.team_away .odd {
        margin-right: 2px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.team_away .odd .rate {
        padding-right: 13px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap .odd_box.team_away .odd .rate .rate_arrow {
        right: 0;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.left,
    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.right {
        flex: 1;
        min-width: 0;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.left .odd_box {

    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.right .odd_box {
        flex-direction: row-reverse;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.center {
        min-width: 72px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.center .odd_box {
        padding: 0 !important;
        justify-content: center;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.center .odd_box .odd {
        flex: 1;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score .odd_wrap.center .odd_box .odd .rate {
        float: none;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.information {
        position: absolute;
        right: 0;
        top: 4px;
        min-width: 42px;
        width: 42px;
        padding-right: 0;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.information .btn_score {
        width: 100%;
        height: 28px;
        line-height: 30px;
        font-size: 11px;
        padding: 0 5px;
        font-weight: 800;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.information .btn_score .fal {
        margin: 9px 2px 0 0;
        font-size: 10px;
        vertical-align: top;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.result_score {
        position: absolute;
        top: 4px;
        right: 52px;
        height: 30px;
        font-size: 13px;
        line-height: 30px;
        border-radius: 0;
        background: none;
        border: none;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.result_status {
        min-width: 52px;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item.item5 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item6 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item9 .score_col.score .odd_wrap, .sports_game_item .game_body .sports_score_list .sports_score_item.item12 .score_col.score .odd_wrap {
        width: 33.3333%;
        flex: auto;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item.item5 .score_col.score .odd_wrap:nth-child(3n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item6 .score_col.score .odd_wrap:nth-child(3n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item9 .score_col.score .odd_wrap:nth-child(3n) + .odd_wrap .odd_box, .sports_game_item .game_body .sports_score_list .sports_score_item.item12 .score_col.score .odd_wrap:nth-child(3n) + .odd_wrap .odd_box {
        border-left: none;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item.item7 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item8 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item10 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item11 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item12 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item13 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item14 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item15 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item17 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item18 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item19 .score_col.score .odd_wrap,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item20 .score_col.score .odd_wrap {
        width: 20%;
        flex: auto;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item.item7 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item8 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item10 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item11 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item12 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item13 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item14 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item15 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item17 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item18 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item19 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box,
    .sports_game_item .game_body .sports_score_list .sports_score_item.item20 .score_col.score .odd_wrap:nth-child(4n) + .odd_wrap .odd_box {
        border-left: none;
    }

    .sports_game_item .game_body .sports_score_list .sports_score_item.item16 .score_col.score .odd_wrap {
        width: 25%;
        flex: auto;
    }

    .sports_game_item .game_body + .game_body {
        margin-top: 2px;
    }

    .contract_wrap .bet_label {
        height: 52px;
        padding: 0 5px;
        border: solid 1px rgba(0,0,0,1);
        border-radius: 5px;
    }

    .contract_wrap .bet_label.on {
        border-color: #ffcc00 !important;
        box-shadow: inset 0px 0px 105px 43px rgb(0 0 0 / 75%) !important;
    }

    .contract_wrap .bet_label.disable {
        opacity: .4;
        cursor: default;
    }

    .contract_wrap .bet_label .lb {
        display: block;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        opacity: .5;
    }

    .contract_wrap .bet_label .rate {
        font-size: 12px;
    }

    .contract_wrap .bet_label .rate span {
        color: #fff;
        font-size: 15px;
    }

    .contract_wrap .bet_label .rate em {
        color: #f58702;
    }

    .contract_wrap .bet_label .icon {
        font-size: 13px;
    }

    .contract_wrap .bet_label .icon.row {
        flex-direction: column;
        align-items: flex-start;
    }

    .contract_wrap .bet_label .icon.row .power {
        margin-top: 5px;
        margin-left: 0;
    }

    .contract_wrap .bet_label .icon > div {
        display: flex;
        align-items: center;
    }

    .contract_wrap .bet_label .icon .avg {
        display: block;
        margin-top: 2px;
        font-size: 13px;
        text-align: center;
    }

    .contract_wrap .bet_label .icon em {
        display: block;
        font-size: 12px;
        color: #fff;
    }

    .contract_wrap .bet_label .icon b {
        margin: 0 4px;
        font-size: 40px;
    }

    .contract_wrap .bet_label .icon b.under,
    .contract_wrap .bet_label .icon b.over {
        margin-left: 10px;
        font-size: 20px;
        color: #10ff00;
    }

    .contract_wrap .bet_label .icon b.powerball {
        display: inline-block;
        width: 54px;
        height: 54px;
        padding: 0 7px;
        color: #fff;
        font-size: 32px;
        line-height: 52px;
        text-align: center;
        border-radius: 50%;
        vertical-align: top;
        background: radial-gradient(circle at 65% 15%, white 1px, aqua 3%, darkblue 60%, aqua 100%);
    }

    .contract_wrap .bet_label .icon .power,
    .contract_wrap .bet_label .icon .super {
        display: block;
        position: absolute;
        top: 2px;
        right: 6px;
        margin: 0;
        font-size: 12px;
        font-weight: bold;
        white-space: nowrap;
        color: #10ff00;
    }

    .contract_wrap .bet_label .type {
        display: block;
        margin-top: 2px;
        font-size: 15px;
        color: #fff;
    }

    .contract_wrap .bet_label input {
        display: block;
        overflow: hidden;
        position: absolute;
        top: -1000em;
        left: 0;
    }

    .contract_wrap .contract_game_wrap {padding-bottom: 29px;}

    .contract_wrap .contract_layout .contract_broadcasting {
        margin: 0;
    }

    .contract_wrap .contract_game {
        margin: 0;
        padding: 0;
    }

    .contract_wrap .contract_game .target0 {
        position: relative;
        overflow: hidden;
        height: 395px;
        margin: 0;
    }

    .contract_wrap .contract_game .target2 {
        border: 0;
        width: 830px;
        height: 646px;
        -webkit-transform: scale(1);
        -webkit-transform-origin: top left;
    }

    .contract_wrap .contract_game.game_eos3-powerball .game_mask,
    .contract_wrap .contract_game.game_eos-powerball .game_mask,
    .contract_wrap .contract_game.game_keno-ball .game_mask,
    .contract_wrap .contract_game.game_power-ladder .game_mask {
        left: 1%;
        top: 22%;
        width: 31%;
        height: 77%;
    }

    .contract_wrap .contract_game .chat_hidden_power {
        position: absolute;
        left: 281px;
        top: 142px;
        width: 244px;
        height: 482px;
        background-color: #0d1122;
        border-radius: 8px;
    }


    .contract_sports_cart {
        display: none;
        position: fixed;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        overflow: visible;
        justify-content: end;
        margin: 0;
        z-index: 1000;
        border: none;
        background: none;
    }

    .contract_sports_cart .slip-wrap {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        border: none;
        background: none;
        border-radius: 0;
    }

    .contract_sports_cart .slip-open {
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: linear-gradient(#e3bd88, #a17354);
        padding: 3px;
    }

    .contract_sports_cart .slip-open .btn_open {
        display: flex;
        position: relative;
        color: #fff;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 0;
        font-size: 12px;
        font-weight: 600;
        background: #222120;
        border-radius: 50%;
        padding-top: 5px;
    }

    .contract_sports_cart .slip-open .btn_open .count {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 20px;
        height: 20px;
        margin-left: 0;
        border-radius: 50%;
        background: #fff;
        color: #212121;
        font-size: 11px;
        text-align: center;
        line-height: 20px;
    }

    .contract_sports_cart .slip-open .btn_open .icon {
        display: none;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .contract_sports_cart .slip-open .btn_open .count {
        /* display: none; */
    }

    .contract_sports_cart .slip-open .btn_open .icon .fa-chevron-down {
        display: none;
    }

    .contract_sports_cart .slip-content {
        display: none;
        padding: 5px 5px;
    }

    .contract_sports_cart.open {
        top: auto;
    }

    .contract_sports_cart .slip-wrap.open {
        padding: 0;
        background: #0b0d11;
        border-top: 1px solid #353e4e;
        box-shadow: 0px 0px 8px 10px rgba(0, 0, 0, 0.6);
    }

    .contract_sports_cart .slip-wrap.open .slip-open {
        width: 61px;
        height: 19px;
        background: #353e4e;
        padding: 0;
        border-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-top: -19px;
    }

    .contract_sports_cart .slip-wrap.open .slip-open .btn_open .count {
        display: none;
    }

    .contract_sports_cart .slip-wrap.open .slip-open .btn_open {
        font-size: 0;
        background: #353e4e;
    }

    .contract_sports_cart .slip-open .btn_open .icon {
        display: block;
        top: 5px;
        right: auto;
        left: 50%;
        font-size: 14px;
        color: #e3bd88;
        transform: translateX(-50%);
    }

    .contract_sports_cart .slip-wrap.open .slip-open .btn_open .icon {
        display: block;
        color: #fff;
        top: 3px;
    }

    .contract_sports_cart .slip-wrap.open .slip-open .btn_open .icon .fa-chevron-down {
        display: block;
    }

    .contract_sports_cart .slip-wrap.open .slip-open .btn_open .icon .fa-chevron-up {
        display: none;
    }

    .contract_sports_cart .slip-wrap.open .slip-content {
        display: flex;
        height: 100%;
        border-top: none;
    }

    .contract_sports_cart .slip-wrap.open .slip-type-button {
        display: block;
        padding: 0 0 10px;
    }

    .contract_sports_cart .slip-head {
        display: none;
    }

    .contract_sports_cart .slip-content .betslip-data {

    }

    .contract_sports_cart .slip-content .slip-buttons {margin-top: 4px;}

    .contract_sports_cart .slip-content .slip-buttons .slip-button {

    }

    .contract_sports_cart .slip-content .slip-buttons .slip-button + .slip-button {
        margin-left: 2px;
    }

    .contract_sports_cart .slip-content .slip-buttons .slip-button-a {
        height: 28px;
        padding: 0 20px;
        line-height: 28px;
        font-size: 12px;
        transition: 0.2s;
    }

    .contract_sports_cart .slip-content .slip-buttons .slip-button-a:hover {
        filter: none;
    }

    .contract_sports_cart .slip-content .slip-noresult {
        margin-bottom: 0;
        padding: 20px 20px;
        font-size: 12px;
    }

    .contract_sports_cart .slip-betlist {
        overflow-y: auto;
        max-height: 223px;
        padding: 0;
    }

    .contract_sports_cart .slip-event {
        margin-bottom: 2px;
        padding: 4px 10px;
    }

    .contract_sports_cart .slip-event .slip-info dt {
        width: 60px;
    }

    .contract_sports_cart .slip-event .slip-info dd {
        padding: 2px 0;
        font-size: 15px;
    }

    .contract_sports_cart .slip-event .slip-info dd:first-child {
        margin-bottom: 1px;
        font-size: 14px;
    }

    .contract_sports_cart .slip-event .slip-info dd.home {

    }

    .contract_sports_cart .slip-event .slip-info dd.away {

    }

    .contract_sports_cart .slip-event .slip-info dd.country {
        font-size: 13px;
    }

    .contract_sports_cart .slip-event .slip-info dd.team {
        font-size: 12px;
    }

    .contract_sports_cart .slip-event .slip-info dd.score {
        margin-top: 0px;
        font-size: 12px;
    }

    .contract_sports_cart .slip-event .bet {
        margin-top: 2px;
        padding-right: 54px;
        font-size: 12px;
        color: #a0d0ff;
    }

    .contract_sports_cart .slip-event .bet .cnt {
        font-size: 12px;
        color: #a0d0ff;
    }

    .contract_sports_cart .slip-event .slip-event-remove {
        right: 8px;
        top: 1px;
        padding: 4px;
        font-size: 15px;
    }

    .contract_sports_cart .slip-event .slip-event-remove:hover {

    }

    .contract_sports_cart .slip-event.slip-bonus {
        padding: 3px 12px;
        background: #E3BD87 !important;
        border: none !important;
        margin: 0;
    }

    .contract_sports_cart .slip-event.slip-bonus .slip-info {

    }

    .contract_sports_cart .slip-event.slip-bonus .slip-info dd.team {color: #000;}

    .contract_sports_cart .slip-event.slip-bonus .bet {
        margin-top: 2px;
        padding-right: 0;
    }

    .contract_sports_cart .slip-type-content {
        margin-top: 1px;
        padding: 0;
    }

    .contract_sports_cart .slip-totals .slip-totals-title {

    }

    .contract_sports_cart .slip-totals {

    }

    .contract_sports_cart .slip-border-totals {
        display: flex;
        flex-wrap: wrap;
        padding-top: 2px;
    }

    .contract_sports_cart .slip-border-totals .slip-totals-info {
        width: 50%;
        padding: 0;
        /* border: 1px solid #000; */
    }

    .contract_sports_cart .slip-totals .slip-totals-info:last-child {padding: 1px 0;}

    .contract_sports_cart .slip-totals .slip-totals-info {
        /* border: 1px solid #000; */
    }

    .contract_sports_cart .slip-totals .slip-border-values {
        padding: 0;
    }

    .contract_sports_cart .slip-totals .slip-border-values .slip-totals-info {

    }

    .contract_sports_cart .slip-totals .slip-border-values .slip-totals-info.slip-totals-bet {

        margin-top: 4px;

        padding: 2px 0;

    }

    .contract_sports_cart .slip-totals .slip-totals-info-label,
    .contract_sports_cart .slip-totals .slip-totals-info-value {
        padding: 5px 0;
        font-size: 12px;
    }

    .contract_sports_cart .slip-totals .slip-totals-info-label {

    }

    .contract_sports_cart .slip-totals .slip-totals-info-value {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contract_sports_cart .slip-totals .slip-totals-info .o {
        margin-right: 0;
        font-size: 12px;
    }

    .contract_sports_cart .slip-totals .slip-totals-info .s {
        font-size: 12px;
        margin-right: 0;
    }

    .contract_sports_cart .slip-totals .slip-totals-info .b {

    }

    .contract_sports_cart .slip-totals .slip-totals-info .b em {

        font-size: 15px;

    }

    .contract_sports_cart .slip-totals .slip-totals-input {width: 50%;height: 30px;}

    .contract_sports_cart .slip-totals .slip-totals-input:focus {

    }

    .contract_sports_cart .slip-totals .slip-totals-input::-webkit-input-placeholder {

    }

    .contract_sports_cart .slip-count-button {
        padding: 0;
        margin-bottom: 0;
        margin-right: -2px;
    }

    .contract_sports_cart .slip-count-button .btn_count {
        width: calc(33.3333% - 2px);
        height: 25px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding: 0 4px;
        line-height: 24px;
        font-size: 11px;
    }

    .contract_sports_cart .slip-count-button .btn_count:hover {
        filter: none;
    }

    .contract_sports_cart .slip-type-button {
        display: none;
        padding: 10px 10px;
    }

    .contract_sports_cart .slip-type-button a {
        height: 45px;
        font-size: 15px;
        border: none;
    }

    .contract_sports_cart .slip-type-button a:hover {
        filter: none;
    }

    .contract_layout {
        display: block;
        margin-top: 0;
        padding: 0 0 10px;
    }

    .contract_layout .contract_wrap {
        display: block;
        padding-top: 0;
    }

    .layout_aside .contract_aside {
        display: none;
    }

    .contract_wrap {
        margin: 0;
    }

    .contract_wrap .contract_sports_wrap {
        display: block;
        min-height: auto;
    }

    .contract_wrap .contract_sports_wrap .contract_body {
        margin: 0;
    }

    .contract_wrap .contract_layout {
        display: block;
    }

    .contract_wrap .contract_layout .contract_game_box {

    }

    .contract_wrap .contract_layout .contract_bet_aside {
        border: none;
        width: auto;
        min-width: 0;
        margin-left: 0;
        position: relative;
        margin: 0;
        background: none;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel {

    }

    .contract_wrap #minigame_cart {
        background: none;
        border: none;
        border-radius: 0;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_status {
        margin-bottom: 1px;
        padding: 10px 10px 5px;
        font-size: 12px;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_status .game_name {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_status .game_round {
        display: block;
        margin-top: 2px;
        font-size: 12px;
        font-weight: 500;
        color: #999;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_status .game_count {
        margin-top: 2px;
        font-size: 15px;
    }

    .contract_wrap .contract_bet_aside .minigame_wrap {
        padding: 0 0 5px;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item {
        padding: 0;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_title {
        margin-top: 2px;
        margin-bottom: 2px;
        padding: 5px 0;
        font-size: 12px;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row {

    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box {

    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box + .minigame_box {

    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list {

    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle {

    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box {

    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .box_col {

    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle .box .bet_label {

    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col2 .box .box_col {
        flex: auto;
        width: 50%;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col3 .box .box_col {
        flex: auto;
        width: 33.3333%;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col3 {
        width: 100%;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col3 + .contract_content {
        margin-top: 20px;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col5 .btn_area .col:last-child {
        float: none;
        width: 100%;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col7,
    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row .minigame_box .minigame_list .bundle.col8 {
        width: 50%;
    }

    .contract_wrap .contract_bet_aside .minigame_pannel .minigame_item .minigame_row + .minigame_row {
        padding-top: 0;
    }

    .contract_wrap .contract_bet_aside + .contract_section {
        margin-top: 20px;
    }

    .contract_wrap .contract_section {
        position: relative;
        padding: 0;
        margin: 10px 5px 0;
        border-top: none;
    }

    .contract_wrap .contract_section .contract_title {
        padding-bottom: 0;
        margin-bottom: 5px;
    }

    .contract_wrap .contract_section .contract_title h2 {
        font-size: 15px;
    }

    .contract_wrap .contract_section .analysis_graph .game_tabs {

    }

    .contract_wrap .analysis_graph .graph_view {
        margin-top: 5px;
    }

    .contract_wrap .contract_section .analysis_graph .game_tabs li a {
        font-size: 13px;
    }

    .contract_wrap .analysis_graph .graph_view .inner_graph {

    }

    .contract_wrap .analysis_graph .graph_view .box_area {

    }


    .contract_wrap .contract_game_cart {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        margin: 0;
        padding: 0;
        border-top: 1px solid #353e4e;
        box-shadow: 0px 0px 8px 10px rgba(0, 0, 0, 0.6);
        background: #0b0d11;
        z-index: 1000;
    }

    .contract_wrap .contract_game_cart .game_cart_wrap {
        padding: 0;
    }

    .contract_wrap .contract_game_cart .cart_title {display: none;}

    .contract_wrap .contract_game_cart .game_cart_inner {padding: 5px 5px;}

    .contract_wrap .contract_game_cart .cart_info {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .contract_wrap .contract_game_cart .cart_info .info_row {
        width: 50%;
        padding: 5px 8px;
    }

    .contract_wrap .contract_game_cart .cart_info .info_row + .row {
        margin-top: 15px;
    }

    .contract_wrap .contract_game_cart .cart_info .info_row > em {
        min-width: 80px;
        font-size: 12px;
    }

    .contract_wrap .contract_game_cart .cart_info .info_row > span,
    .contract_wrap .contract_game_cart .cart_info .info_row > b {
        font-size: 12px;
    }

    .contract_wrap .contract_game_cart .cart_bet {
        background: none;
        padding: 0;
    }

    .contract_wrap .contract_game_cart .cart_bet .cart_guide {
        display: none;
    }

    .contract_wrap .contract_game_cart .cart_bet .cart_form {

    }

    .contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list {

    }

    .contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .bet_wallet {display: flex;}

    .contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .input_area {

    }

    .contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .input_area .form-control {
        height: 34px;
        padding: 0 10px 0 90px;
        font-size: 12px;
        line-height: 34px;
        color: #fff !important;
    }

    .contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .input_area .label {
        left: 10px;
        top: 7px;
        font-size: 12px;
    }

    .contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .input_area + .input_area {
        margin-top: 0;
        margin-left: 2px;
    }

    .contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns {
        padding: 5px 0 3px;
        margin-right: -2px;
    }

    .contract_wrap .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_add_money {
        height: 25px;
        margin-right: 2px;
        margin-bottom: 2px;
        font-size: 11px;
        line-height: 24px;
        width: calc(25% - 2px);
    }

    .contract_wrap .contract_game_cart .cart_bet .cart_form .cart_confirm {

    }

    .contract_wrap .contract_game_cart .cart_bet .cart_form .cart_confirm .btn_confirm_bet {
        height: 45px;
        font-size: 15px;
    }

    .contract_wrap .bet_disable {
        font-size: 14px;
    }

    .contract_new_game_wrap {

    }

    .contract_new_game_wrap .contract_bet_status {
        display: none;
    }

    .contract_new_game_wrap .contract_layout {

    }

    .contract_new_game_wrap .contract_layout .contract_section_left {
        flex: 1;
        min-width: 0;
        padding: 0 10px;
    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info {

    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_head {

    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_head h2 {
        height: 43px;
        font-size: 14px;
        line-height: 43px;
    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_head .btn_result {
        position: absolute;
        right: 10px;
        top: 9px;
        min-width: 60px;
        height: 26px;
        padding: 0 12px;
        line-height: 26px;
        font-size: 11px;
    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_content {
        padding: 5px 10px 7px;
        display: block;
        border-top: 1px solid #343434;
    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_content .episode {
        padding: 8px 0 4px;
        font-size: 14px;
    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_content .game_round {
        font-size: 12px;
    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .game_result_content .episode span {

    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list {
        padding: 5px 5px;
    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list .list_item {

    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list .list_item .tit {
        font-size: 13px;
        margin-right: 10px;
    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list .balls {

    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list .balls .result_ball {
        margin: 0 4px 0 0;
        padding: 0 5px;
        min-width: 30px;
        height: 30px;
        border-radius: 16px;
        font-size: 11px;
        line-height: 30px;
    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list .balls .result_ball.odd {

    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .betting_list .balls .result_ball.even {

    }

    .contract_new_game_wrap .contract_layout .contract_section_left .game_result_info .batting_count {
        font-size: 16px;
        padding: 0 5px 5px;
    }

    .contract_new_game_wrap .contract_layout .contract_section_center {
        margin: 0;
    }

    .contract_new_game_wrap .contract_layout .contract_section_center .contract_bet_aside .minigame_wrap {

        padding: 0;

    }

    .contract_new_game_wrap .contract_layout .contract_section_center .contract_bet_aside .minigame_pannel .minigame_status {
        display: none;
    }

    .contract_new_game_wrap .contract_layout .contract_section_center .contract_bet_aside .minigame_pannel .minigame_item {
        width: calc(100% - 2px);
        margin: 0 0 1px;
    }

    .contract_new_game_wrap .contract_layout .contract_section_center .minigame_pannel .minigame_item .minigame_title {
        padding: 8px 0;
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .contract_new_game_wrap .bet_label {
        height: 60px;
    }

    .contract_new_game_wrap .bet_label .icon {
        font-size: 15px !important;
    }

    .contract_new_game_wrap .bet_label .rate {
        font-size: 13px;
    }

    .contract_new_game_wrap .contract_layout .contract_game_box {

    }

    .contract_new_game_wrap .contract_layout .contract_bet_aside {
        border: none;
        background: none;
        padding: 0 10px;
    }

    .contract_new_game_wrap .contract_layout .contract_bet_aside .minigame_pannel {
        margin-top: 5px;
    }

    .contract_new_game_wrap .contract_layout .contract_section_right {
        flex: 1;
        min-width: 0;
        padding: 0 10px 10px;
    }

    .contract_new_game_wrap .contract_layout .game_result_history {
        margin-top: 5px;
        padding-bottom: 10px;
    }

    .contract_new_game_wrap .contract_layout .game_result_history .betting_history {

    }

    .contract_new_game_wrap .contract_layout .game_result_history .betting_history .contract_title {
        padding: 13px 0;
    }

    .contract_new_game_wrap .contract_layout .game_result_history .betting_history .contract_title h2 {
        font-size: 15px;
    }

    .contract_new_game_wrap .contract_layout .game_result_history .betting_history .contract_title .sub {
        margin-top: 4px;
        font-size: 12px;
    }

    .contract_new_game_wrap .contract_layout .game_result_history .betting_history .tbl_board {

    }

    .contract_new_game_wrap .contract_layout .game_result_history .betting_history .tbl_board th {

    }

    .contract_new_game_wrap .contract_layout .game_result_history .betting_history .tbl_board td.noresult {
        padding: 20px 20px !important;
    }

    .contract_new_game_wrap .wating_box {

    }

    .game_loading_layer {
        height: 100%;
    }

    .game_loading_layer .layer_box {
        padding: 24px 24px;
    }

    .game_loading_layer .layer_box p {
        font-size: 13px;
    }

    .sub_container.sub_cart .contract_sports_cart {
        display: flex;
    }

    .sub_casino_visual {

    }

    .sub_casino_visual img {

    }

    .sub_casino_visual .ntt {

    }

    .sub_casino_visual .ntt dt {
        font-size: 17px;
    }

    .sub_casino_visual .ntt dt u {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .sub_casino_visual .ntt dd p {
        display: none;
        font-size: 11px;
        margin-top: 3px;
    }

    .bil_casino {
        margin-top: 12px;
    }

    .bil_casino li {
        width: calc(100% / 2 - 10px);
        margin: 5px;
    }

    .bil_casino li p {
        height: 40px;
        font-size: 11px;
        line-height: 40px;
    }

    .bil_casino li a {

    }

    .bil_casino li a:hover {
        transform: none;
    }

    .bil_casino li a img.vlogo {
        height: 50px;
    }

    .bil_casino .ent {
        height: 50px;
    }

    .bil_casino .ent span {
        height: 32px;
        padding: 0 16px;
        font-size: 12px;
        line-height: 32px;
    }

    .bil_casino .ent span:hover {
        font-size: 23px;
    }

    .sub_title {
        margin: 0;
        height: 40px;
        line-height: normal;
        padding: 0;
        justify-content: center;
        background: #000;
    }

    .sub_title h2 {
        margin: 0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
    }

    .sub_title .sub_text {
        height: 50px;
        margin-left: 10px;
        font-size: 20px;
        line-height: 48px;
    }

    .sub_title .tit_tip {
        margin-left: 10px;
        font-size: 13px;
    }

    .sub_title .btn_set {

    }

    .sub_title .btn_set > * {
        margin-left: 5px;
    }

    .sub_title .page_title {
        font-size: 40px;
        color: #222;
        text-align: center;
    }

    .sub_title .page_desc {
        margin-top: 11px;
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        text-align: center;
    }

    .sub_tip {
        margin: 0 10px;
        padding: 10px 10px;
        font-size: 13px;
        line-height: 19px;
        border-radius: 4px;
    }

    .sub_tip p {
        font-size: 12px;
    }

    .sub_tip br {
        display: none;
    }

    .casino_intro li {
        width: 33.3333%;
        padding: 4px 4px;
    }

    .my_level_wrap {
        margin-bottom: 0;
    }

    .my_level_wrap .my_level_in {
        display: block;
        padding: 10px 10px;
    }

    .my_level_wrap .my_level_in .level_box {
        min-width: 0;
        margin: 0;
    }

    .my_level_wrap .my_level_in .level_box .level {
        float: none;
        width: 100%;
        height: auto;
        padding: 10px 10px;
        border: 1px solid var(--white-opacity-percent-10);
    }

    .my_level_wrap .my_level_in .level_box .level p {
        font-size: 13px;
    }

    .my_level_wrap .my_level_in .level_box .level .img {
        width: 40px;
    }

    .my_level_wrap .tit {
        padding: 8px 8px;
        font-size: 12px;
    }

    .my_level_wrap .point,
    .my_level_wrap .note,
    .my_level_wrap .cart {
        margin-top: 0;
        margin-right: 0;
        padding: 5px 0;
    }

    .my_level_wrap .point {
        width: 100%;
        padding: 10px 0;
        border-bottom: none;
    }

    .my_level_wrap .cart {
        width: 100%;
    }

    .my_level_wrap .info li {
        padding: 2px 0;
        font-size: 12px;
    }

    .my_links {
        margin: 0;
        padding: 5px 0;
    }

    .my_links .card_list {
        margin: 0 0;
        padding: 0;
    }

    .my_links .card_list li {
        width: 50%;
        margin-bottom: 4px;
        padding: 0 2px;
    }

    .my_links .card_list li a {
        height: 83px;
        padding: 0 20px;
    }

    .my_links .card_list li .icon {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .my_links .card_list li .title {
        font-size: 13px;
    }

    .my_links .card_list li .title:after {
        margin-top: -3px;
    }

    .my_section .btn_more {
        top: 2px;
        font-size: 13px;
    }

    .my_section + .my_section {
        margin-top: 30px;
    }

    .sports_icon .fal {
        margin-top: 3px !important;
        font-size: 20px !important;
    }

    .wating {
        margin-top: 20px;
        padding: 50px 20px;
    }

    .wating .icon {
        margin-bottom: 10px;
        font-size: 42px;
    }

    .wating h3 {
        font-size: 22px;
    }

    .wating .tit {
        margin-top: 20px;
        font-size: 13px;
        line-height: 18px;
    }

    .wating .info {
        margin-top: 2px;
    }

    .wating .info li {
        padding: 2px 0;
        font-size: 13px;
    }

    /* footer */
    #footer {
        overflow: hidden;
        display: none;
    }

    #footer .inner_wrap {
        padding: 0;
    }

    #footer .footer_sponsor {
        display: none;
        padding: 0 0 10px;
        height: 200px;
        background-position: 50% -34px;
    }

    #footer .footer_sponsor .img_col {
        float: left;
        width: 25%;
        padding: 5px 5px;
        text-align: center;
    }

    #footer .footer_sponsor .img_col img {
        width: 80px;
    }

    #footer .footer_bottom {
        overflow: hidden;
        padding: 15px 0 25px;
        border-top: none;
    }

    #footer .footer_bottom:before {
        content: '';
        position: absolute;
        pointer-events: none;
        width: 80%;
        height: 100%;
        border-radius: 50%;
        left: 0;
        right: 0;
        bottom: -100%;
        margin: 0 auto;
        box-shadow: 0 0 100px rgba(71, 165, 255, 0.3);
    }

    #footer .footer_bottom .footer_logo {

    }

    #footer .footer_bottom .footer_logo .logo {
        width: 85px;
        margin-top: 0;
    }

    #footer .footer_bottom .footer_logo img {
        width: 35px;
    }

    #footer .footer_bottom .copy {
        font-size: 12px;
        border: none;
    }

    #footer .quick-menu {
        bottom: 10px;
        right: 10px;
    }

    #footer .quick-menu .consultation {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        padding: 9px 0;
    }

    #footer .quick-menu .consultation .icon {
        width: 15px;
        margin: 0 auto 5px;
    }

    #footer .quick-menu .consultation p {
        font-size: 13px;
    }

    #footer .quick-menu .top {
        margin-top: 7px;
        color: #a0a0a0;
        font-size: 13px;
        font-weight: bold;
        padding-left: 15px;
    }

    .btn_top {
        display: none;
        right: 0;
        bottom: 0;
        opacity: .8;
        transform: scale(0.8);
    }

    .my_info {
        background: none;
        box-shadow: none;
    }

    .my_info_password {
        padding: 40px 30px;
    }

    .my_info .msg_box {
        padding: 0;
    }

    .my_info .msg_box .icon {
        margin-bottom: 0;
        font-size: 38px;
    }

    .my_info .msg_box .tit {
        padding: 0 20px;
        font-size: 14px;
        line-height: 21px;
    }

    .my_info .msg_box .desc {
        margin-top: 12px;
        font-size: 12px;
        line-height: 18px;
    }

    .my_info .msg_form .row {
        width: 100%;
    }

    .my_info .msg_form .sign_in {
        padding: 0;
        background: none;
    }

    .my_info .msg_form .sign_in .form-control {
        height: 36px;
    }

    .my_info .msg_form .sign_in .label {
        display: block;
        height: auto;
        margin-bottom: 5px;
        line-height: normal;
    }

    .my_info .msg_form .sign_in .label {
        width: 100%;
        margin: 0 0 2px 0;
        padding: 5px 5px;
        font-size: 13px;
        text-align: center;
    }

    .my_info .msg_form .sign_in .input_text {
        width: 100%;
    }

    .my_info .msg_form .btn_area {
        margin-top: 0;
        padding: 0 20px;
    }

    .board_btn_bottom {
        padding-top: 10px;
    }

    .btn_ui_area {
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 10px;
        padding-bottom: 0 !important;
    }

    .btn_ui_area form {
        display: flex;
        flex: 1;
    }

    .btn_ui_area .btn_ui,
    .btn_ui_area input {
        width: calc(50% - 4px);
        min-width: 0;
        margin: 2px 2px;
    }

    .btn_ui_area .btn_ui {
        flex: 1;
        min-width: 0;
        margin: 0 5px;
    }

    .money_charge {
        padding: 0;
    }

    .charge_section {
        padding: 10px 10px;
    }

    .charge_section + form .charge_section,
    .charge_section + .charge_section {
        margin-top: 5px;;
    }

    .charge_section .tit_area {
        margin-bottom: 10px;
        padding: 0;
    }

    .charge_section .tit_area .title {
        margin: 0;
        padding: 10px 0;
        font-size: 15px;
    }

    .charge_section  .cont_list {
        padding: 15px 15px;
    }

    .charge_section .dl_list {
        padding: 0;
    }

    .charge_section .dl_list dt,
    .charge_section .dl_list dd {
        margin: 2px 0;
    }

    .charge_section .dl_list dt {
        width: 21%;
        font-size: 12px;
        line-height: 20px;
    }

    .charge_section .dl_list dd {
        width: calc(100% - 25%);
        font-size: 12px;
        line-height: 20px;
    }

    .charge_section .txt_list {

    }

    .charge_section .txt_list > li {
        margin-top: 4px;
        padding-left: 9px;
        font-size: 13px;
        line-height: 22px;
    }

    .charge_section .board_form {

    }

    .charge_section .board_form dl {
        padding: 5px 0;
    }

    .charge_section .board_form dl + dl {

    }

    /* 에러 페이지 */
    .error_wrap {
        padding: 40px 10px 77px;
        margin: 0;
        text-align: center;
    }

    .error_wrap .logo {
        margin-bottom: 0;
    }

    .error_wrap .logo > img {
        width: 115px;
    }

    .error_wrap .error {
        padding: 0 20px;
    }

    .error_wrap .error .info {
        padding-top: 22px;
    }

    .error_wrap .error .info :after {
        top: 0;
        transform: scale(0.7);
    }

    .error_wrap .error .info .tit {
        font-size: 15px;
        line-height: 30px;
    }

    .error_wrap .error .info p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .error_wrap .error .btn_area {
        margin-top: 20px;
    }

    .transfer_main {
        padding: 200px 0 20px;
    }

    .transfer_main .transfer_img {
        width: 100%;
        max-width: 320px;
        top: 10px;
    }

    .casino-nav {
        display: block;
        max-width: 320px;
        margin-top: 2px;
        padding: 0;
    }

    .casino-nav li {
        position: relative;
        flex: 1;
    }

    .casino-nav li + li {
        margin-left: 0;
        margin-top: 5px;
    }

    .casino-nav li:first-child {
        margin-left: 0;
    }

    .casino-nav li a {
        height: 70px;
        padding-left: 70px;
    }

    .casino-nav li a .fal {
        left: 25px;
        top: 32px;
        font-size: 23px;
    }

    .casino-nav li a .tit {
        font-size: 17px;
    }

    .casino-nav li a .txt {
        margin-top: 0;
        font-size: 12px;
        line-height: normal;
    }

    .casino-nav li.on {

    }

    .casino-nav li.on .fal {

    }

    .casino-nav li.on a .tit, .casino-nav li.on a .txt {

    }

    .layer_popup_swiper {
        display: flex;
        padding: 20px 20px;
        align-items: center;
        justify-content: center;
    }

    .layer_popup_swiper .swiper-container {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 0;
        padding-bottom: 24px;
    }

    .layer_popup_swiper .swiper-container .swiper_top_btn {
        display: block;
        max-width: 320px;
        margin: 0 auto 5px;
        text-align: right;
    }

    .layer_popup_swiper .swiper-container .swiper_top_btn .btn_all_popup_mobile_close {

    }

    .layer_popup_swiper .swiper-wrapper {
        display: flex;
        align-items: unset;
        justify-content: center;
        max-width: 100%;
        margin: 0;
        flex-wrap: nowrap;
        justify-content: normal;
    }

    .layer_popup_swiper .swiper-slide {
        width: 100%;
        margin: auto 0;
        border: none;
        height: 100%;
    }

    .layer_popup_swiper .swiper-slide .btn_all_popup_pc_close {
        display: none !important;
    }

    .layer_popup_swiper .pop_wrapper {
        max-width: 320px;
        height: 438px;
        margin: auto auto;
    }

    .layer_popup_swiper .swiper-slide .popup-foot {
        margin-top: 0;
    }

    .layer_popup_swiper .swiper-slide .popup-foot .btn_close {

    }

    .layer_popup_swiper .swiper-slide .pop_content {
        height: 393px;
        min-height: 393px;
        padding: 0;
        flex: auto;
    }

    .layer_popup_swiper .swiper-slide .pop_content .pop_title {
        padding-bottom: 16px;
        font-size: 18px;
    }

    .layer_popup_swiper .swiper-slide .pop_content .pop_inner {
        padding: 0;
        font-size: 13px;
        line-height: 19px;
    }

    .layer_popup_swiper .swiper-slide .pop_content .pop_inner.pc {
        display: none;
    }

    .layer_popup_swiper .swiper-slide .pop_content .pop_inner.mobile {
        display: block;
    }

    .layer_popup_swiper .swiper-slide .pop_content .trade_status {
        width: 150px;
        height: 150px;
        font-size: 33px;
        line-height: 150px;
    }

    .layer_popup_swiper .swiper-slide .pop_content .btn_area {
        margin-top: 20px;
    }

    .layer_popup_swiper .swiper-pagination {
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .layer_popup_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
        background: #fff;
    }

    .layer_popup_swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: var(--highlight-bg-color);
    }

    .popup_wrapper {
        background-color: rgb(0, 0, 0, 0.85);
    }

    .popup_wrapper .popup_wrap .pop-header.login-title {
        display: none;
    }

    .popup_wrapper .popup_wrap .btn-close {
        width: 30px;
        height: 30px;
    }

    .popup_wrapper .popup_wrap .btn-close:before,
    .popup_wrapper .popup_wrap .btn-close:after {

    }

    .popup_wrapper .popup_wrap .pop-tabs {
        display: flex;
        border: none;
        padding: 0 20px;
    }

    .popup_wrapper .popup_wrap .pop-tabs a {
        flex: 1;
        height: 34px;
        line-height: 31px;
        font-size: 12px;
        color: #78727a;
        border: 1px solid #341d3b;
        border-radius: 0 !important;
    }

    .popup_wrapper .popup_wrap .pop-tabs a.on {
        border-color: var(--highlight-color);
    }

    .popup_wrapper .popup_wrap .pop-content {
        padding: 15px 15px;
        overflow: visible;
        max-height: 100%;
    }

    .popup_wrapper .popup_wrap .pop-content .sub_content {
        padding: 0;
    }

    .popup_wrapper .popup_wrap .casino_intro {
        margin: 0 -5px;
    }

    .popup_wrapper .popup_wrap {
        width: 100% !important;
        max-width: 100%;
        height: auto;
        flex: 1;
    }

    .popup_wrapper .popup_wrap.pt-0 {
        padding-top: 0;
    }

    .popup_wrapper .popup_wrap .close_box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 10px 0;
        z-index: 100;
    }

    .popup_wrapper .popup_wrap .close_box a {
        display: block;
    }

    .popup_wrapper .popup_wrap .close_box img {
        width: 40px;
    }

    .popup_wrapper .popup_wrap .popupbox {
        padding: 0;
        background-size: cover;
        min-height: 100%;
        border-radius: 0;
        box-shadow: none;
        padding-top: 56px;
    }

    .popup_wrapper .popup_wrap .popupbox .btn_wrap_center {
        display: none;
    }

    .popup_wrapper .popup_wrap .popupbox .title1 {
        padding: 0;
        font-size: 24px;
        margin: 0;
        background: url(/img/theme/a26/common/bg_gnb.jpg) 50% top no-repeat;
        background-size: cover;
        width: 100%;
        height: 56px;
        line-height: 56px;
        text-align: center;
    }

    .popup_wrapper.popup_login .popup_content,
    .popup_wrapper.popup_join .popup_content {
        position: relative;
        padding: 15px 15px;
        flex-direction: column;
        min-height: 0;
        height: auto;
    }

    .popup_wrapper.popup_login .popup_wrap {
        margin: 0 auto;
        margin-top: 50px;
        max-width: 330px;
        height: 354px;
        max-width: 313px !important;
    }

    .popup_wrapper.popup_login .popup_wrap .pop-content {
        position: relative;
        height: auto;
        padding: 0;
    }

    .popup_wrapper.popup_login .popup_wrap .pop-content:after {
        display: none;
    }

    .signup_ly {
        padding-bottom: 0;
    }

    .signup_ly .board_form dl {
        border-bottom: none;
    }

    .signup_ly .board_form dl + dl {
        margin-top: 10px;
    }

    .signup_ly .board_form dl dd {

    }

    .signup_ly .board_form dl dd .hint {
        font-size: 12px;
        padding-left: 0;
    }

    .signup_ly .board_form dl dd .input_text {
        height: 34px;
        flex: 1;
    }

    .signup_ly .board_form {
        padding-top: 0;
        padding: 0;
    }

    .signup_ly .board_form dl dt label {
        margin-bottom: 4px;
        font-size: 13px;
    }

    .signup_ly .btn_ui_area {
        margin-top: 15px;
        padding: 18px 0;
        justify-content: center;
    }

    .signup_ly .btn_ui_area .btn_ui {
        height: 41px;
        border-radius: 5px;
        margin: 0;
    }

    .signup_ly .btn_ui_area .btn_ui span {
        height: 38px;
        font-size: 13px;
        line-height: 38px;
    }

    .loginbox-wrap {
        height: auto;
        margin: 0 auto;
        padding: 30px;
    }

    .loginbox-wrap .login-logo,
    .signup_ly .login-logo {
        display: block;
        margin: 0;
    }

    .signup_ly .login-logo {
        margin-bottom: 6px;
    }

    .loginbox-wrap .login-logo img,
    .signup_ly .login-logo img {
        width: 106px;
    }

    .loginbox-wrap h2 {
        display: none;
    }

    .loginbox-wrap h5 {
        margin: 0;
        padding: 0 0 15px;
        line-height: normal;
        font-size: 18px;
        text-align: center;
        color: #e5ac3f;
    }

    .loginbox-wrap .login-table {
        width: 100%;
    }

    .loginbox-wrap .login-table td {
        padding: 0 0 10px;
    }

    .loginbox-wrap .id-box,
    .loginbox-wrap .pw-box {
        position: relative;
        display: block;
        width: 100%;
        height: 40px;
        padding: 10px 10px;
        border-radius: 0;
        font-size: 14px;
    }

    .loginbox-wrap .pw-box {

    }

    .loginbox-wrap .login-guide {
        padding: 20px 0 0;
        font-size: 16px;
        text-align: center;
        color: #fff;
    }

    .loginbox-wrap .login-guide a {
        color: #e5ac3f;
        font-weight: bold;
    }

    .loginbox-wrap .btn_login,
    .loginbox-wrap .btn_join {
        display: inline-block;
        max-width: 282px;
        min-width: 0;
        font-size: 15px;
        height: 45px;
        font-weight: bold;
        line-height: 48px;
        border-radius: 9px;
    }

    .loginbox-wrap .btn_login {
        margin-top: 0;
    }

    .loginbox-wrap .btn_join {
        margin-top: 10px;
    }

    .wating_box {
        padding: 100px 0;
    }

    .wating_box:before {
        margin: 0 auto 20px;
    }

    .wating_box .tit {
        font-size: 14px;
    }

    .wating_box .icon {
        margin-bottom: 10px;
    }

    .wating_box .text {
        margin-top: 4px;
        font-size: 12px;
        line-height: 18px;
    }

    .wating_box .btn_box {
        margin-top: 20px;
    }

    .wating_box .btn_box button {
        min-width: 150px;
    }
}
