@font-face {
    font-family: 'BMJUA';
    src: url('../css/BMJUA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    margin: 0;
    font-size: 1em;
}

a {
    color: white;
    text-decoration: none;
}

.main-box {
    background: url('../images/background.png?v=3') no-repeat;
    width: 900px;
    height: 880px;
    overflow: hidden;
    position: relative;
}

.game-box {
    position: absolute;
    width: 778px;
    height: 516px;
    top: 104px;
    z-index: 10;
    background-position: -42px -361px;
    left: 28px;
}
.room-chat {
    position: absolute;
    top: 483px;
    left: 50px;
    width: 190px;
    font-family: '맑은 고딕', 'Malgun Gothic', 나눔고딕, sans-serif;
}

.room-chat .wrap {

}

.asff {
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bolder;
}
.asfff {
    width: 68px;
    text-align: center;
    display: none;
}
.asffff {
    height: 15px;
    background: #c44444;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 14px;
    display: inline-block;
    font-weight: bolder;
    padding-left: 4px;
    padding-right: 4px;
}
.room-chat .wrap .item.first {
    height: 66px;
    display: block;
    padding-top: 6px;
    margin-top: 6px;
}
.room-chat .wrap .item.first .rank {
    text-align: center;
    font-size: 21px;
    margin-top: 10px;
    display: block;
}
.room-chat .wrap .item.first .rank span {
    background: #006fa5;
    border-radius: 12px;
    width: 74px;
    display: inline-block;
    color: #fff;
}
.room-chat .wrap .item .rank {
    display: none;
}

.room-chat .wrap .item.first .title {
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0px;
}
.room-chat .item.first .madeby {
    text-align: center;
    /*! margin-top: 7px; */
}
.room-chat .item.first .madeby span {
    vertical-align: middle;
}
.room-chat .item.first .madeby img {
    vertical-align: middle;
}
.room-chat .item.first .line {
    position: relative;
    /*! margin-top: 5px; */
}
.room-chat .item.first .joined {
    text-align: center;
}
.room-chat .item .date {
    position: absolute;
    right: 10px;
    font-size: 13px;
    top: 12px;
}
.room-chat .item.first .date {
    position: absolute;
    left: 60px;
    right: initial;
    font-size: 16px;
    top: 0;
}

.room-chat .wrap .item {
    padding: 8px;
    height: 19px;
    display: flex;
    position: relative;
    border-radius: 6px;
    color: #2b2b2b;
    background: #0f1b22;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    align-items: center;
}
.room-chat .wrap .item:hover {
    text-decoration: underline;
}
.room-chat .wrap .item + .item {
    margin-top: 6px;
}

.sure-link {
    position: absolute;
    z-index: 11;
    left: 344px;
    top: 373px;
    letter-spacing: -0.1px;
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    color: #b7b7b7;
}
.sure-link:hover {
    text-decoration: underline;
}
.r-buttons {
    position: absolute;
    right: 45px;
    top: 40px;
    z-index: 20;
}

.r-buttons .wrap {
    position: relative;
}

.r-buttons .item {
    width: 48px;
    height: 47px;
    background: url(../images/gogo1.png) no-repeat 0 -9999px;
    overflow: hidden;
    display: inline-block;
}
.r-buttons .item.etdf {
    background-position: -300px 0;
    position: absolute;
    right: 104px;
    z-index: 21;
}
.r-buttons .item.etdf.on {
    background-position: -150px 0;
}
.r-buttons .item.qwe {
    position: absolute;
    right: 52px;
    z-index: 23;
    background-position: -100px 0;
}
.r-buttons .item.qwe.on {
    background-position: -150px 0;

}
.r-buttons .item.cxv {
    position: absolute;
    right: 0px;
    z-index: 20;
    background-position: -200px 0;
}
.r-buttons .item.cxv.on {
    background-position: -250px 0;
}

.one .game-desc {
    display: block;
    background-position: -880px -474px;
}
.two .game-desc {
    display: block;
    background-position: -880px -528px;
}
.thr .game-desc {
    display: block;
    background-position: -880px -581px;
}
.latest_result {
    position: absolute;
    left: 50%;
    top: 140px;
    z-index: 11;
    width: 192px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 165ms linear;
    -moz-transition: opacity 165ms linear;
    -o-transition: opacity 165ms linear;
    -ms-transition: opacity 165ms linear;
    transition: opacity 165ms linear;
    visibility: hidden;
    transform: translateX(-50%);
}

.latest_result.active {
    opacity: 1;
    visibility: visible;
}

.latest_result .wrap::-webkit-scrollbar {
    width: 10px;
}
.latest_result .wrap::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #3d84b1;
    border-radius: 5px;
}
.latest_result .wrap::-webkit-scrollbar-track {
    background-color: #304654;
    border-radius: 5px;
}
.latest_result .wrap {
    padding-left: 0;
    padding-right: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 255px;
    scrollbar-base-color: #304654;
    scrollbar-face-color: #3d84b1;
    scrollbar-3dlight-color: #304654;
    scrollbar-highlight-color: #304654;
    scrollbar-track-color: #304654;
    scrollbar-arrow-color: #3d84b1;
    scrollbar-shadow-color: #304654;
    scrollbar-dark-shadow-color: #304654;
}
.latest_result .item {
    line-height: 24px;
    position: relative;
    background: #0e1b23;
    border-radius: 6px;
    text-align: center;
    -webkit-transition: opacity 165ms linear;
    -moz-transition: opacity 165ms linear;
    -o-transition: opacity 165ms linear;
    -ms-transition: opacity 165ms linear;
    transition: opacity 165ms linear;
    margin-top: 5px;
    display: block;
}
.latest_result .chat .item {
    line-height: 16px;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.latest_result .chat .item.first .title {
    font-weight: bolder;
}
.latest_result .chat .item .madeby {
    margin-top: 4px;
}
.latest_result .chat .item .madeby span {
    vertical-align: middle;
}
.latest_result .chat .item .madeby img {
    vertical-align: middle;
    width: 24px;
    height: 20px;
}
.latest_result .item .text {
    line-height: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #b5d4e8;
    font-weight: 400;
    border-bottom: 1px solid #3b4246;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 10px;
    font-family: Tahoma, sans-serif;
}
.nvnans {
    font-weight: bold;
}
.latest_result .item .round {
    color: #9e5e00;
    position: absolute;
    vertical-align: middle;
    right: 20px;
    top: 0;
    font-size: 20px;
    font-weight: bold;
}

.latest_result .item .result {
    display: block;
    height: 37px;
    line-height: 34px;
}
.latest_result .item .result.zxva {
    align-items: center;
    justify-content: center;
    display: flex;
}

.latest_result .item .result .ic {
    width: 28px;
    height: 30px;
    text-indent: -9999px;
    display: inline-block;
    background: url(../images/resource52.png);
    vertical-align: middle;
    position: relative;
}
.latest_result .item .result .ic.o_odd {
    background-position: -1299px -415px;
}
.latest_result .item .result .ic.o_even {
    background-position: -1330px -415px;
}
.latest_result .item .result .ic.u_under {
    background-position: -1268px -415px;
}
.latest_result .item .result .ic.u_over {
    background-position: -1237px -415px;
}
.latest_result .item .result .ic.r_1 {
    background-position: -1299px -447px;
}
.latest_result .item .result .ic.r_2 {
    background-position: -1330px -447px;
}
.latest_result .item .result .ic.r_3 {
    background-position: -1361px -447px;
}
.latest_result .item .result .ic.r_4 {
    background-position: -1392px -447px;
}
.latest_result .item .result .pow span {
    background: url(../images/resource42.png);
    position: absolute;
    width: 13px;
    height: 13px;
    top: -0px;
    right: -3px;
    background-position: -1454px -423px;
    display: block;
    z-index: 100;
}
.latest_result .item .result .ic.right {
    background-position: -776px -186px;
}
.latest_result .item .result .ic.left {
    background-position: -708px -186px;
}
.latest_result .item .result .ic.line3 {
    background-position: -848px -186px;
}
.latest_result .item .result .ic.line4 {
    background-position: -918px -186px;
}
.latest_result .item .result .ic.odd {
    background-position: -638px -186px;
}
.latest_result .item .result .ic.even {
    background-position: -568px -186px;
}


@keyframes animate-stripes2 {
    from {
        background-position: 0 0
    }

    to {
        background-position: 12px 0
    }
}


#game_pan1 {
    background: url(../images/resource52.png);
    background-position: -20px -715px;
    position: absolute;
    width: 450px;
    height: 518px;
    top: 340px;
    left: 225px;
    z-index: 11;
}
#game_pan1.hide {
    -webkit-animation: gamePanBelowAnimate 1.5s forwards;
    animation: gamePanBelowAnimate 1.5s forwards;
}

#racing_board {
    position: absolute;
    top: 340px;
    width: 840px;
    height: 515px;
    left: 30px;
}
#racing_board .wrap {
    position: relative;
    padding-top: 30px;
}
.reset {
    position: absolute;
    bottom: 0;
    color: #fff;
    cursor: pointer;
}
.race_line {
    background: url(../images/resource52.png);
    background-position: -485px -865px;
    width: 725px;
    height: 65px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.race_bee {
    background: url(../images/resource52.png);
    background-position: -480px -940px;
    width: 105px;
    height: 100px;
    position: absolute;
    z-index: 3;
    top: -20px;
}
.race_bee.pause {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.race_line1 .race_bee {
    background-position: -480px -940px;
}
.race_line2 .race_bee {
    background-position: -600px -940px;
}
.race_line3 .race_bee {
    background-position: -730px -940px;
}
.race_line4 .race_bee {
    background-position: -850px -940px;
}

.race_line1 .race_bee.frame1 {
    background-position: -13px -105px;
}
.race_line1 .race_bee.frame2 {
    background-position: -123px -105px;
}
.race_line1 .race_bee.frame3 {
    background-position: -233px -105px;
}
.race_line1 .race_bee.frame4 {
    background-position: -343px -105px;
}
.race_line1 .race_bee.frame5 {
    background-position: -453px -105px;
}
.race_line1 .race_bee.frame6 {
    background-position: -563px -105px;
}
.race_line1 .race_bee.frame7 {
    background-position: -673px -105px;
}
.race_line1 .race_bee.frame8 {
    background-position: -783px -105px;
}
.race_line1 .race_bee.frame9 {
    background-position: -893px -105px;
}
.race_line1 .race_bee.frame10 {
    background-position: -1003px -105px;
}

.race_line2 .race_bee.frame1 {
    background-position: -13px -215px;
}
.race_line2 .race_bee.frame2 {
    background-position: -123px -215px;
}
.race_line2 .race_bee.frame3 {
    background-position: -233px -215px;
}
.race_line2 .race_bee.frame4 {
    background-position: -343px -215px;
}
.race_line2 .race_bee.frame5 {
    background-position: -453px -215px;
}
.race_line2 .race_bee.frame6 {
    background-position: -563px -215px;
}
.race_line2 .race_bee.frame7 {
    background-position: -673px -215px;
}
.race_line2 .race_bee.frame8 {
    background-position: -783px -215px;
}
.race_line2 .race_bee.frame9 {
    background-position: -893px -215px;
}
.race_line2 .race_bee.frame10 {
    background-position: -1003px -215px;
}

.race_line3 .race_bee.frame1 {
    background-position: -13px -325px;
}
.race_line3 .race_bee.frame2 {
    background-position: -123px -325px;
}
.race_line3 .race_bee.frame3 {
    background-position: -233px -325px;
}
.race_line3 .race_bee.frame4 {
    background-position: -343px -325px;
}
.race_line3 .race_bee.frame5 {
    background-position: -453px -325px;
}
.race_line3 .race_bee.frame6 {
    background-position: -563px -325px;
}
.race_line3 .race_bee.frame7 {
    background-position: -673px -325px;
}
.race_line3 .race_bee.frame8 {
    background-position: -783px -325px;
}
.race_line3 .race_bee.frame9 {
    background-position: -893px -325px;
}
.race_line3 .race_bee.frame10 {
    background-position: -1003px -325px;
}

.race_line4 .race_bee.frame1 {
    background-position: -13px -436px;
}
.race_line4 .race_bee.frame2 {
    background-position: -123px -436px;
}
.race_line4 .race_bee.frame3 {
    background-position: -233px -436px;
}
.race_line4 .race_bee.frame4 {
    background-position: -343px -436px;
}
.race_line4 .race_bee.frame5 {
    background-position: -453px -436px;
}
.race_line4 .race_bee.frame6 {
    background-position: -563px -436px;
}
.race_line4 .race_bee.frame7 {
    background-position: -673px -436px;
}
.race_line4 .race_bee.frame8 {
    background-position: -783px -436px;
}
.race_line4 .race_bee.frame9 {
    background-position: -893px -436px;
}
.race_line4 .race_bee.frame10 {
    background-position: -1003px -436px;
}

.race_line .rock {
    background: url(../images/resource52.png);
    background-position: -495px -1085px;
    width: 58px;
    height: 45px;
    position: absolute;
    z-index: 1;
    top: -4px;
    left: 0;
}

.previous_result_pan {
    background: url(../images/resource52.png);
    background-position: -485px -570px;
    position: absolute;
    left: 50%;
    width: 350px;
    height: 110px;
    transform: translateX(-50%);
    top: 125px;
    display: none;
}
.previous_result_pan .title {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #626d73;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    height: 20px;
    align-items: center;
    display: flex;
    color: #fff;
}
.previous_result_pan .wrap {
    display: flex;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
}
.previous_result_pan .rank {
    width: 100%;
    text-align: center;
}
.previous_result_pan .rank .header {
    background: url(../images/resource52.png);
    background-position: -485px -685px;
    width: 55px;
    height: 25px;
    display: inline-block;
}
.previous_result_pan .rank.rank_2 .header {
    background-position: -545px -685px;
}
.previous_result_pan .rank.rank_3 .header {
    background-position: -605px -685px;
}
.previous_result_pan .rank.rank_4 .header {
    background-position: -665px -685px;
}
.previous_result_pan .rank .beer {
    background: url(../images/resource52.png);
    background-position: -475px -722px;
    width: 75px;
    height: 60px;
    display: block;
}
.previous_result_pan .rank .beer.type_1 {
    background-position: -475px -722px;
}
.previous_result_pan .rank .beer.type_2 {
    background-position: -545px -722px;
}
.previous_result_pan .rank .beer.type_3 {
    background-position: -615px -722px;
}
.previous_result_pan .rank .beer.type_4 {
    background-position: -685px -722px;
}
.arrive {
    width: 108px;
    height: 158px;
    position: absolute;
    z-index: 2;
    top: -55px;
    right: -13px;
    display: none;
}
.arrive.winner {
    background: url(../images/resource52.png);
    background-position: -588px -1048px;
}

.arrive_honey {
    width: 60px;
    height: 65px;
    position: absolute;
    z-index: 2;
    top: -18px;
    right: 17px;

    background: url(../images/resource52.png);
    background-position: -1223px -858px;
}
.arrive_honey.rank1 {
    background-position: -1303px -858px;
}
.arrive_honey.rank2 {
    background-position: -1383px -858px;
}
.arrive_honey.rank3 {
    background-position: -1463px -858px;
}
.arrive_honey.rank4 {
    background-position: -1543px -858px;
}
.arrive.active {
    display: block;
}

.arrive_effects {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -4px;

    background: url(../images/resource52.png);
    display: none;
}
.arrive_effects.frame1 {
    background-position: -50px -1270px;
    display: block;
}
.arrive_effects.frame2 {
    background-position: -210px -1270px;
    display: block;
}
.arrive_effects.frame3 {
    background-position: -370px -1270px;
    display: block;
}
.arrive_effects.frame4 {
    background-position: -530px -1270px;
    display: block;
}
.arrive_effects.frame5 {
    background-position: -690px -1270px;
    display: block;
}
.arrive_effects.frame6 {
    background-position: -850px -1270px;
    display: block;
}
.arrive_effects.frame7 {
    background-position: -1010px -1270px;
    display: block;
}
.arrive_effects.frame8 {
    background-position: -1170px -1270px;
    display: block;
}
.arrive_effects.frame9 {
    background-position: -1330px -1270px;
    display: block;
}
.arrive_effects.frame10 {
    background-position: -1490px -1270px;
    display: block;
}
.arrive_effects.frame11 {
    background-position: -1650px -1270px;
    display: block;
}
.arrive_effects.frame12 {
    background-position: -1810px -1270px;
    display: block;
}
.arrive_effects.frame13 {
    background-position: -50px -1430px;
    display: block;
}
.arrive_effects.frame14 {
    background-position: -210px -1430px;
    display: block;
}
.arrive_effects.frame15 {
    background-position: -370px -1430px;
    display: block;
}
.arrive_effects.frame16 {
    background-position: -530px -1430px;
    display: block;
}
.arrive_effects.frame17 {
    background-position: -690px -1430px;
    display: block;
}
.arrive_effects.frame18 {
    background-position: -850px -1430px;
    display: block;
}
.arrive_effects.frame19 {
    background-position: -1010px -1430px;
    display: block;
}
.arrive_effects.frame20 {
    background-position: -1170px -1430px;
    display: block;
}
.arrive_effects.frame21 {
    background-position: -1330px -1430px;
    display: block;
}
.arrive_effects.frame22 {
    background-position: -1490px -1430px;
    display: block;
}
.arrive_effects.frame23 {
    background-position: -1650px -1430px;
    display: block;
}
.arrive_effects.frame24 {
    background-position: -1810px -1430px;
    display: block;
}
.arrive_effects.frame25 {
    background-position: -55px -1570px;
    display: block;
}
.arrive_effects.frame26 {
    background-position: -215px -1570px;
    display: block;
}
.arrive_effects.frame27 {
    background-position: -375px -1570px;
    display: block;
}
.arrive_effects.frame28 {
    background-position: -535px -1570px;
    display: block;
}

.arrive span {
    position: absolute;
    left: -10px;
    background: #a82424;
    width: 35px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10PX;
    font-size: 14px;
    color: #fff;
    border: 1px solid #3e1010;
    top: 30px;
}

.awaitZ {
    background: url(../images/resource52.png);
    background-position: -550px -1040px;
    width: 45px;
    height: 40px;
    position: absolute;
    z-index: 1;
    top: -25px;
    left: 70px;
}
.awaitZ.hide {
    display: none;
}

.awaitZ.frame1 {
    background-position: -500px -1040px;
    width: 20px;
}
.awaitZ.frame2 {
    background-position: -520px -1040px;
    width: 25px;
}
.awaitZ.frame3 {
    background-position: -550px -1040px;
    width: 45px;
}

.game_board {
}
.game_board.frame1 {
    background-position: -280px -98px;
}
.game_board.frame2 {
    background-position: -550px -98px;
}
.game_board.frame3 {
    background-position: -820px -98px;
}
.game_board.frame4 {
    background-position: -10px -408px;
}
.game_board.frame5 {
    background-position: -280px -408px;
}
.game_board.frame6 {
    background-position: -550px -408px;
}
.game_board.frame7 {
    background-position: -820px -408px;
}
.game_board .pos {
    height: 140px;
}

.game_board .pos span {
    position: relative;
    width: 120px;
    height: 140px;
    text-indent: -9999px;
    z-index: 1;
}
#game_board.line3 .row {
    background-position: -15px -840px;
}
#game_board.line4 .row {
    background-position: -505px -840px;
}

#game_board.left .pos .left {
    background-position: -280px -450px;
}
#game_board.right .pos .right {
    background-position: -420px -450px;
}
#game_board.odd .pos .odd {
}
#game_board.even  .pos .even {

}

.game_board .pos span.odd_result {
    top: -10px;
    left: -2px;
    position: absolute;
    background-position: -140px -450px;
    transform: scale(0);
    transition: transform .5s ease-in-out;
}
.game_board .pos span.odd_result.active {
    transform: scale(1);
}
.game_board .pos span.even_result {
    top: -10px;
    right: 0;
    position: absolute;
    background-position: 0px -450px;
    transform: scale(0);
    transition: transform .5s ease-in-out;
}
.game_board .pos span.even_result.active {
    transform: scale(1);
}
.game_board .pos .left {
    float: left;
    background-position: -280px -290px;
}
.game_board .pos .right {
    float: right;
    background-position: -420px -290px;
}
.game_board .pos .odd {
    float: left;
    background-position: -140px -290px;
    top: -10px;
    left: -2px;
}
.game_board .pos .even {
    float: right;
    background-position: 0px -290px;
    top: -10px;
}

.game_board .row {
    position: relative;
    width: 440px;
    height: 355px;
    top: -35px;
    left: 45px;
    background-position: -15px -840px;
}


.xcvnncb {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    max-width: 120px;
    display: inline-block;
}
.etyng {
    display: inline-block;
    width: 32px;
    text-align: center;
    color: #cacaca;
    vertical-align: middle;
}

.waiting_board {
    position: absolute;
    top: 490px;
    left: 330px;
    width: 250px;
    height: 135px;
    z-index: 12;
    font-size: 12px;
}

.waiting_board .inner {
    position: relative;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;

    opacity: 1;
}
.waiting_board .inner.hide {
    opacity: 0;
}

.waiting_board .gauge {
    animation: animate-stripes .5s linear infinite;
    transition: left .5s ease-in-out;
    background: #d14743 url(../images/bg_time_gauge.png);
    border-radius: 10px;
    width: calc(100% - 20px);
    height: 42px;
    position: absolute;
    top: 0;
    margin: 10px;
    z-index: 9;
}

.waiting_board .gauge {
    transition: left .5s ease-in-out;
}

.inner1 {
    position: absolute;
    left: 50%;
    width: 310px;
    bottom: 62px;
    transform: translateX(-50%);
}


.hexagon {
    width: 40px;
    height: 23.09px;
    background-color: #64c70c;
    margin: 11.55px 0;
    position: absolute;
    opacity: 0;

}

.hexagon.show {
    -webkit-animation: cssAnimation 1.5s forwards;
    animation: cssAnimation 1.5s forwards;
}

@keyframes gamePanBelowAnimate {
    0%   {transform: translateY(0px);}
    15%  {transform: translateY(-30px);}
    100% {transform: translateY(540px);}
}
@-webkit-keyframes gamePanBelowAnimate {
    0%   {transform: translateY(0px);}
    15%  {transform: translateY(-30px);}
    100% {transform: translateY(540px);}
}

@keyframes cssAnimation {
    0%   {opacity: 0;}
    25%   {opacity: 0.5;}
    50%  {opacity: 1;}
    75%   {opacity: 0.5;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 0;}
    25%   {opacity: 0.5;}
    50%  {opacity: 1;}
    75%   {opacity: 0.5;}
    100% {opacity: 0;}
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 11.55px solid #64c70c;
}
.hexagon:after {
    top: 100%;
    width: 0%;
    border-top: 11.55px solid #64c70c;
}

.hexagon[color="1"] {
    background-color: #f40183;
}
.hexagon[color="1"]:before {
    border-bottom: 11.55px solid #f40183;
}
.hexagon[color="1"]:after {
    border-top: 11.55px solid #f40183;
}

.hexagon[color="2"] {
    background-color: #fc0000;
}
.hexagon[color="2"]:before {
    border-bottom: 11.55px solid #fc0000;
}
.hexagon[color="2"]:after {
    border-top: 11.55px solid #fc0000;
}

.hexagon[color="3"] {
    background-color: #ff7c00;
}
.hexagon[color="3"]:before {
    border-bottom: 11.55px solid #ff7c00;
}
.hexagon[color="3"]:after {
    border-top: 11.55px solid #ff7c00;
}

.hexagon[color="4"] {
    background-color: #ffdf00;
}
.hexagon[color="4"]:before {
    border-bottom: 11.55px solid #ffdf00;
}
.hexagon[color="4"]:after {
    border-top: 11.55px solid #ffdf00;
}

.hexagon[color="5"] {
    background-color: #8ade00;
}
.hexagon[color="5"]:before {
    border-bottom: 11.55px solid #8ade00;
}
.hexagon[color="5"]:after {
    border-top: 11.55px solid #8ade00;
}

.hexagon[color="6"] {
    background-color: #069b4c;
}
.hexagon[color="6"]:before {
    border-bottom: 11.55px solid #069b4c;
}
.hexagon[color="6"]:after {
    border-top: 11.55px solid #069b4c;
}

.hexagon[color="7"] {
    background-color: #00d3e3;
}
.hexagon[color="7"]:before {
    border-bottom: 11.55px solid #00d3e3;
}
.hexagon[color="7"]:after {
    border-top: 11.55px solid #00d3e3;
}

.hexagon.one {
    top: 60px;
    left: 245px;
}
.hexagon.two {
    top: 134px;
    left: 245px;
}
.hexagon.thr {
    top: 171px;
    left: 314px;
}
.hexagon.for {
    top: 171px;
    left: 360px;
}
.hexagon.fiv {
    top: 171px;
    left: 405px;
}
.hexagon.six {
    top: 171px;
    left: 451px;
}
.hexagon.sev {
    top: 171px;
    left: 541px;
}
.hexagon.eig {
    top: 135px;
    left: 609px;
}
.hexagon.nig {
    top: 23px;
    left: 587px;
}
.hexagon.ten {
    top: 23px;
    left: 541px;
}
.hexagon.ele {
    top: 23px;
    left: 496px;
}
.hexagon.elw {
    top: 23px;
    left: 450px;
}
.hexagon.elt {
    top: 23px;
    left: 360px;
}
.hexagon.elf {
    top: 23px;
    left: 314px;
}
.tx {
    font-weight: 700;
    z-index: 33;
    color: #fff;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    width: 42px%;
    text-shadow: 1px 1px 3px #000;
    position: relative;
    font-family: 'BMJUA';

    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;

    opacity: 1;
}

.tx.hide {
    opacity: 0;
}

.txr {
    height: 33px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;

    background: url(../images/resource52.png);
    background-position: -1232px -475px;
    top: 728px;
    left: 270px;
    width: 360px;
    height: 90px;
}
.asgaxz {
    line-height: 18px!important;
}
.asgaxz .title {
    width: 140px!important;
    font-size: 12px;
    padding-left: 10px;
    text-align: left;
}
.asgaxz .joined {
    position: absolute;
    right: 10px;
    top: 10px;
}
.txr .wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.txr.show {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}
.txt_round {
    display: flex;
    position: absolute;
    top: 6px;
    color: #fff;
    line-height: 24px;
    padding-left: 10px;
    text-shadow: 1px 1px 3px #000;
    height: 22px;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: 'BMJUA';
}
.txt_round .r {
    font-size: 18px;
    font-weight: 800;
}
.txt_round .h {
    font-size: 13px;
    margin-left: 5px;
}

.txr .balls {
    display: flex;
    position: relative;
    right: 15px;
    top: 30px;
    height: 45px;
    left: 7px;
    width: 345px;
    justify-content: center;
    align-items: center;
}
.txr .ball {
    width: 35px;
    height: 35px;
    background: url(../images/resource52.png);
    background-position: -1236px -590px;
    display: inline-block;
    margin-right: 12px;
}

.qwhnrf {
    width: 25px;
    height: 25px;
    background: url(../images/resource52.png);
    display: block;
    margin-left: 3px;
    border-radius: 12px;
}
.qwhnrf.d1 {
    background-position: -1308px -377px;
}
.qwhnrf.d2 {
    background-position: -1338px -377px;
}
.qwhnrf.d3 {
    background-position: -1368px -377px;
}
.qwhnrf.d4 {
    background-position: -1398px -377px;
}
.qwhnrf.d5 {
    background-position: -1428px -377px;
}
.qwhnrf.d6 {
    background-position: -1458px -377px;
}
.qwhnrf.d7 {
    background-position: -1488px -377px;
}
.qwhnrf.d8 {
    background-position: -1518px -377px;
}
.qwhnrf.d9 {
    background-position: -1548px -377px;
}
.qwhnrf.d10 {
    background-position: -1578px -377px;
}
.qwhnrf.d11 {
    background-position: -1608px -377px;
}
.qwhnrf.d12 {
    background-position: -1638px -377px;
}
.qwhnrf.d13 {
    background-position: -1668px -377px;
}
.qwhnrf.d14 {
    background-position: -1698px -377px;
}
.qwhnrf.d15 {
    background-position: -1728px -377px;
}
.qwhnrf.d16 {
    background-position: -1758px -377px;
}
.qwhnrf.d17 {
    background-position: -1788px -377px;
}
.qwhnrf.d18 {
    background-position: -1818px -377px;
}
.qwhnrf.d19 {
    background-position: -1848px -377px;
}
.qwhnrf.d20 {
    background-position: -1878px -377px;
}
.qwhnrf.d21 {
    background-position: -1908px -377px;
}
.qwhnrf.d22 {
    background-position: -1638px -347px;
}
.qwhnrf.d23 {
    background-position: -1668px -347px;
}
.qwhnrf.d24 {
    background-position: -1698px -347px;
}
.qwhnrf.d25 {
    background-position: -1728px -347px;
}
.qwhnrf.d26 {
    background-position: -1758px -347px;
}
.qwhnrf.d27 {
    background-position: -1788px -347px;
}
.qwhnrf.d28 {
    background-position: -1818px -347px;
}
.qwhnrf.p0 {
    background-position: -1848px -347px;
}
.qwhnrf.p1 {
    background-position: -1878px -347px;
}
.qwhnrf.p2 {
    background-position: -1908px -347px;
}
.qwhnrf.p3 {
    background-position: -1938px -347px;
}
.qwhnrf.p4 {
    background-position: -1968px -347px;
}
.qwhnrf.p5 {
    background-position: -1968px -317px;
}
.qwhnrf.p6 {
    background-position: -1848px -317px;
}
.qwhnrf.p7 {
    background-position: -1878px -317px;
}
.qwhnrf.p8 {
    background-position: -1908px -317px;
}
.qwhnrf.p9 {
    background-position: -1938px -317px;
}
.txr .ball span {
    width: 35px;
    height: 35px;
    background: url(../images/resource52.png);
    display: block;

    border-radius: 12px;
    -webkit-transition: opacity .5s ease-in-out, box-shadow .8s ease-in-out;
    -moz-transition: opacity .5s ease-in-out, box-shadow .8s ease-in-out;
    -o-transition: opacity .5s ease-in-out, box-shadow .8s ease-in-out;
    -ms-transition: opacity .5s ease-in-out, box-shadow .8s ease-in-out;
    transition: opacity .5s ease-in-out, box-shadow .8s ease-in-out;
    opacity: 0;
}
.txr .ball span.active {
    box-shadow: 1px 1px 5px #000;
    opacity: 1;
}
.txr .ball span.d1 {
    background-position: -1276px -590px;
}
.txr .ball span.d2 {
    background-position: -1316px -590px;
}
.txr .ball span.d3 {
    background-position: -1356px -590px;
}
.txr .ball span.d4 {
    background-position: -1396px -590px;
}
.txr .ball span.d5 {
    background-position: -1436px -590px;
}
.txr .ball span.d6 {
    background-position: -1476px -590px;
}
.txr .ball span.d7 {
    background-position: -1516px -590px;
}

.txr .ball span.d8 {
    background-position: -1236px -632px;
}
.txr .ball span.d9 {
    background-position: -1276px -632px;
}
.txr .ball span.d10 {
    background-position: -1316px -632px;
}
.txr .ball span.d11 {
    background-position: -1356px -632px;
}
.txr .ball span.d12 {
    background-position: -1396px -632px;
}
.txr .ball span.d13 {
    background-position: -1436px -632px;
}
.txr .ball span.d14 {
    background-position: -1476px -632px;
}

.txr .ball span.d15 {
    background-position: -1236px -672px;
}
.txr .ball span.d16 {
    background-position: -1276px -672px;
}
.txr .ball span.d17 {
    background-position: -1316px -672px;
}
.txr .ball span.d18 {
    background-position: -1356px -672px;
}
.txr .ball span.d19 {
    background-position: -1396px -672px;
}
.txr .ball span.d20 {
    background-position: -1436px -672px;
}
.txr .ball span.d21 {
    background-position: -1476px -672px;
}

.txr .ball span.d22 {
    background-position: -1236px -712px;
}
.txr .ball span.d23 {
    background-position: -1276px -712px;
}
.txr .ball span.d24 {
    background-position: -1316px -712px;
}
.txr .ball span.d25 {
    background-position: -1356px -712px;
}
.txr .ball span.d26 {
    background-position: -1396px -712px;
}
.txr .ball span.d27 {
    background-position: -1436px -712px;
}
.txr .ball span.d28 {
    background-position: -1476px -712px;
}

.txr .ball span.p0 {
    background-position: -1236px -752px;
}
.txr .ball span.p1 {
    background-position: -1276px -752px;
}
.txr .ball span.p2 {
    background-position: -1316px -752px;
}
.txr .ball span.p3 {
    background-position: -1356px -752px;
}
.txr .ball span.p4 {
    background-position: -1396px -752px;
}
.txr .ball span.p5 {
    background-position: -1436px -752px;
}
.txr .ball span.p6 {
    background-position: -1476px -752px;
}
.txr .ball span.p7 {
    background-position: -1516px -752px;
}
.txr .ball span.p8 {
    background-position: -1556px -752px;
}
.txr .ball span.p9 {
    background-position: -1596px -752px;
}
.timer_gauge {
    animation: animate-stripes .5s linear infinite;
        -webkit-transition: transform 35ms ease-in-out;
    -moz-transition: transform 35ms ease-in-out;
    -o-transition: transform 35ms ease-in-out;
    -ms-transition: transform 35ms ease-in-out;
    transition: width .5s ease-in-out;
    background: #d14743 url(../images/bg_time_gauge.png);
    border-radius: 5px;
    width: calc(100% - 10px);
    height: 35px;
    position: absolute;
    top: 0;
    margin: 5px;
    z-index: 9;
}
.tx .countdown_clock {
    display: inline-block;
    z-index: 10;
    position: relative;
}

#round {
    z-index: 10;
    position: relative;
}

@keyframes animate-stripes {
    from {
        background-position: 15px 0;
    }

    to {
        background-position: 0 0;
    }
}


#waiting_board.hidden {
    display: none;
}
#waiting_board.result {
    background-position: -1282px -315px;
}
#cur_time {
    position: absolute;
    z-index: 11;

    font-family: 'BMJUA';
    font-size: 20px;
    color: #fff;
    width: 700px;
    top: 70px;
    left: 50%;
    text-align: center;
    height: 23px;
    line-height: 23px;
    font-weight: 800;
    text-shadow: 1px 1px 3px #000;
    transform: translateX(-50%);
}

.game_board .row li {
    display: none;
    position: absolute;
    width: 21px;
    height: 22px;
    background-color: #f16722;
    list-style: none;
}


#game_board.line3.left .pos1 {
    top: 0;
    left: 1px;
}
#game_board.line3.left .pos2 {
    top: 69px;
    left: 1px;
}
#game_board.line3.left .pos3 {
    top: 69px;
    right: 4px;
}
#game_board.line3.left .pos4 {
    top: 170px;
    right: 4px;
}
#game_board.line3.left .pos5 {
    top: 170px;
    left: 1px;
}
#game_board.line3.left .pos6 {
    top: 271px;
    left: 1px;
}
#game_board.line3.left .pos7 {
    top: 271px;
    right: 4px;
}

#game_board.line3.right .pos1 {
    top: -1px;
    right: 5px;
}
#game_board.line3.right .pos2 {
    top: 68px;
    right: 5px;
}
#game_board.line3.right .pos3 {
    top: 68px;
    left: 1px;
}
#game_board.line3.right .pos4 {
    top: 169px;
    left: 1px;
}
#game_board.line3.right .pos5 {
    top: 169px;
    right: 5px;
}
#game_board.line3.right .pos6 {
    top: 270px;
    right: 5px;
}
#game_board.line3.right .pos7 {
    top: 270px;
    left: 1px;
}

#game_board.line4.left .pos1 {
    top: 0;
    left: 1px;
}
#game_board.line4.left .pos2 {
    top: 53px;
    left: 1px;
}
#game_board.line4.left .pos3 {
    top: 53px;
    right: 5px;
}
#game_board.line4.left .pos4 {
    top: 130px;
    right: 5px;
}
#game_board.line4.left .pos5 {
    top: 130px;
    left: 1px;
}
#game_board.line4.left .pos6 {
    top: 207px;
    left: 1px;
}
#game_board.line4.left .pos7 {
    top: 207px;
    right: 5px;
}
#game_board.line4.left .pos8 {
    top: 285px;
    right: 5px;
}
#game_board.line4.left .pos9 {
    top: 285px;
    left: 1px;
}

#game_board.line4.right .pos1 {
    top: 0;
    right: 5px;
}
#game_board.line4.right .pos2 {
    top: 53px;
    right: 5px;
}
#game_board.line4.right .pos3 {
    top: 53px;
    left: 1px;
}
#game_board.line4.right .pos4 {
    top: 131px;
    left: 1px;
}
#game_board.line4.right .pos5 {
    top: 131px;
    right: 5px;
}
#game_board.line4.right .pos6 {
    top: 207px;
    right: 5px;
}
#game_board.line4.right .pos7 {
    top: 207px;
    left: 1px;
}
#game_board.line4.right .pos8 {
    top: 285px;
    left: 1px;
}
#game_board.line4.right .pos9 {
    top: 285px;
    right: 5px;
}


#btn_sound {
    cursor: pointer;
}

#pop_share {
    position: absolute;
    top: 0px;
    right: 102px;
    width: 390px;
    background: url(../images/gogo1.png) no-repeat 0 -190px;
    padding: 30px;
    z-index: 20;
    height: 165px;
    color: #fae6c5;
    font-size: 12px;
    line-height: 20px;
    display: none;
}
#pop_share.on {
    display: block;
}
#pop_share .fadg {
    font-weight: 700;
    margin-bottom: 10px;
}
#pop_share .source {
    display: block;
    margin-bottom: 6px;
    padding: 8px;
    background: #fff;
    border: 1px solid #000;
}
#pop_share textarea {
    display: block;
    font-size: 12px;
    width: 100%;
    border: none;
    resize: none;
    outline-style: none;
}
#pop_tip {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 390px;
    background: url(../images/gogo1.png) no-repeat 0 -190px;
    padding: 30px;
    z-index: 22;
    height: 165px;
    color: #fae6c5;
    font-size: 12px;
    line-height: 20px;
    display: none;
}
#pop_tip.on {
    display: block;
}
#pop_tip .fadg {
    font-weight: 700;
    margin-bottom: 10px;
}

.fhfdhdf {
    position: relative;
    top: -35px
}

.button-side {
    position: absolute;
    top: 40px;
    left: 695px;
    z-index: 44;
    width: 400px;
}
.button-side.sfsf {
    left: 40px;
}

.button-side .wrap {

}

.button-side .item {
    background: url(../images/resource52.png);
    height: 100px;
    display: inline-block;
    cursor: pointer;
}
.button-side .item.help {
    background-position: -1104px -16px;
    width: 42px;
    height: 42px;
}
.button-side .item.help.active {

}
.button-side .item.export {
    background-position: -1154px -16px;
    width: 42px;
    height: 42px;
    margin-left: 10px;
}
.button-side .item.export.active {
}
.button-side .item.sound {
    background-position: -1254px -16px;
    width: 42px;
    height: 42px;
    margin-left: 10px;
}
.button-side .item.sound.active {
    background-position: -1204px -16px;
}
.button-side .item.pattern {
    background-position: -1054px -16px;
    width: 42px;
    height: 42px;
    margin-left: 10px;
}
.button-side .item.home {
    background-position: -1004px -16px;
    width: 42px;
    height: 42px;
    margin-left: 10px;
}
.export-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(38, 38, 38, 0.97);
    z-index: 40;
    display: none;
}
.export-box.active {
    display: block;
}
.export-box .header {
    color: white;
    text-align: center;
    margin-top: 25px;
    font-size: 36px;
    font-weight: 600;
}

.export-box .header span {
    vertical-align: middle;
    margin-left: -20px;
    text-shadow: 0 0 3px #000;
}
.export-box .content {
    width: 600px;
    margin: 0 auto;
    margin-top: 40px;
}
.export-box .content .html-box {
    border: 1px solid #181818;
    background: #2f2f2f;
    padding: 20px;
    font-size: 14px;
    color: #f9f9f9;
    height: 58px;
    padding-top: 25px;
}
.export-box .content .desc-text {
    margin-top: 20px;
    color: #ececec;
    font-size: 16px;
}
.export-box .content .option {
    position: relative;
    height: 48px;
}
.export-box .content .option .left {
    position: absolute;
    left: 4px;
}
.export-box .content .option .right {
    position: absolute;
    right: 4px;
}

.game_version_select {
    position: absolute;
    top: 235px;
    left: 200px;
    width: 980px;
}

.game_version_select a {
    background: url(../images/resource52.png);
    height: 74px;
    display: inline-block;
    width: 156px;
    cursor: pointer;
}
.game_version_select a.one {
    background-position: -503px -3px;
}
.game_version_select a.two {
    background-position: -671px -3px;
    margin-left: 20px;
    width: 146px;
}
.game_version_select a.thr {
    background-position: -827px -3px;
    margin-left: 20px;
    width: 160px;
}

.game_version_select a.one.active {
    background-position: -3px -3px;
}
.game_version_select a.two.active {
    background-position: -171px -3px;
}
.game_version_select a.thr.active {
    background-position: -327px -3px;
}

.ball_default {
    width: 512px;
    height: 280px;
    position: absolute;
    background-position: -1435px -550px;
}
.bees {
    position: absolute;
    top: 0;
    display: none;

    -webkit-transition: transform 90ms linear;
    -moz-transition: transform 90ms linear;
    -o-transition: transform 90ms linear;
    -ms-transition: transform 90ms linear;
    transition: transform 90ms linear;
}

.bees .frame {
    width: 70px;
    height: 70px;
    background: url(../images/resource52.png);
    background-position: -1325px -5px;
}
.bees .frame.frame1 {
    background-position: -1325px -5px;
}
.bees .frame.frame2 {
    background-position: -1410px -5px;
}
.bees .frame.frame3 {
    background-position: -1495px -5px;
}
.bees .frame.frame4 {
    background-position: -1580px -5px;
}
.bees .frame.frame5 {
    background-position: -1665px -5px;
}
.bees .frame.frame6 {
    background-position: -1750px -5px;
}
.bees .frame.frame7 {
    background-position: -1835px -5px;
}
.bees .frame.frame8 {
    background-position: -1914px -5px;
}

#result_board {
    position: absolute;
    top: 510px;
    left: 255px;
    width: 390px;
    height: 150px;
    font-size: 12px;
    z-index: 11;
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    transform: scale(0);
    background: url(../images/resource52.png);
    background-position: -728px -1062px;
}
#result_board.active {
    transform: scale(1);
}

#result_board .wrap {
    position: relative;
}

#result_board .text {
    position: absolute;
    top: 12px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    font-family: 'BMJUA';
    width: 360px;
    left: 15px;
    border-bottom: 1px solid #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}

#result_board .icons {
    position: absolute;
    top: 60px;
    width: 360px;
    left: 15px;
    height: 74px;
    overflow: hidden;
    line-height: 74px;
    text-align: center
}
#result_board .icons .dgd {
    display: inline-block;
    color: #c2e1f5;
    font-size: 16px;
    position: relative;
    margin-left: 3px;
}
#result_board .icons .dgd.rank1 {
    background-position: -482px -721px;
    width: 60px;
    height: 60px;
}
#result_board .icons .dgd.rank2 {
    background-position: -552px -721px;
    width: 60px;
    height: 60px;
}
#result_board .icons .dgd.rank3 {
    background-position: -622px -721px;
    width: 60px;
    height: 60px;
}
#result_board .icons .dgd.rank4 {
    background-position: -692px -721px;
    width: 60px;
    height: 60px;
}
.ranks, .odds, .uo{
    background: url(../images/resource52.png);
    vertical-align: middle;
    width: 40px;
    height: 43px;
}

.dgd.odds.odd {
    background-position: -1245px -264px;
}
.dgd.odds.even {
    background-position: -1200px -264px;
}
.dgd.uo.under {
    background-position: -1110px -264px;
}
.dgd.uo.over {
    background-position: -1155px -264px;
}

#result_board.left .icons .start {
    background-position: -708px -186px;
}
#result_board.right .icons .start {
    background-position: -776px -186px;
}

#result_board .icons .line {
    margin-left: 50px;
}
#result_board.line3 .icons .line {
    background-position: -848px -186px;
}
#result_board.line4 .icons .line {
    background-position: -918px -186px;
}

#result_board .icons .oe {
    margin-left: 50px;
}
#result_board.odd .icons .oe {
    background-position: -638px -186px;
}
#result_board.even .icons .oe {
    background-position: -568px -186px;
}
.loading {
    position: absolute;
}
.game_version_select .loading {
    top: -10px;
    left: 162px;
}
.waiting_board .loading {
    top: 70%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}
.waiting_board .loading.hide {
    display: none;
}

.waiting_board .show.hide {
    display: none;
}
.stats_loading {
    display: none;
    width: 180px;
    height: 100px;
}
.stats_loading ul {margin:25px 0 0 30px;}
.stats_loading li {list-style: none;float:left; margin:0 2px; width:8px; height:15px; background-color:#402d22;}
.game_version_select .stats_loading li:first-child {animation:stats_loading 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;}
.game_version_select .stats_loading li:nth-child(2) {animation:stats_loading 0.6s ease-in-out infinite -0.5s;}
.game_version_select .stats_loading li:nth-child(3) {animation:stats_loading 0.6s ease-in-out infinite -1s;}
.game_version_select .stats_loading li {
    height: 50px;
    width: 10px;
}
.waiting_board .stats_loading li:first-child {animation:stats_loading1 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;}
.waiting_board .stats_loading li:nth-child(2) {animation:stats_loading1 0.6s ease-in-out infinite -0.5s;}
.waiting_board .stats_loading li:nth-child(3) {animation:stats_loading1 0.6s ease-in-out infinite -1s;}


.asbody .stats_loading li:first-child {animation:stats_loading1 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;}
.asbody .stats_loading li:nth-child(2) {animation:stats_loading1 0.6s ease-in-out infinite -0.5s;}
.asbody .stats_loading li:nth-child(3) {animation:stats_loading1 0.6s ease-in-out infinite -1s;}


@keyframes stats_loading {
    0% {margin-top:25px; height:10px; background-color:#c315ff}
    50% {margin-top:0; height:50px;}
    100% {margin-top:25px; height:10px; background-color:#8d14ff;}
}
@keyframes stats_loading1 {
    0% {margin-top:15px; height:15px; background-color:#f1e722}
    50% {margin-top:0; height:40px;}
    100% {margin-top:15px; height:15px; background-color:#fff861;}
}



.analysis-wrap {
    width: 900px;
}

.analysis-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    font-family: '맑은 고딕', 'Malgun Gothic', 나눔고딕, sans-serif;
}

.analysis-box.active {
    position: fixed;
    display: block;
    width: 900px;
}

.analysis-wrap.active .analysis-box {
    position: fixed;
    display: block;
    width: 900px;
}

.analysis-box .ashead {

}

.analysis-box .ashead .hitm {
    cursor: pointer;
}

.analysis-box .tophead .hitm.bold {
    background: #f2f2f2;
    padding-left: 6px;
    padding-right: 6px;
}
.analysis-box .subhead .hitm.bold {
    font-weight: bold!important;
    color: yellow!important;
}
.analysis-box .tophead .menu {
    color: #575757;
}
.analysis-box .subhead .hitm.menu {
    color: #e3dacb;
}

.analysis-box .ashead .tophead {
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    background: #1f2d36;
    color: white;
    padding-left: 30px;
    font-weight: bolder;
}
.analysis-box .ashead .subhead {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    color: white;
    padding-left: 30px;
    background: #0c1216;
}

.analysis-box .asbody {
    width: 900px;
    overflow-y: hidden;
    overflow-x: scroll;
    background: #304654;
    padding-bottom: 20px;
}

.asbody .content > .resultA > table {
    margin-bottom: 10px;
    float: left;
    border-collapse: collapse;
}

.asbody .content > .resultA > table > tbody > tr > td {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    vertical-align: middle;
    color: white;
    padding: 0px;
    margin: 2px;
    display: inline-block;
    line-height: 29px;
    font-size: 12px;
}

.asbody .content > .resultA > table > tbody > tr > td.blue {
    background: #106de1;
}

.asbody .content > .resultA > table > tbody > tr > td.red {
    background: #e42828;
}

.asbody .content > .resultA > table > thead {

}

.asbody .content > .resultA > table > thead > tr > th {
    background-color: #bf5050;
    font-size: 13px;
    font-weight: bolder;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.asbody .content > .resultA > table > thead > tr > th.blue {
    color: #106de0;
    background: #353535;
}

.asbody .content > .resultA > table > thead > tr > th.red {
    color: #e01010;;
    background: #202020;
}

.ptnclose {
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.ptnclose img {
    width: 30px;
    height: 30px;
    vertical-align: text-top;
}
.backlayer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    display: none;
}
.backlayer.active {
    display: block;
}

.dfghdfh .item {

}
.dfghdfh .item .header {
    padding-left: 30px;
    color: #f7da40;
    font-size: 21px;
    padding-top: 15px;
}
.dfghdfh .item .body {
    font-size: 16px;
    color: #d9d9d9;
    padding-left: 40px;
}

.gdfcvb {
    color: #fff;
}


.text-html {
    background: rgba(0,0,0,0.4);
    border: 1px solid #575757;
    padding: 10px;
    font-size: 18px;
    border-radius: 6px;
    color: #a4a4a4;
    width: 100%;
    height: 110px;
}

.pausing {
    position: absolute;
    top: 995px;
    width: 630px;
    text-align: center;
    background: #66440e;
    z-index: 100;
    left: 525px;
    height: 155px;
    line-height: 8px;
    color: #fff;
    padding-top: 80px;
}

#previous_result_text {
    font-size:;
}
.latest_tab {
    position: absolute;
    left: 50%;
    top: 110px;
    z-index: 11;
    width: 192px;
    overflow: hidden;
    display: flex;
    height: 24px;
    border-bottom: 1px solid #808a8f;
    padding-bottom: 6px;
    transform: translateX(-50%);
}

.latest_tab .left {
    width: 100%;
    position: relative;
    cursor: pointer;
}
.latest_tab .right {
    width: 100%;
    border-left: 1px solid #808a8f;
    position: relative;
    cursor: pointer;
}
.latest_tab dd {
    margin: 0;
    height: 100%;
    background: url(../images/resource52.png);
    position: relative;
    z-index: 1;
}
.latest_tab .left dd {
    background-position: -1115px -335px;
}
.latest_tab .right dd {
    background-position: -1115px -366px;
}

.latest_tab .active span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 165ms linear;
    -moz-transition: background 165ms linear;
    -o-transition: background 165ms linear;
    -ms-transition: background 165ms linear;
    transition: background 165ms linear;
}
.latest_tab .active span {
    background: rgba(0, 0, 0, 0.5);
}


#patternLoading {
    display: flex;
    justify-content: center;
    align-items: center;
}