.pick-btn {
    border: solid 2px black;
    text-align: center;
    padding: 6px 0px;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}
.pick-btn-sdr {
    width: 100%;
    /* background: #363942 !important; */
    border: solid 2px #666;
}
.pick-btn-selected {
    background: yellow !important;
    color: red;
}
.pick-btn-fw { /* fixed width */
    /* max-width: 120px;
    width: 94px;*/
    width: 100%;
}
.left-pick-color {
    background: #4597E6;
}
.right-pick-color {
    background: #d9534f;
}
.bet-btn {
    display: inline-block;
    border: solid 2px black;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}
.round-info {
    background: #5E6168;
    color: white;
    text-shadow: 1px 1px black;
    overflow: hidden;
    padding: 10px 15px;
    font-size: 14px;
}

.round-info .bet-end-count {
    color: lightgreen;
    background: black;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 80%;
    font-weight: bold;
    width: 140px;
    display: inline-block;
    text-align: center;
}
.round-info .bet-end {
    color: red;
}
.no-gutters{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.page-title{
    background: #262932;
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    font-size: 15px
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.py{
    padding:1rem 0;
}
.round-info .bet-end-count {
    color: lightgreen;
    background: black;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 80%;
    font-weight: bold;
    width: 150px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
    font-size: 13px
}
.badge-success {
    color: #fff;
    background-color: #28a745;
     font-size: 13px

}
.badge-primary {
    color: #fff;
    background-color: #007bff;
    font-size: 13px

}
.table-dark {
    color: #fff;
    background-color: #343a40;
    font-size: 14px
}

.table-dark thead th {
    vertical-align: bottom;

    text-align: center
}
.table-dark>tbody>tr>td, .table-dark>tbody>tr>th, .table-dark>tfoot>tr>td, .table-dark>tfoot>tr>th, .table-dark>thead>tr>td, .table-dark>thead>tr>th{
    padding: 1.25rem;
    vertical-align: top;
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656
}
span.gold-money {
    color: gold;
    font-weight: bold;
    text-shadow: 1px 1px black;
}
span.red-money {
    color: #d48b8b;
    font-weight: bold;
    text-shadow: 1px 1px black;
}
.d-flex{
    display: flex;
    justify-content: space-between
}
div.bet-slip, div.charge-slip {
    text-align: center;
    background: #eee;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.py-3{padding: 1rem 0;}
.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.rounded {
    border-radius: .25rem!important;
}

/*page*/
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: flex;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding:6px 12px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-select {
    display: inline-block;
    width: 100%;
    padding:6px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url('http://www.w3.org/2000/svg') no-repeat right .75rem center/8px 10px;
    background-color:#fff;
    border:1px solid #ced4da;
    border-radius:.25rem;
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance :none;
    position:relative;
    flex:1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.sectoin-inwrap {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    padding: 0;
}
.cont-left {
    float: left;
    width: 200px;
    padding: 0;
    margin: 0;
    position: relative;
}
.cont-center {
    float: left;
    width: 920px;
    padding: 0;
    margin: 0;
    position: relative;
}
.cont-right {
    float: left;
    width: 280px;
    padding: 0;
    margin: 0;
    position: relative;
}
/*cont-left*/
.pagename {
    position: relative;
    font-size: 30px;
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    margin: 30px 0 0;
}
.pagename span {
    color: #999;
    font-size: 12px;
    position: relative;

}
.category-name {
    margin: 20px 0 0;
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.category-name i {
    position: absolute;
    top: 0;
    left: 0;
}
.category-list {
    position: relative;
    padding: 0;
    margin: 10px 0 0;
}
.category-list .button-type {
    height: 40px;
    display: block;
    background: linear-gradient(#484848 0%, #000 100%);
    border-radius: 4px;
    border: 1px #525252 solid;
    cursor: pointer;
    position: relative;
    padding-left: 38px;
    color: #fff;
    margin: 0 0 2px;
}
.category-list .button-type i {
    position: absolute;
    top: 12px;
    left: 12px;
}
.category-list .button-type h5 {
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
}
.category-list .button-type .gamecount {
    position: absolute;
    background: #2d2d2d;
    border-radius: 4px;
    padding: 1px 10px 2px;
    color: #ffcf00;
    font-size: 12px;
    top: 10px;
    right: 10px;
    display: inline-block;
}
.category-list .button-type.select {
    background: linear-gradient(#314148 0%, #506169 100%);
    border-radius: 4px;
    border: 1px #314148 solid;
}
.category-list .button-type.select .gamecount {
    background: #ffcf00;
    color: #222;
}
.ad-kakao {
    position: relative;
    height: 50px;
    background: url(/images/kakao.png) top left no-repeat;
    padding-left: 56px;
    text-align: left;
    margin: 30px 0 0;
}
.ad-kakao .sns-name {
    color: #f9e000;
    font-size: 11px;
    line-height: 20px;
}
.ad-telegram {
    position: relative;
    height: 50px;
    background: url(/images/telegram.png) top left no-repeat;
    padding-left: 56px;
    text-align: left;
    margin: 30px 0 0;
}
.ad-telegram .sns-name {
    color: #41b4e6;
    font-size: 11px;
    line-height: 20px;
}
/*cont-center*/
.content-position {
    position: relative;
    margin: 0 10px 0;
}
.tab-type {
    margin: 30px 0 0;
    border-bottom: 1px #464646 solid;
    padding: 0 0 10px;
    display: block;
    overflow: hidden;
}
.tab-type .tab-button.select {
    background: linear-gradient(#fff 0%, #ddd 100%);
    color: #fa9605;
}
.tab-type .tab-button {
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: transparent;
    font-size: 14px;
    color: #979ca0;
    text-align: center;
    margin: 0 10px 0 0;
    float: left;
    cursor: pointer;
    font-weight: 500;
}
.bet-list-type {
    position: relative;
    margin: 30px 0 0;
    padding: 0;
}
.k-spinner {
    position: relative;
}
.sports-notice {
    margin: -20px 0 0px 0;
    font-size: 12px;
    color: #FFF;
    padding-left: 20px;
}
.bet-list-type table {
    width: 100%;
}
.bet-list-type th {
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.game-group {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 12px;
    overflow: hidden;
}
.game-group .flag-info {
    padding: 8px 0;
    margin: 0;
    text-align: left;
    overflow: hidden;
    display: block;
}
.game-group .flag-info i {
    text-align: left;
    margin: 0 10px 0;
    float: left;
}
.game-group .flag-info h3 {
    color: #ffcf00;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    float: left;
}
.game-set {
    position: relative;
    background: #1f1f1f;
    border-top: 1px #000 solid;
    border-bottom: 1px #333 solid;
    height: 48px;
    display: block;
    padding: 0 10px;
}
.game-set .locked {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 219px;
    right: 23px;
    text-indent: -200%;
    overflow: hidden;
    border: 1px solid #34454d;
    border-radius: 5px;
    background: rgba(21, 28, 32, .8) url(/images/ico-locked.png) no-repeat center;
    z-index: 1;
}
.game-set .set-date {
    float: left;
    width: 20%;
    height: 16px;
    border-radius: 4px;
    background: #fff;
    color: #222;
    text-align: center;
    margin: 16px 0 0;
    line-height: 16px;
    letter-spacing: 0;
}
.game-set .set-info {
    float: left;
    width: 10%;
    color: #a9a9a9;
    text-align: center;
    line-height: 48px;
}
.game-set .game1 {
    float: left;
    width: 30%;
    height: 34px;
    background: linear-gradient(#000 0%, #3a3a3a 100%);
    border: 1px #353535 solid;
    border-radius: 4px;
    margin: 6px 0 0;
    cursor: pointer;
    padding: 0 10px;
}
.game-set .game1 .teamname {
    float: left;
    text-align: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #fff;
    line-height: 34px;
}
.game-set .game1 .odd {
    float: right;
    text-align: right;
    width: 20%;
    color: #ffcf00;
    line-height: 34px;
    letter-spacing: 0;
}
.game-set .game-vs {
    float: left;
    width: 8%;
    height: 34px;
    background: linear-gradient(#000 0%, #3a3a3a 100%);
    border: 1px #353535 solid;
    border-radius: 4px;
    margin: 6px 5px 0;
    text-align: center;
}
.game-set .game-vs .odd {
    width: 100%;
    color: #dadada;
    line-height: 34px;
    letter-spacing: 0;
}
.game-set .game3 {
    float: left;
    width: 30%;
    height: 34px;
    background: linear-gradient(#000000 0%, #3a3a3a 100%);
    border: 1px #353535 solid;
    border-radius: 4px;
    margin: 6px 0 0;
    cursor: pointer;
    padding: 0 10px;
}
.game-set .game3 .teamname {
    float: right;
    text-align: right;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #fff;
    line-height: 34px;
}
.game-set .game3 .odd {
    float: left;
    text-align: left;
    width: 20%;
    color: #ffcf00;
    line-height: 34px;
    letter-spacing: 0;
}
.game-set .game1.select {
    background: linear-gradient(#ffcf00 0%, #f98a06 100%);
    border: 1px #000 solid;
}
.game-set .game1.select .teamname {
    color: #222;
}
.game-set .game1.select .odd {
    color: #222;
}
.category-cont {
    position: relative;
    margin: 0 10px 0;
    padding: 0;
}
/**.cont-right*/
.present-time {
    position: relative;
    padding: 0;
    margin: 10px 10px 0;
    height: 72px;
    background: url(/images/timebg.png);
}
.present-time .gmt-s {
    position: absolute;
    top: 33px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    line-height: 13px;
}
.present-time .date-num {
    position: absolute;
    top: 4px;
    right: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0;
}
.present-time .time-s {
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-size: 18px;
    color: #ffce3d;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0.40em;
}
.betcart {
    position: relative;
    margin: 30px 10px 0;
    padding: 0;
}
.betcart .cart-top {
    background: url(/images/cart-top.png) left center no-repeat;
    height: 64px;
    position: relative;
}
.betcart .cart-top .fixed-pin {
    position: absolute;
    width: 80px;
    height: 20px;
    top: 16px;
    right: 0;
}
.betcart .cart-top .fixed-pin .checked-box {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    margin: 2px 0 0;
}
.betcart .cart-top .fixed-pin .checked-txt {
    float: left;
    margin: 0 5px 0;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: left;
}
.select-krw {
    position: relative;
    display: block;
    margin: 10px 0;
    padding: 0;
    clear: both;
    text-align: center;
}
.select-krw .krw-button {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    background: #46494a;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #fff;
    width: 24%;
    margin: 1px 0.02em;
}
.select-krw .krw-button-b {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    background: #46494a;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #fba504;
    width: 24%;
    margin: 1px 0.02em;
}
.betcart h4 {
    padding: 6px 0 10px 0;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-top: 1px #34454d solid;
}
.bettin-button {
    position: relative;
    display: block;
    height: 56px;
    background: linear-gradient(#f60 0%, #fe5a01 100%);
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 0;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}
.betcart .bet-view {
    height: 34px;
    background: linear-gradient(#ffcf3f 0%, #ffac02 100%);
    border: 1px #000 solid;
    border-radius: 4px;
    margin: 6px 0 0;
    padding: 0 10px;
    display: block;
    position: relative;
}
.betcart .bet-view .teamname {
    float: left;
    width: 70%;
    line-height: 34px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #222;
    text-align: left;
}
.betcart .bet-view .odd {
    float: left;
    width: 24%;
    line-height: 34px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #222;
    text-align: right;
    padding-right: 2px;
}
.betcart .bet-view i {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 10px;
}
.betcart .mybet-view .state-view {
    margin: 10px 10px 0;
    font-size: 12px;
    color: #51e87f;
    text-align: right;
    display: block;
}
.betcart .bet-info ul {
    margin: 0;
    padding: 0;
}
.betcart .bet-info ul li {
    height: 30px;
    list-style: none;
}
.betcart .bet-info ul li .info-name {
    float: left;
    color: #b0bec5;
    line-height: 30px;
    padding: 0 10px 0;
}
.betcart .bet-info ul li .info-krw {
    float: right;
    color: #58baff;
    line-height: 30px;
    padding: 0 10px 0;
    font-size: 14px;
}
.betcart .bet-info ul li .info-odd {
    float: right;
    color: #ff4f4f;
    line-height: 30px;
    padding: 0 10px 0;
    font-size: 14px;
}
.bet-input-box{
    position: relative;
    display: block;
    height: 36px;
    margin: 6px 0 0;

}
.bet-input {
    width: 260px;
    height: 36px;
    border: 1px #161e21 solid;
    background: #34454d;
    border-radius: 4px;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
}
.bet-input-box .box-name {
    position: absolute;
    top: 10px;
    left: 10px;
}
.bet-input-box .box-name i {
    float: left;
}
.bet-input-box .box-name h2 {
    float: left;
    margin: 0 0 0 5px;
    color: #51e87f;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
#containers{ background: rgb(0, 0, 0,.8);border-radius: 8px;width: 1400px;overflow: hidden;min-height:1000px; height:auto!important; height:1000px;}

/* default layout */
div.bet-slip, div.charge-slip {
    text-align: center;
    background: #eee;
}

div.bet-slip ul, div.charge-slip ul {
    margin: 0; padding: 0;
    display: inline-block;
}

div.bet-slip ul li, div.charge-slip ul li {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    display: inline-block;
    width: 58px;
}

div.charge-slip ul li {
    width: 60px;
}

div.bet-slip ul li > span, div.charge-slip ul li span {

    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 13px;
    color: white;
    background: #363942;
    cursor: pointer;
}

/* bs media break */
@media (max-width: 575.98px) {
    .hole-wrapper {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) {

}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
}




/* bs media break */
@media (min-width: 576px) {
    .main-container {
        min-width: 1200px;
    }
    .container {
        max-width: 540px;
    }

    .hole-wrapper {
        width: 600px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }


}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }


}
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 960px;
    }
    .main-container {
        min-width: 1200px;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

}
@media (max-width: 576px) {
    .container {
        width: 100%;
    }

}
.p-0 {
    padding: 0!important;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.d-block {
    display: block!important;
}
.d-none {
    display: none!important;
}
@media (min-width: 768px){
    .d-md-none {
        display: none!important;
    }
}
@media (min-width: 768px){
    .d-md-block {
        display: block!important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .d-md-none {
        display: none!important;
    }
    .d-md-block {
        display: block!important;
    }
    .d-block {
        display: block!important;
    }
    .d-none {
        display: none!important;
    }
}
.border-primary {
    border-color: #007bff!important;
}
@media (min-width: 576px){
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

}
@media (min-width: 768px){
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

}


.iframe{ width: 100%;margin-top: 10px;padding-top: 20px;border-radius:4px;}
.btn, .btn-new{ border: none; }



.ac{text-align:center !important;}
.center{text-align:center !important;}
.al{text-align:left !important;}
.ar{text-align:right !important;}
.fl{float:left}
.fr{float:right}
.nobr{white-space:nowrap;}

.mgr2{margin-right:2px !important;}
.mgt10{margin-top:10px !important;}
.mgt20{margin-top:20px !important;}
.mg10{margin:10px !important;}
.mg15{margin:15px !important;}
.mgc{margin:0px auto !important;}
.mgr5{margin-right:5px !important;}
.mgl10{margin-left:10px !important;}

.pd5{padding:5px !important;}
.pd10{padding:10px !important;}
.pd20{padding:20px !important;}
.pdl5{padding-left:5px !important;}
.pdl10{padding-left:10px !important;}
.pdl20{padding-left:20px !important;}
.pdl30{padding-left:20px !important;}
.pdr2{padding-right:2px !important;}
.pdr3{padding-right:3px !important;}
.pdr5{padding-right:5px !important;}
.pdr10{padding-right:10px !important;}
.pdt2{padding-top:2px !important;}
.fsize9{font-size:9px !important;}
.fsize10{font-size:10px !important;}
.fsize11{font-size:11px !important;}
.fsize12{font-size:12px !important;}
.fsize13{font-size:13px !important;}
.fsize14{font-size:14px !important;}
.fsize15{font-size:15px !important;}
.fsize16{font-size:16px !important;}




.sp{display:inline-block;background:url('/images/sp.png?v=4') no-repeat;overflow:hidden; line-height:0px; font-size:0px; text-indent:-1000px;font:0/0 a;}





.sp_admin{background-position:-315px -442px !important;width:33px;height:10px;}

.wtxt{font-size:12px;color:#fff;white-space:nowrap;}


#msg_pop b{color:#333;}
#msg_pop{color:#333;}
#msg_pop button{padding:5px;color:#000;}


    #head{width:1184px;margin:0px auto;height:60px;border-bottom:0px solid #454545;}/*background:#221a1f;*/
    #head_inn{width:1184px;height:100%;margin:0px auto;position:relative;}
    
           

    #now_times_zone{position:absolute;top:0px;left:0px;width:305px;height:55px;padding-top:0px;color:#fff;}
    #now_times_zone div.icon{background-position:0px 0px;width:70px;height:31px;position:absolute;top:11px;left:13px;}
    #now_times_zone div:nth-child(2){position:absolute;bottom:5px;right:0px;}
    #now_times_zone div:nth-child(2) > span:nth-child(1){font-size:30px;font-weight:500;color:#249695;font-family: 'Nanum Square';letter-spacing:-1;}
    #now_times_zone div:nth-child(2) > span:nth-child(2){font-size:14px;color:#249695;font-family: 'Nanum Square';}
    #now_times_zone div:nth-child(2) > span:nth-child(3){padding-left:3px;font-size:16px;font-weight:bold;color:#fff;font-family: 'Nanum Square';}
    #now_times_zone div:nth-child(2) > span:nth-child(4){font-size:13px;color:#fff;font-family: 'Nanum Square';}
    
    #time_zone{position:absolute;top:0px;left:330px;width:251px;height:55px;}
    #time_zone div.icon{background-position:-70px 0px;width:70px;height:31px;position:absolute;top:11px;left:0px;}
    #time_zone > div:nth-child(2){position:absolute;bottom:5px;right:0px;}
    #time_zone span:nth-child(1){font-family:arial;font-size:14px;color:#fff;position:relative;bottom:0px;font-family: 'Nanum Square';}
    #time_zone span:nth-child(2){padding-left:5px;font-family:arial;font-size:36px;font-weight:normal;color:#80970c;font-family: 'Nanum Square';}
    
    
    #cash_zone{position:absolute;top:0px;left:606px;width:201px;height:55px;}
    #cash_zone div.icon{background-position:-140px 0px;width:70px;height:31px;position:absolute;top:11px;left:0px;}
    #cash_zone div:nth-child(2){position:absolute;bottom:5px;left:80px;}
    #cash_zone div:nth-child(2) > span:nth-child(1){font-family:arial;font-size:20px;color:#fff;position:relative;bottom:6px;font-family: 'Nanum Square';}
    #cash_zone div:nth-child(2) > span:nth-child(2){font-size:14px;font-weight:normal;color:#fff;position:relative;bottom:3px;left:3px;font-family: 'Nanum Square';}
    
    
    
    #point_zone{position:absolute;bottom:17px;right:11px;font-family: 'Nanum Square';}
    #point_zone span:nth-child(1){font-family:arial;font-size:14px;color:#fff;position:relative;bottom:1px;font-family: 'Nanum Square';}
    #point_zone span:nth-child(2){font-family:arial;font-size:18px;font-weight:normal;color:#fff;font-family: 'Nanum Square';}
    #point_zone > div > div{float:right;}

    #point_zone_inn {float:left;display:none;}
    .point_btn{border:0px;color:0px;background:#6591ab;color:#fff;width:35px;height:22px;padding:3px;position:relative;top:-2px;left:3px;border-radius:3px;font-family: 'Nanum Square';font-size:13px;}
    /*.bshow{border:0px;color:0px;background:#17435e;color:#fff;width:35px;height:22px;padding:3px;position:relative;top:0px;left:8px;display:none;}*/
    .bshow{border:0px;color:0px;background-image:url('/images/sp.png?v=2');background-position:0px -59px;color:#fff;width:54px;height:23px;padding: 0px 0px 0px 15px;position:relative;top:0px;left:8px;display:none;;font-family: 'Nanum Square';font-size:13px;}
    
    
    
    
    #head0{position:relative;width:1184px;height:11px;margin:0px auto 0px auto;background:rgba(0,0,0,0.5);}
    
    #head2{position:relative;width:1184px;height:57px;margin:0px auto 0px auto;background:#003c66;border:1px solid #40474d; color: #fff}
    #main_notice{position:absolute;right:10px;top:5px;width:384px;height:23px;background:#314755;color:#fff;font-size:11px;font-family:돋움;text-align:center;padding-top:5px;}
    
    #menus{position:absolute;bottom:0px;left:10px;}
    #menus li{position:relative;cursor:pointer;float:left;padding:18px 5px 0px 5px;border:0px solid red;margin:0px 5px;height:55px;color:#cacaca;font-family:맑은 고딕;font-weight:bold;font-size:17px;text-align:center;text-shadow:1px 1px 1px #000;font-family: 'Nanum Square';}
    #menus li.over{color:#d6ff05;border-bottom:3px solid #d6ff05;text-shadow:1px 1px 1px #000;}
    
    #menus li:nth-child(1){padding-right:80px;margin-right:30px;}
    /*#menus li:nth-child(2){padding-right:80px;}*/
    
    #menus li span{padding-left:7px;font-size:24px;font-weight:normal;color:#feffb2;position:absolute;top:13px;font-family: 'Nanum Square';}
    
    
    #head2_right{position:absolute;width:364px;height:55px;right:0px;background:#003c66;}
    #head2_right_left{position:absolute;width:120px;height:53px;left:2px;background:#483c18;}
    #head2_right_left > a{position:absolute;top:10px;left:10px;width:33px;height:33px;background-position:-278px 0px;}
    #head2_right_left > div > span:nth-child(1){position:absolute;top:14px;left:54px;width:15px;height:23px;background-position:-320px 0px;}
    #head2_right_left > div > span:nth-child(2){position:absolute;top:19px;left:76px;font-family: 'Nanum Square';font-size:14px;font-weight:bold;}
    
    #nick_zone{position:absolute;left:140px;top:20px;color:#fff;font-family: 'Nanum Square';font-size:14px;font-weight:bold;}
    #logout_zone{position:absolute;right:5px;top:16px;}
    #logout_zone > button{border:0px;color:0px;background:#6c0702;color:#fff;width:59px;height:22px;font-family: 'Nanum Square';font-size:14px;font-weight:bold;}
    .msg_zone{position:absolute;right:80px;top:18px;cursor:pointer;width:45px;height:20px;}
    .msg_zone span:nth-child(1){position:absolute;top:0px;left:0px;width:26px;height:20px;background-position:-240px 0px;}
    .msg_zone span:nth-child(2){position:absolute;top:2px;right:0px;font-family: 'gulim';font-size:14px;font-weight:normal;}
    
    
    .left_box{border-radius:6px;background:#13181d;padding:3px;}
    .sub_title{background:#262c31;border:1px solid #30373e;border-top-left-radius:6px;border-top-right-radius:6px;height:30px;color:#fff;font-family: 'Nanum Square';font-size:14px;font-weight:600;padding:6px 0px 0px 15px;text-shadow:1px 1px 1px #000;}
    .sub_title span{font-size:11px;font-family: 'Nanum Square';position:relative;left:10px;font-weight:100;}
    
    #bet_slip{margin:0px;width:347px;height:606px;background:#253e50;}
    #bet_slip .bs_title{background:#000f18;height:35px;color:#fff;font-family:맑은 고딕;font-weight:bold;padding:8px 0px 0px 15px;}
    
    #bet_slip .bet_able li{cursor:hand;}

    
    
    
    #bet_slip2{margin:0px;width:100%;height:706px;background:;}
    #bet_slip2 .bs_title{background:#000f18;height:35px;color:#fff;font-family:맑은 고딕;font-weight:bold;padding:8px 0px 0px 15px;}
    
    #bet_slip2 .bet_able li{cursor:hand;}
    #bet_slip_close{display:none;width:100%;height:100%;position:absolute;top:0px;z-index:2;background:#000;opacity:0.8;color:#fff;font-weight:bold;font-size:32px;text-align:center;padding-top:200px;}
    
    
    
    
    #body_wrap{width:1184px;min-height:726px;background:rgba(0,0,0,0.8);margin:0px auto 0px auto;padding:0px;position:relative;}
    #body_left{width:803px;position:relative;top:0px;left:10px;}
    #body_right{width:337px;position:absolute;right:0px;top:10px;right:18px;}
    
    
    .sub_wrap{border-radius:6px;background:#13181d;padding:3px;margin:0px 10px;position:relative;top:10px;}
    #body_left .sub_wrap{margin:0px;}
    
    
    
    .bet_wrap{width:793px;border-radius:10px;border:1px solid #000000;background:#13181c;position:relative;clear:both;margin-top:40px;padding-top:7px;padding-bottom:10px;margin-bottom:5px;float:left;}
    .tp1 li:nth-child(1) > div:nth-child(1) > span.h01{font-size:11px;position:relative;top:-2px;}
    .tp1 li:nth-child(2) > div:nth-child(1) > span.h01{font-size:11px;position:relative;top:8px;right:5px;float:left;}
    
    .tp1{clear:both;padding:3px 10px 3px 10px;}
    .tp1 div{font-family: 'Nanum Square';}
    .tp1 li{width:381px;height:46px;margin:0px 0px 0px 0px;cursor:pointer;border:1px solid #000;}
    .tp1 li:nth-child(1){float:left;border-top-left-radius:10px;border-bottom-left-radius:10px;}
    .tp1 li:nth-child(1) > div:nth-child(1){float:left;font-size:22px;color:#fff;padding:9px 0px 0px 15px;text-shadow:1px 1px 1px #000;font-family: 'Godo';font-weight:700;}
    .tp1 li:nth-child(1) > div:nth-child(2){float:right;height:100%;font-weight:normal;font-size:16px;text-align:right;padding:13px 10px 0px 0px;color:#fff;}
    .tp1 li:nth-child(2){float:right;border-top-right-radius:10px;border-bottom-right-radius:10px;}
    .tp1 li:nth-child(2) > div:nth-child(1){float:right;font-size:22px;color:#fff;padding:9px 15px 0px 0px;text-shadow:1px 1px 1px #000;font-family: 'Godo';font-weight:700;}
    .tp1 li:nth-child(2) > div:nth-child(2){float:left;height:100%;font-weight:normal;font-size:16px;text-align:left;padding:13px 0px 0px 10px;color:#fff;}
    
    /*.tp1 li.over{background-position-y:calc(100% - 450px) !important;color:#fff;}*/
    
    .bet_wrap2{width:390px;border-radius:10px;border:1px solid #000;background:#13181c;position:relative;margin-top:40px;display:;}
    .bet_wrap2 .tp1 li{width:49.4% !important;}
    .bet_wrap2 .tp1 li:nth-child(1) > div:nth-child(1){float:left;font-size:22px;font-weight:bold;color:#fff;padding:9px 0px 0px 15px;}
    .bet_wrap2 .tp1 li:nth-child(1) > div:nth-child(2){float:right;height:100%;font-weight:normal;font-size:16px;text-align:right;padding:13px 10px 0px 0px;color:#fff;}
    .bet_wrap2 .tp1 li:nth-child(2) > div:nth-child(1){float:right;font-size:22px;font-weight:bold;color:#fff;padding:9px 15px 0px 0px;}
    .bet_wrap2 .tp1 li:nth-child(2) > div:nth-child(2){float:left;height:100%;font-weight:normal;font-size:16px;text-align:left;padding:13px 0px 0px 10px;color:#fff;}
    
    .tp2{clear:both;padding:3px 10px 3px 10px;}
    .tp2 div{font-family: 'Nanum Square';}
    .tp2 li{width:33%;height:46px;margin:0px 0px 0px 0px;cursor:pointer;border:1px solid #000;}
    .tp2 li:nth-child(1){float:left;border-top-left-radius:10px;border-bottom-left-radius:10px;}
    .tp2 li:nth-child(1) > div:nth-child(1){float:left;font-size:22px;color:#fff;padding:9px 0px 0px 15px;text-shadow:1px 1px 1px #000;font-family: 'Godo';font-weight:700;}
    .tp2 li:nth-child(1) > div:nth-child(2){float:right;height:100%;font-weight:normal;font-size:16px;text-align:right;padding:13px 10px 0px 0px;color:#fff;}
    .tp2 li:nth-child(2){float:left;margin-left:0.5%;}
    .tp2 li:nth-child(2) > div:nth-child(1){float:left;font-size:22px;color:#fff;padding:9px 0px 0px 15px;text-shadow:1px 1px 1px #000;font-family: 'Godo';font-weight:700;}
    .tp2 li:nth-child(2) > div:nth-child(2){float:right;height:100%;font-weight:normal;font-size:16px;text-align:right;padding:13px 10px 0px 0px;color:#fff;}
    .tp2 li:nth-child(3){float:right;border-top-right-radius:10px;border-bottom-right-radius:10px;}
    .tp2 li:nth-child(3) > div:nth-child(1){float:left;font-size:22px;color:#fff;padding:9px 0px 0px 15px;text-shadow:1px 1px 1px #000;font-family: 'Godo';font-weight:700;}
    .tp2 li:nth-child(3) > div:nth-child(2){float:right;height:100%;font-weight:normal;font-size:16px;text-align:right;padding:13px 10px 0px 0px;color:#fff;}
    
    
    .tp_id0{background:#0086e3;}
    .tp_id1{background:#c20103;}
    .tp_id2{background:#0086e3;}
    .tp_id3{background:#c20103;}
    .tp_id4{background:#035c5a;}
    .tp_id5{background:#035c5a;}
    .tp_id6{background:#5b0204;}
    .tp_id7{background:#5b0204;}
    
    .tp_id8{background:#0086e3;}  /*홀*/
    .tp_id9{background:#c20103;}     /*짝*/
    .tp_id10{background:#0086e3;} /*언더*/
    .tp_id11{background:#c20103;} /*오버*/
    .tp_id12{background:#035c5a;} /*홀언더*/
    .tp_id14{background:#5b0204;}/*짝언더*/
    .tp_id13{background:#035c5a;}/*홀오버*/
    .tp_id15{background:#5b0204;}/*짝오버*/
    
    .tp_id16{background:#1b9a97;}
    .tp_id17{background:#1b9a97;}
    .tp_id18{background:#1b9a97;}
    .tp_id19{background:#23562c;}
    .tp_id20{background:#23562c;}
    .tp_id21{background:#23562c;}
    .tp_id22{background:#56234d;}
    .tp_id23{background:#56234d;}
    .tp_id24{background:#56234d;}
    
    
    
    .tp_id0.over{background:#69c2ff;}
    .tp_id1.over{background:#ff7b7c;}
    .tp_id2.over{background:#69c2ff;}
    .tp_id3.over{background:#ff7b7c;}
    .tp_id4.over{background:#048887;}
    .tp_id6.over{background:#880406;}
    .tp_id5.over{background:#048887;}
    .tp_id7.over{background:#880406;}
    
    .tp_id8.over{background:#69c2ff;}
    .tp_id9.over{background:#ff7b7c;}
    .tp_id10.over{background:#69c2ff;}
    .tp_id11.over{background:#ff7b7c;}
    .tp_id12.over{background:#048887;}
    .tp_id14.over{background:#880406;}
    .tp_id13.over{background:#048887;}
    .tp_id15.over{background:#880406;}
    
    .tp_id16.over{background:#28c8c4;}
    .tp_id17.over{background:#28c8c4;}
    .tp_id18.over{background:#28c8c4;}
    .tp_id19.over{background:#348142;}
    .tp_id20.over{background:#348142;}
    .tp_id21.over{background:#348142;}
    .tp_id22.over{background:#813473;}
    .tp_id23.over{background:#813473;}
    .tp_id24.over{background:#813473;}
    

    
    .tp_id0.cartIn{background:#69c2ff;border:1px solid #fff;}
    .tp_id1.cartIn{background:#ff7b7c;border:1px solid #fff;}
    .tp_id2.cartIn{background:#69c2ff;border:1px solid #fff;}
    .tp_id3.cartIn{background:#ff7b7c;border:1px solid #fff;}
    .tp_id4.cartIn{background:#048887;border:1px solid #fff;}
    .tp_id6.cartIn{background:#880406;border:1px solid #fff;}
    .tp_id5.cartIn{background:#048887;border:1px solid #fff;}
    .tp_id7.cartIn{background:#880406;border:1px solid #fff;}
    
    .tp_id8.cartIn{background:#69c2ff;border:1px solid #fff;}
    .tp_id9.cartIn{background:#ff7b7c;border:1px solid #fff;}
    .tp_id10.cartIn{background:#69c2ff;border:1px solid #fff;}
    .tp_id11.cartIn{background:#ff7b7c;border:1px solid #fff;}
    .tp_id12.cartIn{background:#048887;border:1px solid #fff;}
    .tp_id14.cartIn{background:#880406;border:1px solid #fff;}
    .tp_id13.cartIn{background:#048887;border:1px solid #fff;}
    .tp_id15.cartIn{background:#880406;border:1px solid #fff;}
    
    .tp_id16.cartIn{background:#28c8c4;border:1px solid #fff;}
    .tp_id17.cartIn{background:#28c8c4;border:1px solid #fff;}
    .tp_id18.cartIn{background:#28c8c4;border:1px solid #fff;}
    .tp_id19.cartIn{background:#348142;border:1px solid #fff;}
    .tp_id20.cartIn{background:#348142;border:1px solid #fff;}
    .tp_id21.cartIn{background:#348142;border:1px solid #fff;}
    .tp_id22.cartIn{background:#813473;border:1px solid #fff;}
    .tp_id23.cartIn{background:#813473;border:1px solid #fff;}
    .tp_id24.cartIn{background:#813473;border:1px solid #fff;}
    
    
    .grtn{height:265px;width:100%;background:#13181d;overflow:hidden;position:relative;}
    
    .g_round{position:absolute;top:20px;left:90px;font-size:30px;font-family:arial;color:#ffffff;font-family: 'Nanum Square';}
    .g_round span{color:#ffffff;font-family:'Nanum Square';padding-left:5px;font-weight:bold;font-size:15px;}
    
    .g_next{position:absolute;z-index:2;top:84px;left:15px;width:21px;height:24px;cursor:pointer;background-image:url("/images/sp.png");background-position:-25px -553px;overflow:hidden; line-height:0px; font-size:0px; text-indent:-1000px;font:0/0 a;}
    .g_prev{position:absolute;z-index:2;top:84px;right:15px;width:21px;height:24px;cursor:pointer;background-image:url("/images/sp.png");background-position:-53px -553px;overflow:hidden; line-height:0px; font-size:0px; text-indent:-1000px;font:0/0 a;}
    
    
    .g_rtn01{position:absolute;top:70px;left:67px;width:52px;height:52px;}
    .g_rtn_odd{background-image:url("/images/sp.png?v=4");background-position:-0px -380px;}
    .g_rtn_even{background-image:url("/images/sp.png?v=2");background-position:-54px -380px;}
    
    .g_rtn02{position:absolute;top:70px;left:136px;width:77px;height:61px;}
    .g_rtn_under{background-image:url("/images/sp.png?v=21");background-position:-77px -447px;top:70px;}
    .g_rtn_over{background-image:url("/images/sp.png?v=21");background-position:-0px -447px;top:60px;}
    
    .g_rtn03{position:absolute;top:70px;left:228px;width:52px;height:52px;}
    .g_rtn_big{background-image:url("/images/sp.png?v=21");background-position:-108px -380px;}
    .g_rtn_middle{background-image:url("/images/sp.png?v=21");background-position:-162px -380px;}
    .g_rtn_small{background-image:url("/images/sp.png?v=21");background-position:-216px -380px;}
    
    
    
    
    .grtn2{height:265px;width:100%;background:#13181d;overflow:hidden;position:relative;}
    
    .grtn2 .g_round{position:absolute;top:30px;left:90px;font-size:30px;font-family:arial;color:#ffffff;font-family: 'Nanum Square';}
    .grtn2 .g_round span{color:#ffffff;font-family:'Nanum Square';padding-left:5px;font-weight:bold;font-size:15px;}
    
    .grtn2 .g_next{position:absolute;z-index:2;top:104px;left:15px;width:21px;height:24px;cursor:pointer;background-image:url("/images/sp.png?v=21");background-position:-25px -553px;overflow:hidden; line-height:0px; font-size:0px; text-indent:-1000px;font:0/0 a;}
    .grtn2 .g_prev{position:absolute;z-index:2;top:104px;right:15px;width:21px;height:24px;cursor:pointer;background-image:url("/images/sp.png?v=21");background-position:-53px -553px;overflow:hidden; line-height:0px; font-size:0px; text-indent:-1000px;font:0/0 a;}
    
    
    .grtn2 .g_rtn_sum{position:absolute;top:90px;left:72px;width:58px;height:58px;border:1px solid #333;border-radius:30px;text-align:center;padding-top:8px;font-size:32px;font-family:arial;background:#666;font-weight:bold;text-shadow:2px 2px 2px #000;}
    
    .grtn2 .g_rtn02{position:absolute;top:90px;left:146px;width:52px;height:52px;}
    .grtn2 .g_rtn_under{background-image:url("/images/sp.png?v=21");background-position:-77px -447px;top:70px;}
    .grtn2 .g_rtn_over{background-image:url("/images/sp.png?v=21");background-position:-0px -447px;top:60px;}
    
    .grtn2 .g_rtn03{position:absolute;top:90px;left:208px;width:77px;height:61px;}
    .grtn2 .g_rtn_big{background-image:url("/images/sp.png?v=21");background-position:-108px -380px;}
    .grtn2 .g_rtn_middle{background-image:url("/images/sp.png?v=21");background-position:-162px -380px;}
    .grtn2 .g_rtn_small{background-image:url("/images/sp.png?v=21");background-position:-216px -380px;}
    
    
    /*
    .g_rtn_1{position:absolute;top:55px;left:65px;width:105px;height:50px;border:1px solid #bbb;border-radius:5px}
    .g_rtn_1 > div{position:relative;}
    .g_rtn_1 > div > div{position:absolute;}
    .g_rtn_1 > div > div:nth-child(1){width:50px;height:15px;top:-15px;left:10px;background:#bbb;color:#fff;font-size:11px;border-top-left-radius:5px;border-top-right-radius:5px;text-align:center;padding-top:2px;}
    .g_rtn_1 > div > div:nth-child(2){width:45px;height:40px;top:3px;left:10px;}
    .g_rtn_1 > div > div:nth-child(3){width:45px;height:40px;top:5px;left:55px;}
    
    .g_rtn_2{position:absolute;top:55px;left:175px;width:105px;height:50px;border:1px solid #bbb;border-radius:5px;}
    .g_rtn_2 > div{position:relative;}
    .g_rtn_2 > div > div{position:absolute;}
    .g_rtn_2 > div > div:nth-child(1){width:50px;height:15px;top:-15px;left:10px;background:#bbb;color:#fff;font-size:11px;border-top-left-radius:5px;border-top-right-radius:5px;text-align:center;padding-top:2px;}
    .g_rtn_2 > div > div:nth-child(2){width:45px;height:40px;top:3px;right:50px;}
    .g_rtn_2 > div > div:nth-child(3){width:45px;height:40px;top:5px;right:5px;}
    
    .g_rtn_even{background:url("/images/grtn_even.png?v=1") no-repeat;}
    .g_rtn_odd{background:url("../images/grtn_odd.png?v=1") no-repeat;}
    .g_rtn_under{background:url("../images/grtn_under.png?v=1") no-repeat;}
    .g_rtn_over{background:url("../images/grtn_over.png?v=1") no-repeat;}
    */
    
    .grtn_bottom{position:absolute;bottom:0px;clear:both;width:100%;height:44px;border:1px solid #000;background:#111316;border-bottom-left-radius:6px;border-bottom-right-radius:6px; color: #fff}
    
    .g_ball{position:absolute;top:153px;left:60px;}
    .g_ball li{display:inline-block;width:31px;height:32px;color:#fff;font-family:arial;padding-top:6px;text-align:center;font-weight:normal;font-size:14px;margin:0px 3px;}
    .g_ball_blue{background-image:url("/images/sp.png?000");background-position:-20px -515px;}
    .g_ball_green{background-image:url("/images/sp.png?000");background-position:-60px -515px;}
    .g_ball_red{background-image:url("/images/sp.png?000");background-position:-100px -515px;}
    .g_ball_yellow{background-image:url("/images/sp.png?000");background-position:-140px -515px;}
    
    
    .g_bet_sum{position:absolute;bottom:10px;left:20px;font-weight:normal;font-size:12px;font-family:arial;}
    .g_exp_sum{position:absolute;bottom:10px;right:20px;font-weight:normal;font-size:12px;font-family:arial;}
    .g_bet_sum > span{font-weight:bold;font-size:13px;display:inline-block;padding:5px 6px 0px 6px;margin-right:10px;color:#c0b371;}
    .g_exp_sum > span{font-weight:bold;font-size:13px;display:inline-block;padding:5px 6px 0px 6px;margin-right:10px;color:#c0b371;}
    
    .betlist_pw{display:inline-block;position:relative;top:2px;width:21px;height:21px;background:url('/images/icon_slip_pw.png?v=1') no-repeat 0px 0px #fff;}
    .betlist_nb{display:inline-block;position:relative;top:2px;width:21px;height:21px;background:url('/images/icon_slip_nb.png?v=1') no-repeat 0px 0px #fff;}
    
    /*
    .betlist_odd{display:inline-block;width:18px;height:18px;background:url("/images/betlist_odd.png?v=2") no-repeat;}
    .betlist_even{display:inline-block;width:18px;height:18px;background:url("/images/betlist_even.png?v=2") no-repeat;}
    .betlist_under{display:inline-block;position:relative;top:-2px;width:15px;height:14px;background:url("/images/betlist_under.png?v=2") no-repeat;}
    .betlist_over{display:inline-block;position:relative;top:-2px;width:15px;height:14px;background:url("/images/betlist_over.png?v=2") no-repeat;}
    
    .betlist_big{display:inline-block;width:18px;height:18px;border:0px solid red;line-height:200%;position:relative;top:-3px;}
    .betlist_middle{display:inline-block;width:18px;height:18px;border:0px solid red;line-height:200%;position:relative;top:-3px;}
    .betlist_small{display:inline-block;width:18px;height:18px;border:0px solid red;line-height:200%;position:relative;top:-3px;}
    */
    .betlist_odd{display:inline-block;position:relative;top:2px;width:29px;height:29px;background-image:url("/images/bet_list_cell.png?1");background-position:0px 0px;}
    .betlist_even{display:inline-block;position:relative;top:2px;width:29px;height:29px;background-image:url("/images/bet_list_cell.png?1");background-position:-29px 0px;}
    .betlist_under{display:inline-block;position:relative;top:2px;width:22px;height:29px;background-image:url("/images/bet_list_cell.png?1");background-position:-58px 0px;}
    .betlist_over{display:inline-block;position:relative;top:2px;width:22px;height:29px;background-image:url("/images/bet_list_cell.png?1");background-position:-80px 0px;}
    
    .betlist_big{display:inline-block;position:relative;top:2px;width:29px;height:29px;background-image:url("/images/bet_list_cell.png?1");background-position:-102px 0px;}
    .betlist_middle{display:inline-block;position:relative;top:2px;width:29px;height:29px;background-image:url("/images/bet_list_cell.png?1");background-position:-131px 0px;}
    .betlist_small{display:inline-block;position:relative;top:2px;width:29px;height:29px;background-image:url("/images/bet_list_cell.png?1");background-position:-160px 0px;}
    
    
    
    .betlist_sel_odd{display:inline-block;position:relative;top:-8px;font-size:14px;}
    .blist_cancel{background:#868686;color:#fff;border:0px;padding:3px 5px;}
    
    .not_rtn{text-align:center;position:relative;top:85px;font-size:16px;color:#eee;font-family:맑은 고딕;}
    

    
    #print_area{display:none;}
    
    /*
    .tp2{clear:both;margin:10px 0px 0px 15px;}
    .tp2 div{font-family:맑은 고딕;}
    .tp2 li{height:60px;margin:10px 0px 0px 0px;cursor:pointer;background:url('../images/sp_cell.png?v=2') 0px 0px;width:245px;}
    .tp2 li:nth-child(1){float:left;}
    .tp2 li:nth-child(2){float:left;margin-left:20px;}
    .tp2 li:nth-child(3){float:right;}

    .tp2 li:nth-child(1) > div{float:right;width:100px;height:100%;font-weight:normal;font-size:22px;text-align:right;padding:12px 40px 0px 0px;color:#fff;}
    .tp2 li:nth-child(2) > div{float:right;width:100px;height:100%;font-weight:normal;font-size:22px;text-align:right;padding:12px 40px 0px 0px;color:#fff;}
    .tp2 li:nth-child(3) > div{float:right;width:100px;height:100%;font-weight:normal;font-size:22px;text-align:right;padding:12px 40px 0px 0px;color:#fff;}
    */


    
    /*
    .tp2 li.over:nth-child(1) > div:nth-child(1){background-color:#8c8c8c;color:#fff;}
    .tp2 li.over:nth-child(2) > div:nth-child(1){background-color:#8c8c8c;color:#fff;}
    .tp2 li.over:nth-child(3) > div:nth-child(1){background-color:#8c8c8c;color:#fff;}
    .tp2 li.over:nth-child(1) > div:nth-child(2){background-color:#8c8c8c;color:#fff;}
    .tp2 li.over:nth-child(2) > div:nth-child(2){background-color:#8c8c8c;color:#fff;}
    .tp2 li.over:nth-child(3) > div:nth-child(2){background-color:#8c8c8c;color:#fff;}
    */
    
    
    .tp3{clear:both;margin:10px 12px;}
    .tp3 div{font-family:맑은 고딕;}
    .tp3 li{height:34px;margin:3px 0px 4px 0px;}
    .tp3 li:nth-child(1){float:left;}
    .tp3 li:nth-child(2){float:left;margin-left:7px;}
    .tp3 li:nth-child(3){float:right;}
    .tp3 li:nth-child(1) > div:nth-child(1){float:left;background:#0018ff;width:40px;height:100%;border-top-left-radius:7px;border-bottom-left-radius:0px;font-size:12px;color:#fff;text-align:center;font-weight:bold;padding-top:8px;}
    .tp3 li:nth-child(1) > div:nth-child(2){float:right;background:#fff;width:66px;height:100%;font-weight:bold;font-size:13px;text-align:right;padding:8px 15px 0px 0px;}
    .tp3 li:nth-child(2) > div:nth-child(1){float:left;background:#0018ff;width:40px;height:100%;font-size:12px;color:#fff;text-align:center;font-weight:bold;padding-top:8px;}
    .tp3 li:nth-child(2) > div:nth-child(2){float:right;background:#fff;width:57px;height:100%;font-weight:bold;font-size:13px;text-align:right;padding:8px 15px 0px 0px;}
    .tp3 li:nth-child(3) > div:nth-child(1){float:right;background:#0018ff;width:40px;height:100%;font-size:12px;color:#fff;text-align:center;font-weight:bold;padding-top:8px;border-top-right-radius:7px;border-bottom-right-radius:0px;}
    .tp3 li:nth-child(3) > div:nth-child(2){float:left;background:#fff;width:66px;height:100%;font-weight:bold;font-size:13px;text-align:right;padding:8px 15px 0px 0px;}
    
    .tp3 li.over:nth-child(1) > div:nth-child(2){background-color:#8c8c8c;color:#fff;}
    .tp3 li.over:nth-child(2) > div:nth-child(2){background-color:#8c8c8c;color:#fff;}
    .tp3 li.over:nth-child(3) > div:nth-child(2){background-color:#8c8c8c;color:#fff;}
    
    
    .odd li:nth-child(1) > div:nth-child(1){background:#ff0000;border-top-left-radius:0px;border-bottom-left-radius:7px;}
    .odd li:nth-child(2) > div:nth-child(1){background:#ff0000;}
    .odd li:nth-child(3) > div:nth-child(1){background:#ff0000;border-top-right-radius:0px;border-bottom-right-radius:7px;}
    
    .pr_btn{clear:both;margin:0px 12px;position:relative;top:15px;}
    .pr_btn li{cursor:pointer;height:34px;border:1px solid #8c8c8c;float:left;font-family:맑은 고딕;padding:6px 4px 0px 4px;margin:0px 1px;color:#000;}
    .pr_btn li:nth-child(-n+3){background:#f0fced;padding:6px 4px 0px 4px;}
    .pr_btn li:nth-child(n+4){background:#e8fdfc;padding:6px 3px 0px 3px;}
    .pr_btn li:nth-child(7){background:#fcedfc;padding:6px 2px 0px 2px;}
    
    .pr_btn li.over{border:1px solid #8c0000;}
    
    
    
    
    .pr_btn2{clear:both;margin:0px 0px 0px 3px;position:relative;top:15px;left:0px;}
    .pr_btn2 li{cursor:pointer;float:left;font-family: 'Nanum Square';text-shadow:1px 1px 1px #fff;color:#000;font-size:14px;font-weight:800;text-align:center;padding-top:11px;margin-left:5px;margin-right:0px;display:inline-block;background:url('../images/sp.png?v=35') no-repeat;background-position:-881px -231px;width:106px;height:40px;}
    /*
    .pr_btn2 li:nth-child(1){margin-left:0px;}
    .pr_btn2 li:nth-child(-n+3){background:#fcfced;padding:9px 16px 0px 16px;}
    .pr_btn2 li:nth-child(n+4){background:#f0fced;padding:9px 14px 0px 14px;}
    .pr_btn2 li:nth-child(7){background:#edfcf3;padding:9px 15px 0px 15px;}
    .pr_btn2 li:nth-child(8){background:#fcf5ed;padding:9px 15px 0px 15px;}
    */
    .pr_btn2 li.over{background-position-y:-300px;}
    #amount{color:#000;}
    
    

    
    /*
    .bet_summery{clear:both;margin:0px 12px;position:relative;top:25px;}
    .bet_summery li{position:relative;}
    .bet_summery li:nth-child(1){float:left;width:70px;}
    .bet_summery li:nth-child(2){float:left;margin-left:20px;width:110px;}
    .bet_summery li:nth-child(3){float:right;}
    .bet_summery div{font-family:맑은 고딕;}
    .bet_summery li:nth-child(1) > div:nth-child(1){position:relative;top:6px;width:30px;height:13px;background:url("../images/txt_brate.png") no-repeat;font-size:0px; text-indent:-1000px;font:0/0 a;}
    .bet_summery li:nth-child(2) > div:nth-child(1){position:relative;top:6px;width:30px;height:13px;background:url("../images/txt_sprice.png") no-repeat;font-size:0px; text-indent:-1000px;font:0/0 a;}
    .bet_summery li > div:nth-child(2){position:absolute;top:5px;right:3px;font-weight:bold;}
    */
    
    .bet_summery2{position:absolute;bottom:91px;left:260px;}
    .bet_summery2 div{height:37px;}
    .bet_summery2 li{position:relative;border:1px solid #656565;height:39px;}
    .bet_summery2 li:nth-child(1){float:left;width:110px;}
    .bet_summery2 li:nth-child(2){float:left;margin-left:12px;width:135px;}
    .bet_summery2 li:nth-child(3){float:right;}
    /*
    .bet_summery2 li:nth-child(1) > div:nth-child(1){position:relative;width:30px;height:13px;background:url("../images/txt_brate.png") no-repeat;font-size:0px; text-indent:-1000px;font:0/0 a;}
    .bet_summery2 li:nth-child(2) > div:nth-child(1){position:relative;width:30px;height:13px;background:url("../images/txt_sprice.png") no-repeat;font-size:0px; text-indent:-1000px;font:0/0 a;}
    */
    .bet_summery2 li:nth-child(1) > div:nth-child(1){position:relative;width:58px;background:#2b2328;font-family: gulim;font-size:12px;font-weight:bold;text-align:center;color:#fff;padding-top:12px;}
    .bet_summery2 li:nth-child(2) > div:nth-child(1){position:relative;width:58px;background:#2b2328;font-family: gulim;font-size:12px;font-weight:bold;text-align:center;color:#fff;padding-top:12px;}
    .bet_summery2 li > div:nth-child(2){position:absolute;top:0px;right:10px;font-weight:bold;color:#fff;padding-top:12px;}
    
    
    
    
    
    .bet_summery{position:absolute;z-index:3;right:147px;top:76px;}
    .bet_summery input{1px solid #000;width:106px;height:41px;text-align:right;padding:0px 10px;font-weight:bold;font-size:18px;font-family:arial;}
    
    .reset_btn{clear:both;position:absolute;top:66px;left:6px;width:128px;height:63px;border:0px;background-position:0px -230px;}
    .reset_btn_over{background-position-y:-300px;}
    
    .bet_btn{clear:both;position:absolute;top:66px;right:6px;}/*width:128px;height:63px;border:0px;background-position:-135px -230px;*/
    /*.bet_btn_over{background-position-y:-300px;}*/
    
    .all_reset_btn{clear:both;position:absolute;bottom:8px;left:148px;width:500px;height:63px;border:0px;background-position:-277px -230px;}
    .all_reset_btn_over{background-position-y:-300px;}
    
    
    .btn_bet0{font-family:"Nanum Square";font-weight:600;color:#fff;text-shadow:1px 1px 1px #000;font-size:18px;width:124px;height:129px;border:1px solid #f06e6d;border-radius:10px;background:linear-gradient(to bottom, #f06e6d 0%,#ef6c6b 25%,#e6524f 60%,#e6524f 75%,#e6524f 100%);box-shadow:0px 2px 0px #f7b1b0 inset;padding-top:0px;text-align:center;}
    .btn_bet0:hover{border:1px solid #fff;}
    .btn_bet1{font-family:"Nanum Square";font-weight:600;color:#fff;text-shadow:1px 1px 1px #000;font-size:18px;width:124px;height:129px;border:1px solid #2f80b8;border-radius:10px;background:linear-gradient(to bottom, #2f80b8 0%,#2e7fb7 25%,#216a9e 60%,#1a6092 75%,#1a5f91 100%);box-shadow:0px 2px 0px #8ebad9 inset;padding-top:0px;text-align:center;}
    .btn_bet1:hover{border:1px solid #fff;}
    
    
    .btn_index_0{border-top:2px solid #99a4ac;border-left:1px solid #60717e;border-right:1px solid #60717e;border-bottom:0px;color:#fff;background:linear-gradient(to bottom, #435867 0%,#435867 70%,#5d7586 100%);width:125px;height:33px;box-shadow:2px 2px 10px #000;}
    .btn_index_0:hover{background:linear-gradient(to bottom, #999262 0%,#999262 70%,#86815d 100%);}
    
    
    
    
    
    
    
    .charge_txt{color:#fff;margin:0px 20px;position:relative;top:15px;line-height:150%;}
    .charge_bank_info{background:url("/images/txt_charge01.png?v=1") no-repeat 18px 25px #6f6f6f;width:322px;height:74px;border-radius:10px;margin:30px auto 10px auto;color:#fffec6;font-weight:bold;text-align:center;padding:20px 0px 0px 80px;line-height:150%;}
    .charge_zone{clear:both;margin:0px 12px;margin-top:73px;position:relative;}
    .charge_zone > span{display:block;position:absolute;top:12px;width:41px;height:14px;background:url("/images/txt_charge02.png?v=1") no-repeat;font-size:0px; text-indent:-1000px;font:0/0 a;}
    .charge_zone > input{position:absolute;top:5px;left:55px;width:100px;height:30px;border:1px solid #000;color:#000;font-weight:bold;text-align:right;padding:0px 10px;}
    .charge_zone > button{position:absolute;top:0px;right:0px;width:151px;height:41px;border:0px;background:url("/images/btn_charge.png?v=1") no-repeat;font-size:0px; text-indent:-1000px;font:0/0 a;}
    
    .charge_my_bank_info{margin:0px 10px;position:relative;top:55px;height:36px;border-radius:10px;background:url("/images/txt_charge03.png?v=1") no-repeat 20px 11px #c7c7c7;padding:12px 30px 0px 0px;text-align:right;}
    .charge_notice_txt{margin:0px 10px;position:relative;top:67px;text-align:center;color:red;font-size:11px;font-family:맑은 고딕;}
    
    .exchange_bank_info{background:url("/images/txt_exchange01.png?v=1") no-repeat 18px 25px #6f6f6f;width:322px;height:74px;border-radius:10px;margin:30px auto 10px auto;color:#fffec6;font-weight:bold;text-align:center;padding:20px 0px 0px 80px;line-height:150%;}
    .exchange_zone{clear:both;margin:0px 12px;margin-top:73px;position:relative;}
    .exchange_zone > span:nth-child(1){display:block;position:absolute;top:12px;width:41px;height:14px;background:url("/images/txt_exchange02.png?v=1") no-repeat;font-size:0px; text-indent:-1000px;font:0/0 a;}
    .exchange_zone > input[type='text']{position:absolute;top:5px;left:55px;width:100px;height:30px;border:1px solid #000;color:#000;font-weight:bold;text-align:right;padding:0px 10px;}
    .exchange_zone > span:nth-child(2){display:block;position:absolute;top:50px;width:141px;height:14px;background:url("/images/txt_exchange03.png?v=1") no-repeat;font-size:0px; text-indent:-1000px;font:0/0 a;}
    .exchange_zone > input[type='password']{position:absolute;top:43px;left:73px;width:81px;height:30px;border:1px solid #000;color:#000;font-weight:bold;text-align:right;padding:0px 10px;}
    .exchange_zone > button{position:absolute;top:20px;right:0px;width:151px;height:41px;border:0px;background:url("/images/btn_exchange.png?v=1") no-repeat;font-size:0px; text-indent:-1000px;font:0/0 a;}
    .exchange_notice_txt{margin:0px 10px;position:relative;top:87px;text-align:center;color:red;font-size:11px;font-family:맑은 고딕;}
    
    
    
    
    table.tb2{width:100%;border-collapse:collapse ;}/*collapse*/
    table.tb2 th{height:40px;border-bottom:1px solid #2f3338;background:#13181d;color:#fff;font-size:11px;font-weight:normal;font-family:맑은 고딕; text-align: center;}
    table.tb2 td{font-family:맑은 고딕;font-weight:bold;color:#fff;text-align:center;background:#13181d;height:30px;}
    table.tb2 tr:nth-child(2n+1) > td{background:#4d6578;}
    
    
    
    table.tb{width:100%;border-collapse:collapse ;}/*collapse*/
    table.tb th{height:30px;background:#1d3344;color:#fff;font-size:11px;font-weight:normal;font-family:맑은 고딕;}
    table.tb td{font-family:맑은 고딕;font-weight:bold;color:#fff;text-align:center;background:#495e6e;height:30px;}
    table.tb tr:nth-child(2n) > td{background:#4d6578;}
    
    
    
    
    


    .no_cont_txt{display:block;padding:50px;}


      /*----board----*/

.icon_notice{background-position:-315px -442px !important;width:33px;height:10px;}
.icon_admin{background-position:-315px -442px !important;width:33px;height:10px;}


.bd_num{color:#a9a9a9;}
.bd_subject_a a{color:#f5f771;padding-left:20px;}
.bd_subject,.bd_subject a{color:#fff;padding-left:10px;}
.bd_nick{color:#ccc;}
.bd_date{color:#ccc;}
.bd_subject_input{
        display:inline;
        padding:3px 10px 0px 10px; position:relative;top:-1px; left:15px; width:500px; height:25px; background-color:#fff; border:1px solid #000; font-size:12px; color:#000;
    }

.btnb_01{background-position:-204px -342px;width:38px;height:21px;}/*확인*/
.btnb_01:hover{background-position:-204px -363px;width:38px;height:21px;}
.btnb_02{background-position:-247px -342px;width:61px;height:21px;}/*이전글*/
.btnb_02:hover{background-position:-247px -363px;width:61px;height:21px;}
.btnb_03{background-position:-313px -342px;width:61px;height:21px;}/*다음글*/
.btnb_03:hover{background-position:-313px -363px;width:61px;height:21px;}
.btnb_04{background-position:-378px -342px;width:61px;height:21px;}/*삭제*/
.btnb_04:hover{background-position:-378px -363px;width:61px;height:21px;}
.btnb_05{background-position:-443px -342px;width:61px;height:21px;}/*글쓰기*/
.btnb_05:hover{background-position:-443px -363px;width:61px;height:21px;}
.btnb_06{background-position:-507px -342px;width:61px;height:21px;}/*목록보기*/
.btnb_06:hover{background-position:-507px -363px;width:61px;height:21px;}
.btnb_07{background-position:-571px -341px;width:110px;height:23px;}/*베팅내역 첨부*/
.btnb_07:hover{background-position:-571px -364px;width:110px;height:23px;}
.btnb_08{background-position:-697px -342px;width:61px;height:21px;}/*수정*/
.btnb_08:hover{background-position:-697px -363px;width:61px;height:21px;}
.btnb_09{background-position:-5px -407px;width:196px;height:30px;}/*선택배팅내역올리기*/
.btnb_10{background-position:-5px -448px;width:58px;height:25px;}/*배팅삭제*/
.btnb_10:hover{background-position:-5px -473px;width:58px;height:25px;}
.btnb_11{background-position:-70px -448px;width:58px;height:25px;}/*내역삭제*/
.btnb_11:hover{background-position:-70px -473px;width:58px;height:25px;}
.btnb_12{background-position:-139px -448px;width:58px;height:25px;}/*배팅하기*/
.btnb_12:hover{background-position:-139px -473px;width:58px;height:25px;}
.btnb_13{background-position:-204px -395px;width:61px;height:21px;}/*취소*/
.btnb_13:hover{background-position:-204px -416px;width:61px;height:21px;}
.btnb_14{background-position:-204px -448px;width:58px;height:25px;}/*참여하기*/
.btnb_14:hover{background-position:-204px -473px;width:58px;height:25px;}
.btnb_15{background-position:-272px -448px;width:110px;height:23px;}/*전체베팅내역삭제*/
.btnb_15:hover{background-position:-272px -471px;width:110px;height:23px;}

.btn_txt_01{background-position:-546px -321px;width:42px;height:13px;}/*덧글쓰기*/
.btn_txt_02{background-position:-607px -321px;width:81px;height:13px;}/*로그인 비밀번호*/

      /*----board END----*/
      
.noni_txt_01{background-position:-5px -342px;width:94px;height:27px;}/*회원가입*/
.noni_txt_01:hover{background-position:-5px -369px;width:94px;height:27px;}
.noni_txt_02{background-position:-115px -342px;width:77px;height:25px;}/*중복확인*/
.noni_txt_02:hover{background-position:-115px -367px;width:77px;height:25px;}
.noni_txt_03{background-position:-772px -342px;width:77px;height:25px;}/*휴대폰인증*/
.noni_txt_03:hover{background-position:-772px -367px;width:77px;height:25px;}
      
      /*----recharge----*/
      
.txt001{padding:10px 0px;color:#a9a9a9;position:relative;overflow:hidden;display:block;width:100%;}
.txt001 li{padding:8px;}
.pd_ud_20{padding-top:20px;padding-bottom:20px;}
.btn_gocust{position:absolute;top:15px;left:240px;width:110px;height:23px;background-position:-5px -281px;}
.btn_gocust:hover{background-position:-5px -304px;}
    
.gocust_exchg{position:relative;top:-3px;left:0px;}
    


.btnmoney li{float:left;padding:0px 3px 0px 0px;}
.btnexe{padding-top:5px;}
.btnexe li{float:left;padding:0px 3px 0px 0px;}
.input_price{width:115px;height:20px;border:1px solid #494848;background:#373737;color:yellow;text-align:right;padding-top:2px;padding-right:2px;}
.input_exgpass{width:90px;height:20px;border:1px solid #494848;background:#6f6f6f;color:#fff;text-align:left;padding-top:2px;padding-left:2px;}

      /*----recharge END----*/

/*----sp.png END----*/




/******-페이징----*/
div.paging{position:relative;width:100%;display:block; text-decoration:none; height:59px;margin-top:10px;text-align:center;}
div.paging ul{display:inline-block;position:relative;top:12px;}
div.paging ul li{display:inline-block;font-size:12px;font-weight:bold;padding:0px 8px;color:#a9a9a9}
div.paging ul li a > span{color:#fff;width:30px;height:30px;border:1px solid #ccc;border-radius:5px;display:table-cell;vertical-align:middle;padding-top:3px;text-align:center;}
div.paging ul li a:hover span{border-color:#727272;color:#fb4747;text-align:center;}
div.paging ul li p{color:#fb4747;width:30px;height:30px;border:1px solid #727272;border-radius:5px;display:table-cell;vertical-align:middle;padding-top:3px;text-align:center;}
div.paging ul li.arr a{position:relative;top:-13px;}
div.paging li.arr a > span{white-space: nowrap;padding:2px 10px;position:relative;top:13px;font-weight:normal;}


.sp_alim{background-position:-177px -126px;width:77px;height:22px;}/*알림*/
.sp_alim_pos{position:absolute;top:-3px;left:-60px;}



/*****************/
.minidel{width:15px;height:16px;background-position:-697px -22px;}/*x*/

tbody.summary{background:#353434;}
div.bet_rtn{padding:5px 20px;margin-top:18px;background:#000;}
div.bet_rtn .title2{color:ccc;}


.txt_notice{font-size:12px;color:yellow;}












/**버튼***/
.btn1{border:1px solid #2d3928; border-radius: 5px;font-size:12px;font-family:gulim; padding: 8px 22px 8px 22px; text-decoration:none; display:inline-block; color: #fff;background-color: #000b77;white-space:nowrap;}
.btn1:hover{border:1px solid #2d3928; color: #FFFFFF;background: #656565;}


.btn_01{border:1px solid #2d3928; border-radius: 5px;font-size:12px;font-family:gulim; padding: 3px 6px 3px 6px; text-decoration:none; display:inline-block; color: #fff;background-color: #fc6b6b;white-space:nowrap;}
.btn_01:hover{border:1px solid #2d3928; color: #FFFFFF;background: #656565;}


/*버튼 고객센터바로가기*/
.btn5{border:1px solid #343434; border-radius: 5px;font-size:12px;font-family:gulim; padding: 7px 12px 7px 12px; text-decoration:none; display:inline-block; color: #fff;background-color: #fc6b6b;white-space:nowrap;}
.btn5:hover{border:1px solid #2d3928; color: #FFFFFF;background: #656565;}

/*버튼 금액버튼*/
.btn6{border:1px solid #2d3928; border-radius: 5px;font-size:11px;font-family:dotum; padding: 4px 10px 3px 10px; text-decoration:none; display:inline-block; color: #fff;background-color: #454545;white-space:nowrap;}
.btn6:hover{border:1px solid #2d3928; color: #FFFFFF;background: #5f5f5f;}

/*버튼 충환신청*/
.btn7{border:1px solid #9f3535; border-radius: 5px;font-size:12px;font-family:dotum; padding: 6px 10px 6px 10px; text-decoration:none; display:inline-block; color: #fff;background-color: #fb4747;white-space:nowrap;}
.btn7:hover{border:1px solid #2d3928; color: #FFFFFF;background: #fb7373;}

/*버튼 충환취소*/
.btn8{border:1px solid #343434; border-radius: 5px;font-size:12px;font-family:dotum; padding: 6px 25px 6px 25px; text-decoration:none; display:inline-block; color: #fff;background-color: #454545;white-space:nowrap;}
.btn8:hover{border:1px solid #343434; color: #FFFFFF;background: #5f5f5f;}

/*버튼 댓글삭제*/
.btn101{border:1px solid #343434; border-radius: 5px;font-size:11px;font-family:dotum; padding: 3px 2px 2px 2px; text-decoration:none; display:inline-block; color: #fff;background-color: #454545;white-space:nowrap;}
.btn101:hover{border:1px solid #343434; color: #FFFFFF;background: #5f5f5f;}

/*버튼 댓글쓰기*/
.btn102{border:1px solid #000; border-radius: 0px;font-size:12px;font-family:dotum; padding: 3px 8px 2px 8px; text-decoration:none; display:inline-block; color: #a9a9a9;background-color: #454545;white-space:nowrap;}
.btn102:hover{border:1px solid #343434; color: #FFFFFF;background: #5f5f5f;}

/*충환전 취소 삭제, 배팅취소,삭제*/
.btn103{border:1px solid #000; border-radius: 0px;font-size:12px;font-family:dotum; padding: 3px 8px 2px 8px; text-decoration:none; display:inline-block; color: #a9a9a9;background-color: #454545;white-space:nowrap;}
.btn103:hover{border:1px solid #343434; color: #FFFFFF;background: #5f5f5f;}









.scrollbars 
{
scrollbar-face-color:#555;
scrollbar-highlight-color: #2e2e2e;
scrollbar-3dlight-color: #2e2e2e;
scrollbar-shadow-color: #2e2e2e;
scrollbar-darkshadow-color: #2e2e2e;
scrollbar-track-color: #2e2e2e;
scrollbar-arrow-color: #2e2e2e
}