@charset "UTF-8";

/* 상단 메뉴 */
.nav > ul > li > a.active {
    letter-spacing: 2px;
    font-weight: bold;
    color: #fbb742;
    /*background: #161616;*/
}
/* 상단 메뉴  끝 */


/* 페이징 */
/* pagination */
.pagination {
    text-align: center;
    line-height: 30px;
}

.pagination > a {
    display: inline-block;
    height: 30px;
    margin-left: 5px;
    padding: 6px;
    min-width: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #232323;
    border-radius: 5px;
}

.pagination > span {
    display: inline-block;
    height: 30px;
    margin-left: 5px;
    padding: 6px;
    min-width: 30px;
    font-size: 12px;
    font-weight: 500;
    color: yellow;
    font-weight: bold;
    text-align: center;
    background: #232323;
    border-radius: 5px;
}

.pagination > a:hover {
    background: #fbb742;
}

.pagination .on {background: #fbb742;}

.pagination .prev,
.pagination .next {
    font-size: 13px;
}
/* 페이징 끝*/

.marl10 {margin-left: 10px;}
.marl20 {margin-left: 20px;}


/* 파워볼 */
.pwb-board-container {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 0px auto;
}

.pwb-row-wrap {
    display: block;
    min-height: 74px;
    padding: 5px 0 !important;
    table-layout: fixed;
}

.pwb-row-wrap:after {
    content: "";
    clear: both;
    display: table;
}

.pwb-cell {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 1;
    box-sizing: border-box;
}

.col-3 .pwb-cell {width: 33.33%;}
.col-4 .pwb-cell {width: 25%;}
.col-6 .pwb-cell {width: 16.66%;}
.col-6 .pwb-cell:last-child {width: 16.67%;}
.col-10 .pwb-cell {width: 20%;}

.pwb-headerbox {
    display: block;
    position: relative;
    height: 78px;
    padding: 19px 12px 12px 12px;
    background-color: #111;
    border: 2px solid #222;
    border-radius: 10px;
    box-sizing: border-box;
}

.pwb-box {
    display: block;
    position: relative;
    height: 74px;
    padding: 16px 12px 12px 70px;
    border-width: 2px;
    border-style: solid;
    border-color: #224444;
    border-radius: 10px;
    box-sizing: border-box;
}

.pwb-mixbox {
    display: block;
    position: relative;
    height: 82px;
    padding: 10px 12px 12px 12px;
    border-width: 2px;
    border-style: solid;
    border-color: #224444;
    border-radius: 10px;
    box-sizing: border-box;
}

.pwb-box:hover,
.pwb-box.active,
.pwb-mixbox:hover,
.pwb-mixbox.active {
    border-color: #fff !important;
}

.pwb-header-title {
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ff9900;
}

.clock-box {
    padding: 8px 0 0 0;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    color: #c7c7c7;
}

.crl-item {
    position: absolute;
    top: 8px;
    left: 18px;
    display: block;
    width: 54px;
    height: 54px;
    padding: 8px 0;
    line-height: normal;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    background-color: #000;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #0143c5;
    box-sizing: border-box;
}

.crl-item.two-word {
    padding: 11px 0;
    font-size: 20px;
    letter-spacing: -2px;
}

.pwb-cell-txt {
    display: block;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    color: #aaa;
    letter-spacing: -1px;
}

.pwb-headerbox .pwb-cell-txt {
    color: #fff;
    letter-spacing: 0;
}

.pwb-cell-point {
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ff9900;
}

.pwb-headerbox .pwb-cell-point {
    font-size: 20px;
}

.pwb-cell-mix {
    display: block;
    padding: 9px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.pwb-mixbox .pwb-cell-point {padding: 6px 0 0 0;}

.pwb-numball {
    height: 25px;
    padding: 5px 0 0 0;
    text-align: center;
    box-sizing: border-box;
}

.pwb-numball .pwb-num {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
    padding: 4px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    border-radius: 50%;
    box-sizing: border-box;
    background: linear-gradient(45deg, rgba(14, 19, 255), rgba(8, 14, 255));
}

.pwb-numball .pwb-num:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    user-select: none;
}

.bg-darkgreen {background-color: #112222;border-color: #224444;}
.bg-darkgray {background-color: #222;border-color: #444;}
.bg-darkpurple {background-color: #221122;border-color: #442244;}
.bg-brown {background-color: #221100;border-color: #442200;}
.bg-darkgold {background-color: #222211;border-color: #444422;}
.bg-darkolive {background-color: #112211;border-color: #224422;}
.bg-nightblue {background-color: #111122;border-color: #222244;}
.bg-olive {background-color: #222;    border-color: #111;}
.border-blue {border-color: #0143c5;}
.border-red {border-color: #870000;}
.border-gold {border-color: #888800;}
.border-green {border-color: #008800;}
.border-brown {border-color: #844301;}
.border-lightgreen {border-color: #008888;}
.border-purple {border-color: #880088;}
.border-white {border-color: #fff;}
.txt-cyan {color: #8cddff;}

.pwd-deemed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 100;
}

.pwd-result-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 101;
}

.pwd-result-header {
    height: 145px;
    padding: 25px;
    box-sizing: border-box;
}

.pwd-result-header > em,
.pwd-result-header > span,
.pwd-result-header > strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 4px 0 0 0;
    color: #888;
}

.pwd-result-header > strong {
    padding: 12px 0 0 0;
    font-size: 48px;
    color: #ffff00;
}

.pwd-result-copy {
    height: 50px;
    padding: 15px 0 0 0;
}

.pwd-result-copy > h5 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.pwd-result-ballbox {height: 82px;text-align: center;}

.pwd-ballnum {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 3px;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    background-color: #0044cc;
    border-radius: 50%;
}

.pwd-ballnum.ball-bonus {
    margin-left: 20px;
    color: #cc4400;
    background-color: #224466;
}

.pwd-result-gametxt {
    height: 44px;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
}

.pwd-result-listbox {text-align: center;}

.pwd-result-item {
    display: inline-block;
}

.pwd-result-item > dt,
.pwd-result-item > dd {
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.pwd-ball {
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 4px 0 0 0;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
}

.pwd-ball:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.pwd-ball.two-word {font-size: 14px;letter-spacing: -2px;}
/* 뉴파워볼 끝 */

/* 일반볼 보드 */
.pan-ball-wrap {padding: 18px 0 10px;text-align: center;}

.pan-ball {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0 25px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background-image: radial-gradient(#ff605d, #bd0703, #400503);
    user-select: none;
}

.pan-ball:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.pan-ball.ball-orange {
    background-image: radial-gradient(#d9af25, #bf8000, #9b5c13);
}

.pan-table-wrap {
    position: relative;
    padding: 18px 38px;
    box-sizing: border-box;
}

.pan-cover-top,
.pan-cover-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: #000;
    box-sizing: border-box;
    z-index: 99;
}

.pan-cover-bottom {top: auto;bottom: 0;}
.pan-cover-right,
.pan-cover-left {
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    background-color: #000;
    z-index: 99;
}

.pan-cover-left {left: 0;right: auto;}
.pan-table {display: table;width: 100%;user-select: none;}
.pan-row {position: relative;display: table-row;}
.pan-cell {
    position: relative;
    display: table-cell;
    width: 10%;
    height: 72px;
    background-color: #ffce3c;
    border-top: 1px solid #ffec79;
    border-right: 1px solid #d6a02c;
    border-bottom: 1px solid #b0751c;
    border-left: 1px solid #ffec79;
    box-sizing: border-box;
}

.pan-click-table {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.pan-click-row {display: table-row;}

.pan-click-cell {
    position: relative;
    display: table-cell;
    width: 10%;
    height: 36px;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
}

.pan-click-cell:hover,
.pan-click-cell.active {
    background-color: rgba(255, 248, 60, 0.65);
}

.pan-num {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    line-height: normal;
    font-size: 22px;
    color: #887722;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    user-select: none;
    z-index: 200;
}

.pan-chip {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -22px 0 0 -22px;
    z-index: 201;
}

/* 가상경기 BetFair */

.tb-bet-fair {width: 100%;color: white}

/* Soccer */
.tb-bet-fair .div-video {
    width: auto;
    font-size: 16px;
    margin: 0px;
    background: #282828;
}

.div-gamedate {
    width: auto;
    font-size: 12px;
    margin: 4px;
    background: #282828;
    text-align: left;
    padding: 4px;
}

.div-gamedate-content {
    color: cyan;
    margin-left: 7px;
    margin-top: 10px;
    font-size: 14px;
}

.div-gameinfo {
    width: auto;
    font-size: 12px;
    text-align: left;
    padding: 7px 1px;
}

.td-home {
    width: 46%;
    text-align: left;
    vertical-align: top;
    padding: 0px 10px;
    cursor: pointer;
}

.div-select-home {
    border: 1px solid #3e3e3e;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
    font-size: 13px;
}

.span-home-rate {
    float: right;
    color: #FFE418;
    font-size: 13px;
}

.div-select-home:hover,
.div-select-home.active {
    background: #ffb700;
    color: black;
}

.div-select-home:hover > span,
.div-select-home.active > span {
    color: black;
}

.div-img-home {
    margin-right: 5px;
    display: inline-block;
    height: 34px;
    line-height: 30px;
    vertical-align: middle;
}

.img-home {height: 10px;width: 15px;}

.span-home-title {font-size: 13px;}

.td-tie {
    width: 8%;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.div-select-tie {
    border: 1px solid #3e3e3e;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
}

.span-tie-rate {
    font-size: 13px;
    color: #FFE418;
}

.div-select-tie:hover,
.div-select-tie.active {
    background: #ffb700;
    color: black;
}

.div-select-tie:hover > span,
.div-select-tie.active > span {
    color: black;
}

.div-tie-unover {
    border: 1px solid #3e3e3e;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
    background: #333;
}

.div-tie-unover > span {color: #eee;}

.td-away {
    width: 46%;
    text-align: left;
    vertical-align: top;
    padding: 0px 10px;
    cursor: pointer;
}

.div-select-away {
    border: 1px solid #3e3e3e;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
    font-size: 13px;
}

.span-away-rate {
    font-size: 13px;
    color: #FFE418;
}

.div-select-away:hover,
.div-select-away.active {
    background: #ffb700;
    color: black;
}

.div-select-away:hover > span,
.div-select-away.active > span {color: black;}

.span-away-title {font-size: 13px;float: right;}

.div-img-away {
    margin-left: 5px;
    display: inline-block;
    height: 34px;
    line-height: 30px;
    vertical-align: middle;
}

.img-away {height: 10px;width: 15px;}
/* 가상경기 BetFair end ======================================== */


/* 재정의 */
.boxTit {background: #545352;}
.boxTit-border {border: 1px solid #545352;}

.infoCard .btnArea li.pBg2 {
    background: linear-gradient(0deg, rgba(111, 75, 11, 1) 0%, rgba(251, 183, 66, 1) 100%);
}

.infoCard .btnArea input {
    background: linear-gradient(0deg, rgba(111, 75, 11, 1) 0%, rgba(251, 183, 66, 1) 100%);
}

.pBg {background: #fbb742;}
.pBg2 {background: #ff9c3f;}
.pBg-border {border: 1px solid #fbb742;}
.pBg2-border {border: 1px solid #ff9c3f;}
.banner li {width: 278px;}
.banner li img {width: 100%;}
.banneBoxTit {background: #fbb742;}
.banneBoxTit-border {border: 1px solid #fbb742;}

.gameBet .orangeBg input, .gameBet .orangeBg:hover input, .gameBet .btnArea2 .orangeBg {
    background: #ff9c3f;
}

.sportsCon .teamStan.active {
    background: linear-gradient(0deg, rgba(111, 75, 11, 1) 0%, rgba(251, 183, 66, 1) 100%);
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.pickCon > ul > li > div.active {
    background: linear-gradient(0deg, rgba(111, 75, 11, 1) 0%, rgba(251, 183, 66, 1) 100%);
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.bgResult-1 {background: darkgreen !important;}
.bgResult-2 {background: darkred !important;}
.bgResult-4 {background: darkblue !important;}
.sportsCon h3 img {
    margin-left: 10px;
    vertical-align: baseline;
}

.gameArea iframe.mini-view {
    width: 100%;
    padding: 0;
    border: 1px solid #232323;
    box-sizing: border-box;
}

/* 파워볼 미니게임 아이프레임*/
#div_autoball.div-mini-view {height: 600px;}

/* 팝업 */
/* PC용 컨테이너 */
.popup-container {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup {
    width: 420px;
    height: 300px;
    background: white;
    border: 1px solid #333;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    display: none;
    flex-direction: column;
}

.popup-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.popup-footer {
    order: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    background: #000;
    color: #fff;
}

.popup-footer button {
    padding: 5px 10px;
    border: none;
    background: #333;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
}

@media only screen and (max-width:767px) {

    /* 공통 */
    .w60p {width: 60%;}
    .w65p {width: 65%;}
    .w35p {width: 35%;}

    /* 개인정보 */
    .infoCard .mBtnArea2 li.linkBox {
        width: calc(50% - 4px);
    }
    /* 개인정보 끝 */
    /* 스포츠 */
    .sportsListArea .pageTit .pageMenu{width: 96%;}
    .sportsListArea .pageTit { padding: 0;}
    .sportsListArea .category {width: 100%; padding:0;}
    .pageMenu li.sports{width: calc(15.3%);}
    .pageMenu span.sports {display:block;}

    .pageMenu li.sports_result{width: calc(25% - 4px);}
    /* 스포츠 끝 */

    /* 미니게임 아이프레임*/
    .gameFrame {width: 100%;}

    .gameBet .betTimer {
        font-size: 25px;
        padding: 5px;
        width: calc(50% - 20px);
    }

    /* 파워볼 */
    .pwb-board-container {
        width: 100%;
        max-width: 800px;
        padding: 20px 10px;
        box-sizing: border-box;
        margin: 0px auto;
    }

    .pwb-row-wrap {
        display: flex;
        min-height: 20px;
        margin: 0 -5px;
        padding: 5px 0;
        table-layout: fixed;
    }

    .pwb-row-wrap:after {
        content: "";
        clear: both;
        display: table;
    }

    .pwb-cell {
        float: left;
        display: flex;
        flex-direction: column;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .col-3 .pwb-cell {width: 33.33%;}
    .col-4 .pwb-cell {width: 25%;}
    .col-6 .pwb-cell {width: 16.66%;}
    .col-6 .pwb-cell:last-child {width: 16.67%;}
    .col-10 .pwb-cell {width: 20%;}

    .pwb-headerbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        height: 40px;
        padding: 2px 5px 5px 5px;
        background-color: #111;
        border: 2px solid #222;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .pwb-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        height: 100%;
        padding: 3px 5px 5px 35px;
        border-width: 2px;
        border-style: solid;
        border-color: #224444;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .pwb-mixbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        padding: 3px 5px 5px 5px;
        border-width: 2px;
        border-style: solid;
        border-color: #224444;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .pwb-box:hover,
    .pwb-box.active,
    .pwb-mixbox:hover,
    .pwb-mixbox.active {
        border-color: #fff !important;
    }

    .pwb-header-title {
        display: block;
        padding: 0;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #ff9900;
    }

    .clock-box {
        padding: 5px 0 0 0;
        font-size: 11px;
        text-align: center;
        letter-spacing: 2px;
        color: #c7c7c7;
    }

    .crl-item {
        position: absolute;
        top: 50%;
        left: 3px;
        display: block;
        width: 30px;
        height: 30px;
        padding: 4px 0;
        line-height: normal;
        text-align: center;
        font-weight: bold;
        color: #fff;
        font-size: 14px;
        background-color: #000;
        border-radius: 50%;
        border-width: 2px;
        border-style: solid;
        border-color: #0143c5;
        box-sizing: border-box;
        transform: translateY(-50%);
    }

    .crl-item.two-word {
        padding: 4px 0;
        font-size: 12px;
        letter-spacing: 0;
    }

    .pwb-cell-txt {
        display: block;
        text-align: center;
        font-weight: bold;
        font-style: normal;
        font-size: 12px;
        color: #aaa;
        letter-spacing: -1px;
    }

    .pwb-headerbox .pwb-cell-txt {
        color: #fff;
        letter-spacing: 0;
    }

    .pwb-cell-point {
        display: block;
        padding: 5px 0 0 0;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #ff9900;
    }

    .pwb-headerbox .pwb-cell-point {
        font-size: 11px;
    }

    .pwb-cell-mix {
        display: block;
        padding: 2px 0 0 0;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }

    .pwb-mixbox .pwb-cell-point {
        padding: 5px 0 0 0;
    }

    .pwb-numball {
        height: 19px;
        padding: 2px 0 0 0;
        text-align: center;
        box-sizing: border-box;
    }

    .pwb-numball .pwb-num {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 18px;
        padding: 2px 0 0 1px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: normal;
        font-weight: bold;
        border-radius: 50%;
        box-sizing: border-box;
        background: linear-gradient(45deg, rgba(14, 19, 255), rgba(8, 14, 255));
    }

    .pwb-numball .pwb-num:before {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        display: block;
        width: 10px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        user-select: none;
    }

    .bg-darkgreen {background-color: #112222;border-color: #224444;}
    .bg-darkgray {background-color: #222;border-color: #444;}
    .bg-darkpurple {background-color: #221122;border-color: #442244;}
    .bg-brown {background-color: #221100;border-color: #442200;}
    .bg-darkgold {background-color: #222211;border-color: #444422;}
    .bg-darkolive {background-color: #112211;border-color: #224422;}
    .bg-nightblue {background-color: #111122;border-color: #222244;}
    .bg-olive {background-color: #222;border-color: #111;}
    .border-blue {border-color: #0143c5;}
    .border-red {border-color: #870000;}
    .border-gold {border-color: #888800;}
    .border-green {border-color: #008800;}
    .border-brown {border-color: #844301;}
    .border-lightgreen {border-color: #008888;}
    .border-purple {border-color: #880088;}
    .border-white {border-color: #fff;}
    .txt-cyan {color: #8cddff;}

    .pwd-deemed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 100;
    }

    .pwd-result-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 101;
    }

    .pwd-result-header {
        height: 145px;
        padding: 25px;
        box-sizing: border-box;
    }

    .pwd-result-header > em,
    .pwd-result-header > span,
    .pwd-result-header > strong {
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        padding: 4px 0 0 0;
        color: #888;
    }

    .pwd-result-header > strong {padding: 12px 0 0 0;font-size: 48px;color: #ffff00;}
    .pwd-result-copy {height: 50px;padding: 15px 0 0 0;}
    .pwd-result-copy > h5 {text-align: center;font-size: 30px;font-weight: bold;}

    .pwd-result-ballbox {height: 82px;text-align: center;}

    .pwd-ballnum {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin: 0 3px;
        color: #fff;
        font-size: 22px;
        line-height: 50px;
        font-weight: bold;
        text-align: center;
        background-color: #0044cc;
        border-radius: 50%;
    }

    .pwd-ballnum.ball-bonus {
        margin-left: 20px;
        color: #cc4400;
        background-color: #224466;
    }

    .pwd-result-gametxt {
        height: 44px;
        padding: 10px 0;
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        box-sizing: border-box;
    }

    .pwd-result-listbox {text-align: center;}
    .pwd-result-item {display: inline-block;}

    .pwd-result-item > dt,
    .pwd-result-item > dd {
        display: inline-block;
        padding: 0 10px 0 0;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

    .pwd-ball {
        display: inline-block;
        width: 34px;
        height: 34px;
        padding: 4px 0 0 0;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background-color: #000;
        box-sizing: border-box;
        border-radius: 50%;
        border-width: 2px;
        border-style: solid;
    }

    .pwd-ball:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
    }

    .pwd-ball.two-word {font-size: 14px;letter-spacing: -2px;}
    /* 뉴파워볼 끝 */

    /* 파워볼 미니게임 아이프레임*/
    #div_autoball.div-mini-view {height: 290px;}

    .gameArea iframe.mini-view {
        width: 215%;
        padding: 0;
        border: 1px solid #232323;
        box-sizing: border-box;
    }

    /* 스가이바카라*/
    .gameArea.sky-baccarat {padding-bottom: 93.25%;}

    /* 가상 bet365*/
    .gameArea.bet365 {padding-bottom: 46.25%;}

    .soccer .gameArea iframe {width: 210%;height: 400px;}

    /* 픽공유 */
    .pageMenu li.category {width: calc(20% - 4px);font-size: 11px;}

    .searchBox li.pick-li-date {width: calc(50% - 12px)}
    .searchBox li.pick-li-txt {width: calc(50% - 4px)}
    .searchBox li.pick-li-search {width: calc(50% - 4px)}

    /* 모바일팝업 */
    .popup-container {
        display: block; /* 겹치게 표시 */
        width: 99%;
        top: 20px;
    }

    .popup {
        position: absolute; /* 겹쳐서 레이어처럼 */
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 420px;
        height: auto; /* content 크기만큼 */
        border-radius: 0;
    }

    .popup-footer {
        position: absolute; /* content 위로 띄우기 */
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
        background: #000;
        color: #fff;
        z-index: 10;
        margin-right: 20px;
    }

    .popup-content {
        padding-top: 50px; /* footer 높이 만큼 내용 아래로 */
    }

    .bg-login {background: #f2b140 !important;color: #000 !important;}
    .bg-login > a {color: #000 !important;}
    .bg-login > a > span {color: #000 !important;}
    .bg-pc {background: #f2b140 !important;color: #000 !important;}
    .bg-pc > a {color: #000 !important;}
    .bg-pc > a > span {color: #000 !important;}
    .banner li {width: 100%;border: 1px solid #545352;}
    .banner li img {width: 100%;}
}
