@charset "utf-8";
.wrap {
	width: 900px; height: 605px;
	position: relative;
	background-image: url('/resource/images/power1/j_pow_bg03.png?v=5');
}

.wrap .head {
	position: absolute; top: 0; left: 0; right: 0; z-index: 10;
	width: 900px; height: 157px;
	background-image: url('/resource/images/power1/j_pow_head_bg.png?v=5');
}
.wrap .head .audio-btn {
	cursor: pointer;
	width: 151px; height: 53px;
	background-image: url('/resource/images/power1/j_pow_sound_off.png?v=5');
	position: absolute; top: 25px; right: 65px;
    transition: all ease 0.2s;
}
.wrap .head .audio-btn.on {
	background-image: url('/resource/images/power1/j_pow_sound_on.png?v=5');
}
.wrap .head .clock-container {
    text-shadow: 1px 1px 10px #000;
    margin: 38px auto 0;
    text-align: center;
}
.wrap .head .clock-container * {
	color: #fff;
}
.wrap .head .clock-container span {
	font-family: Tahoma, Geneva, sans-serif; font-size: 13px;
}
.wrap .head .clock-container i {
	margin-right: 5px; font-size: 12px;
}
.wrap .head .timebox {
    width: 325px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    color: #fff;
    font-weight: lighter;
    margin: 5px auto; text-align: center;
}
#remain_time {
	font-size: 14px; color: #ff5959; font-weight: 800;
}
#round {
	font-size: 14px; color: #4eaced; font-weight: 800;
}


.wrap .head .score_board {
	position: absolute; top: 64px; left: 0; right: 0; display: none;
	width: 225px; height: 225px; /*display: block;*/
	top: 130px; left: 178px;
	/*background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;*/
}
.wrap .head .score_board:after {
	content: ''; display: block; clear: both;
}
.wrap .head .score_board .curr_round {
	font-family: 'notor'; color: #e3e3e3; font-weight: 800;
	font-size: 22px; text-align: center;

	background-color: #170a1e;
	border-radius: 15px; border: 5px solid #9738a8;/* border: 5px solid #80177a;*/
	margin-bottom: 15px; padding: 10px 0;
}
.wrap .head .score_board .result_ball {
	position: relative;
}
.wrap .head .score_board .result_ball > em {
	position: absolute; top: 0; left: 0;
	width: 225px; height: 225px;
	background-size: 225px; border: none;
	border: 5px solid #fff; border-radius: 50%;
}
.wrap .head .score_board .result_ball > em:nth-of-type(6) {
	border-color: #ffe000;
}

.wrap .head .analysis-btn {
	padding: 5px 10px; margin-left: 5px;
    background-color: #ED5565;
    color: #fff; font-size: 11px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute; top: 80px; right: 70px;
    transition: all ease 0.2s;
}

.wrap .ball_cover {
	width: 538px;
    height: 460px;
    position: absolute;
    top: 115px;
    left: 25px;
    background: url(/resource/images/power1/j_pow_body.png?v=5) no-repeat center;
    z-index: 9;
}
.wrap .body {
	position: absolute; top: 181px; left: 137px;
    width: 310px; height: 270px;
    z-index: 1;
}
.wrap .body {
	width: 300px; height: 300px;
	border-radius: 46%;
	overflow: hidden;
	top: 196px; left: 144px;
}

.wrap .body #game_board {
	width: 310px; height: 270px;
	background-image: url(/resource/images/power1/start_ball_01.png?v=5);
	background-repeat: no-repeat;
	background-position: center;
}

.wrap .result_board{
	position: absolute; top: 260px; left: 162px; z-index: 99; display: none;
	padding: 20px 27px 0; width: 202px; height: 81px;
	line-height:15px;
	background:#292e4a;
	border:3px solid #34437a; border-radius:5px;color:#fff;
	box-shadow:0px 0px 30px rgba(0,0,0,0.6) inset;
}
.wrap .result_board dt{
	clear: both; float: left; margin-bottom: 10px;
	font-weight: 700; color: #fff; font-size: 11px;
}
.wrap .result_board dd{
	float: right; margin-bottom: 6px;
	color: #fff; font-size: 11px;
}

.wrap .history {
	position: absolute; top: 195px; left: 575px;

    display: block; max-height: 360px; width: 280px;
    overflow: auto;
    /*-ms-overflow-style: none; scrollbar-width: none;*/
}
.wrap .history * {
	letter-spacing: 0.1em;
}

.wrap .history {
	position: relative; width: 280px; height: 360px; overflow: scroll; overflow-x: hidden;
}
.wrap .history::-webkit-scrollbar-track {
	background-color: #1d233b; border-radius: 5px; box-shadow: 0px 0px 15px #000 inset;
}
.wrap .history::-webkit-scrollbar {
	width: 17px; background-color: #121624;
}
.wrap .history::-webkit-scrollbar-thumb {
	height: 50px; background-color: #695e85; border-radius: 5px;
}
.wrap .history {
	scrollbar-base-color:		#1d233b;
	scrollbar-face-color:		#e8c957;
	scrollbar-3dlight-color:	#1d233b;
	scrollbar-highlight-color:	#1d233b;
	scrollbar-track-color:		#1d233b;
	scrollbar-arrow-color:		#e8c957;
	scrollbar-shadow-color:		#1d233b;
	scrollbar-dark-shadow-color:#1d233b;
}

.wrap .history ul li:first-child { margin-top: 0; }
.wrap .history ul li {
	width: 255px; height: 68px; margin-top: 5px;
    background: #1d233b;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 15px #000 inset;
}
.wrap .history ul li h2 {
	/*text-align: center; color: #fff;
	font-family: 'console'; font-size: 12px;*/
	height: 23px; line-height: 23px; text-align: center; font-family: Tahoma, Geneva, sans-serif; font-size: 9px;
	color: #fff; background: #121624;
}
.wrap .history ul li h2 b {
	font-weight: 400; font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px; color: #fff;
}

.wrap .foot {
	position: absolute; bottom: 8px; left: 0; right: 0;
}
.wrap .foot p {
	text-align: center;
	color: #ddd;
    font-size: 11px;
}
.wrap .foot p span {
	color: #ffcc00; font-weight: 600;
    font-size: 12px;
}


/* analysis */
.analysis-container { 
	margin: 10px;
	display: none;
	z-index: 100;
	position: fixed; top: 0; left: 0;
	width: calc(100% - 20px);
}
.analysis-container .analysis-dim {
	background-color: rgba(255, 255, 255, .5);
	display: block; position: fixed; top: -100px; right: 0; bottom: 0; left: -100px;
	width: 200%; height: 200%;
	z-index: -1;
}

#tab-menu {
	background-color: #fff; overflow: hidden;
	border-bottom: 1px solid #eee;
}
#tab-menu .menu {
	cursor: pointer;
	float: left; padding: 15px;
	font-size: 13px; color: #333; text-align: center;
	/*box-shadow: 0 4px 4px 0 rgb(103 65 38 / 50%);*/
}
#tab-menu .menu.active {
	background-color: #999; color: #fff;
}
#tab-menu .analysis-close {
	float: right; cursor: pointer;
	background-color: #999; color: #fff;
	width: 45px; height: 45px; line-height: 45px; text-align: center;
}

#tab-content {
    clear:both; white-space: nowrap; overflow-x: auto; overflow-y: auto;
    background: #fff; padding: 0;
    max-height: 475px;
}
#tab-content::-webkit-scrollbar { width: .5em; height: .5em; }
#tab-content::-webkit-scrollbar-track { background: #f1f1f1; }
#tab-content::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, .1); }
#tab-content::-webkit-scrollbar-thumb:hover { background: rgba(0, 0, 0, .3); }

.analysis-container .analysis-list {
}
.analysis-container .analysis-list > li {
	/*float: left;*/
	display: inline-block; vertical-align: top;
}
.analysis-container .analysis-list > li > span {
	display: block; width: 30px; height: 30px; line-height: 30px;
	margin: 10px; 
	text-align: center; color: #fff; font-size: 11px; font-weight: 400;
	border-radius: 50%;
}
.analysis-container .analysis-list > li > .powerball-1-1 { background-color: #2980b9; }
.analysis-container .analysis-list > li > .powerball-1-3 { background-color: #c0392b; }
.analysis-container .analysis-list > li > .powerball-1-1-str {
	border-bottom: 1px solid #ddd; border-radius: 0; font-size: 13px;
	background-color: #fcfcfc; color: #2980b9;
}
.analysis-container .analysis-list > li > .powerball-1-3-str {
	border-bottom: 1px solid #ddd; border-radius: 0; font-size: 13px;
	background-color: #fcfcfc; color: #c0392b;
}

.analysis-container .analysis-info {
	background-color: #fff; padding: 10px;
}
.analysis-container .analysis-info .analysis-info-1 {
	margin-right: 30px;
}
.analysis-container .analysis-info .icon {
	display: inline-block; width: 25px; height: 25px; line-height: 25px; text-align: center;
	border-radius: 50%; font-size: 12px; color: #fff; margin-right: 5px;
}
.analysis-container .analysis-info .analysis-info-1 .icon {
	background-color: #2980b9;
}
.analysis-container .analysis-info .analysis-info-2 .icon {
	background-color: #c0392b;
}

.analysis-container .analysis-info .info b,
.analysis-container .analysis-info .info {
	font-size: 12px; font-family: '굴림', 'Gulim', Helvetica, sans-serif;
}
@media screen and (max-width: 639px) {
	#tab-menu .menu { font-size: 12px; padding: 20px 0; }
	#tab-menu .menu:nth-of-type(1) { width: 24%; }
	#tab-menu .menu:nth-of-type(2) { width: 26%; }
	#tab-menu .menu:nth-of-type(3) { width: 24%; }
	#tab-menu .menu:nth-of-type(4) { width: 26%; }
}
/* /analysis */
.wrap .history ul li p {
	padding: 8px 0 0 12px;
}
.wrap .history ul li span {
	display: inline-block; width: 28px; height: 28px; margin-right: 4px;
	background: url(/resource/images/power1/sp_powerball.png?v=5) no-repeat 0 -9999px; text-indent: -9999px;
}
.wrap .history .none {
	display: block; width: 165px; height: 25px; background:url(/resource/images/power1/bg_powerball_result.png?v=5) repeat-x;
}

.wrap .history ul li span:last-child {
	margin-right: 0; margin-left: 10px;
}
.result_ball em{display: inline-block; width: 24px; height: 24px; margin-right: 4px;
	background: url(/resource/images/power1/sp_powerball.png?v=5) no-repeat 0 -9999px; text-indent: -9999px;}
.wrap .history ul li .n1{background-position:0 0;background:url('/resource/images/power1/pow_01.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n2{background-position:-30px 0;background:url('/resource/images/power1/pow_02.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n3{background-position:-60px 0;background:url('/resource/images/power1/pow_03.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n4{background-position:-90px 0;background:url('/resource/images/power1/pow_04.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n5{background-position:-120px 0;background:url('/resource/images/power1/pow_05.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n6{background-position:-150px 0;background:url('/resource/images/power1/pow_06.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n7{background-position:-180px 0;background:url('/resource/images/power1/pow_07.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n8{background-position:0 -30px;background:url('/resource/images/power1/pow_08.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n9{background-position:-30px -30px;background:url('/resource/images/power1/pow_09.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n10{background-position:-60px -30px;background:url('/resource/images/power1/pow_10.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n11{background-position:-90px -30px;background:url('/resource/images/power1/pow_11.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n12{background-position:-120px -30px;background:url('/resource/images/power1/pow_12.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n13{background-position:-150px -30px;background:url('/resource/images/power1/pow_13.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n14{background-position:-180px -30px;background:url('/resource/images/power1/pow_14.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n15{background-position:0 -60px;background:url('/resource/images/power1/pow_15.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n16{background-position:-30px -60px;background:url('/resource/images/power1/pow_16.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n17{background-position:-60px -60px;background:url('/resource/images/power1/pow_17.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n18{background-position:-90px -60px;background:url('/resource/images/power1/pow_18.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n19{background-position:-120px -60px;background:url('/resource/images/power1/pow_19.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n20{background-position:-150px -60px;background:url('/resource/images/power1/pow_20.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n21{background-position:-180px -60px;background:url('/resource/images/power1/pow_21.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n22{background-position:0 -90px;background:url('/resource/images/power1/pow_22.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n23{background-position:-30px -90px;background:url('/resource/images/power1/pow_23.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n24{background-position:-60px -90px;background:url('/resource/images/power1/pow_24.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n25{background-position:-90px -90px;background:url('/resource/images/power1/pow_25.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n26{background-position:-120px -90px;background:url('/resource/images/power1/pow_26.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n27{background-position:-150px -90px;background:url('/resource/images/power1/pow_27.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .n28{background-position:-180px -90px;background:url('/resource/images/power1/pow_28.png?v=5') no-repeat center;background-size:auto 28px}
.wrap .history ul li .p0{background-position:0 -120px;background:url('/resource/images/power1/pow_pp_00.png?v=5') no-repeat center;background-size:auto 28px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.wrap .history ul li .p1{background-position:-30px -120px;background:url('/resource/images/power1/pow_pp_01.png?v=5') no-repeat center;background-size:auto 28px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.wrap .history ul li .p2{background-position:-60px -120px;background:url('/resource/images/power1/pow_pp_02.png?v=5') no-repeat center;background-size:auto 28px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.wrap .history ul li .p3{background-position:-90px -120px;background:url('/resource/images/power1/pow_pp_03.png?v=5') no-repeat center;background-size:auto 28px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.wrap .history ul li .p4{background-position:-120px -120px;background:url('/resource/images/power1/pow_pp_04.png?v=5') no-repeat center;background-size:auto 28px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.wrap .history ul li .p5{background-position:-150px -120px;background:url('/resource/images/power1/pow_pp_05.png?v=5') no-repeat center;background-size:auto 28px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.wrap .history ul li .p6{background-position:-180px -120px;background:url('/resource/images/power1/pow_pp_06.png?v=5') no-repeat center;background-size:auto 28px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.wrap .history ul li .p7{background-position:-210px -120px;background:url('/resource/images/power1/pow_pp_07.png?v=5') no-repeat center;background-size:auto 28px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.wrap .history ul li .p8{background-position:-240px -120px;background:url('/resource/images/power1/pow_pp_08.png?v=5') no-repeat center;background-size:auto 28px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.wrap .history ul li .p9{background-position:-270px -120px;background:url('/resource/images/power1/pow_pp_09.png?v=5') no-repeat center;background-size:auto 28px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.result_ball em.n1{background-position:0 0;background:url('/resource/images/power1/pow_01.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n2{background-position:-30px 0;background:url('/resource/images/power1/pow_02.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n3{background-position:-60px 0;background:url('/resource/images/power1/pow_03.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n4{background-position:-90px 0;background:url('/resource/images/power1/pow_04.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n5{background-position:-120px 0;background:url('/resource/images/power1/pow_05.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n6{background-position:-150px 0;background:url('/resource/images/power1/pow_06.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n7{background-position:-180px 0;background:url('/resource/images/power1/pow_07.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n8{background-position:0 -30px;background:url('/resource/images/power1/pow_08.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n9{background-position:-30px -30px;background:url('/resource/images/power1/pow_09.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n10{background-position:-60px -30px;background:url('/resource/images/power1/pow_10.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n11{background-position:-90px -30px;background:url('/resource/images/power1/pow_11.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n12{background-position:-120px -30px;background:url('/resource/images/power1/pow_12.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n13{background-position:-150px -30px;background:url('/resource/images/power1/pow_13.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n14{background-position:-180px -30px;background:url('/resource/images/power1/pow_14.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n15{background-position:0 -60px;background:url('/resource/images/power1/pow_15.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n16{background-position:-30px -60px;background:url('/resource/images/power1/pow_16.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n17{background-position:-60px -60px;background:url('/resource/images/power1/pow_17.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n18{background-position:-90px -60px;background:url('/resource/images/power1/pow_18.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n19{background-position:-120px -60px;background:url('/resource/images/power1/pow_19.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n20{background-position:-150px -60px;background:url('/resource/images/power1/pow_20.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n21{background-position:-180px -60px;background:url('/resource/images/power1/pow_21.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n22{background-position:0 -90px;background:url('/resource/images/power1/pow_22.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n23{background-position:-30px -90px;background:url('/resource/images/power1/pow_23.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n24{background-position:-60px -90px;background:url('/resource/images/power1/pow_24.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n25{background-position:-90px -90px;background:url('/resource/images/power1/pow_25.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n26{background-position:-120px -90px;background:url('/resource/images/power1/pow_26.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n27{background-position:-150px -90px;background:url('/resource/images/power1/pow_27.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.n28{background-position:-180px -90px;background:url('/resource/images/power1/pow_28.png?v=5') no-repeat center;background-size:auto 24px}
.result_ball em.p0{background-position:0 -120px;background:url('/resource/images/power1/pow_pp_00.png?v=5') no-repeat center;background-size:auto 24px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.result_ball em.p1{background-position:-30px -120px;background:url('/resource/images/power1/pow_pp_01.png?v=5') no-repeat center;background-size:auto 24px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.result_ball em.p2{background-position:-60px -120px;background:url('/resource/images/power1/pow_pp_02.png?v=5') no-repeat center;background-size:auto 24px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.result_ball em.p3{background-position:-90px -120px;background:url('/resource/images/power1/pow_pp_03.png?v=5') no-repeat center;background-size:auto 24px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.result_ball em.p4{background-position:-120px -120px;background:url('/resource/images/power1/pow_pp_04.png?v=5') no-repeat center;background-size:auto 24px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.result_ball em.p5{background-position:-150px -120px;background:url('/resource/images/power1/pow_pp_05.png?v=5') no-repeat center;background-size:auto 24px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.result_ball em.p6{background-position:-180px -120px;background:url('/resource/images/power1/pow_pp_06.png?v=5') no-repeat center;background-size:auto 24px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.result_ball em.p7{background-position:-210px -120px;background:url('/resource/images/power1/pow_pp_07.png?v=5') no-repeat center;background-size:auto 24px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.result_ball em.p8{background-position:-240px -120px;background:url('/resource/images/power1/pow_pp_08.png?v=5') no-repeat center;background-size:auto 24px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
.result_ball em.p9{background-position:-270px -120px;background:url('/resource/images/power1/pow_pp_09.png?v=5') no-repeat center;background-size:auto 24px;border:2px solid #ffe000;border-radius:100px;margin-top:-2px;}
