*{margin:0;padding:0;list-style:none;font-size:13px;font-weight:400;font-family: "NanumSquareRound",sans-serif;box-sizing: border-box;}
.liveContent {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-image: url(/img/ladder/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 830px;
    height: 650px
}

.bgImg {
    display: block;
    position: absolute;
    background-image: url(/img/ladder/game_bg.png)
}
.bgImg[data-id="1"] {
    display: block;
    position: absolute;
    background-image: url(/img/ladder/1min2.png)
}
.bgImg[data-id="2"] {
    display: block;
    position: absolute;
    background-image: url(/img/ladder/2min2.png)
}
.bgImg[data-id="3"] {
    display: block;
    position: absolute;
    background-image: url(/img/ladder/3min2.png)
}
.bgImg[data-id="5"] {
    display: block;
    position: absolute;
    background-image: url(/img/ladder/5min2.png)
}

.gmImg {
    display: block;
    position: absolute;
    background-image: url(/img/ladder/img.png)
}

.gmText {
    display: block;
    position: absolute;
    background-image: url(/img/ladder/text.png)
}

#sound {
    display: none
}

.relativeBox {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.35)
}

.gmContent {
    position: relative;
    width: 830px;
    height: 630px;
    padding-bottom: 30px
}

.topbtnBox {
    background: 0 0!important
}

.topbtnBox button {
    top: 42px;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border: none
}

.topbtnBox .btn_ranking {
    left: 40px;
    background-position: 0 -67px
}

.topbtnBox .btn_mypick {
    left: 95px;
    background-position: -45px -67px
}

.topbtnBox .btn_help {
    right: 147px;
    background-position: -90px -67px
}

.topbtnBox .btn_scrap {
    right: 95px;
    background-position: -135px -67px
}

.topbtnBox .btn_sound {
    right: 40px;
    background-position: -180px -67px
}

.topbtnBox .btn_sound.off {
    background-position: -225px -67px
}

.titleBox {
    width: 441px;
    height: 131px;
    z-index: 500;
    background-position: -350px -470px;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.scrapBox,.leftBox {
    width: 237px;
    height: 470px;
    z-index: 100;
    background-position: -350px 0;
    left: 22px;
    top: 110px;
    padding: 24px 0 22px 28px
}

.scrapBox .inBox,.leftBox .inBox {
    border-radius: 15px 0 0 15px;
    /*background-color: #0d3443;*/
    padding-right: 21px;
    color: #fff
}

.scrapBox .inBox .tab,.leftBox .inBox .tab {
    width: 100%;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center
}

.leftBox .inBox .tab .pickTitle {
    position: relative;
    width: 66px;
    height: 14px;
    background-position: -277px 0
}

.scrapBox .inBox .tab .pickTitle {
    position: relative;
    width: 25px;
    height: 14px;
    background-position: -175px 0
}

.leftBox .pPickLoading {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    height: 380px
}

.leftBox .inBox .scrollBox {
    margin: 5px 0;
    height: 380px;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none
}

.leftBox .inBox .scrollBox::-webkit-scrollbar {
    display: none
}

.leftBox .inBox .scrollBox ul {
    padding: 0 6px
}

.leftBox .inBox .scrollBox li {
    position: relative;
    width: 176px;
    height: 47px;
    background-color: #0d3443;
    border-radius: 10px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 8px
}

.leftBox .inBox .scrollBox li .record {
    position: absolute;
    width: 156px;
    height: 50px;
    top: -5px;
    left: 50%;
    transform: translateX(-50%)
}

.leftBox .inBox .scrollBox li .winrow {
    position: absolute;
    top: -4px;
    left: -5px;
    padding: 2px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    border-radius: 6px;
    text-shadow: 0 0 3px #000;
    border: 1px solid rgba(0,0,0,.5);
    background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed)
}

.leftBox .inBox .scrollBox li .winrow.plus {
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669)
}

.leftBox .inBox .scrollBox li .nickBox {
    flex: 1
}

.leftBox .inBox .scrollBox li .nickBox .nick {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.leftBox .inBox .scrollBox li .chat,.leftBox .inBox .scrollBox li .rpick {
    margin-left: auto
}

.leftBox .inBox .scrollBox li .rpick {
    margin-right: 3px
}

.ricon.chat {
    background: #707070;
    background: -webkit-linear-gradient(45deg,#707070,#8e8e8e);
    background: linear-gradient(45deg,#707070,#8e8e8e)
}

.ricon.chat::after {
    display: block;
    content: ' ';
    width: 18px;
    height: 18px;
    background-image: url(/img/ladder/chat_off.svg);
    background-size: 18px 18px;
    opacity: .5
}

.ricon.chat.on {
    background: #ea8330;
    background: -webkit-linear-gradient(45deg,#ea8330,#f5af19);
    background: linear-gradient(45deg,#ea8330,#f5af19)
}

.ricon.chat.on::after {
    display: block;
    content: ' ';
    width: 18px;
    height: 18px;
    background-image: url(/img/ladder/chat_on.svg);
    background-size: 18px 18px;
    opacity: 1
}

.leftBox .inBox .scrollBox li .rpick.lock {
    background: #505050;
    background: -webkit-linear-gradient(45deg,#505050,#6e6e6e);
    background: linear-gradient(45deg,#505050,#6e6e6e)
}

.leftBox .inBox .scrollBox li .rpick.lock::after {
    display: block;
    content: ' ';
    width: 18px;
    height: 18px;
    background-image: url(/img/ladder/lock.svg);
    background-size: 18px 18px;
    opacity: 1
}

.leftBox .inBox .scrollBox li:first-child {
    margin-top: none
}

.centerBox {
    width: 350px;
    height: 556px;
    z-index: 200;
    background-position: 0 0;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    padding: 121px 20px 23px
}

.centerBox .inBox {
    border-radius: 20px;
    /*background-color: #47301d;*/
    box-shadow: inset 0 0 10px rgba(0,0,0,.25)
}

.centerBox .inBox .clockBox {
    position: absolute;
    background-color: #312113;
    width: 164px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: segoe ui,Tahoma,Geneva,Verdana,sans-serif,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 34px;
    text-shadow: 0 0 2px rgba(0,0,0,.35)
}

.centerBox .inBox .playBox {
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 206px;
    height: 226px;
    z-index: 900
}

.centerBox .inBox .playBox .relativeBox {
    width: 206px;
    height: 226px;
    background: 0 0!important
}

.playBox .pl_icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 20px;
    background-color: #124b5e;
    border: 2px solid #043949;
    color: #167591;
    font-family: Recipekorea;
    font-weight: 900;
    font-size: 18px;
    text-shadow: -2px -2px 0 rgba(0,0,0,.15),2px -2px 0 rgba(0,0,0,.15),-2px 2px 0 rgba(0,0,0,.15),2px 2px 0 rgba(0,0,0,.15);
    padding-top: 4px;
    z-index: 905
}

.playBox ul {
    position: absolute;
    top: 10px;
    left: 14px;
    z-index: 903;
    width: 176px;
    height: 206px;
    border-left: 13px solid #073847;
    border-right: 13px solid #073847
}

.playBox ul.s3 {
    padding-top: 70px
}

.playBox ul.s4 {
    padding-top: 56px
}

.playBox ul li {
    height: 13px;
    background-color: #073847;
    margin-bottom: 13px
}

.playBox .pl_icon.start_l {
    top: 0;
    left: 0
}

.playBox .pl_icon.start_l.on {
    background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed);
    color: #fff
}

.playBox .pl_icon.start_r {
    top: 0;
    right: 0
}

.playBox .pl_icon.start_r.on {
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669);
    color: #fff
}

.playBox .pl_icon.end_l {
    bottom: 0;
    left: 0
}

.playBox .pl_icon.end_l.on {
    background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed);
    color: #fff
}

.playBox .pl_icon.end_r {
    bottom: 0;
    right: 0
}

.playBox .pl_icon.end_r.on {
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669);
    color: #fff
}

.playBox .lineBox .line {
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #a1d9fc;
    z-index: 904;
}

.centerBox .inBox .gameResultBox {
    top: 126px;
    left: 50%;
    transform: translateX(-50%);
    width: 244px;
    height: 104px;
    background-position: 0 -112px;
    z-index: 1200;
    display: none
}

.centerBox .inBox .gameResultBox h2 {
    padding: 5px 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: gulim;
    height: 43px;
    font-size: 12px;
    color: #fff
}

.centerBox .inBox .gameResultBox p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: gulim;
    font-size: 12px;
    height: 58px
}

.centerBox .inBox .gameResultBox p .col {
    color: #dfaf41;
    margin: 0 4px
}

.centerBox .inBox .bepickLogo {
    position: absolute;
    top: 137px;
    left: 66px;
    z-index: 910;
    text-align: center;
    width: 176px;
    height: 91px;
    padding-top: 22px;
    background-color: #073847
}

.centerBox .inBox .bepickLogo .logo {
    position: relative;
    /*margin: 0 auto;*/
    width: 70px;
    height: 14px;
    background-position: -175px -14px
}

.centerBox .inBox .bottomBox {
    position: absolute;
    bottom: 39px;
    left: 50%;
    transform: translateX(-50%);
    height: 51px;
    width: 270px;
    border-radius: 19px;
    background-color: #082f3e;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 4px;
    border: 2px solid #22596f
}

.centerBox .inBox .bottomBox .playResult {
    width: 100%;
    height: 38px;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: segoe ui,Tahoma,Geneva,Verdana,sans-serif,Helvetica,sans-serif;
    color: #fff
}

.centerBox .inBox .bottomBox .relativeBox {
    background: 0 0!important
}

.centerBox .inBox .bottomBox .progressBar {
    border-radius: 15px;
    overflow: hidden
}

.centerBox .inBox .bottomBox .progress {
    display: block;
    height: 39px;
    background-color: #57911c!important;
    -webkit-animation: cssProgressActiveRight 1.5s linear infinite;
    animation: cssProgressActiveRight 1.5s linear infinite;
    background-image: linear-gradient( -45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent );
    background-size: 20px 20px
}

.centerBox .inBox .bottomBox .timeBox {
    position: absolute;
    top: 0;
    height: 39px;
    width: 262px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-family: Tehoma,Gulim,sans-serif;
    text-shadow: 0 0 2px #000;
    border-radius: 16px
}

.rightBox {
    width: 237px;
    height: 470px;
    z-index: 100;
    background-position: -587px 0;
    right: 22px;
    top: 110px;
    padding: 24px 28px 22px 0
}

.rightBox .inBox {
    border-radius: 0 15px 15px 0;
    /*background-color: #5a4c3f;*/
    padding-left: 21px;
    color: #fff
}

.rightBox .inBox .tab {
    width: 100%;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rightBox .inBox .tab span {
    flex: 1;
    display: flex;
    height: 37px;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.rightBox .inBox .tab span.off {
    background-color: #4b3d30
}

.rightBox .inBox .tab span:last-child {
    border-radius: 0 20px 0 0
}

.rightBox .inBox .tab span.t1 em {
    display: inline-block;
    width: 26px;
    height: 14px;
    background-position: -225px 0
}

.rightBox .inBox .tab span.t1.off em {
    background-position: -251px 0
}

.rightBox .inBox .tab span.t2 em {
    display: inline-block;
    width: 25px;
    height: 14px;
    background-position: -175px 0
}

.rightBox .inBox .tab span.t2.off em {
    background-position: -200px 0
}

.rightBox .inBox .tab .pickTitle {
    position: relative;
    width: 25px;
    height: 14px;
    background-position: -225px 0
}

.scrapBox .inBox .scrollBox,.rightBox .inBox .scrollBox {
    margin: 5px 0;
    height: 380px;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none
}

.scrapBox .inBox .scrollBox::-webkit-scrollbar,.rightBox .inBox .scrollBox::-webkit-scrollbar {
    display: none
}

.scrapBox .inBox .scrollBox ul,.rightBox .inBox .scrollBox ul {
    padding: 0 5px
}

.scrapBox .inBox .scrollBox li,.rightBox .inBox .scrollBox li {
    position: relative;
    width: 175px;
    height: 67px;
    background-position: 0 0;
    margin-top: 5px
}

.scrapBox .inBox .scrollBox li h3,.rightBox .inBox .scrollBox li h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    color: #d7c2af
}

.scrapBox .inBox .scrollBox li .resultBox,.rightBox .inBox .scrollBox li .resultBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px
}

.scrapBox .inBox .scrollBox li:first-child,.rightBox .inBox .scrollBox li:first-child {
    margin-top: none
}

.ricon {
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    font-family: segoe ui,Tahoma,Geneva,Verdana,sans-serif;
    font-size: 15px;
    font-weight: 900;
    text-shadow: 0 0 3px #000;
    border: 1px solid rgba(0,0,0,.5)
}

.ricon.r1_1 {
    background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed)
}

.ricon.r1_1::after {
    content: '좌'
}

.ricon.r1_2 {
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669)
}

.ricon.r1_2::after {
    content: '우'
}

.ricon.r2_1 {
    background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed)
}

.ricon.r2_1::after {
    font-size: 11.5px;
    letter-spacing: -1px;
    content: '3줄';
    position: relative;
    left: -1px
}

.ricon.r2_2 {
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669)
}

.ricon.r2_2::after {
    font-size: 11.5px;
    letter-spacing: -1px;
    content: '4줄';
    position: relative;
    left: -1px
}

.ricon.r3_1 {
/*
    background: #56ab2f;
    background: -webkit-linear-gradient(45deg,#56ab2f,#a8e063);
    background: linear-gradient(45deg,#56ab2f,#a8e063)
*/
	 background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed)
}

.ricon.r3_1::after {
    content: '홀'
}

.ricon.r3_2 {
/*
    background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed)
*/
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669)

}

.ricon.r3_2::after {
    content: '짝'
}

.ricon.r3_3 {
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669)
}

.ricon.r3_3::after {
    content: '대'
}

.ricon.gray {
    background: #7d7b7c;
    background: -webkit-linear-gradient(45deg,#7d7b7c,#afafaf);
    background: linear-gradient(45deg,#7d7b7c,#afafaf)
}

.ricon.gray::after {
    color: #fff
}

.bicon {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    font-family: segoe ui,Tahoma,Geneva,Verdana,sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 0 2px #000;
    border: 1px solid rgba(0,0,0,.5);
    line-height: 23px;
    left: -1px
}

.bicon.boff {
    background: #553b24;
    background: -webkit-linear-gradient(45deg,#553b24,#59402a);
    background: linear-gradient(45deg,#553b24,#59402a)
}

.bicon.b1,.bicon.b2,.bicon.b3,.bicon.b4,.bicon.b5,.bicon.b6,.bicon.b7 {
    background: #ffb400;
    background: -webkit-linear-gradient(45deg,#ffb400,#f0cc77);
    background: linear-gradient(45deg,#ffb400,#f0cc77)
}

.bicon.b8,.bicon.b9,.bicon.b10,.bicon.b11,.bicon.b12,.bicon.b13,.bicon.b14 {
    background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed)
}

.bicon.b15,.bicon.b16,.bicon.b17,.bicon.b18,.bicon.b19,.bicon.b20,.bicon.b21 {
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669)
}

.bicon.b22,.bicon.b23,.bicon.b24,.bicon.b25,.bicon.b26,.bicon.b27,.bicon.b28 {
    background: #56ab2f;
    background: -webkit-linear-gradient(45deg,#56ab2f,#a8e063);
    background: linear-gradient(45deg,#56ab2f,#a8e063)
}

.bicon.bp {
    background: #414141;
    background: -webkit-linear-gradient(45deg,#414141,#6a6a6a);
    background: linear-gradient(45deg,#414141,#6a6a6a)
}

.bicon.bp::before,.ricon.rpb::before {
    position: absolute;
    content: 'p';
    font-size: 8px;
    background: #ffb400;
    background: -webkit-linear-gradient(45deg,#ffb400,#f0cc77);
    background: linear-gradient(45deg,#ffb400,#f0cc77);
    width: 11px;
    height: 11px;
    padding: 0 0 1px 1px;
    top: -6px;
    right: -5px;
    line-height: 9px;
    font-family: Arial,Helvetica,sans-serif;
    border-radius: 5px;
    font-weight: 400;
    display: block;
    text-align: center;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,.5);
    text-shadow: 0 0 0;
    z-index: 200;
    color: #424242
}

.copy {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    padding: 5px 15px;
    background-color: rgba(0,0,0,.35);
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    border-radius: 5px;
    font-weight: 700
}

@-webkit-keyframes cssProgressActiveRight {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -20px -20px
    }
}

@-ms-keyframes cssProgressActiveRight {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -20px -20px
    }
}

@keyframes cssProgressActiveRight {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -20px -20px
    }
}

.popupbg {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1000
}

.popuplayer {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    width: 800px;
    z-index: 1500;
    background-color: #28211b;
    box-sizing: border-box;
    padding-bottom: 10px
}

.popuplayer h2 {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    background-position: 0 -125px;
    background-color: #46382b;
    color: #fff;
    padding: 0 30px;
    height: 75px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px
}

.popuplayer h3 {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    height: 30px;
    background-position: 0 -141px;
    margin: 10px 0;
    padding: 0 20px;
    color: #fcba1d;
    font-weight: 700;
    letter-spacing: -1px
}

.popuplayer ul.thlep {
    padding: 0 30px;
    margin: 0
}

.popuplayer .rankingScroll {
    display: none;
    height: 228px;
    margin: 25px 30px 10px;
    overflow: hidden;
    overflow-y: scroll
}

.popuplayer .mypickScroll {
    display: none;
    height: 228px;
    margin: 25px 30px 10px;
    overflow: hidden;
    overflow-y: scroll
}

.popuplayer .lodingBox {
    height: 228px;
    margin: 25px 30px 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.popuplayer ul.thlep li {
    line-height: 20px;
    color: #b4ad90;
    font-size: 12px;
    letter-spacing: -1px
}

.popuplayer ul.mrank,.popuplayer ul.trank {
    padding-right: 15px
}

.popuplayer ul.mrank li,.popuplayer ul.trank li {
    display: flex;
    height: 40px;
    margin-bottom: 7px;
    border-radius: 5px;
    background-color: #131313;
    align-items: center;
    justify-content: left
}

.popuplayer ul.mrank li .col,.popuplayer ul.trank li .col {
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255,255,255,.1);
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px
}

.popuplayer ul.mrank li .col:first-child,.popuplayer ul.trank li .col:first-child {
    border: none
}

.popuplayer ul.trank li .rankNum {
    width: 55px
}

.popuplayer ul.trank li .rankNum .rankicon {
    position: relative;
    width: 23px;
    height: 22px
}

.popuplayer ul.trank li .rankNum .rankicon.r1 {
    background-position: -270px -67px
}

.popuplayer ul.trank li .rankNum .rankicon.r2 {
    background-position: -293px -67px
}

.popuplayer ul.trank li .rankNum .rankicon.r3 {
    background-position: -316px -67px
}

.popuplayer ul.trank li .nickBox {
    justify-content: left;
    width: 152px;
    padding: 0 12px
}

.popuplayer ul.trank li .nickBox .nick {
    margin-left: 3px
}

.popuplayer ul.trank li .pickRow {
    width: 69px
}

.popuplayer ul.trank li .pickRate {
    width: 130px;
    letter-spacing: 0
}

.popuplayer .mypickStats .rate .red,.popuplayer ul.mrank li .red,.popuplayer ul.trank li .red {
    color: #fe5e3a
}

.popuplayer .mypickStats .rate .blue,.popuplayer ul.mrank li .blue,.popuplayer ul.trank li .blue {
    color: #4695d7
}

.popuplayer ul.mrank li .gray {
    color: #7d7b7c
}

.popuplayer ul.trank li .todayMsg {
    justify-content: left;
    flex: 1;
    padding: 0 12px
}

.popuplayer ul.trank li .roomChat {
    width: 60px
}

.popuplayer ul.mrank li .round {
    width: 150px;
    letter-spacing: 0
}

.popuplayer ul.mrank li .mypick,.popuplayer ul.mrank li .category {
    width: 140px;
    letter-spacing: 0
}

.popuplayer ul.mrank li .result {
    flex: 1
}

.popuplayer .mypickStats {
    display: none;
    height: 50px;
    border-top: 1px solid #29221c;
    border-bottom: 1px solid #29221c;
    background-color: #342b24;
    align-items: center;
    justify-content: center
}

.popuplayer .mypickStats .nickBox {
    margin-right: 20px;
    color: rgba(255,255,255,.5)
}

.popuplayer .mypickStats .nickBox .nick {
    color: #fff;
    font-weight: 700
}

.popuplayer .mypickStats .rate {
    color: #fff;
    margin-right: 20px
}

.popuplayer .default {
    line-height: 20px;
    color: #b4ad90;
    font-size: 12px;
    letter-spacing: -1px;
    padding: 0 30px
}

.popuplayer .codebox {
    display: flex;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    background-color: #110803;
    margin: 10px 30px
}

.popuplayer .codebox p {
    flex: 1;
    word-break: break-all;
    color: #ffc438;
    font-family: Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    padding: 10px 20px 10px 10px;
    margin-right: auto;
    text-align: left
}

.popuplayer .codebox button {
    display: flex;
    position: relative;
    width: 145px;
    height: 45px;
    border-radius: 5px;
    background-color: #53392a;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    vertical-align: top;
    top: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px
}

.topbtnBox button.layer_close {
    z-index: 1600;
    top: 22px;
    right: 22px;
    width: 31px;
    height: 31px;
    background-position: -175px -28px
}

.topbtnBox button.arrow_close {
    position: relative;
    width: 14px;
    height: 7px;
    background-position: -206px -28px;
    margin: 0 auto
}

#pPickLoading,#mypickLoader,#rankingLoader,#loader {
    display: inline-block;
    margin-bottom: 13px
}

#pPickLoading ul,#mypickLoader ul,#rankingLoader ul,#loader ul {
    display: flex
}

#pPickLoading ul li,#mypickLoader ul li,#rankingLoader ul li,#loader ul li {
    list-style: none;
    width: 5px;
    height: 10px;
    background: #ffb400;
    margin: 0 2px;
    animation: pulsar .7s infinite alternate;
    border-radius: 2px;
    opacity: .3
}

#pPickLoading ul li:nth-child(1),#mypickLoader ul li:nth-child(1),#rankingLoader ul li:nth-child(1),#loader ul li:nth-child(1) {
    animation-delay: .1s
}

#pPickLoading ul li:nth-child(1),#mypickLoader ul li:nth-child(1),#rankingLoader ul li:nth-child(1),#loader ul li:nth-child(1) {
    animation-delay: .1s
}

#pPickLoading ul li:nth-child(2),#mypickLoader ul li:nth-child(2),#rankingLoader ul li:nth-child(2),#loader ul li:nth-child(2) {
    animation-delay: .2s
}

#pPickLoading ul li:nth-child(3),#mypickLoader ul li:nth-child(3),#rankingLoader ul li:nth-child(3),#loader ul li:nth-child(3) {
    animation-delay: .3s
}

#pPickLoading ul li:nth-child(4),#mypickLoader ul li:nth-child(4),#rankingLoader ul li:nth-child(4),#loader ul li:nth-child(4) {
    animation-delay: .4s
}

#pPickLoading ul li:nth-child(5),#mypickLoader ul li:nth-child(5),#rankingLoader ul li:nth-child(5),#loader ul li:nth-child(5) {
    animation-delay: .5s
}

#pPickLoading ul li:nth-child(6),#mypickLoader ul li:nth-child(6),#rankingLoader ul li:nth-child(6),#loader ul li:nth-child(6) {
    animation-delay: .6s
}

@keyframes pulsar {
    0% {
        transform: scaleY(1)
    }

    25% {
        transform: scaleY(1)
    }

    50% {
        transform: scaleY(1)
    }

    75% {
        transform: scaleY(1)
    }

    100% {
        transform: scaleY(2.2)
    }
}

.scroll::-webkit-scrollbar-track {
    border-radius: 3px;
    box-shadow: inset 0 0 6px #221f1f;
    background-color: #221f1f;
    margin-bottom: 10px 10px 10px 10px
}

.scroll::-webkit-scrollbar {
    width: 10px
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #a78440
}

.chat.on {
    cursor: pointer
}

#pickinfo {
    position: fixed;
    display: none;
    z-index: 5000;
    width: 176px;
    height: 102px;
    background-color: #3d2b21;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #1c1c1c;
    bottom: 1px;
    left: 1px
}

#pickinfo h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    height: 34px;
    background-color: #2b1e16;
    color: #fff
}

#pickinfo ul {
    padding-top: 3px
}

#pickinfo ul li {
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #99856c
}

#pickinfo ul li span {
    display: flex;
    font-size: 11px
}

#pickinfo ul li span.col {
    width: 60px;
    justify-content: center;
    font-weight: 700;
    color: #cbbfb1
}
