.main-visual {
    width: 100%
}

.slide img {
    width: 100%;
}

.slick-slider {
    margin-bottom: 0px !important;
}

.slick-dots {
    bottom: 10px !important;
}

.slick-dots li button:before {
    color: #00ffff !important;
    border: solid 2px #fff;
    border-radius: 100px;
}

.banner-btomm {
    padding-bottom: 80px;
    text-align: center;
}

.banner-btomm img {
    display: block;
    margin: 5px auto;
    width: 300px;
}

.slick-next {
    right: 10px !important;
    background-size: contain;
    z-index: 2
}

.slick-prev {
    left: 10px !important;
    background-size: contain;
    z-index: 2
}

.slick-next:before, .slick-prev:before {
    font-size: 30px;
    color: #00ffff;
}

.slick-next, .slick-prev {

    width: 30px;
    height: 30px;
}


#close-slot-game {
    position: fixed;
    font-size: 40px;
    float: right;
}

#close-slot-game i {
    width: 100%;
    display: block;
    text-align: right;
    color: #fff;
}

#slot-game {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998
}

#slot-game .slot-game-layer {
    width: 90%;
    position: fixed;
    left: 50%;
    top: 80px;
    bottom: 80px;
    overflow: hidden;
    overflow-y: auto !important;
    margin-left: -45%;
    z-index: 9990;
    background: #111;
    border: solid 10px #444;
    box-sizing: border-box;
}

.slot-game-layer::-webkit-scrollbar {
    width: 10px;
}

.slot-game-layer::-webkit-scrollbar-thumb {
    background-color: #ffcc00;
    border-radius: 10px;
}

.slot-game-layer::-webkit-scrollbar-track {
    background-color: #444;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

#slot-game-list {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

#slot-game-list:after {
    content: "";
    display: block;
    clear: both;
}

#slot-game-list li {
    width: 49%;
    margin: 0.5%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

#slot-game-list li img {
    width: 100%;
    height: 135px;
}

#slot-game-list li span {
    background: #252525;
    display: block;
    height: 25px;
    line-height: 25px;
    color: #fff;
}

.item_list .game_item {
    cursor: pointer
}

.game_thumb {
    background-size: cover;
    padding-top: 100%;
}

.toggle_inner {
    display: flex;
    height: 50px;
    margin: 5px;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .9))
}

.toggle_inner > button {
    position: relative;
    flex: 1;
    margin: 0 3px;
    border-radius: 10px;
    background: #333;
    transition: var(--trans);
    overflow: hidden;
    font-weight: 700;
    font-size: 15px;
    padding: 0 10px;

    color: #ccc;
    display: flex;
    align-items: center;
    width: 100%;

    border-radius: 10px;
    background: #212121;

    font-family: 'EsaManru';
    font-weight: 500;

    color: #676767;
    text-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);

}

.toggle_inner > button i {
    vertical-align: middle;
    font-size: 18px;
}

.toggle_inner > button img {
    display: inline-block;
    margin: 0 0 0 auto;
    filter: grayscale(100%) brightness(0.4);
    transition: all 0.5s;
    width: 32px;
}

.toggle_inner > button.active, .toggle_inner > button:hover {
    background: linear-gradient(to right, #00ffff 0%, #5000bc 100%);
    color: #ffffff;
}

.toggle_inner > button.active img {
    filter: grayscale(0%) brightness(1);
}

.toggle_inner > .button_casino {
    padding: 0 0 0 60px;
}

.toggle_inner > .button_slot {
    padding: 0 60px 0 0;
}

.toggle_inner > .button_casino:after {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    width: 150px;
    height: 150px;
    background: url(../img/banner_casino.4f3c669d.svg) no-repeat 50%;
    background-size: 150px 150px;
    opacity: .2
}

.toggle_inner > .button_casino.active:after, .toggle_inner > .button_casino:hover:after {
    -webkit-animation: flip_banner 3s ease infinite;
    animation: flip_banner 3s ease infinite;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.toggle_inner > .button_slot:after {
    content: "";
    position: absolute;
    right: 0;
    top: -25px;
    width: 150px;
    height: 150px;
    background: url(../img/banner_slot.7e82a499.svg) no-repeat 50%;
    background-size: 150px 150px;
    opacity: .15
}

.toggle_inner > .button_slot.active:after, .toggle_inner > .button_slot:hover:after {
    -webkit-animation: flip_banner 3s ease infinite;
    animation: flip_banner 3s ease infinite;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@-webkit-keyframes flip_banner {
    0% {
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip_banner {
    0% {
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.toggle_content {
    margin: 0px 0 0 0
}

.toggle_content .toggle_section {
    position: relative;
    display: none;
    margin: 0 0 var(--gap) 0;
}

.toggle_content .toggle_section.active {
    display: block
}

.item_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin: calc(0px - var(--gap)) 0 0 calc(0px - var(--gap))
}

.item_list > a {
    position: relative;
    display: block;
    transition: var(--trans)
}

.item_list .game_item {
    width: calc(20% - var(--gap));
    padding: 5px;
    margin: var(--gap) 0 0 var(--gap);
    background: linear-gradient(0deg, #24262b 0, #3a3c43 99.5%, #686b77);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .3)
}

.item_list .game_item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: var(--trans);
    opacity: 0;
    z-index: -1
}

.item_list .game_item .game_box {
    height: 100%;
    border: 1px solid #111;
    background: #191a1d
}

.item_list .game_item .game_box .game_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 102%;
    z-index: 1
}

.item_list .game_item .game_box .game_thumb:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 6px 12px 0 rgba(0, 0, 0, .75)
}

.item_list .game_item .game_box .game_thumb .thumb_cover, .item_list .game_item .game_box .game_thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--trans)
}

.item_list .game_item .game_box .game_thumb .thumb_cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    z-index: 5
}

.item_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
}

.item_list .game_item .game_box .game_info {
    height: 62px;
    line-height: 1.4;
    padding: 10px 0;
    text-align: center;
    transition: var(--trans)
}

.item_list .game_item .game_box .game_info h3 {
    color: #eee;
    font-size: 18px;
    font-weight: 500
}

.item_list .game_item .game_box .game_info h4 {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0
}

.item_list .game_item .game_box .game_info .btn_start {
    display: block;
    width: calc(100% - 20px);
    margin: 10px 10px 0 10px;
    padding: 8px 0;
    background: #d30cd4;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transform: scale(0);
    transition: var(--trans)
}

.item_list .game_item:hover {
    margin-top: calc(0px - var(--gap));
    margin-bottom: calc(0px - var(--gap) * 2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .9);
    z-index: 3
}

.item_list .game_item:hover:after {
    background: linear-gradient(to bottom, #ffffff 1%, #ffc14b 85%, #94560b 100%);
    opacity: 1
}

.item_list .game_item:hover .game_thumb > img {
    transform: scale(1.2)
}

.item_list .game_item:hover .game_thumb .thumb_cover {
    opacity: 1
}

.item_list .game_item:hover .game_thumb .icon_play {
    -webkit-animation: icon_play .4s ease-in-out infinite alternate;
    animation: icon_play .4s ease-in-out infinite alternate;
    z-index: -1
}

.item_list .game_item:hover .game_info {
    height: 114px
}

.item_list .game_item:hover .game_info h3 {
    color: #edd415
}

.item_list .game_item:hover .game_info h4 {
    color: #ccc
}

.item_list .game_item:hover .game_info .btn_start {
    opacity: 1;
    transform: scale(1)
}

.item_list .game_item.off:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2
}

@-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)
    }
}

.real_list {
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
    grid-gap: 10px;
    padding: 11px;
    padding: 11px;
}

.real_list a {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 300ms;
    z-index: 10;
    display: block;
}

.real_list .game_title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%;
    transition: all 500ms;
    opacity: 0;
    display: none
}

.real_list img {
    width: 100%;
    overflow: hidden;
    display: block;
    transition: all 500ms;
}

.real_list a:hover {
    -webkit-animation: game_list 0.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: game_list 0.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@keyframes game_list {
    from {
        -webkit-transform: translateX(0px) rotateY(0deg) skew(0deg, 0deg);
        transform: translateX(0px) rotateY(0deg) skew(0deg, 0deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        filter: brightness(1);
    }
    5% {
        -webkit-transform: translateX(0px) rotateY(2deg) skew(3deg, 0deg);
        transform: translateX(0px) rotateY(2deg) skew(3deg, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        filter: brightness(1.2);
    }
}

@font-face {
    font-family: 'KBO-Dia-Gothic_bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/KBO-Dia-Gothic_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.topbtn-arr {
    display: block;
    padding: 0px 10px;
    text-align: center;
}

.topbtn-arr button, .topbtn-arr a {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    width: 31.7%;
    margin: 0.5%;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    background: linear-gradient(#00ffff 0%, #007eff 100%);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
    text-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);


    color: #ffffff;
    vertical-align: middle;
}

.topbtn-arr a {
    background: linear-gradient(#7c7c7c 0%, #353535 100%);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
    text-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}


.topbtn-arr button:hover {
    background: linear-gradient(-45deg, #00ffff 0%, #007eff 100%);
}

.topbtn-arr a:hover {
    background: linear-gradient(-45deg, #7c7c7c 0%, #353535 100%);
}


.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    top: 0;
    left: 0;
    display: none;
    z-index: 99999
}


.modal_content {


    position: absolute;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #1f1f1f;
    width: 320px;
    overflow: visible;
    background: linear-gradient(#3a3a3a 0%, #2a2a2a 100%);
    border-radius: 10px;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
}

.logingirl {
    position: absolute;
    left: 0;
    bottom: 0;
}

.lg_frm_arr .frm-logo {
    display: block;
    width: 200px;
    margin: 10px auto;

}

@keyframes effect_login_logo {
    0% {
        background-position: 0rem;
    }
    100% {
        background-position: 50rem;
    }
}

.lg_frm_arr h4 {
    font-size: 0;

    border-bottom: solid 2px #444;

}

#userid, #passwd {
    height: 46px;
    text-align: center;
    background: #222;
    border: 1px solid #444;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    outline: none;
    font-size: 14px;
    border-radius: 10px;
    transition: 0.2s;
}

#userid:focus, #passwd:focus {
    border: solid 1px #00ffff;
}

#login-btn, #join-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    background: #00ffff;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
    text-align: center;

    border: 1px solid #000;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
    text-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}

#login-btn {
    background: linear-gradient(#00ffff 0%, #007eff 100%);
    margin-top: 20px;
}

#join-btn {
    background: linear-gradient(#7c7c7c 0%, #353535 100%);
}

#login-btn:hover, #join-btn:hover {
    filter: brightness(1.3)
}

.modal-close {
    position: absolute;
    font-size: 40px;
    right: 10px;
    top: 10px;
    color: #666;
    z-index: 9;
    transform: rotate(0deg);
    transition: 0.5s;
}

.modal-close:hover {
    color: #f9df8f;
    transform: rotate(360deg);
}

.inloforma {
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}


@font-face {
    font-family: 'EsaManru';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruLight.eot?#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruLight.woff2') format('woff2'), url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruLight.woff') format('woff'), url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruLight.ttf') format("truetype");
}

@font-face {
    font-family: 'EsaManru';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruMedium.eot?#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruMedium.woff2') format('woff2'), url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruMedium.woff') format('woff'), url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruMedium.ttf') format("truetype");
}

@font-face {
    font-family: 'EsaManru';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruBold.eot?#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruBold.woff2') format('woff2'), url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruBold.woff') format('woff'), url('https://cdn.jsdelivr.net/gh/webfontworld/gonggames/EsaManruBold.ttf') format("truetype");
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #000;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

body {
    padding: 0;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    font-family: EsaManru;
}

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    font-family: EsaManru;
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0 none
}

dl, ul, ol, menu, li {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

input, select, textarea, button {
    vertical-align: middle
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

body, th, td, input, select, textarea, button {
    font-size: 12px;
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none
}

a:active, a:hover {
    text-decoration: none;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal
}

.clear {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

a {
    transition: 0.2s;
}

.main {
    padding-top: 80px;
    padding-bottom: 100px;
}

.sub_content_arr {
    min-height: 500px;
    position: relative;
    padding-bottom: 20px;
    padding: 15px 10px 0 10px;

}

.hader_arr {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;

    border-bottom: 1px solid #000;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
    background: linear-gradient(#000, #000);
    border-bottom: 1px solid #00ffff;
}

.site-logo {
    width: 90px !important;
    margin-top: 3px;
    z-index: 9999;
}

.left-menu {
    margin: 0;
    padding: 0;
}

.left-menu li {
    width: 50%;
    float: left;
    list-style: none;
}

.left-menu li a {
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 1px;
    background: #000008;
    display: block;
    text-align: center;
}

.member_info {
    margin: 0;
    padding: 0;
}

.member_info li {
    width: 100%;
    list-style: none;
}

.member_info li a {
    font-weight: bold;
    padding: 10px 0;
    font-size: 14px;
    margin: 1px;
    display: block;
    text-align: center;
}

.member_info i {
    font-size: 40px;
    display: block;
    margin-bottom: 5px;
}

.navbar-header {
    float: none !important;
}

.navbar-header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.navbar-header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: 9990;
    max-width: 300px;
    overflow: auto;


    background: #111;
    box-sizing: border-box;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
    transition: all 0.3s cubic-bezier(0.35, 0.38, 0.07, 0.83);
}

.sidebar #main-menu {
    height: 100%;
    overflow: auto;
}

.sidebar .close .btn-close {
    float: right;
    box-shadow: none;
}

.sidebar .close::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden
}

.sidebar.right {
    left: initial;
    right: 0;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.6);
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
}

.sidebar.right .close .btn-close {
    float: left
}

.sidebar.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.sidebar .content {
    padding: 10px
}

.sidebar .content {
    line-height: 1.5;
    font-size: 0.875em
}

.sidebar .content ul, .sidebar .content ol {
    margin: 20px 0 20px 20px
}

/*# sourceMappingURL=../../images/mobile/sidebar.css.map */
body > .navbar {
    -webkit-transition: background-color 300ms ease-in;
    transition: background-color 300ms ease-in;
    height: 56px;
}

.nav > li > a {
    padding-left: 11px !important;
    padding-right: 18px !important;
}

.left-togle {

    z-index: 9;
    position: absolute !important;
    top: 15px;
    left: 15px;
    font-size: 20px;
    color: #fff;
    height: 50px;
    width: 50px;
    background: #000 url(../../images/mobile/images/icon-list.png?1213) center center no-repeat;
    background-size: 30px 30px;

}


.right-togle {
    display: none;
    z-index: 9;
    position: absolute !important;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #fff;
    height: 30px;
    width: 30px;
    background: url(../../images/mobile/images/icon-user.png?444) center center no-repeat;
    background-size: 20px 20px;

}

.top-togle {
    display: none;
    z-index: 9;
    position: absolute !important;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #fff;
    height: 50px;
    width: 50px;
    background: url(../../images/mobile/images/icon-list.png?444) center center no-repeat;
    background-size: 30px 30px;


}

#sidebar-close {


    text-align: right;
    height: 40px;


    font-size: 20px;

    font-weight: bold;
    display: block;
    color: #fff;
    text-align: center;


}

#sidebar-close i {
    position: absolute;
    top: 6px;
    right: 15px;
    color: #00ffff;
    font-size: 24px;
}

.sidebar #sidebar-close {
    opacity: 0;
    transition: 0.5s;
}

.sidebar.active #sidebar-close {
    opacity: 1;
    transition: 0.5s;
}

.navbar-brand {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: left;

    font-size: 25px;
    color: #ffc527;
    font-family: EsaManru;

    height: 43px;
    width: 200px;
    text-align: center;


}

.navbar-brand > img {
    display: inline;
    width: 120px;
    margin: 0px auto 0 auto;

}

.top-bottom-info:after {
    content: "";
    display: block;
    clear: both;
}

.top-bottom-info01:after {
    content: "";
    display: block;
    clear: both;
}

.top-bottom-info {
    position: absolute;
    left: 0;
    top: 3px;
    right: 60px;
}

.top-bottom-info li:first-child {
    float: left;
}

.top-bottom-info li {
    float: right;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin: 0 2%;
}

.top-bottom-info li a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.top-bottom-info i {
    color: #fff;
}


.top-bottom-info01 {

    background: #111;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.top-bottom-info01 li:first-child {
    float: right;
}

.top-bottom-info01 li {
    float: left;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin: 0 2%;
}

.top-bottom-info01 li a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.top-bottom-info01 i {
    color: #fff;
}


.footer-menu {
    margin: 0px auto;
    height: 50px;
    width: 240px;
    padding: 20px 20px 5px 20px;
}

.footer-menu li {
    float: left;
    text-align: center;
}

.footer-menu li a {
    width: 96px;
    padding: 0;
    display: block;
    margin: 2px;
}

footer p {
    text-align: center;
    padding: 20px 0;
    display: block;
    font-family: EsaManru;
    color: #ccc;
}

footer p a {
    color: #6cdbff;
}

h2 {
    border-bottom: solid 2px #444;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    color: #4396f8;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-family: EsaManru !important;
    padding-left: 5px;
    background: rgba(20, 20, 20, 0.6);


    display: block;

    background: linear-gradient(135deg, #fffce8 0%, transparent 25%, transparent 50%, #fffce8 55%, #fffce8 70%, transparent 75%, transparent), #00ffff;
    background-size: 20rem 20rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: main_nav_item_effect 2s linear infinite;
}

h2 small {
    color: #999;
}

#banner {
    min-height: 300px;
    border-bottom: none
}

#divMenu {
    z-index: 90;
    top: 0px;
    right: 0px;
    visibility: visible;
    width: 100%;
    margin-top: 0px;
    position: relative;
}

/*카트*/
.cart-top-btn {
    height: 50px;
    position: relative;
    background: #353535;
    border: 1px solid #353535;
}

.cart-top-btn a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #ffc527;
    font-weight: bold;
    margin-left: 10px;
    font-family: EsaManru !important;

}

.cart-top-btn ul {
    color: #fff;
    position: absolute;
    left: 110px;
    top: 17px;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.cart-top-btn #divd {
    width: 40px !important;
    background: none !important;
    box-shadow: none !important;
    font-weight: bold;
    float: none;
    text-shadow: 0 1px 0 #000;
    color: #fff;
}

.cart-top-btn #cart_count {
    width: 40px !important;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    color: #ff0000;
}

.control-box {
    position: absolute;
    right: 10px;
    top: 10px;
}

.moving_control01 {
    position: absolute;
    color: #fff;
    right: 20px;
    top: 15px;
    font-size: 14px;
}

.cart-content {
    transition: 0.2s;
    overflow: hidden;
    position: relative;
    background: #333;
    margin: 0;
}

.cart-content h4 {
    margin-top: 0px !important;
    color: #fff;
    font-size: 16px;
    text-align: left;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    margin-left: 0px;
    background: #444;
    border-bottom: solid 1px #666;
}

.cart-content h4 > small {
    color: #fff;
}

.cont_middle {
    padding: 0;
    margin: 0;
    border: 1px solid #222;
    padding: 0px 0;
    background: #222;
    margin: 5px;
}

.cont_middle ul {
    margin: 0 auto;
}

.cont_middle ul:after {
    content: "";
    display: block;
    clear: both;
}

.cont_middle ul li input {
    padding: 0px 10px;
    line-height: 20px !important;
    height: 20px !important;
    vertical-align: middle;
    margin-top: 8px;
}

.cont_middle ul li {
    color: #333;
    font-size: 11px;
    position: relative;
    height: 35px;
    line-height: 35px;
    padding: 0 2%;
    border-bottom: solid 1px #444;
    width: 50%;
    float: left;
}

.cont_middle ul li:first-child {
    border-top: none;
}

.cont_middle ul li:last-child {
    border: none;
    width: 100%;
}

.cont_middle span {
    font-size: 12px !important;
    color: #fff;
    font-weight: bold;
    font-family: EsaManru;
}

.cont_middle #divd {
    width: 50% !important;
    font-size: 14px;
    background: none !important;
    box-shadow: none !important;
    font-weight: bold;
    float: right;
    color: #ffc527;
}

#max_price {
    float: right;
    color: #ffc527;
}

.money_view {
    float: right;
    font-family: EsaManru !important;
}

.money_view01 {
    color: #ff0000;
    float: right;
    font-family: EsaManru !important;
}

.intro_1 {
    color: #333;
    font-family: EsaManru !important;
    font-size: 14px;
}

#price {
    border-radius: 5px;
    box-shadow: none;
    float: right;
    text-shadow: none;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    color: #FF0000;
    border: 1px solid #ccc;
    background-color: #eee !important;

}

#eprice {
    width: 55% !important;
    font-size: 14px;
    color: #ffc527;
    background: none;
    border: none;
    float: right;
    font-weight: bold;
    background: none !important;
    box-shadow: none !important;
}

.betting_btn_zone {
    text-align: center;
    margin-top: 5px;
}

.betting_btn_zone img {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.74);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.74);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.74);
}

.betting_btn_zone a:hover {
    opacity: 0.8;
}

.control-box {
    display: block;
    position: absolute;
    top: 15px;
    right: 5px;
}

.control-box ul {
    display: block;
    padding-bottom: 10px;
}

.control-box li {
    display: block;
    height: 30px;
    vertical-align: middle;
    float: right;
    color: #000;
    margin-right: 5px;
    letter-spacing: -1px;
    color: #222;
}

.control-box li label {
    color: #fff;
}

* + html .control-box li {
    display: inline;
}

.control-box li input {
    position: relative;
    top: 0px;
    margin: 0 4px 0 0;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.c-delete {
    margin: 6px 0;
}

.bt-middle {
    padding-bottom: 4px;
}

.bt-middle p span {
    display: inline-block;
    width: 100px;
}

.bt-content {
    padding: 5px 0px 3px 0;
    display: none;
    background: #555;
    margin-top: -3px;
}

.bt-content p {
    padding: 2px 0;
    margin: 0;
}

.bt-list {
    position: relative;
    display: block;
    padding: 2px;
    font-family: EsaManru;
    margin: 3px 3px;
    border: solid 1px #333;
    background: #111;
    border-radius: 4px;
}

.bt-list .fa {
    font-size: 16px;
    color: #ff0000;
}

#home_name {
    margin-bottom: 1px;
    margin-top: 1px;
}

.bt-list p {
    color: #fff;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    letter-spacing: -1px;
    margin-top: -2px;
    padding: 0 0 0 10px;
}

.bt-list .win {
    color: #ff0000;
    font-weight: bold;
}

.bt-list .date {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 12px;
    color: #ff0000;
}

.bt-list .date img {
    position: relative;
    top: 2px;
}

.bt-bottom p strong {
    color: #0C67DB;
}

.bt-bottom p strong.gray {
    color: #555;
}

.btn_price_zone {
    text-align: center;
    background: none;
    position: relative;
    text-align: center;
    margin: 0 auto;
    clear: both;
    background: #222;

    border-radius: 0 0 5px 5px;

    padding: 2%;
}

.btn_price_zone:after {
    content: "";
    display: block;
    clear: both;
}

.btn_price_zone button, .btn_price_zone span {
    float: left;

    cursor: pointer;
    width: 24%;
    margin: 0.5%;

    font-family: EsaManru !important;
    font-size: 11px;
    display: inline;

    border-radius: 5px;
    font-weight: 600;
    height: 30px;
    line-height: 28px;
    padding: 0;
    background-color: #e5e8ef;
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.3), inset -2px -2px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #232632;
    border: 1px solid #1d1e20;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;


}

#btnBett {

    font-weight: bold;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 37px;
    margin: 2% 0 !important;

    border-radius: 5px;
    color: #fff;

    border: 1px solid #000;
    background: linear-gradient(#00ffff 0%, #007eff 100%);
    text-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);

}

#btnBett:hover {
    opacity: 0.7;
}

#animate {
    position: absolute;
    right: 18px;
    top: 2px;
}

#btnDel {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    margin-left: 5px;
    font-size: 16px;
}

#btnDel:hover {
    opacity: 0.8;
}

.betting_lock p {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    margin: 0;
}

.betting_lock .fa {
    margin: 0 auto;
    font-size: 120px;
    color: #ffcb00;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999;
    margin-left: -39px;
    margin-top: -60px;
}

.game_zone .btn-zone-arr a {
    box-sizing: border-box;
    padding: 10px;
    width: 48%;
    margin: 0.5% 1%;
    cursor: pointer;
    display: block;
    color: #fff !important;
    font-weight: bold !important;
    position: relative;
    text-align: center;

    border: solid 1px #000;
    text-shadow: 0 0px 2px #000;
    transition: none !important;

    background: linear-gradient(#313131, #1b1b1b);
    border: 2px solid #4b4b4b;
}

.game_zone .btn-zone-arr a:hover {
    background: linear-gradient(#1b1b1b, #313131);
}

.game_zone .btn-zone-arr .select {
    background: linear-gradient(#ab8036, #72521a) !important;
    border: 2px solid #fff;
}

.game_zone .btn-zone-arr .select font {
    color: #fff !important;
}

.game_zone .btn-zone-arr a center {

    width: 100%;
    height: 40px;

    text-align: center;
    border-radius: 100px;

    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.game_zone .btn-zone-arr a center img {
    display: none !important;
}

.game_zone #team_name {
    font-weight: bold;
    font-size: 0;
}

.game_zone #team_name font {
    font-size: 18px;
    line-height: 0px;
    display: block;


    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
}

.game_zone a .divd {
    font-size: 14px !important;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center;

}

.text-orange {
    color: #ff7815 !important;
}

.text-blue {
    color: #0080ff !important;
}

.text-red {
    color: #ff1515 !important;
}

.text-green {
    color: #0a9702 !important;
}

.float_left {
    float: left;
}

.float_center {
    float: left;
}

.float_right {
    float: right;
}

.float_left {
    background: #207ce5;
}

.float_right {
    background: #ff3019;
}

.game_zone h3 {
    background: rgba(100, 100, 100, 0.3);
    border-radius: 5px;
    line-height: 30px;
    height: 30px;
    margin: 10px 0;
    display: block;
    text-align: center;
    color: #ffcc00;
    font-size: 14px;
}

.game_time {
    text-align: center;
    font-family: EsaManru;
    background: #222;
    border: solid 1px #222;
    padding: 10px;
    vertical-align: text-top;

    margin: 5px 0;
}

.game_time h4 {
    color: #ffc527;
    font-size: 12px;
    display: block;
    margin: 0;
    display: inline-block;
}

.game_time em {
    font-style: normal;
    color: #fff;
    display: block;
    display: inline-block;
}

.game_time p {
    color: #ffc527;
    font-size: 18px;
    font-family: EsaManru;
    display: block;
    margin: 0;
    display: inline-block;
}

#game_end_time {
    display: none;
}

.btn-zone-arr {
    text-align: center;
    margin-top: 5px;
    padding: 5px;

    margin-bottom: 5px;
    vertical-align: text-top;
    background: #222;
    border: solid 1px #222;
    position: relative;
}

.game_zone .btn-zone-arr a .divd {
    color: #fff;
}

table {
    width: 100%;
}

.table-bet-th {
    width: 100%;
}

.topth th {
    height: 35px;
    font-weight: 300px;
    font-family: EsaManru;


    color: #fff;

    background: #333;
    border-top: solid 2px #666;
    border-bottom: solid 1px #000;
}


.result_menu {
    padding: 0px 0;
    display: block;

    background: none !important;
}

.result_menu:after {
    content: "";
    display: block;
    clear: both;
}

.result_menu li {
    float: left;
    display: inline-block;
    width: 32.33%;
    margin: 0.5%;

}

.result_menu li span {
    color: #333 !important;
    padding: 0 5px 0 10px;
    display: inline-block;
}

.result_menu li a {
    font-family: EsaManru;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: block;

    font-size: 12px;
    display: inline-block;

    margin: 0 1px;
    color: #000;
    background: #00ffff;
    border-radius: 5px;
    box-shadow: inset 2px 2px 3px rgb(255 255 255 / 30%), inset -2px -2px 3px rgb(0 0 0 / 20%);
}

.bt_status {
    display: inline-block;
    margin: 5px;
}

.bt_stime {
    display: inline-block;
    margin: 5px;
    color: #ccc;
}

.table_top_bg .bt_stime {
    display: inline-block;
    margin: 5px;
    color: #eee;
}

.betting-pan {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    padding: 5px;
    border: solid 1px #333;
}

.table_top_bg td {
    background: #333 !important;
    color: #fff;
}

.betting-pan .league {
    color: #fff;
}

.betting-pan .leagueT {
    color: #fff;
}


.table_layout {
    margin: 5px 0;
}

.result-table {
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
    background: #222;
    border: solid 1px #444;
}

.result-table td {
    border-collapse: collapse;
}

.result-table table td {
    border: none !important;
}

.betting-result .result {
    float: right;
    margin: 5px;
}

.bt_status_arr {
    float: right;
}

.rs {
    text-align: right;
}

.odd0022 {
    float: right;
    margin: 5px;
}

.bet-result-003 {
    font-size: 70%;
    height: 20px;
}

.bet-result-003 span {
    display: block;
    height: 20px;
    line-height: 20px;
}

.bet-result-003 .title {
    background: #333;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
}

.bet-result-003 .real_win_money {
    color: #FF2629;
    text-align: right;
}

.noSelected {
    font-family: EsaManru;
    font-weight: bold;
    vertical-align: middle;
    font-family: EsaManru;
    color: #fff !important;
    height: 35px;
    padding: 0 3px;
    font-weight: bold;

    font-weight: bold;


    border-radius: 5px;
    border: solid 1px #000 !important;

    cursor: pointer;
    transition: .5s;
    background: linear-gradient(to top, #222, #373737);
    box-shadow: inset 1px 1px rgb(255 255 255 / 20%);
    border-radius: 5px;
    font-family: EsaManru !important;

}

.noSelected table {
    width: 100%;
    background: none !important;
}

.noSelected table td {
    color: #fff !important;
    border: none;
    font-size: 11px;
    background: #2121;
}

.noSelected span {
    color: #fff !important;
    font-size: 11px;
}

.Selected {
    padding: 0 3px;
    font-weight: bold;
    font-family: EsaManru;
    vertical-align: middle;
    color: #000;
    text-shadow: none;
    font-weight: bold;
    font-size: 11px;
    border-radius: 5px;
    border: solid 1px #000 !important;
    box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.3);
    background: #fbb726;
    font-family: EsaManru !important;
}

.Selected table td {
    color: #000 !important;
    font-size: 11px;
    text-shadow: none;


}

.Selected span {
    font-weight: bold;
    color: #000 !important;
    border-radius: 50px;
    font-size: 11px;
    text-shadow: none;
}

.tie_selected {
    padding: 0 3px;
    font-weight: bold;
    font-family: EsaManru;
    vertical-align: middle;
    color: #000;
    text-shadow: none;
    font-weight: bold;
    font-size: 11px;
    border-radius: 5px;
    border: solid 1px #11161e !important;
    box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.3);
    background: #fbb726;
    font-family: EsaManru !important;

}

.Selected2 {
    padding: 0 3px;

    font-weight: bold;
    font-family: EsaManru;
    height: 25px;
    vertical-align: middle;
    color: #000;
    text-shadow: none;
    font-weight: bold;
    text-shadow: none;
    border-radius: 5px;
    border: solid 1px #11161e !important;
    box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.3);
    background: #fbb726;
    font-family: EsaManru !important;
}

.Selected2 table {
    margin: 0 auto;
}

.Selected2 table td {
    color: #000 !important;
    text-shadow: none;
    border: none;
    font-size: 11px;
}

.Selected2 span {
    color: #000 !important;
    text-shadow: none;
    border-radius: 50px;
    font-size: 11px;
}

.trEndGame3 {
    opacity: 0.5;
}

/*아이프레임*/

.powerball {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
    margin: 0 auto;
}

.powerball iframe {
    position: relative;
    width: 100%;
    height: 300px;
}

.samdari {
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 320px;
    margin: 0 auto;
}

.samdari iframe {
    position: relative;
    height: 697px;
    top: 0px;
    bottom: 0;
    left: -10px;
    height: 721px;
    width: 831px;
}

.edari {
    position: relative;
    overflow: hidden;
    height: 230px;
    width: 320px;
    margin: 0 auto;
}

.edari iframe {
    position: relative;
    height: 697px;
    top: 0px;
    bottom: 0;
    left: -10px;
    height: 721px;
    width: 831px;
}

.odari {
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 320px;
    margin: 0 auto;
}

.odari iframe {
    position: relative;
    height: 697px;
    top: 0px;
    bottom: 0;
    left: -10px;
    height: 721px;
    width: 831px;
}

.bt_status02 {
    float: right;
    display: inline-block;
    margin: 5px;
}

.bt_status03 {
    float: right;
    margin: 5px;
}

.bt_status {
    color: #FF474A;
    float: right;
    margin: 5px;
}

.bt_status1 {
    color: #FF474A;
    float: right;
    margin: 5px;
}

.btnCancel, .btnDelete {
    display: inline-block;
    background: #ae1111;
    padding: 0 20px;
    float: right;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center;
    border: none;
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    font-family: EsaManru !important;
    vertical-align: middle;
    transform: 0.2s;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 20px;
}

.btnCancel:hover, .btnDelete:hover {
    opacity: 0.8;
}

input[type='text'], input[type='password'], select {
    border: 1px solid #444;
    background: #111;
    color: #fff;


    font-size: 12px;
    padding: 2px 5px;
    line-height: 36px;
    height: 36px;
    transition: 0.2s;
    vertical-align: middle;
}

textarea {
    border: 1px solid #444;
    background: #111;
    color: #fff;


    font-size: 12px;
    padding: 2px 5px;
    transition: 0.2s;
}

textarea:focus {
    outline: none;

    outline: none;
    color: #fff;
    border: solid 1px #ffcc00;

}

select {
    height: 36px;
    line-height: 36px;
}

input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus {
    outline: none;


    color: #fff;
    border: solid 1px #ffcc00;
}

/*게시판*/
.bbs-list {
    background: #222;
    border: solid 1px #444;

    padding: 10px;
}

.bbs-list td {
    padding: 5px;
    border-bottom: solid 1px #444;
}

.bbs-list .notice {
    border-top: solid 1px #444;
    background: #333;
}

.bbs-list .notice td {
    border-bottom: solid 1px #444;
}

.bbs-list .label {
    border-radius: 3px;
    background: #C50003;
    color: #fff;
    padding: 2px 5px;
    font-size: 80%;
}

.text-warning {
    color: #FFBA27;
}

.text-danger {
    display: none;
    color: #FF4F51;
}

.text-info {
    color: #009bec;
}

.list_bottom_btn_right {
    padding: 10px;
    text-align: center;
}

.bbs-list-new {
    border-collapse: collapse;
    background: #222;
}

.bbs-list-new td {
    border: solid 1px #444;
    padding: 5px;
}

.board_wirte_bottom {
    padding: 10px;
    text-align: center;
}

.baord_list_comment01 {
    border-collapse: collapse;
    margin: 5px 0;
}

.baord_list_comment01 td {
    border: solid 1px #444;
    padding: 5px;
}

.board_bottom_btn {
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
}

.board_bottom_btn button {
    width: 78px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    display: inline-block;
}

.betting-input03 .icheckbox_minimal-orange {
    position: absolute;
    left: 20px;
}

.memo-list01 {
    margin: 5px 0;
    border-collapse: collapse;
}

.memo-list01 td {
    border: solid 1px #444;
    padding: 5px;
}

.memo-list01 .btn-default {
    background: #222;
    color: #fff;
    border-radius: 3px;
    padding: 0 5px;
}

.member-info-table001 {
    border-collapse: collapse;
    background: #222;
}

.member-info-table001 td {
    padding: 5px;
    border: solid 1px #444;
    height: 20px;
    line-height: 20px;
}

.member-info-table001 td.titletext {
    color: #fff;
    background-color: #333;
}

.titletext {
    width: 90px;
    background: #333;
}

.board_title {
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: dotted 1px #444;
}

.board_user {
    padding: 10px;
    border-bottom: dotted 1px #444;
}

.board_user span {
    font-weight: bold;
    margin-left: 20px;
}

.board_date {
    float: right;
}

.board_bottom_btn {
    padding: 0px 0;
    text-align: center;
}

.content_zone {
    padding: 0;
}

.content_title {
    font-weight: bold;
    border: solid 1px #444;
    border-bottom: none;
    color: #fff;
    background: #222;
    padding: 5px;
    font-size: 14px;
    padding-left: 5px;
}

.text-muted {
    float: right;
    margin-top: -25px;
    margin-right: 5px;
}

.content_title span {
    display: inline-block;
    max-width: 900px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content_title small {
    font-weight: normal;
}

.board_content {
    line-height: 18px;
    padding: 10px 10px;
    min-height: 100px;
    word-break: break-all;
    background: #222;
    border: solid 1px #444;
}

.board_comment_title {
    background: #222;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    border: solid 1px #444;
    border-top: none;
}

.board_comment_content {
    border: solid 1px #444;
    background: #222;
    padding: 10px;
    position: relative;;
}

.board_comment_content small {
    margin-left: 10px;
}

.board_comment_content small button {
    display: inline-block;
    font-size: 90%;
    margin-top: -10px;
}

.board_comment_content p {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

.board_comment_content p small {
    position: absolute;
    top: 10px;
    right: 0;
}

.board_comment_content strong img {
    width: 15px;
}

.board_comment_content .text-muted {
    float: none;
    margin-top: 0px;
    margin-right: 0;
}

.comment_input_group {
    padding: 10px 0;
    background: #222;
    border: solid 1px #444;
    border-top: none;

    margin-bottom: 10px;
}

.comment_input_group .form-inline {
    text-align: center;
    padding: 5px;
}

#comment_content {
    height: 60px;
    width: 78%;

    float: left;
    margin: 1%;
}

.comment_submit_zone button {
    width: 18%;
    margin: 1%;
    height: 60px;
    float: right;
    padding: 0;
    vertical-align: middle;
}

.comment_submit_zone:after {
    content: "";
    display: block;
    clear: both;
}

.next_board_cont {
    border-top: solid 1px #444;
    margin-top: 20px;
}

.next_board_cont p {
    border-bottom: solid 1px #444;
    margin: 0;
    padding: 5px 0;
    position: relative;
}

.next_board_cont a {
    margin-left: 20px;
    max-width: 900px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 6px;
    left: 55px;
}

.content_zone {
    font-size: 80%;
}

.content_zone .pager {
    margin: 20px auto;
    width: 300px;
    padding: 10px;
    text-align: center;
}

.content_zone .pager li {
    display: inline-block;
}

.content_zone .pager li a {
    width: 80px;
    font-size: 14px;
    padding: 0;
    text-align: center;
    border-radius: 50px;
}

.content_title span {
    display: block;
    max-width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content_title small {
    display: block;
}

.board_comment_content {
    position: relative;
}

.board_comment_content p small {
    position: absolute;
    top: 10px;
    right: 0;
}

.betting_01 {
    border-collapse: collapse;
}

.betting_01 td {
    padding: 3px;
}

.betting_01 .Selected {
    height: 20px;
    line-height: 20px;
}

.betting_01 .noSelected {
    height: 20px;
    line-height: 20px;
    font-size: 70%;
}

#mb_9_btn {
    width: 90px;
}

/*충전환전*/
.table-list {
    margin: 5px 0;

}

.table-list td {
    border: solid 1px #444;
    padding: 5px;
}

.table-list small {
    color: #59BEFF;
}

.cash_btn01 a {
    background-position: 0 -36px;
}

.cash_notice_zone {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    border: solid 1px #444;
    background: #222;

}

.cash_notice_zone .title {
    border-bottom: solid 1px #444;
    text-align: left;
    font-size: 14px;
    padding: 15px 0 12px 0;
    font-family: NanumGothic, Malgun Gothic, sans-serif;
    color: #fff;
    font-weight: 800;
    background: #333;
    padding-left: 10px;
}

.cash_notice_zone ul {
    padding: 10px 0px 10px 10px;
}

.cash_notice_zone li {
    color: #fff;
    margin-bottom: 10px;
}

.cash_zone_table {
    border: solid 1px #444;
    background: #222;

}

.cash_zone_table th {
    color: #fff;
    background-color: #333;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    padding: 10px;
}

.cash_zone_table td {
    border-bottom: 1px solid #444;
    padding: 10px;
}

.cash_bottom_btn {
    padding: 20px;
    text-align: center;
}

.cash_bottom_btn button {
    display: inline-block;
}

/*기타*/
.reconfirm {
    border-collapse: collapse;
    background: #222;
}

.reconfirm th {
    color: #fff;
    background-color: #333;
    padding: 5px;
    border: solid 1px #444;
}

.reconfirm td {
    padding: 5px;
    border: solid 1px #444;
}

/*페이지네이션*/
.tf_pagination {
    padding: 1em 0;
    text-align: center;
    display: block;
}

.tf_pagination ul {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.tf_pagination ul li {
    list-style: none;
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.tf_pagination ul li a {
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 0px;
    display: block;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;

    margin-right: 5px;


    font-family: EsaManru !important;
    background: #eee;
}

.tf_pagination ul li a .fa {
    margin-top: 10px;
}

.tf_pagination ul li a:hover {

    color: #000;

    background: #00ffff
}

.tf_pagination .active {

    color: #000;

    background: #00ffff
}

.bbs_copy {
    width: 100px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.bbs_copy.ui_btn_red {
    width: 200px;
}

.betting-list-body12 td {
    font-size: 70%;
}

.btnDelete, .btnCancel {
    border: none;
    margin-bottom: 0;
}

.betting-list-body12 th {
    text-align: center !important;
    font-size: 80%
}

.betting-list-body12 td {
    border-bottom: solid 1px #444;
    background: #222 !important;
    text-align: center;
    color: #fff;
}

/*팝업*/
.divFrame {
    box-shadow: 0px 0px 10px #000;
    overflow: hidden;
    border: solid 1px #111;
    background: #000;
}


@media (max-width: 1000px) {
    #popup-zone .divFrame {
        width: 100% !important;
        position: fixed !important;
        display: block !important;
        top: 0 !important;
        left: 0 !important;
    }
}

#alert_container {
    margin: 0 auto;
    position: fixed;
    width: 100%;
    top: 200px;
    text-align: center;
    z-index: 9999999999999;
}

#alert {
    width: 80%;
    margin: 0 auto;

    border-radius: 5px;
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.6);
    color: #000;
}

.top-up-arrow {
    color: #ff0000;
    position: fixed;
    bottom: 5px;
    left: 50%;
    margin-left: -21px;
    font-size: 50px;
    opacity: 0;
    z-index: 9;
}

.alert-dismissible {
    padding: 10px;
}

.alert-dismissible .ui_btn_gray {
    display: block;
    margin: 10px auto;
}

.top-info-mm .mb_point {
    color: #00ffff;
}

.top-info-mm .mb_mileage {
    color: #00ffff;
}

.top-info-mm i {
    vertical-align: middle;
    line-height: 12px !important
}

#content-i {
    display: inline-block;
    margin: 3%;
    padding: 0;
}

#content-i li {
    float: left;
    width: 25%;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

#content-i li a {
    opacity: 1.0;
    position: relative;
    display: block;
    text-align: center;
    margin: 5%;
    height: 60px;
    width: 60px;
    background-size: contain;
    margin: 0 auto;
    border-radius: 5px;
}

#content-i li span {
    font-weight: bold;
    font-size: 14px;
    color: #5e2000;
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 20px;
    line-height: 20px;
}

.ico05 {
    background: url(../../images/mobile/images/icon-cross.png?11) no-repeat;
}

.ico01 {
    background: url(../../images/mobile/images/icon-odds.png?11) no-repeat;
}

.ico02 {
    background: url(../../images/mobile/images/icon-handicap.png?11) no-repeat;
}

.ico03 {
    background: url(../../images/mobile/images/icon-special.png?11) no-repeat;
}

.ico04 {
    background: url(../../images/mobile/images/icon-realtime.png?11) no-repeat;
}

.ico06 {
    background: url(../../images/mobile/images/icon-ladder.png?11) no-repeat;
}

.ico07 {
    background: url(../../images/mobile/images/icon-snail.png?11) no-repeat;
}

.ico015 {
    background: url(../../images/mobile/images/icon-dari.png?11) no-repeat;
}

.ico068 {
    background: url(../../images/mobile/images/icon-daridari.png?11) no-repeat;
}

.ico079 {
    background: url(../../images/mobile/images/icon-kenoladder.png?11) no-repeat;
}

.ico080 {
    background: url(../../images/mobile/images/icon-speedkeno.png?11) no-repeat;
}

.ico09 {
    background: url(../../images/mobile/images/icon-powerball.png?12) no-repeat;
}

.ico08 {
    background: url(../../images/mobile/images/icon-lowhigh.png?11) no-repeat;
}

.ico011 {
    background: url(../../images/mobile/images/icon-lowhigh.png?11) no-repeat;
}

.ico010 {
    background: url(../../images/mobile/images/icon-aladdin.png?11) no-repeat;
}

.ico012 {
    background: url(../../images/mobile/images/icon-aladdin.png?11) no-repeat;
}

.ico013 {
    background: url(../../images/mobile/images/icon-soccer.png?11) no-repeat;
}

.ico014 {
    background: url(../../images/mobile/images/icon-dog.png?11) no-repeat;
}

.ico062 {
    background: url(../../images/mobile/images/icon-powerladder.png?11) no-repeat;
}

.ico064 {
    background: url(../../images/mobile/images/icon-ironball.png?11) no-repeat;
}

.ico061 {
    background: url(../../images/mobile/images/icon-pharao.png?11) no-repeat;
}

.ico077 {
    background: url(../../images/mobile/images/icon-roulette.png?11) no-repeat;
}

.ico066 {
    background: url(../../images/mobile/images/icon-choice.png?11) no-repeat;
}

.ico052 {
    background: url(../../images/mobile/images/icon-mgm.png?12) no-repeat;
}

.ico078 {
    background: url(../../images/mobile/images/icon-mgm.png?11) no-repeat;
}

.ico054 {
    background: url(../../images/mobile/images/icon-2dari.png?11) no-repeat;
}

.ico053 {
    background: url(../../images/mobile/images/icon-3dari.png?11) no-repeat;
}

.ico056 {
    background: url(../../images/mobile/images/icon-5dari.png?11) no-repeat;
}

.ico082 {
    background: url(../../images/mobile/images/btn-dnt.png?12323) no-repeat;
}

.ico083 {
    background: url(../../images/mobile/images/icon-lotus.png?11) no-repeat;
}

.ico071 {
    background: url(../../images/mobile/images/icon-lotus.png?11) no-repeat;
}

.ico019 {
    background: url(../../images/mobile/images/icon-lotus.png?11) no-repeat;
}

.ico085 {
    background: url(../../images/mobile/images/icon-md1.png?11) no-repeat;
}

.ico031 {
    background: url(../../images/mobile/images/icon-md2.png?11) no-repeat;
}

.ico068 {
    background: url(../../images/mobile/images/icon-tdaridari.png?11) no-repeat;
}

.ico069 {
    background: url(../../images/mobile/images/icon-tdari.png?11) no-repeat;
}

.ico067 {
    background: url(../../images/mobile/images/icon-yut.png?11) no-repeat;
}

.ico070 {
    background: url(../../images/mobile/images/icon-rainbow.png?11) no-repeat;
}

.ico058 {
    background: url(../../images/mobile/images/icon-1dal.png?11) no-repeat;
}

.ico075 {
    background: url(../../images/mobile/images/icon-2dal.png?11) no-repeat;
}

.ico076 {
    background: url(../../images/mobile/images/icon-3dal.png?11) no-repeat;
}

.ico059 {
    background: url(../../images/mobile/images/icon-ace.png?11) no-repeat;
}

.ico023 {
    background: url(../../images/mobile/images/icon-powerkeno.png?111) no-repeat;
}

.ico-result {
    background: url(../../images/mobile/images/icon-result.png?11) no-repeat;
}

.ico-casino01 {
    background: url(../../images/mobile/images/icon-casino01.png?1112) no-repeat;
}

.ico-casino02 {
    background: url(../../images/mobile/images/icon-casino02.png?1112) no-repeat;
}

.ico-casino03 {
    background: url(../../images/mobile/images/icon-casino03.png?1112) no-repeat;
}

.ico-casino04 {
    background: url(../../images/mobile/images/icon-casino04.png?1112) no-repeat;
}

.ico-betlist {
    background: url(../../images/mobile/images/icon-betlist.png?11) no-repeat;
}

.ico-cash01 {
    background: url(../../images/mobile/images/icon-cash01.png?11) no-repeat;
}

.ico-cash02 {
    background: url(../../images/mobile/images/icon-cash02.png?11) no-repeat;
}

.ico-event {
    background: url(../../images/mobile/images/icon-event.png?1212222) no-repeat;
}

.ico-board {
    background: url(../../images/mobile/images/icon-board.png?11) no-repeat;
}

.ico-customer {
    background: url(../../images/mobile/images/icon-customer.png?11) no-repeat;
}

.ico-attend {
    background: url(../../images/mobile/images/icon-attendance.png?18) no-repeat;
}

.ico-casino {
    background: url(../../images/mobile/images/icon-casino.png?18) no-repeat;
}

#ico-left-menu {
    display: inline-block;
    padding: 0;
    margin: 0;
}

#ico-left-menu li {
    border-right: solid 1px #444;
    border-bottom: solid 1px #444;
    float: left;
    width: 33.3%;
    list-style: none;
    text-align: center;
    display: block;
    table-layout: fixed;
    padding-bottom: 10px;
    padding-top: 5px;
}

#ico-left-menu li a {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    text-align: center;
    background-size: 100% !important;
    height: 50px;
    width: 50px;
    background-position: center top !important;
    display: block;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
}

#ico-left-menu li span {
    font-weight: bold;
    font-size: 14px;
    color: #ff0000;
    text-align: center;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
}


#main-banner {
    width: 100%;
    margin: 10px auto;
    padding-bottom: 50px;
}

#main-banner li {
    float: left;
    width: 50%;
    text-align: center;
}

#main-banner li a {
    width: 150px;
    height: 70px;
    background-size: 100%;
    display: block;
    text-indent: -99999999px;
    margin: 5px auto;
    border-radius: 5px;
    border: solid 1px #000;
}

.m-ico-cross {
    background: url(../../images/mobile/images/banner-m-cross.png?11) no-repeat;
}

.m-ico-special {
    background: url(../../images/mobile/images/banner-m-special.png?11) no-repeat;
}

.m-ico-realtime {
    background: url(../../images/mobile/images/banner-m-realtime.png?11) no-repeat;
}

.m-ico-livegame {
    background: url(../../images/mobile/images/banner-m-livegame.png?11) no-repeat;
}

.m-ico-cash01 {
    background: url(../../images/mobile/images/banner-m-cash01.png?11) no-repeat;
}

.m-ico-cash02 {
    background: url(../../images/mobile/images/banner-m-cash02.png?11) no-repeat;
}

.m-ico-att {
    background: url(../../images/mobile/images/banner-m-att.png?11) no-repeat;
}

.m-ico-customer {
    background: url(../../images/mobile/images/banner-m-customer.png?11) no-repeat;
}

#mb_icon img {
    width: 24px !important;
    vertical-align: middle;
}

.left-top-info {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    background: #eee;
}

.left-top-info li {
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.20);
    padding: 0 10px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px #000000;
    text-align: right;
    font-weight: bold;
    font-weight: bold;
    font-size: 14px;
}

.left-top-info li a {
    font-weight: bold;
    font-size: 14px;
}

.left-top-info li span {
    font-weight: bold;
}

.left-top-info li i {
    float: left;
    margin-top: 12px;
    font-weight: bold;
}

.left-top-info li:first-child p {
    display: inline-block;
    float: left;
}

.left-top-info li:first-child img {
    vertical-align: middle;
}

.left-top-info li:first-child a {
    display: inline-block;
    float: right;
    height: 35px;
    line-height: 35px;
    margin-top: 3px;
    padding: 0 5px;
    text-align: center;
}

.left-top-info li:first-child a i {
    float: none;
}

.cash-result-menu {
    display: block;
    height: 70px !important;
    background: #333;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
    padding: 10px;
}

.cash-result-menu li {
    width: 31.33%;
    margin: 1%;
}

.cash-result-menu li a {
    height: 40px;
    line-height: 40px;
}

.betting-top-info00 {
    display: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #eee;
    border: solid 1px #cbcbcb;
}

.result_top_group {
    margin-top: 5px;
    height: 40px;
}

.result_top_group li {
    float: left;
    padding: 0 2px;
}

.result_top_group li #bt_item {
    width: 80px;
}

.result_top_group li .hidden-xs {
    width: 80px;
}

/*출석부*/

.attend-top {
    padding: 10px;


    text-align: center;
}

.attend-top button {
    margin: 0 10px;
}

#nowMonth {
    font-family: EsaManru;
    font-size: 40px;
    color: #ffcc00;
}

#t_calendar {
    background: #111;
    padding: 10px;
    border: solid 1px #444;
    border-radius: 0 0 5px 5px;
}

#t_calendar th {
    height: 40px;
    line-height: 40px;
    text-shadow: 0 0 1px #000;
    color: #c1c3c2;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    border-top: solid 1px rgba(255, 255, 255, 0.20);
    border-right: solid 1px rgba(0, 0, 0, 0.55);
    border-left: solid 1px rgba(255, 255, 255, 0.16);
    border-bottom: solid 1px #000;
    background: #363942;
}

#t_calendar td {
    height: 80px;
    text-align: center;
    position: relative;
    border: 1px solid #444 !important;
    border-collapse: collapse;
}

#t_calendar td span {
    position: absolute;
    left: 10px;
    top: 10px;
}

.att_on {
    background: url('../../images/mobile/images/icon-attend-o.png?1') no-repeat center center !important;
    background-size: 90% !important;
}

.att_off {
    background: url('../../images/mobile/images/icon-attend-x.png?1') no-repeat center center !important;
    background-size: 90% !important;
}

.att_enable:hover {
    background: url('../../images/mobile/images/icon-attend-o.png?1') no-repeat center center !important;
    background-size: 90% !important;
}

.betting_lock p {
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.bbs-list .subject small img {
    width: 15px;
}

.bbs-list .subject {
    color: #999;
    r
}

#game_iframe iframe {
    min-height: 180px;
}

.level_icon img {
    width: 25px;
}

.footer-container {
    padding-bottom: 50px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: @zindex-modal-background;
    background-color: @modal-backdrop-bg;
/ / Fade for backdrop & . fade {
    .

opacity(0);
}

    &.in {
        .

    opacity(@modal-backdrop-opacity);
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-dialog {
    margin: 10px;
    position: relative;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-content {
    padding: 10px;
}

.modal-title {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: solid 1px #999;
}

.info-edit, .memo-view, .recommend-info, .cash_02-info {
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    width: 49%;
    background: #eee;
    margin-bottom: 7px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.info-edit i, .memo-view i, .recommend-info i, .cash_02-info i {
    color: #14649c;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 3px;
}

.info-edit::after, .memo-view::after {
    content: '';
    dispaly: table;
    clear: both
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.money-view-info {
    margin: 10px 0;
    display: block;
    height: 34px;
    color: #333;
}

.money-view-info::after {
    content: '';
    dispaly: table;
    clear: both
}

.money-view-info strong {
    color: #000;
    font-size: 16px;
    float: left;
    line-height: 34px;
    padding-left: 10px;
}

.money-view-info span {
    float: right;
    font-size: 16px;
}

.clearfix {
    content: '';
    dispaly: table;
    clear: both
}

.info-btn-group {
    margin-top: 10px;
}

.info-btn-group a {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 5px 0;
}

.btn-user-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #ff0000;
}

.main_game_list .game_item {
    background: #37475a;
    text-align: center;
    padding: 5px 0px;
    border-right: 1px solid #484848;
    border-bottom: 1px solid #484848;
    width: 20%;
    float: left;
}

.main_game_list .game_item img {
    width: 35px;
}

.main_game_list .game_item a {
    width: 35px;
    height: 35px;
    display: block;
    background-size: contain;
    margin: 0 auto;
}

.main_game_list .game_item .main_quick_btn {
    padding: 5px;
}

.quick-top001 .quick_4btn {
    width: 50%;
    position: relative;
    float: left;
}

.quick-top001 .quick_4btn a {
    margin: 3px;
    display: block;

}

.quick-top001 img {
    width: 100%;

    overflow: hidden;
    border: solid 1px #000;
}

.quick-top002 {
    margin-top: 10px;
}

.quick-top002 .quick_4btn {
    width: 25%;
    position: relative;
    float: left;
}

.quick-top002 .quick_4btn a {
    margin: 3px;
    display: block;
}

.quick-top002 img {
    width: 100%;
}

.helpdesk_area {
    line-height: 22px;
    background: #364761;
    padding: 20px 0px;
    position: relative;
}

.helpdesk_area .float-right {
    position: absolute;
    top: 20px;
    right: 20px;
}

.helpdesk_area strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.helpdesk_area .ui_btn_yellow {
    margin-top: 5px;
}

.memo-arr {

    border-top: none;
    padding: 5px;
}

.left_top_btn {

    background: #333;
    overflow: hidden;
    border-bottom: solid 1px #444;

    color: #fff;
}

.left_top_btn:after {
    content: "";
    display: block;
    clear: both;
}

.left_top_btn > li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 0.7em;
    color: #FFF;
    padding-bottom: 10px;
    border-right: solid 1px #444;

}

.left_top_btn > li:last-child {
    border-right: none;
}

.left_top_btn i {
    font-size: 25px;
    display: block;
    margin: 10px 0 5px 0;
    color: #ffc527;
}

.left_top_btn > li > img {
    width: 3em;
    margin-top: 0.75em
}

.left_top_btn > li > a {
    display: block;
    text-align: center
}

.left_top_btn > li > em {
    position: absolute;
    right: 0.75em;
    top: 1.25em;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    font-size: 0.7em;
    color: #FFF;
    line-height: 1.75em;
    background: red;
    border-radius: 1em
}

.main_quick_btn > ul {
    margin: 0 3%;
    padding-bottom: 2em;
    overflow: hidden
}

.main_quick_btn > ul > li {
    float: left;
    width: 33.33%;
    height: 6.5em;
    margin-top: 1.2em
}

.main_quick_btn.quadra > ul > li {
    position: relative;
    height: 6em
}

.main_quick_btn.quadra > ul > li a {
    width: 60px;
    height: 60px;
    display: block;
    background-size: 100%;
    background-position: center center;
    margin: 0 auto;
    border-radius: 15px;
}

.main_quick_btn > ul > li a {
    width: 50px;
    height: 50px;
    display: block;
    background-size: 120%;
    background-position: center center;
    margin: 0 auto;
}

.main_quick_btn > ul > li code {
    display: block;
    width: 5em;
    height: 5em;
    margin: 0 auto 0.5em;
    background: #0f1011;
    border-radius: 2.5em;
    overflow: hidden
}

.main_quick_btn.quadra > ul > li code {
    width: 5em;
    height: 5em;
    margin-bottom: 0.25em
}

.main_quick_btn.quadra > ul > li code img {
    width: 100%;
}

.main_quick_btn > ul > li a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.m-menu_list:first-child {
    border-top: 0px !important
}

.m-menu_list {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #333;
    background: #212223
}

.m-menu_list.last {
    border-bottom: 1px solid #333
}

.m-menu_list > h2 {
    display: block;
    text-align: center;
    font-weight: normal;
    padding: 1em 0;
    background: #111;

}

.m-menu_list > h2 > b {
    color: #ffde00;
    font-weight: normal
}

.m-menu_list > h2 > b:last-child {
    color: #FFF
}

.m-menu_list > h2 > var {
    display: inline-block;
    margin: 0 0.7em;
    color: #555
}

.m-menu_list > a {
    float: left;
    display: block;
    font-size: 1.1em;
    line-height: 2.5em;
    min-width: 80%;
    color: #bbb
}

.m-menu_list > a.on {
    opacity: 1 !important
}

.m-menu_list > a.on > label {
    opacity: 1 !important
}

.m-menu_list > a > label {
    float: left;
    display: block;
    position: relative;
    width: 2.5em;
    height: 2.5em;
    margin-right: 10%;
    line-height: 2.5em;
    background: #121213;
    border-right: 1px solid #333;
    text-align: center
}

.m-menu_list > a > label > img {
    width: 100%
}

.m-menu_list > a > label > dfn.memo_cnt {
    display: block;
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    width: 1.25em;
    height: 1.25em;
    text-align: center;
    font-size: 0.7em;
    background: #476207;
    color: #dcfe8b;
    line-height: 1.5em;
    border-radius: 0.75em
}

.m-menu_list > em {
    float: right;
    display: block;
    font-size: 0.9em;
    line-height: 100%;
    transition: .3s
}

.m-menu_list > em {
    position: absolute;
    top: 0;
    right: 2%;
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 2.8em
}

.m-menu_list > em > img {
    opacity: 0.65;
    width: 0.7em
}

.m-menu_list > em.menubtn_right > img {
    opacity: 0.3;
    width: 1.1em
}

.m-menu_list > em.on {
    transform: rotate(90deg)
}

.m-menu_list > var {
    float: right;
    width: 0.7em;
    margin-top: -0.5%
}

.m-menu_list_view {
    overflow: hidden;
    border-top: 1px solid #333;
    padding: 1em 3%;
    background: linear-gradient(to right, #141414, #313131)
}

.m-menu_list_view > span {
    color: #fddb18;
}

.m-menu_list_view > em {
    color: #686868;
}

.m-menu_list_view > ul {
    overflow: hidden;
}

.m-menu_list_view > ul > li {
    float: left;
    padding: 3% 0;
    margin-right: 2%;
    margin-top: 2%;
    width: calc(32% - 2px);
    text-align: center;
    background: #3d3d3d;
    border: 1px solid #000;
    font-size: 0.9em;;
    border-radius: 0.3em
}

.m-menu_list_view > ul > li:nth-child(1) {
    margin-top: 0 !important
}

.m-menu_list_view > ul > li:nth-child(2) {
    margin-top: 0 !important
}

.m-menu_list_view > ul > li:nth-child(3) {
    margin-top: 0 !important
}

.m-menu_list_view > ul > li:nth-child(3n) {
    margin-right: 0 !important
}

.m-menu_list_view > ul > li.hit {
    background: #626262
}

.m-menu_list_view > ol {
    overflow: hidden
}

.m-menu_list_view > ol > li {
    margin: 0.3em 0;
    padding: 0.5em 5%;
    text-align: left;
    font-size: 1.1em;
    font-weight: 400;
    color: #CCC;
    background: #515151;
    border-radius: 0.5em
}

.m-menu_list_view > ol > li.active {
    color: #131313;
    background: #aea134
}

.m-menu_list_view > dl.left_sports_menu {
}

.m-menu_list_view > dl.left_sports_menu > dd {
    float: left;
    width: 90%;
    overflow: hidden;
    color: #FFF;
    background: linear-gradient(to top, #2f2f2f, #414141);
    padding: 0.35em 5%;
    border: 1px solid #1f1f1f;
    border-radius: 0.4em;
    box-shadow: inset 0.1em 0.1em rgba(255, 255, 255, 0.2);
    margin: 0.2em 1%
}

.m-menu_list_view > dl.left_sports_menu > dd > code {
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-right: 0.5em;
    background: #333;
    border: 1px solid #111;
    border-radius: 2em
}

.m-menu_list_view > dl.left_sports_menu > dd > span {
    display: inline-block;
    height: 2.1em;
    padding-right: 3em;
    line-height: 2.1em
}

.m-menu_list_view > dl.left_sports_menu > dd > font {
    display: inline-block;
    float: right;
    height: 2.1em;
    padding: 0 1em;
    color: #000;
    line-height: 2.1em;
    background: #aea134;
    border-radius: 0.5em
}

.m-menu_list_view > dl.left_sports_menu.minigame > dd {
    text-align: left
}

.m-menu_list_view > dl.left_sports_menu > dd > em {
    float: right;
    background: #476207;
    color: #dcfe8b;
    font-size: 0.85em;
    border-radius: 2em;
    width: 4em;
    height: 1.8em;
    margin-top: 0.4em;
    text-align: center;
    line-height: 1.8em
}

.m-menu_list_view > dl > dt {
    display: none;
    padding: 0 0.5em;
    overflow: hidden
}

.m-menu_list_view > dl.livecasino > dt {
    display: block
}

.m-menu_list_view > dl > dt > span {
    display: block;
    padding: 0.6em 1em;
    font-size: 0.8em;
    color: #d3d2d2;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.m-menu_list_view > dl > dt > span.on {
    color: #d9cb65;
    border-top: none
}

.m-menu_list_view > dl > dt > span:first-child {
    margin-top: 0.25em
}

.menu_foot {
    color: #707070 !important;
    font-size: 0.7em;
    text-align: center;
    padding: 4em 0;
}

#m_menu_box {
    border-top: solid 1px #444;
}

.mobile-foot div span {
    font-weight: 100;
    font-size: 0.63em;
    color: #6e6e6e;
}


.game_zone .btn-zone-arr a {
    color: #222;
    font-weight: bold;
}

.game_zone_arr #team_name {
    font-size: 0;
    font-weight: bold;
}

.game_zone_arr .game_zone {
    position: relative;
}

.betting_lock p {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    margin: 0;
}

.betting_lock .fa {
    margin: 0 auto;
    font-size: 120px;
    color: #ffcb00;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999;
    margin-left: -39px;
    margin-top: -60px;
}


* {
    outline: none;
}

.navi-menu-sports {
    box-sizing: border-box;
    margin-bottom: 5px;
}

.navi-menu-sports:after {
    content: "";
    display: block;
    clear: both;
}

.navi-menu-sports li {
    float: left;
    width: 32.33%;
    margin: 0.5%;
    box-sizing: border-box;
}

.navi-menu-sports li a {
    background: #fbb726;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.top-info-mm {
    height: 60px;
    line-height: 60px;
    background: #111;
    border-bottom: solid 1px #444;
}

.top-info-mm ul {
    text-align: center;
}

.top-info-mm ul li {
    margin: 0 3px;
    display: inline-block;
    color: #fff;
}

.top-info-mm ul li a {
    color: #fff;
}

.btn-cashb01 {
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    padding-right: 24px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    width: 105px;
    background: linear-gradient(to bottom, #d79f8b 0%, #00ffff 100%);
    color: #ffffff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.btn-cashb02 {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
    padding-left: 24px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    width: 105px;
    background: linear-gradient(to bottom, #d79f8b 0%, #00ffff 100%);
    color: #ffffff;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 5;
}


.right-mid-menu .game-buttons {
    position: relative;
    margin: 10px 10px 0 10px;
    box-sizing: border-box;
    width: calc(100% - 20px);
    display: block;
}

.right-mid-menu .game-buttons img {
    width: 100%;
}

.title-container {
    position: absolute;
    height: 30px;
    width: 50%;
    bottom: 8px;;
    text-align: left;
    margin: 0 0 0 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.casino_point {
    color: #00ffff;
    font-weight: bold;
}

.getCasinoPoint {
    transform: rotate(0deg);
    transition: 0.5s;
}

.getCasinoPoint:active {
    transform: rotate(360deg);
}

/*
	.font-size123123 th{ font-size: 80% !important;}
	.font-size123123 td{ font-size: 80% !important;}*/
.font-size123123 td {
    padding: 2px;
}

.font-size123123 tr:nth-child(2n) td {
    border-bottom: solid 1px #00ffff !important
}

.wrapper > div {
    font-family: 'EsaManru' !important;
}

.main_visual_latest > .visualbox > .centerbox > .btn_play_game {
    margin-top: 10px
}

.visualbox .wrapper img {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.banner-btomm {
    text-align: center
}

.main-midbanner a {
    padding: 5px 10px;
    box-sizing: border-box;
    display: block;
}

.main-midbanner a img {
    width: 100%;
}

.gamelist > .gameitem > .fill > .game_logo {
    width: 90% !important;
}


.main_navigation {
    width: 205px;
    margin: 0 auto;
    padding: 10px 25px;
    background: rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    box-sizing: border-box;
}

.main_navigation li {
    font-family: EsaManru !important;
    margin: 0px;
    position: relative;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    list-style: none;
}

.main_navigation li:last-child {
    border-bottom: none;
}

.main_navigation li a {
    display: block !important;
    font-size: 14px;
    font-weight: 700;
    color: #bababa;
    margin-top: 0px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    padding-left: 35px;
}

.main_navigation li a i {
    vertical-align: middle;
    font-size: 22px;
    transition: 0.3s;
    position: absolute;
    left: 3px;
    top: 2px;
    color: #00ffff;
}

.main_navigation li:hover a i {
    transform: rotate(-42deg) !important;
    position: absolute
}

.main_navigation li a span {
    display: block;
    font-weight: 200;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 10px;
}

.main_navigation li a:hover {
    color: #00ffff;
}

.main_navigation li a:hover span {
    color: #00ffff;
}

.main_navigation li:last-child a {
    margin-right: 0px;
}

.main_navigation li:first-child a {
    margin-left: 0px;
}

.main_navigation .r-margin {
    margin-right: 127px;
    background: none;
}

.leftTitle {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    margin: 20px auto 0px auto;
}

.leftTitle i {
    font-size: 20px;
    margin-right: 5px;
    color: #00ffff;
    vertical-align: middle;
}

.main_navigation_arr {
    padding-bottom: 50px;
}

.mava-left02 li {
    float: left;
    width: 48%;
    margin: 1%;
}

.mava-left02 a {
    display: block;

    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px;
    background: linear-gradient(#7c7c7c 0%, #353535 100%);
    font-family: 'EsaManru';
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
}

.mava-left00 {
    margin-bottom: 10px;
}

.mava-left00 li {
    float: left;
    width: 100%;
    height: 40px;
    margin: 3px 0 0 0;
    line-height: 40px;
    padding: 0px 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    font-family: 'EsaManru';
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.mava-left00 li span {
    float: right;
    color: #00ffff;
}


.sidebar-right-cont ul {
    margin: 0 15px;

}

.sidebar-right-cont ul:after {
    content: "";
    display: block;
    clear: both;
}

.sidebar-right-cont li {
    float: left;
    display: inline-block;
    width: calc(100% / 5);
    font-size: 14px;
    color: #a09d99;
    padding: 11px 0;
    border: 1px solid #2c2925;
    border-top: 0;
    border-left: 0;
    box-sizing: border-box;
}

.sidebar-right-cont li:nth-child(5n) {
    border-right: 0;
}

.sidebar-right-cont li a {
    color: #a09d99;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    display: block;
}

.sidebar-right-cont li a i {
    font-size: 21px;
    color: #b8b8b8;
    display: block;
}

.righabottm {
    text-align: center;
    width: 300px;
    margin: 10px auto;
}

.righabottm img {
    margin: 1%;
    width: 98%
}

.icogolda i {
    color: transparent !important;
    background: linear-gradient(to right, #00ffff 0%, #00ffff 50%, #00ffff 100%);
    -webkit-background-clip: text;
}

.icogolda a {
    color: #fff;
}

.kakap-sns {
    color: #fff;
    font-size: 14px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    border: solid 1px #0bc8ff;
    background: rgba(0, 0, 0, 0.8);
    margin: 10px 0;
    text-align: center;
    margin-top: 10px;
}


.kakap-sns i {
    color: #0bc8ff;
    font-size: 30px;
    vertical-align: middle;
}

.kakap-sns strong a {
    color: #0bc8ff;
    font-weight: bold;
}


footer {
    position: fixed;
    width: 100vw;
    height: 20vw;
    bottom: 0;
    z-index: 1000;
    color: var(--txtColor30);
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center top;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("../../images/mobile/images/footer-bg01.png?33");
    font-family: Microsoft JhengHei, sans-serif;
    -moz-transform: translate3d(0px, 0, 0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0)
}

footer ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4vw
}

footer ul li {
    width: 20vw
}

footer ul li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #00ffff;
    font-size: .72rem
}

footer ul li a i {
    margin-top: 10px;
}

footer ul li.active a i {
    -moz-animation: parent-tab-image .5s linear;
    -o-animation: parent-tab-image .5s linear;
    animation: parent-tab-image .5s linear;
    -webkit-animation: parent-tab-image .5s linear;
    color: #000 !important;
    font-size: 28px !important;
    margin-bottom: -5px !important;

}

footer ul li a i:first-child {
    color: #00ffff;
    font-size: 1.5rem;
    margin-bottom: 0px
}


footer ul li:nth-child(3) a {
    font-size: .81rem;
    width: 15.2vw;
    height: 15.2vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 3.6vw;
    left: 42.4vw;
    color: #000;
    background: linear-gradient(#00ffff 0%, #007eff 100%);
}

footer ul li:nth-child(3) a i:first-child {
    color: var(--txtColor01);
    margin-bottom: .5vw;

}

footer ul li:nth-child(3) a div {
    color: #000;
    font-weight: bold;
}

footer ul li a div {
    text-align: center;
    font-family: Microsoft JhengHei, sans-serif;
    color: #fff;
    font-weight: bold;

    font-size: 12px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    footer ul li:nth-child(3) a, footer ul li a {
        font-size: 1.2rem
    }

    footer ul li a span:first-child {
        font-size: 2.8rem
    }

    footer ul li:nth-child(3) a span:first-child {
        font-size: 2.4rem
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    footer ul li:nth-child(3) a, footer ul li a {
        font-size: 1.6rem
    }

    footer ul li a span:first-child {
        font-size: 4rem
    }

    footer ul li:nth-child(3) a span:first-child {
        font-size: 3.2rem
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
    footer ul li a {
        font-size: .72rem
    }
}

footer ul li a img {
    width: 30px;
}

footer ul li a .mbbotc {
    display: block;
}

footer ul li a:hover .mbbotc {
    display: none;
}

footer ul li a .mbbotcr {
    display: none;
}

footer ul li a:hover .mbbotcr {
    display: block;
}

/* @import url('https://cdn-uicons.flaticon.com/uicons-regular-straight/css/uicons-regular-straight.css') */
.banner-btomm {
    padding-bottom: 80px;
    text-align: center;
}

.banner-btomm img {
    display: block;
    margin: 5px auto;
    width: 300px;
}

<
/
style >