.fix_img {
    width: 100%;
    border: 0
}
.strong {
    font-weight: 900
}




.site-item {
    background-image: url("/assets/images/sites.png")
}

.site-item.top-logo {
    display: block;
    background-position: -10px -70px;
    width: 130px;
    height: 42px;
    margin: 0 auto;
    margin-top: 13px
}

.site-item.btn-close {
    float: right;
    background-position: 0 0;
    width: 14px;
    height: 14px;
    margin-left: 10px
}




.menuBox {
    position: relative;
    overflow: hidden;
    width: 96%;
    margin-left: 3%;
    margin-right: 3%
}

.menuBox ul li {
    float: left;
    width: 23%;
    margin: 1.5% 2% 0 0
}

.blind{
  display:none;
}







.bet-item {
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    align-items: center;
    justify-content: space-between
}

.bet-item.center {
    justify-content: center
}

.bet-item .h-1 {
    display: inline-flex;
    text-align: left;
    font-weight: 900;
    font-size: 10px;
    padding-right: 5px
}

.bet-item .h-1.sm-text {
    font-size: 9px
}

.bet-item .home-price1 {
    display: inline-flex;
    text-align: right;
    font-size: 12px !important;
}

.bet-item .home-price1.sm-text {
    font-size: 9px
}

.bet-item .a-1 {
    display: inline-flex;
    text-align: right;
    font-weight: 900;
    font-size: 10px;
    padding-left: 5px
}

.bet-item .a-1.sm-text {
    font-size: 9px
}

.bet-item .away-price1 {
    display: inline-flex;
    text-align: left;
    font-size: 12px !important;
}

.bet-item .away-price1 {
    font-size: 9px
}

.bet-item .d-1 {
    display: inline-flex;
    text-align: center;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.bet-item .d-1.sm-text {
    font-size: 9px
}







.bet_cart tr td {
    font-size: .8em
}

.top_ov {
    font-weight: bold;
    text-decoration: underline;
    color: #fc0;
    text-align: center
}

.yel {
    color: #fc0
}

.input_01 {
    color: #fff;
    font-size: 14px;
    border: 1px solid #708189;
    height: 18px;
    background: #000
}





.bet_cart_wrap {
    width: 80%;
    margin: auto;
    background: #ccc;
    min-height: 250px;
    margin-top: 125px
}

.bet_cart_wrap h1 {
    height: 30px;
    padding: 5px;
    background: #0d426a;
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.bet_cart_wrap ul {
    width: 80%;
    margin: auto;
    margin-top: 20px
}

.bet_cart_wrap {
    color: #000;
    font-size: 16px
}

.bet_cart_wrap label {
    text-align: left;
    float: left;
    width: 100px;
    font-weight: bold
}

.bet_cart_wrap span {
    text-align: right;
    float: left;
    width: 100px
}

.info_wrap {
    width: 250px;
    background: #ccc;
    min-height: 550px
}

.info_wrap h1 {
    height: 30px;
    padding: 5px;
    background: #0d426a;
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.info_wrap ul {
    width: 90%;
    margin: auto;
    margin-top: 20px
}

.info_wrap {
    color: #000;
    font-size: 16px
}

.info_wrap label {
    text-align: left;
    float: left;
    width: 100px;
    font-weight: bold
}

.info_wrap span {
    text-align: right;
    float: left;
    width: 100px
}

.result-tab {
    width: 100%;
    padding-top: 10px
}

.result-tab .tab-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px!important
}

.result-tab .result-button {
    display: inline-block
}

.result-tab .result-button.searchDateBtn {
    display: inline;
    color: #fff;
    font-size: 10px;
    padding: 5px 10px;
    font-weight: bold;
    background: url("/assets/img/tab_bg02.png") no-repeat left top
}

.result-tab .result-button.searchDateBtn2 {
    display: inline-flex;
    color: #fff;
    font-size: 10px;
    padding: 5px 5px;
    font-weight: bold;
    background: url("/assets/img/tab_bg02.png") no-repeat left top;
    height: 23px;
    margin-bottom: 5px
}

.result-tab .result-button.searchDateBtn2 span {
    margin-top: -3px
}

.result-tab ul li {
    display: inline-block
}

li.searchDateBtn {
    display: inline;
    color: #fff;
    font-size: 10px;
    padding: 8px 5px;
    font-weight: bold;
    background: url("/assets/img/tab_bg02.png") no-repeat left top
}

.searchDateBtn.checked {
    color: #000!important;
    font-weight: bold!important;
    background: url("/assets/img/tab_bg_on.png") no-repeat left top!important
}

.searchDateBtn2.checked {
    color: #000!important;
    font-weight: bold!important;
    background: url("/assets/img/tab_bg_on.png") no-repeat left top!important
}

.checked-td {
    background: orange
}





.loading-box2 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 5
}

.loading-box2 .prog {
    position: absolute;
    top: 50%;
    z-index: 501;
    width: 100%;
    text-align: center
}

.loading-box2 .prog>p {
    font-size: 18px;
    margin-top: 8px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.6)
}

.loading-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    z-index: 500
}

.loading-box .prog {
    position: absolute;
    top: 50%;
    z-index: 501;
    width: 100%;
    text-align: center
}

.loading-box .prog>p {
    font-size: 18px;
    margin-top: 8px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.6)
}



.no-top-padding {
    margin: 2px 0 !important;
    padding-top: 0;
    padding-bottom: 0
}

.text-bold {
    font-weight: bold
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.pl5 {
    padding-left: 5px
}

.pr5 {
    padding-right: 5px
}

.betting-place {
    width: 100%;
    height: 100%
}

.swiper-container {
    margin-top: 20px;
    width: 100%;
    height: 100%
}

.btMenu {
    position: fixed;
    bottom: 10px;
    right: 0;
    height: 60px;
    z-index: 10;
    width: 50px;
    opacity: 0.7;
    border-radius: 10px 0 0 10px;
}

.btMenu .btItem {
    vertical-align: bottom;
    margin-top: 7px;
    width: 100%;
    bottom: 5px;
    text-align: center;
    color: #fff;
    font-size: 10px
}

.kakaoBanner{
    padding: 0 10px;
    background: #111 url('/m/img/black-90.png') repeat;
    z-index: 10;
    width: 100%;
    text-align: left;
    font-weight: 900;
    border-bottom: 1px solid #111;
    margin-top: 65px;
}
.kakaoBanner .banner{
    margin: 5px 0;
    background-image: url('/images/banner.png');
    width:130px;
    height: 46px;
    display: block;
    float: left;
}
.kakaoBanner .name{
    display: block;
    height: 46px;
    line-height: 46px;
    margin: 5px 15px;
    float: left;
    font-size: 20px;
    color:#f0ad4e;
}

#home {
    text-align: center;
    vertical-align: middle
}

#home.fa {
    position: relative
}

#cart {
    text-align: center;
    vertical-align: middle
}

#cart.fa {
    position: relative
}

.ibadge {
    font-size: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 1.2em;
    height: 1.2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: rgba(255, 0, 0, 0.9)
}

.ibadge-num {
    font-size: 8px;
    display: block;
    position: absolute;
    bottom: -0.1em;
    right: -0.1em;
    width: 1.7em;
    height: 1.7em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: rgba(255, 0, 0, 0.9)
}

#loader {
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    width: 120px
}

#loader ul {
    margin: 0;
    list-style: none;
    width: 90px;
    height: 65px;
    position: relative;
    padding: 0;
    height: 10px
}

#loader li {
    position: absolute;
    width: 6px;
    height: 0;
    background-color: #ffbf00;
    background: -webkit-linear-gradient(#ff6a00, #ffbf00);
    background: -o-linear-gradient(#ff6a00, #ffbf00);
    background: -moz-linear-gradient(#ff6a00, #ffbf00);
    background: linear-gradient(#ff6a00, #ffbf00);
    bottom: 0
}

@keyframes sequence1 {
    0% {
        height: 5px
    }
    50% {
        height: 30px
    }
    100% {
        height: 5px
    }
}

@keyframes sequence2 {
    0% {
        height: 10px
    }
    50% {
        height: 45px
    }
    100% {
        height: 10px
    }
}

#loader li:nth-child(1) {
    left: 0;
    animation: sequence1 1s ease infinite 0
}

#loader li:nth-child(2) {
    left: 15px;
    animation: sequence2 1s ease infinite .1s
}

#loader li:nth-child(3) {
    left: 30px;
    animation: sequence1 1s ease-in-out infinite .2s
}

#loader li:nth-child(4) {
    left: 45px;
    animation: sequence2 1s ease-in infinite .3s
}

#loader li:nth-child(5) {
    left: 60px;
    animation: sequence1 1s ease-in-out infinite .4s
}

#loader li:nth-child(6) {
    left: 75px;
    animation: sequence2 1s ease infinite .5s
}

.board-table {
    background: transparent;
    font-size: 12px;
    width: 100%
}

.board-table tr:first-child {
    border-top: 1px solid #222
}

.board-table tr {
    min-height: 32px;
    border-bottom: 1px solid #222
}

.board-table td {
    vertical-align: middle!important;
    line-height: 32px
}

.board-table td.title {
    font-weight: 900;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.05)
}



.cart_bet {
    background: #222;
    margin-left: -20px;
    margin-right: -20px;
    color: #fff;
    font-weight: 900
}

.cart_title {
    padding: 5px 10px;
    margin-bottom: 1px;
    width: 100%;
    background: #000
}

.cart_title .title {
    color: #fff;
    line-height: 15px;
    font-size: 10px;
    padding: 1px 0;
    font-weight: 400!important
}

.btn {
    padding-left: 5px!important;
    padding-right: 5px!important
}



.onCart {
    color: #fb0
}

.igrowl-dark {
    background: #222;
    border-color: #000
}

.igrowl-dark.igrowl-message {
    color: #999
}

.igrowl-dark.igrowl-title {
    color: #fff
}

.igrowl-dark.igrowl-icon {
    color: #eee
}

.cs-box {
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
    background: #222;
    border: 1px solid #303030
}

.cs-box h6 {
    font-size: 10px
}





.result-pick {
    background-color: #ffce1f!important;
    color: #ff3f41;
    font-weight: bold
}

.order-line {
    padding-top: 5px;
    padding-bottom: 5px
}









.point-board {
    background: transparent;
    width: 100%
}

.point-board thead {
    background: #222;
    color: #fff;
    font-weight: 900;
    line-height: 22px
}

.point-board tbody tr {
    line-height: 22px
}



.contents_blocked {
    position: fixed;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 800px;
    height: 100%;
    background: url("/assets/img/block01.png") no-repeat 50% 190px, url("/assets/img/block02.png") no-repeat center 250px rgba(0, 0, 0, 0.6);
    background-size: 100%
}

.contents_blocked a {
    position: absolute;
    top: 450px;
    margin-left: 50%;
    left: -90px
}

.checked_team {
    font-weight: bolder!important;
    color: #ffb000!important
}

.checked_team.invert {
    color: #fff!important
}

.view-animate.ng-enter,
.view-animate.ng-leave {
    animation: .5s slideInRight;
    display: block;
    width: 100%;
    border-left: 1px solid black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px
}

.rtl .view-animate.ng-enter {
    animation: .5s slideInRight
}

.rtl .view-animate.ng-enter.ng-enter-active {
    animation: .5s slideOutRight
}

.rtl .view-animate.ng-leave.ng-leave-active {
    animation: .5s slideOutRight
}

.ltr .view-animate.ng-enter {
    animation: .5s slideOutLeft
}

.ltr .view-animate.ng-enter.ng-enter-active {
    animation: .5s slideInLeft
}

.ltr .view-animate.ng-leave.ng-leave-active {
    animation: .5s slideInLeft
}

.input-box {
    display: block;
    border: 1px solid #444
}

.game1_box {
    border: 0!important;
    width: 100%;
    height: 100%
}

.game1_box tr {
    border: 0!important
}

#bars {
    left: 50%;
    position: fixed;
    top: 50%;
    margin-left: -25px;
    margin-top: -10px
}

.loader {
    color: rgba(255, 170, 0, 0.9)
}

.bar {
    background-color: #ffbf00;
    background: -webkit-linear-gradient(#ff6a00, #ffbf00);
    background: -o-linear-gradient(#ff6a00, #ffbf00);
    background: -moz-linear-gradient(#ff6a00, #ffbf00);
    background: linear-gradient(#ff6a00, #ffbf00);
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 2px;
    animation: sound 400ms -800ms linear infinite alternate;
    -webkit-animation: sound 400ms -800ms linear infinite alternate
}

@keyframes sound {
    0% {
        opacity: .35;
        height: 3px
    }
    100% {
        opacity: 1;
        height: 48px
    }
}

@-webkit-keyframes sound {
    0% {
        opacity: .35;
        -khtml-opacity: .35;
        height: 3px
    }
    100% {
        opacity: 1.00;
        -khtml-opacity: 1.00;
        height: 48px
    }
}

#bars .bar:nth-child(1) {
    left: 0;
    animation-duration: 574ms;
    -webkit-animation-duration: 574ms
}

#bars .bar:nth-child(2) {
    left: 3px;
    animation-duration: 533ms;
    -webkit-animation-duration: 533ms
}

#bars .bar:nth-child(3) {
    left: 6px;
    animation-duration: 507ms;
    -webkit-animation-duration: 507ms
}

#bars .bar:nth-child(4) {
    left: 9px;
    animation-duration: 558ms;
    -webkit-animation-duration: 558ms
}

#bars .bar:nth-child(5) {
    left: 12px;
    animation-duration: 500ms;
    -webkit-animation-duration: 500ms
}

#bars .bar:nth-child(6) {
    left: 15px;
    animation-duration: 527ms;
    -webkit-animation-duration: 527ms
}

#bars .bar:nth-child(7) {
    left: 18px;
    animation-duration: 541ms;
    -webkit-animation-duration: 541ms
}

#bars .bar:nth-child(8) {
    left: 21px;
    animation-duration: 519ms;
    -webkit-animation-duration: 519ms
}

#bars .bar:nth-child(9) {
    left: 24px;
    animation-duration: 587ms;
    -webkit-animation-duration: 587ms
}

#bars .bar:nth-child(10) {
    left: 27px;
    animation-duration: 515ms;
    -webkit-animation-duration: 515ms
}

#bars .bar:nth-child(11) {
    left: 30px;
    animation-duration: 549ms;
    -webkit-animation-duration: 549ms
}

#bars .bar:nth-child(12) {
    left: 33px;
    animation-duration: 521ms;
    -webkit-animation-duration: 521ms
}

#bars .bar:nth-child(13) {
    left: 36px;
    animation-duration: 502ms;
    -webkit-animation-duration: 502ms
}

#bars .bar:nth-child(14) {
    left: 39px;
    animation-duration: 518ms;
    -webkit-animation-duration: 518ms
}

#bars .bar:nth-child(15) {
    left: 42px;
    animation-duration: 535ms;
    -webkit-animation-duration: 535ms
}

#bars .bar:nth-child(16) {
    left: 45px;
    animation-duration: 540ms;
    -webkit-animation-duration: 540ms
}

#bars .bar:nth-child(17) {
    left: 48px;
    animation-duration: 511ms;
    -webkit-animation-duration: 511ms
}

#bars .bar:nth-child(18) {
    left: 51px;
    animation-duration: 529ms;
    -webkit-animation-duration: 529ms
}

#bars .bar:nth-child(19) {
    left: 54px;
    animation-duration: 518ms;
    -webkit-animation-duration: 518ms
}

#bars .bar:nth-child(20) {
    left: 57px;
    animation-duration: 542ms;
    -webkit-animation-duration: 542ms
}

#bank-alert {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 30
}

#bank-alert .alert-box {
    position: relative;
    width: 419px;
    height: 212px;
    background: url("/assets/img/al_bg2.png");
    left: 50%;
    margin-left: -209px;
    margin-top: 200px;
    text-align: center;
    padding-top: 10px
}

#bank-alert .alert-box h5 {
    margin-top: 90px
}







.marquee {
    height: 20px;
    overflow: hidden;
    position: relative
}

.marquee div {
    display: block;
    width: 160%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    animation: marquee 9.5s linear infinite
}

.marquee span {
    float: left;
    width: 50%
}

@keyframes marquee {
    0% {
        left: 0
    }
    100% {
        left: -100%
    }
}



.btn-event {
    padding-left: 30px!important;
    padding-right: 30px!important
}

.btn-event.active {
    font-weight: 900;
    color: #ff0051!important;
    background: rgba(0, 0, 0, 0.4)!important
}

.event-table {
    width: 100%
}

.event-title {
    width: 60px;
    text-align: right;
    padding-right: 10px
}

.event-buttons {
    text-align: center
}

.title_image {
    display: block;
    background: url("/images/menu/top-menu.png") no-repeat;
    width: 344px;
    height: 37px
}

.title_image.t1 {
    background-position: 0 0
}

.title_image.t2 {
    background-position: 0 -49px
}

.title_image.t3 {
    background-position: 0 -99px
}

.title_image.t4 {
    background-position: 0 -149px
}

.title_image.t5 {
    background-position: 0 -199px
}

.title_image.t6 {
    background-position: 0 -249px
}

.title_image.t7 {
    background-position: 0 -299px
}

.title_image.t8 {
    background-position: 0 -349px
}

.title_image.t9 {
    background-position: 0 -399px
}

.title_image.t10 {
    background-position: 0 -449px
}

.title_image.t11 {
    background-position: 0 -499px
}

.title_image.t12 {
    background-position: 0 -549px
}

.title_image.t13 {
    background-position: 0 -599px
}

.title_image.t14 {
    background-position: 0 -649px
}



.n-string {
    border: 1px solid #222;
    line-height: 30px
}

.bank_time th {
    font-size: 10px
}

.bank_time td {
    font-size: 8px
}