@font-face {
    font-family: 'Recipekorea';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Recipekorea.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: inherit;
    background-image: url('../img/bg.jpg?2023');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: auto;
    min-width: 830px;
    min-height: 650px;
}

.bgImg {
    display: block;
    position: absolute;
    background-image: url('../img/speedkenoladder/game_bg.png?3');
}

.gmImg {
    display: block;
    position: absolute;
    background-image: url('../img/powerladder/img.png');
}

.gmImg2 {
    display: block;
    position: absolute;
    background-image: url('../img/powerball/img.png?9');
}

#sound {
    display: none;
}

#wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.relativeBox {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.gmContent {
    position: relative;
    width: 830px;
    height: 630px;
    padding-bottom: 30px;
}

.topbtnBox {
    background: transparent !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: 140px;
    background-position: -90px -67px;
}

.topbtnBox .btn_scrap {
    right: 85px;
    background-position: -135px -67px;
}

.topbtnBox .btn_sound {
    right: 30px;
    background-position: -180px -67px;
}

.topbtnBox .btn_sound.off {
    background-position: -225px -67px;
}

.titleBox {
    width: 450px;
    height: 131px;
    z-index: 500;
    background-position: -375px -470px;
    top: 16px;
    left: 192px;
    transform-style: preserve-3d;
    transform: translateZ(-1px);
}

.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: #134151;*/
	background-color: #202934;
    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: bold;
    color: #ffffff;
    border-radius: 6px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 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('/res/live/img/powerball/chat_off.svg');
    background-size: 18px 18px;
    opacity: 0.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('/res/live/img/powerball/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('/res/live/img/powerball/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: 1px 0;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    padding: 121px 20px 23px 20px;
}

.centerBox .inBox {
    border-radius: 20px;
    /*background-color: #0d4254;*/
	background-color: #202934;
    box-shadow: inset 0px 0px 10px rgba(0, 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: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 34px;
    text-shadow: 0px 0px 2px rgba(0, 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: transparent !important;
}

.playBox .pl_icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 20px;
    background-color: #008080;
    border: 2px solid #D4AF37;
    color: #D4AF37;
    font-family: Recipekorea;
    font-weight: 900;
    font-size: 18px;
    text-shadow:
        -2px -2px 0 rgba(0, 0, 0, 0.15),
        2px -2px 0 rgba(0, 0, 0, 0.15),
        -2px 2px 0 rgba(0, 0, 0, 0.15),
        2px 2px 0 rgba(0, 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 #008080;
    border-right: 13px solid #008080;
}

.playBox ul.s3 {
    padding-top: 70px;
}

.playBox ul.s4 {
    padding-top: 56px;
}

.playBox ul li {
    height: 13px;
    background-color: #008080;
    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 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 .waiting_box {
    position: absolute;
    top: 137px;
    left: 66px;
    z-index: 910;
    text-align: center;
    width: 176px;
    height: 91px;
    padding-top: 22px;
    background-color: #008080;
}

.centerBox .inBox .waiting_box .logo {
	display:none;
    position: relative;
    margin: 0 auto;
    width: 70px;
    height: 14px;
    background-position: -175px -14px;
}

.centerBox .inBox .waiting {
    position: absolute;
    top: -20px;
    left: 13px;
    z-index: 910;
    text-align: center;
    width: 150px;
    height: 120px;
    border-radius: 10px;
    background-color: transparent;
    background-image: url('../img/speedkenoladder/waiting.gif?2');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.capture {
    position: relative;
    display: inline-flex;
    background-color: #022926;
    color: #fff;
    padding: 2px;
    cursor: pointer;
    margin-left: 4px;
}

#keno-capture {
    position: fixed;
    display: none;
    z-index: 5000;
    width: 281px;
    height: 65px;
    bottom: 1px;
    left: 1px;
}

@keyframes blink-effect {
    50% {
        opacity: 0;
    }
}

.keno-help {
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    text-align: center;
    color: #ffee00;
    font-weight: bold;
    letter-spacing: -1px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Helvetica, sans-serif;
    font-size: 12px;
}

.keno-help span {
    position: relative;
    display: inline-flex;
    background-color: #022926;
    color: #fff;
    padding: 2px;
}

.centerBox .inBox .keno-time {
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    text-align: center;
    color: #ffee00;
    font-weight: bold;
    letter-spacing: -1px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Helvetica, sans-serif;
    font-size: 12px;
    animation: blink-effect 0.5s step-end infinite;
}

.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: transparent !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: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-family: Tehoma, Gulim, sans-serif;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    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: #134151;*/
	background-color: #202934;
    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: #0d3443;
}

.rightBox .inBox .tab span:last-child {
    border-radius: 0 20px 0 0;
}

.rightBox .inBox .tab span.t1 em {
    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 {
    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;
}

/*
.nResult .kenoNum {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 1px;
    height: 37px;
    width: 177px;
    padding: 8px 5px;
}
*/
.nResult .kenoNum {
    display: flex;
    justify-content: center;
    align-items: center;   
    height: 37px;
    width: 177px;
}

/*
.nResult .kenoNum span {	
	position: relative;
    width: 28px;
    height: 28px;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 900;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 0.5);
}
*/

.ricon {
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 900;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 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: #2193b0;
    background: -webkit-linear-gradient(45deg, #2193b0, #6dd5ed);
    background: linear-gradient(45deg, #2193b0, #6dd5ed);
}

.ricon.r3_1::after {
    content: '홀';
}

.ricon.r3_2 {
    background: #f12711;
    background: -webkit-linear-gradient(45deg, #f12711, #f37669);
    background: linear-gradient(45deg, #f12711, #f37669);
}

.ricon.r3_2::after {
    content: '짝';
}

.ricon.s_1::before,
.ricon.s_2::before,
.ricon.s_3::before,
.ricon.s_4::before {
    position: absolute;
    background: #292929;
    background: -webkit-linear-gradient(45deg, #292929, #393939);
    background: linear-gradient(45deg, #292929, #393939);
    width: 11px;
    height: 11px;
    padding: 0 0 1px 1px;
    top: -6px;
    line-height: 13px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    font-weight: 400;
    display: block;
    text-align: center;
    font-size: 8px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 0;
    z-index: 200;
    color: #ffffff;
}

.ricon.s_1::before {
    content: '3';
    left: -5px;
}

.ricon.s_2::before {
    content: '4';
    left: -5px;
}

.ricon.s_3::before {
    content: '3';
    right: -5px;
}

.ricon.s_4::before {
    content: '4';
    right: -5px;
}

.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: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 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);
}

.rbicon {
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 900;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    
}

.nResult .red_num{
	background: #f12711;
    background: -webkit-linear-gradient(45deg, #f12711, #f37669);
    background: linear-gradient(45deg, #f12711, #f37669);
}

.nResult .black_num{
    background: linear-gradient(45deg, #414141, #6a6a6a);
}

.nResult .yellow_num{
    background: linear-gradient(180deg, #ffce4d, #b58200) #ffce4d;
}

.nResult .green_num{
	background: linear-gradient(203deg, hsl(147, 100%, 27%), hsl(147, 100%, 24%) 91%);
}

.copy {
    position: absolute;
    bottom: 0px;
    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, 0.35);
    text-shadow: 0 0 2px rgba(0, 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: fixed;
    height: 100%;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    z-index: 1000;
}

.popuplayer {
    display: none;
    position: absolute;
    top: 0px;
    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: 0px -125px;
    background-color: #46382b;
    color: #fff;
    padding: 0 30px;
    height: 75px;
    font-weight: bold;
    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: bold;
    letter-spacing: -1px;
}

.popuplayer ul.thlep {
    padding: 0 30px;
    margin: 0;
}

.popuplayer .rankingScroll {
    display: none;
    height: 228px;
    margin: 25px 30px 10px 30px;
    overflow: hidden;
    overflow-y: scroll;
}

.popuplayer .mypickScroll {
    display: none;
    height: 228px;
    margin: 25px 30px 10px 30px;
    overflow: hidden;
    overflow-y: scroll;
}

.popuplayer .lodingBox {
    height: 228px;
    margin: 25px 30px 10px 30px;
    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, 0.1);
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    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: 0px;
}

.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 #0a2833;
    border-bottom: 1px solid #0a2833;
    background-color: #114153;
    align-items: center;
    justify-content: center;
}

.popuplayer .mypickStats .nickBox {
    margin-right: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.popuplayer .mypickStats .nickBox .nick {
    color: #fff;
    font-weight: bold;
}

.popuplayer .mypickStats .rate {
    color: #fff;
    margin-right: 20px;
}

.popuplayer .default {
    line-height: 24px;
    color: #b4ad90;
    font-size: 13px;
    padding: 0 30px;
}

.popuplayer .default.btm {
    padding: 0 30px 15px 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;
    margin-top: 15px;
}

.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: bold;
    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: #3097ba;
    margin: 0 2px;
    animation: pulsar 0.7s infinite alternate;
    border-radius: 2px;
    opacity: 0.5;
}

#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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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 rgba(34, 31, 31, 1);
    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, 0.3);
    background-color: #3d6ba6;
}

.chat.on {
    cursor: pointer;
}

/** 픽 인포 */
#pickinfo {
    position: fixed;
    display: none;
    z-index: 5000;
    width: 176px;
    height: 102px;
    background-color: #124051;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #072b37;
    bottom: 1px;
    left: 1px;
}

#pickinfo h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    height: 34px;
    background-color: #0d3443;
    color: #fff;
}

#pickinfo ul {
    padding-top: 3px;
}

#pickinfo ul li {
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: rgba(255, 255, 255, 0.8);
}

#pickinfo ul li span {
    display: flex;
    font-size: 11px;
}

#pickinfo ul li span.col {
    width: 60px;
    justify-content: center;
    font-weight: bold;
    color: #fff;
}
.dtOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
}

.dtOverlay .content {
    text-align: center;
}

.dtOverlay h1 {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: -2px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dtOverlay h1 strong {
    color: #ff4800;
}

.dtOverlay p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 100;
    letter-spacing: -1px;
}

.dtOverlay p span {
    color: #ffe748;
    font-weight: 700;
}

ㄴ.dtOverlay .link_game a {
    font-size: 14px;
    color: #66f6ff;
}

.dtOverlay .link_game a:hover {
    color: #bc54fe;
}

.invalid{
	color:#ff6b35;
	margin-left:3px;
	font-weight:bold;
}