#footer {
    border-top: 1px solid #400e0e !important;
}

.visualbox {
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 200px;
    border-bottom: 1px solid #400e0e;
    overflow: hidden;
    background: linear-gradient(#0a0000, #000000);
}

.visualbox > .visual_light {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%);
}


@keyframes visual_effect {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.visualbox > .visual_entity {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 50%;
    animation: visual_effect 2s;
    transform: translate(-50%);
}

@keyframes visual_coin01_effect {
    0% {
        margin-left: 10px;
        margin-top: 10px;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1);
    }
    25% {
        margin-left: 0px;
        margin-top: -5px;
        transform: translate(-50%, -50%) scale(0.98);
    }
    50% {
        margin-left: 5px;
        margin-top: 10px;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1.02);
    }
    75% {
        margin-left: 0px;
        margin-top: 0px;
        transform: translate(-50%, -50%) scale(0.98);
    }
    100% {
        margin-left: 10px;
        margin-top: 10px;
        filter: blur(0);
        transform: translate(-50%, -50%);
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes visual_coin02_effect {
    0% {
        margin-left: 0px;
        margin-top: 0px;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1);
    }
    25% {
        margin-left: 5px;
        margin-top: -10px;
        filter: blur(1px);
        transform: translate(-50%, -50%) scale(0.98);
    }
    50% {
        margin-left: 10px;
        margin-top: -5px;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1.02);
    }
    75% {
        margin-left: 10px;
        margin-top: 5px;
        transform: translate(-50%, -50%) scale(0.98);
    }
    100% {
        margin-left: 0px;
        margin-top: 0px;
        filter: blur(0);
        transform: translate(-50%, -50%);
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes visual_coin03_effect {
    0% {
        margin-left: -10px;
        margin-top: -10px;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1);
    }
    25% {
        margin-left: 20px;
        margin-top: -10px;
        transform: translate(-50%, -50%) scale(0.98);
    }
    50% {
        margin-left: 10px;
        margin-top: -20px;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1.02);
    }
    75% {
        margin-left: 0px;
        margin-top: 10px;
        filter: blur(1px);
        transform: translate(-50%, -50%) scale(0.98);
    }
    100% {
        margin-left: -10px;
        margin-top: -10px;
        filter: blur(0);
        transform: translate(-50%, -50%);
        transform: translate(-50%, -50%) scale(1);
    }
}

.visualbox > .visual_coin_01 {
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    left: 36%;
    top: 78%;
    animation: visual_coin01_effect 5s infinite;
}

.visualbox > .visual_coin_02 {
    position: absolute;
    display: block;
    left: 43%;
    top: 70%;
    animation: visual_coin02_effect 7s infinite;
}

.visualbox > .visual_coin_03 {
    position: absolute;
    display: block;
    left: 58%;
    top: 76%;
    animation: visual_coin03_effect 9s infinite;
}

/*
.visualbox > .centerbox {
    position: absolute;
    top:0px;
    left:50%;
    width:auto;
    transform: translate(-50%);
    text-align: left;
}
*/
@keyframes golden_effect_title {
    0% {
        background-position: 0rem;
    }
    100% {
        background-position: 50rem;
    }
}

.visualbox > .centerbox > .title {
    background: linear-gradient(135deg,
    #fffce8 20%,
    transparent 25%,
    transparent 50%,
    #c5a773 55%,
    #c5a773 70%,
    transparent 75%, transparent),
    #fffce8;
    background-size: 50rem 50rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: golden_effect_title 3s linear infinite;
    font-size: 46px;
    font-weight: 900;
    margin-top: 60px;
    margin-bottom: 20px;
}

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

.visualbox > .centerbox > .subtitle {
    background: linear-gradient(135deg,
    #fffce8 20%,
    transparent 25%,
    transparent 50%,
    #c5a773 55%,
    #c5a773 70%,
    transparent 75%, transparent),
    #fffce8;
    background-size: 50rem 50rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: golden_effect_subtitle 3s linear infinite;
    font-size: 27px;
    font-weight: 900;
}

.visualbox > .centerbox > .description {
    line-height: 20px;
    margin-bottom: 30px;
}

.visualbox > .centerbox > .description > p {
    color: #cccccc;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
}

@keyframes golden_effect_btn_play_game {
    0% {
        background-position: 0rem;
    }
    100% {
        background-position: 80rem;
    }
}

.visualbox > .centerbox > .btn_play_game {
    display: block;
    position: relative;
    cursor: pointer;
    height: 54px;
    width: 210px;
}

.visualbox > .centerbox > .btn_play_game > .border {
    background: #3e3e3e;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.visualbox > .centerbox > .btn_play_game:hover > .border,
.visualbox > .centerbox > .btn_play_game.active > .border {
    background: linear-gradient(135deg,
    #fffce8 0%,
    transparent 25%,
    transparent 50%,
    #c5a773 55%,
    #c5a773 70%,
    transparent 75%, transparent),
    #fffce8;
    background-size: 80rem 80rem;
    animation: golden_effect_btn_play_game 2s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.visualbox > .centerbox > .btn_play_game > .fill {
    background: #000000;
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    top: 1px;
}


.visualbox > .centerbox > .btn_play_game > span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #cccccc;
    font-family: 'GmarketSans';
}

.rules {
    display: flex;
    width: auto;
    margin: 0 auto;
}

.rules > .rules_nav {
    background: #090c10;
    border-left: 1px solid #37374d;
    width: 233px;
    flex-shrink: 0;
}


.rules > .rules_nav > ul,
.rules > .rules_nav > li {
    list-style: none;
}

.rules > .rules_nav > ul {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-left: 1px solid #400e0e;
}

.rules > .rules_nav > ul > li {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    background: #0f0f0f;
    border-bottom: 1px solid #2d333d;
}

.rules > .rules_nav > ul > li.active,
.rules > .rules_nav > ul > li:hover {
    background: #000000;
    transition: all 200ms;
}

.rules > .rules_nav > ul > li.active > a,
.rules > .rules_nav > ul > li:hover > a {
    color: #f4d29a;
    transition: all 200ms;
}

.rules > .rules_nav > ul > li.active > a > .border,
.rules > .rules_nav > ul > li:hover > a > .border {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border: 2px solid #f4d29a;
    transition: all 200ms;
}

.rules > .rules_item_list {
    flex-shrink: 1;
}

.rules > .rules_item_list > img {
    max-width: 100%;
}

.moneybankbox {
    display: block;
    width: auto;
    margin: 0 auto;
}

.moneybankbox > .route {
    margin-top: 1px;
    display: block;
}

.moneybankbox .gameselect {
    display: block;
    width: 100%;
    border: 1px solid #4c4262;
}

@keyframes gameselect_leftside_effect {
    0% {
        background-position: 0rem;
    }
    100% {
        background-position: 80rem;
    }
}

.moneybankbox .gameselect > .leftside {
    width: 100%;
    height: 50px;
    background: linear-gradient(135deg,
    #41446d66 0%,
    transparent 25%,
    #41446d66 50%,
    transparent 75%,
    #41446d66 100%), #181925;
    display: block;
    position: relative;
    background-size: 80rem 80rem;
    animation: gameselect_leftside_effect 2s infinite linear;
}

.moneybankbox .gameselect > .leftside > .label {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #f4d29a;
    font-size: 16px;
}

.moneybankbox .gameselect .leftside .label2 input {
    vertical-align: middle;
    margin-right: 5px;
}

.moneybankbox .gameselect .leftside .label2 {
    display: block;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    color: #f4d29a;
    font-size: 16px;
    border: 2px solid #4c4262;
    padding: 5px 0px;
    width: 110px;
    text-align: center;
}

.moneybankbox .gameselect > .rightside {
    width: 100%;
    display: block;
    background: #0f0f0f;
}

.moneybankbox .gameselect > .rightside > .selectlist {
    height: 270px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.moneybankbox .gameselect > .rightside > .selectlist::-webkit-scrollbar {
    width: 7px;
}

.moneybankbox .gameselect > .rightside > .selectlist::-webkit-scrollbar-track {
    background: #111216;
}

.moneybankbox .gameselect > .rightside > .selectlist::-webkit-scrollbar-thumb {
    background: #242630;
}

.moneybankbox .gameselect > .rightside > .selectlist > .gameitem {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #313742;
    display: flex;
    position: relative;
    cursor: pointer;
    transition: all 300ms;
}

.moneybankbox .gameselect > .rightside > .selectlist > .gameitem:hover,
.moneybankbox .gameselect > .rightside > .selectlist > .gameitem.active {
    background: #36221a;
    transition: all 300ms;
}


.moneybankbox .gameselect > .rightside > .selectlist > .gameitem.active > .border,
.moneybankbox .gameselect > .rightside > .selectlist > .gameitem:hover > .border {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border: 2px solid #f4d29a;
}

.moneybankbox .gameselect > .rightside > .selectlist > .gameitem > .checkbox {
    width: 50px;
    background: url('/images/new/common/checkbox_goldbtn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: none;
    opacity: 0;
    transition: all 300ms;
}

.moneybankbox .gameselect > .rightside > .selectlist > .gameitem:hover > .checkbox,
.moneybankbox .gameselect > .rightside > .selectlist > .gameitem.active > .checkbox {
    width: 50px;
    opacity: 1;
    transition: all 300ms;
}


.moneybankbox .gameselect > .rightside > .selectlist > .gameitem > .gamename {
    width: 160px;
}

.moneybankbox .gameselect > .rightside > .selectlist > .gameitem > .money {
    text-align: right;
    flex-grow: 1;
    padding-right: 20px;
}

.moneybankbox .gameselect > .rightside > .selectlist > .gameitem:hover > * {
    color: #f4d29a;
}

.moneybankbox .gameselect > .rightside > .selectitem > .gameitem {
    height: 60px;
    line-height: 59px;
    display: flex;
    position: relative;
    cursor: pointer;
    transition: all 300ms;
    background: linear-gradient(#090909, #1b1b26)
}

.moneybankbox .gameselect > .rightside > .selectitem > .gameitem > .checkbox {
    width: 40px;
    background: url('/images/new/common/checkbox_goldbtn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: none;
    opacity: 1;
    transition: all 300ms;
}

.moneybankbox .gameselect > .rightside > .selectitem > .gameitem > .gamename {
    width: 140px;
}

.moneybankbox .gameselect > .rightside > .selectitem > .gameitem > .money {
    text-align: right;
    flex-grow: 1;
    padding-right: 20px;
}

.moneybankbox .gameselect > .rightside > .selectitem > .gameitem > .neon {
    padding-right: 15px;
    padding-top: 5px;
    white-space: nowrap;
}

.moneybankbox .gameselect > .rightside > .selectitem > .gameitem > * {
    color: #f4d29a;
}

.moneybankbox .command {
    width: 100%;
    display: flex;
    flex-direction: column;
}


.moneybankbox .command > .coupon,
.moneybankbox .command > .money {
    display: block;
    min-height: 80px;
    border: 1px solid #4c4262;
    position: relative;
    flex-grow: 1;
    background: linear-gradient(#090909, #1b1b26);
}

.moneybankbox .command > .coupon > .coupon_value {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    background: transparent;
    text-align: right;
    font-size: 20px;
    padding-right: 1px;
    color: #f4d29a;
}

.moneybankbox .command > .money > .money_value {
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);
    background: transparent;
    text-align: right;
    font-size: 20px !important;
    padding-right: 15px;
    color: #f4d29a;
    background-image: none !important;
}

.moneybankbox .command .money .password_value {
    display: block;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translate(0, -50%);
    background: transparent;
    text-align: left;
    font-size: 20px !important;
    padding-right: 15px;
    color: #f4d29a;
    background-image: none !important;
    width: 70%;
}

.moneybankbox .command > .coupon > .label,
.moneybankbox .command > .money > .label {
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 25px;
    color: #9098a2;
}

.btn_check {
    flex-shrink: 0;
    border-left: 1px solid #4c4262;
    width: 80px;
    text-align: center;
    background: #2f283d;
    cursor: pointer;
    height: 78px;
    line-height: 78px;
    float: right;
}

.btn_check:hover {
    background: #191620;
    color: #f4d29a;

}

.btn_check:active {
    background: #0f0d13;
}

.moneybankbox .command > .money > .currency {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 25px;
    color: #f4d29a;
}

.moneybankbox .command > .moneyset {
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
    border-left: 1px solid #4c4262;
}

.moneybankbox .command > .moneyset > .btn_add_money {
    width: 100%;
    text-align: center;
    border-right: 1px solid #4c4262;
    border-bottom: 1px solid #4c4262;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    flex-shrink: 1;
}

.moneybankbox .command > .moneyset > .btn_set_money {
    width: 100%;
    text-align: center;
    border-right: 1px solid #4c4262;
    border-bottom: 1px solid #4c4262;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    flex-shrink: 1;
    grid-column: span 3;
}

.moneybankbox .command > .btn_submit {
    display: block;
    border: 1px solid #4c4262;
    text-align: center;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

.moneybankbox .command .btn_primary .fill {
    background: #000000;
}

/*
    VISUAL BOX CASNIO GAME LIST CSS
*/

.gamelist {
    margin: 0 auto;
    width: auto;
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    grid-gap: 5px;
    padding: 5px;
}

@media only screen and (min-width: 540px) {
    .gamelist {
        margin: 0 auto;
        width: auto;
        display: grid;
        grid-template: repeat(1, 1fr) / repeat(3, 1fr);
        grid-gap: 5px;
        padding: 5px;
    }
}


.gamelist > .gameitem {
    flex-shrink: 0;
    height: 240px;
    border-radius: 13px;
    position: relative;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 300ms;
    z-index: 10;
}

.gamelist > .gameitem:hover {
    height: 240px;
    z-index: 20;
}

.gamelist > .gameitem > .border {
    position: absolute;
    border-radius: 13px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(135deg,
    #c5a773 12.5%,
    transparent 25%,
    transparent 50%,
    #c5a773 62.5%,
    transparent 75%, transparent),
    #fffce8 100%;
    background-size: 80rem 80rem;
    animation: golden_effect_btn_play_game 4s linear infinite;
    filter: grayscale(1) brightness(0.3);
    height: 240px;
    overflow: hidden;
}

.gamelist > .gameitem:hover > .border {

    filter: grayscale(0) brightness(1);
}

.gamelist > .gameitem > .fill {
    position: absolute;
    display: block;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 13px;
    overflow: hidden;
    filter: grayscale(1) brightness(0.8);
    height: 238px;
    overflow: hidden;
}

.gamelist > .gameitem > .fill:hover {
    filter: grayscale(0);

}

.gamelist > .gameitem > .fill > .gmae_img {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    filter: brightness(0.4);
}

.gamelist > .gameitem > .fill > .game_logo {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 60px;
}

.gamelist > .gameitem:hover > .fill > .game_logo {
    position: absolute;
    display: block;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 80px;
}

.gamelist > .gameitem:hover > .fill > .game_title {
    display: block;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 30%;
    opacity: 0;
    text-align: center;
}

.gamelist > .gameitem:hover > .fill > .game_title {
    opacity: 1;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0px 0px 5px #1437ff55,
    0px 0px 10px #1437ff88,
    0px 0px 20px #1437ffaa;
}

.gamelist > .gameitem:hover > .fill > .game_title > .subeng {
    text-shadow: none;
    color: #545454;
    display: block;
}

.gamelist > .gameitem > .fill > .game_desc {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 50px;
    height: 105px;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 0;
    font-size: 12px;
}

.gamelist > .gameitem:hover > .fill > .game_desc {
    opacity: 1;
    font-size: 12px;
    font-weight: 600;
    color: #aaaaaa;
}

.gamelist > .gameitem:hover > .fill > .game_money {
    display: block;
    position: absolute;
    bottom: 7px;
    left: 5px;
    right: 5px;
    height: 36px;
    background: #211e3988;
    backdrop-filter: blur(5px);
    border-radius: 8px;
    color: #cccccc;
    padding-right: 15px;
    text-align: right;
    line-height: 36px;
    font-size: 16px;
    font-weight: 16px;
    text-shadow: 0px 0px 5px #1437ff55,
    0px 0px 10px #1437ff88,
    0px 0px 20px #1437ffaa;
    font-weight: 700;
}


.gamelist > .gameitem:hover > .fill > .game_money > .currency {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    color: #888888;
    font-family: 'GmarketSans';
    text-shadow: none;
}


@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 {
    position: relative;
    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: 32%;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    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: #000;
    border: 1px solid #2782f2;
    font-size: 16px;
    font-weight: bold;

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

.topbtn-arr a {
    background: linear-gradient(to bottom, #2956ff 0%, #0306d4 100%);
    border: none;
    color: #fff;
}

.topbtn-arr button:hover {
    filter: brightness(1.5)
}

.topbtn-arr a:hover {
    filter: brightness(1.5)
}

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


* {
    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;
}

@import url("https://cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css");
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: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* 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 {
    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;
}

.sub_content_arr {
    min-height: 500px;
    position: relative;
    padding-bottom: 20px;
    padding: 35px 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(#000000, #0a0000);
    border-bottom: 1px solid #01278f;
}

.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: 999;
    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/lobby/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?44141) 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?44411) center center no-repeat;
    background-size: 20px 20px;

}

.top-togle {

    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?14144) center center no-repeat;
    background-size: 30px 30px;
    display: none;


}

#sidebar-close {


    width: 100%;
    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: #8b8b8b;
    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: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black, " sans-serif";

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


}

.navbar-brand > img {
    display: inline;
    width: 180px;
    margin: 8px 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: bold;
}

.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: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ccc;
}

footer p a {
    color: #6cdbff;
}

h2 {

    font-size: 18px;
    font-weight: 700;
    color: #2782f2;
    padding: 0 0 0 10px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    font-family: NotoSansKR !important;
    background: #222;
    border-bottom: solid 2px #000;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
    margin-bottom: 5px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

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: NotoSansKR !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: dotum;
}

.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: Tahoma, Geneva, sans-serif !important;
}

.money_view01 {
    color: #ff0000;
    float: right;
    font-family: Tahoma, Geneva, sans-serif !important;
}

.intro_1 {
    color: #333;
    font-family: Tahoma, Geneva, sans-serif !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: dotum;
    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: NotoSansKR !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;
    background: #1f4eaf;
    border: 1px solid #000;

}

#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(#c84eeb, #9f2cc0) !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: dotum;
    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: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    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: dotum;


    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: dotum;
    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: #fff;
    background: #1f4eaf;
    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: dotum;
    font-weight: bold;
    vertical-align: middle;
    font-family: dotum;
    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: NotoSansKR !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: dotum;
    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: NotoSansKR !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: dotum;
    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: NotoSansKR !important;

}

.Selected2 {
    padding: 0 3px;

    font-weight: bold;
    font-family: dotum;
    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: NotoSansKR !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: NotoSansKR !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 {
    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: NotoSansKR !important;
    background: #eee;
}

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

.tf_pagination ul li a:hover {

    color: #fff;

    background: #2782f2
}

.tf_pagination .active {

    color: #fff;

    background: #2782f2
}

.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: #2782f2;
}

.top-info-mm .mb_mileage {
    color: #2782f2;
}

#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: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    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;
}

.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: bold;
    text-align: center;
    font-size: 12px;
    display: block;
}

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

.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 {
    background: #111;
    border-bottom: solid 1px #444;
    padding: 5px 0;
}

.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%, #2782f2 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%, #2782f2 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: #2782f2;
    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 #2782f2 !important
}

.wrapper > div {
    font-family: 'KBO-Dia-Gothic_bold' !important;
}

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

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

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


.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: bold;
    text-align: center;
    font-size: 12px;
    display: block;
}

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

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

.icogolda a {
    color: #fff;
}

.righabottm {
    text-align: center;
    padding: 6px;
}

.righabottm img {
    margin: 3px;
}

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


.my-wallet {
    margin-bottom: 30px;
}

.my-wallet:after {
    content: "";
    display: block;
    clear: both;
}

.point_change {
    background: #222;
    color: #fff;
    position: fixed;
    left: 40px;
    right: 40px;
    top: 60px;
    bottom: 40px;
    box-sizing: border-box;
    padding: 30px;
}

.game-money, .sports-money {
    width: 100%;
    border: solid 1px #444;
    box-sizing: border-box;
}

.game-money p, .sports-money p {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #000;
    font-weight: bold;
}

.game-money div, .sports-money div {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #111;
}

#w_from, #w_to {
    width: 70%
}

.wallet-move .money {
    width: 100%;
    margin: 5px auto
}

#btnMoneyAct {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-top: 10px;
}

.companys {
    padding: 10px;
}

.ly002 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 999999 !important;
    background: rgba(0, 0, 0, 0.7);
}

.close-ly {
    height: 35px;
    line-height: 35px;
    background: #ff0000;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
    font-weight: bold;
    border-radius: 3px;
    width: 70px;
    display: inline-block;
    right: 5px;
    top: 5px;
    text-align: center;
    position: absolute;
    right: 2px;
    top: 2px;
}

.close-point-change {
    position: absolute;
    right: 5px;
    top: 5px;
}

.close-point-change:before {
    font-size: 30px !important;
    vertical-align: middle;
}

.btn_point_change {
    display: block !important;
    margin: 50px auto 0 auto;
}

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

.real_list a {
    width: 100%;
    flex-shrink: 0;
    border-radius: 13px;
    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;
}

.real_list a:hover .game_title {
    display: block;
    opacity: 1;
    transition: all 500ms;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0px 0px 5px #4f6dff,
    0px 0px 10px #0a29c4,
    0px 0px 20px #0a29c4;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 43%;
    color: #fff;
}

.real_list img {
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
    display: block;
    filter: grayscale(0) brightness(1);
    transition: all 500ms;
}

.real_list a:hover img {
    filter: grayscale(1) brightness(0.3);
}

.real_list .border {
    padding: 2px;
    border-radius: 13px;
    background-size: 80rem 80rem;
    transition: all 300ms;
    overflow: hidden;

    background: linear-gradient(135deg, #2782f2 12.5%, transparent 25%, transparent 50%, #fff 62.5%, transparent 75%, transparent), #fff 100%;
}

.real_list a:hover .border {
    background: linear-gradient(135deg, #2782f2 12.5%, transparent 25%, transparent 50%, #fff 62.5%, transparent 75%, transparent), #fff 100%;
    animation: golden_effect_btn_play_game 4s linear infinite;
    transition: all 300ms;
}

.banner-btomm img {
    margin-left: 40px
}


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?22");
    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: #e3b66b;
    font-size: .72rem;
    padding-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: #0078fb;
    font-size: 1.5rem;
    margin-bottom: .5vw
}


footer ul li:nth-of-type(3) a {
    font-size: .81rem !important;
    width: 15.2vw !important;
    height: 15.2vw !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    position: absolute !important;
    top: 3.6vw !important;
    left: 42.4vw !important;
    color: #000 !important;
    background: linear-gradient(#01cbfb, #0078fb);
}

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

}

footer ul li:nth-of-type(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-of-type(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-of-type(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-of-type(3) a, footer ul li a {
        font-size: 1.6rem
    }

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

    footer ul li:nth-of-type(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')
