@charset "utf-8";

/* event list */

.event-list > li { 
	font-family: 'NanumSquare';
	margin-bottom: 10px; width: 100%; background-color: #323335;
	border-radius: 10px;
}
.event-list li:hover { background-color: #3d3d3f; }
.event-list li a { position: relative; padding: 20px; display: block; }
.event-list li a:after { content: ''; display: block; clear: both; visibility: hidden; }

.event-tit:after { content: ''; display: block; clear: both; visibility: hidden; }
.event-tit p { color: #fff; font-size: 16px; font-size: 1.6rem; margin-right: 10px; padding: 0 15px; float: left; background-color: #648cc7; line-height: 36px; border-radius: 18px; }
.event-tit h1 { float: left; line-height: 36px; color: #fff; font-size: 20px; font-size: 2.0rem; }
.event-tit span { float: right; font-size: 12px; font-size: 1.2rem; color: #a3a3a4; line-height: 36px; }

.event-info { margin-top: 10px; border-top: 0.05rem solid #5b5b5e; }
.event-info:after { content: ''; display: block; clear: both; visibility: hidden; }
.event-price { color: #a3a3a4; font-size: 16px; font-size: 1.6rem; line-height: 36px; float: left; }
.event-price strong { color: #ffcc00; }
.event-stat { color: #555; font-size: 16px; font-size: 1.6rem; line-height: 36px; float: right; }

.event-list li:hover .event-tit h1 { color: #fff; }

.event-attend-info { margin-top: 10px; padding-top: 10px; width: 100%; border-top: 0.05rem solid #5b5b5e; }
.event-attend-info:after { content: ''; display: block; clear: both; visibility: hidden; }
.event-attend-info li { font-size: 14px; font-size: 1.4rem; line-height: 24px; float: left; width: 50%; }
.event-attend-info li em { margin-right: 10px; color: #a3a3a4; }
.event-attend-info li span { color: #a3a3a4; }

@media all and (max-width:1030px){
	.event-list { padding: 5px; }
}
@media all and (max-width:640px){
	.event-tit p { width: auto; float: left; font-size: 12px; font-size: 1.2rem; line-height: 24px; border-radius:12px; margin-right: 0; padding: 0 15px; }
    .event-tit h1 { color: #fff; float: none; clear: both; display: block; width: 100%; line-height: 36px; font-size: 18px; font-size: 1.8rem; }
    .event-tit span { display: block; position: absolute; top: 20px; right: 20px; font-size: 11px; font-size: 1.1rem; line-height: 24px; }
    .event-info { margin: 0; }
    .event-price,
    .event-stat { font-size: 14px; font-size: 1.4rem; }

    .event-attend-info li em { margin-right: 0; display: block; width: 100%; }
    .event-attend-info li span { color: #a3a3a4; }
}


/* event view */
.event-view-tit-wrap { position: relative; }
.event-view-tit { padding: 15px 20px; border-bottom: 0.05rem solid #5b5b5e; }
.event-view-tit h1 { font-size: 24px; font-size: 2.4rem; line-height: 1.5; }
.event-view-tit span { display: block; color: #a3a3a4; font-size: 14px; font-size: 1.4rem; line-height: 1.5; }

.event-view-price { position: absolute; top: 50%; right: 20px; margin-top: -25px; text-align: right; }
.event-view-price span { margin-right: 20px; vertical-align: middle; display: inline-block; font-size: 16px; font-size: 1.6rem; color: #a3a3a4; line-height: 50px; }
.event-view-price h2 { font-weight: normal; vertical-align: middle; display: inline-block; font-family: 'NanumSquareExtraBold'; font-size: 34px; font-size: 3.4rem; color: #ffcc00; line-height: 50px; }

.event-view-content { padding: 20px; font-size: 16px; font-size: 1.6rem; color: #a3a3a4; }

.event-view-content img { display: block; max-width: 100%; }

.event-bet-wrap { padding: 20px; background: rgba(0, 0, 0, 0.5); }
.event-bet-wrap li { padding: 20px 0; border-top: 0.05rem solid #5b5b5e; }
.event-bet-wrap li:first-child { border-top: none; }
.event-bet-wrap li:after { content: ''; display: block; clear: both; visibility: hidden; }
.event-bet-wrap li > div.ev-sel-box { margin: 15px 0; text-align: center; position: relative; float: left; width: 33.333333%; height: 200px; }
.event-bet-wrap li > div.ev-sel-box > img { position: absolute; top: 50%; left: 50%; margin-top: -70px; margin-left: -70px;}
.event-bet-wrap .team-win { z-index: 1; transform: rotate(-30deg); position: absolute; top: -15px; left: -10px; width: 50px; height: 50px; text-align: center; border-radius: 50%; background-color: #62ca1d; color: #fff; }
.event-bet-wrap .team-win i { font-size: 26px; font-size: 2.6rem; line-height: 50px; }
.event-bet-wrap .event-bet { font-size: 16px; font-size: 1.6rem; padding-top: 160px; position:relative; margin: 0 auto; border-radius: 10px; width: 50%; height: 200px; display: block; background-color: #222; cursor: pointer; }
.event-bet-wrap .event-bet:hover { margin-top: -10px; background-color: #2f2f2f; }
.event-bet-wrap .event-bet.active { background-color: #ffcc00; color: #000; }

.event-bet-wrap .event-bet.disabled { cursor: default; background-color: #222; color: #fff; }
.event-bet-wrap .event-bet.disabled:hover { margin-top: 0;}
.event-bet-wrap .event-bet.disabled.active { background-color: #ffcc00; color: #000; }

.event-bet-wrap .event-bet > img { position: absolute; top: 10px; left: 50%; margin-left: -40%; width: 80%; max-height: 140px; }
.event-bet-wrap li > div.conNull { width: 100%; }

.event-attend-list-tit { font-size: 20px; font-size: 2.0rem; font-weight: normal; line-height: 40px; }

.event-attend-list:after { content: ''; display: block; clear: both; visibility: hidden; }
.event-attend-list dt,
.event-attend-list dd { vertical-align: center; font-size: 0; width: 50%; float: left; }
.event-attend-list dt { background-color: #131314; }
.event-attend-list dd { border-bottom: 0.05rem solid #5b5b5e; }
.event-attend-list dt > div,
.event-attend-list dd > div { line-height: 36px; text-align: center; display: inline-block; width: 33.333333%; font-size: 14px; font-size: 1.4rem; color: #a3a3a4; }
.event-attend-list dt > div { color: #fff; }
.event-attend-list dd > div { color: #a3a3a4; }
.event-attend-list dd > div i { color: #e62a2a; }

.ev-rs-box { display: block; width: 100%; float: left; margin-top: 10px; }
.ev-rs-pwb-box { display: block; width: 100%; margin-top: 10px; }
.ev-flex-box {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.pwb-box {
	width: 46%;
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	border-radius: 15px; overflow: hidden;
}
.pwb-box h3 {
	display: block; width: 100%; line-height: 40px;
	background-color: #333; color: #fff;
	font-size: 16px; font-size: 1.6rem;
}
.pwb-box strong {
	display: block; width: 100%; line-height: 100px;
	background-color: #000; color: #ffcc00;
	font-family: 'NanumSquareExtraBold';
	font-size: 30px; font-size: 3.0rem;
}
.pwb-box em {
	display: block; width: 100%; line-height: 100px;
	background-color: #000; color: #ffcc00;
	font-family: 'NanumSquareExtraBold';
	font-size: 30px; font-size: 3.0rem;
}

.sc-box {
	width: 30%;
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	border-radius: 15px; overflow: hidden;
}
.sc-box h3 {
	display: block; width: 100%; line-height: 40px;
	background-color: #333; color: #fff;
	font-size: 16px; font-size: 1.6rem;
}
.sc-box strong {
	display: block; width: 100%; line-height: 100px;
	background-color: #000; color: #ffcc00;
	font-family: 'NanumSquareExtraBold';
	font-size: 30px; font-size: 3.0rem;
}
.sc-box em {
	display: block; width: 100%; line-height: 100px;
	background-color: #000; color: #ffcc00;
	font-family: 'NanumSquareExtraBold';
	font-size: 30px; font-size: 3.0rem;
}
.ev-rs-mark {
	display: block;
	width: 100px; height: 100px; line-height: 100px;
	position: absolute; top: 50%; left: 50%;
	margin-top: -50px; margin-left: -50px;
	border-radius: 50%; overflow: hidden;
	text-align: center;
	font-family: 'NanumSquareExtraBold';
	font-size: 25px; font-size: 2.5rem;
}
.ev-rs-mark.cr { background-color: #62ca1d; }
.ev-rs-mark.wr { background-color: #ff0000; }
.ev-rs-mark.in { background-color: #6e1dca; }

.ev-fn-txt {
	width: 100%;
	text-align: center;
	font-family: 'NanumSquareExtraBold';
	font-size: 25px; font-size: 2.5rem;
	color: #fff;
	line-height: 200px;
}
@media all and (max-width:1024px){
	.event-bet-wrap .event-bet { width: 70%; }

	.sc-box h3 {
		line-height: 30px;
	}
	.sc-box strong {
		line-height: 60px;
	}

	.pwb-box.left .checked-number-list { padding-right: 50px; }
	.pwb-box.right .checked-number-list { padding-left: 50px; }
}

@media all and (max-width:640px){
	.sc-box {
		width: calc( 50% - 10px);
		display: inline-block;
		text-align: center;
		margin: 0 5px;
		border-radius: 15px; overflow: hidden;
	}
	.sc-box h3 {
		font-size: 12px; font-size: 1.2rem;
	}
	.ev-rs-mark {font-size: 18px; font-size: 1.8rem;}
    .event-view-tit { padding: 15px; }
    .event-view-tit h1 { font-size: 18px; font-size: 1.8rem; }
    .event-view-tit span { font-size: 11px; font-size: 1.1rem; }
    .event-view-price { border-bottom: 0.05rem solid #5b5b5e; padding: 15px; position: relative; width: 100%; top: 0; left: 0; margin: 0; }
    .event-view-price h2 { line-height: 40px; font-size: 24px; font-size: 2.4rem; }
    .event-view-price span { line-height: 40px; }
    .event-view-content { padding: 15px; font-size: 12px; font-size: 1.2rem; }

    .event-bet-wrap { padding: 10px; }
    .event-bet-wrap li { padding: 10px 0; }
    .event-bet-wrap .event-bet { width: 96%; }
    .event-bet-wrap li > div.ev-sel-box { height: 130px; margin: 0; }
	.event-bet-wrap li > div.ev-sel-box.sub_box { height: auto; margin: 10px 0; }
    .event-bet-wrap li > div.ev-sel-box > img { width: 70px; margin-top: -35px; margin-left: -35px;}
    .event-bet-wrap .event-bet { padding-top: 90px; height: 130px; }
    .event-bet-wrap .event-bet > img { width: 70px; margin-left: -35px; }

    .event-attend-list-tit { font-size: 16px; font-size: 1.6rem; }
    .event-attend-list dt.mobile { display: none; }
    .event-attend-list dt,
    .event-attend-list dd { width: 100%;}
    .event-attend-list dt > div,
    .event-attend-list dd > div { font-size: 10px; font-size: 1.0rem; }
}

/*  로또 이벤트 페이지 */
.lotto-event-wrap {
	padding: 0 20px 20px;
	background-color: #000;
	border-radius: 10px;
	position: relative;
	font-family: 'NanumSquare';
}
.lotto-event-wrap .event_h3 {
	display: block; width: 100%; height: 0; padding-top: 11.686143%;
	position: relative;
}
.lotto-event-wrap .event_h3 .btn_box {
	position: absolute; display: inline-block;
	top: 50%; right: 0; width: auto;
	margin-top: -18px;
}
.lotto-event-wrap h3.tit {
	color: #fff; font-size: 24px; font-size: 2.4rem; font-weight: bold;
	text-align: center; display: block; width: 100%;
	position: absolute; top: 42%; left: 0;
}
.lotto-event-list { border-radius: 10px; margin-bottom: 20px; width: 100%; box-sizing: border-box; padding: 20px 0.5%; overflow: hidden; background-color: #131314; }
.lotto-event-list li { width: 11.111111%; padding-top: 8%; position: relative; float: left; }
.lotto-event-list li input[type=checkbox] { display: none; }
.lotto-event-list li input[type=checkbox] + label {
    display: block; width: 60px; height: 60px; border-radius: 50%;
    position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -30px;
    color: #000; 
    cursor: pointer;
	background: rgb(255, 255, 255);
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 1) 0%, rgb(151 151 151) 15%, rgb(54 54 54) 50%, rgb(54 54 54) 70%, rgb(88 88 88) 100%);
}
.lotto-event-list li input[type=checkbox] + label .number_ball {
	display: block; width: 30px; height: 30px; border-radius: 50%;
	position: absolute; top: 50%; left: 50%; margin-top: -15px; margin-left: -15px;
	text-align: center; line-height: 30px;
	font-size: 18px; font-size: 1.8rem; font-weight: bold;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 1) 0%, rgb(243, 243, 243) 15%, rgb(240, 240, 240) 50%, rgb(212, 212, 212) 100%);
	font-family: 'NanumSquareExtraBold';
}
.lotto-event-list li input[type=checkbox] + label:hover { 
	color: #000; width: 70px; height: 70px; margin-top: -35px; margin-left: -35px;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 1) 0%, rgb(239 239 239) 15%, rgb(217 217 217) 50%, rgb(131 131 131) 70%, rgb(215 215 215) 100%);
}
.lotto-event-list li input[type=checkbox]:checked + label {
    font-weight: bold; width: 70px; height: 70px; margin-top: -35px; margin-left: -35px;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 1) 0%, rgb(253 239 165) 15%, rgb(194 150 50) 50%, rgb(122 78 24) 70%, rgb(195 152 53) 100%);
}
.lotto-event-list li input[type=checkbox] + label:hover .number_ball,
.lotto-event-list li input[type=checkbox]:checked + label .number_ball {
	width: 36px; height: 36px; margin-top: -18px; margin-left: -18px;
	line-height: 36px; font-size: 20px; font-size: 2.0rem; font-weight: bold;
}
.checked-number-list {
	text-align: center; box-sizing: border-box; width: 100%; min-height: 80px; padding: 15px; background: #131314; border-radius: 10px;
}
.checked-number-list .checked-number {
	position: relative;
	display: inline-block; width: 60px; height: 60px; 
}
.checked-number-list .checked-number .checked-number-ball {
	border-radius: 50%; color: #000; font-size: 16px; font-size: 1.6rem; font-weight: bold; position: relative;
	display: inline-block; width: 60px; height: 60px; text-align: center; 
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 1) 0%, rgb(253 239 165) 15%, rgb(194 150 50) 50%, rgb(122 78 24) 70%, rgb(195 152 53) 100%); z-index: 2;
}
.checked-number-list .checked-number .checked-number-ball .number-ball-inner {
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 1) 0%, rgb(243, 243, 243) 15%, rgb(240, 240, 240) 50%, rgb(212, 212, 212) 100%);
	display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
	line-height: 30px;
}

.checked-number-list .checked-number:nth-child(2n+1) .checked-number-ball {
	color: #000;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 1) 0%, rgb(253 239 165) 15%, rgb(194 150 50) 50%, rgb(122 78 24) 70%, rgb(195 152 53) 100%);
}
.checked-number-list .checked-number > .shadow {
	content: '';
    background: rgb(0, 0, 0);
    background: radial-gradient(circle at 0% 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 90%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 30%;
    border-radius: 50%;
    z-index: 1;
}

/*  로또 이벤트 페이지 */

@media all and (max-width:1030px){
    .lotto-event-list li input[type=checkbox] + label {
        width: 44px; height: 44px; margin-top: -22px; margin-left: -22px; 
    }
    .lotto-event-list li input[type=checkbox] + label:hover,
    .lotto-event-list li input[type=checkbox]:checked + label {
        line-height: 50px; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; 
    } 
	.lotto-event-list li input[type=checkbox] + label .number_ball {
		width: 26px; height: 26px; margin-top: -13px; margin-left: -13px;
		font-size: 16px; font-size: 1.6rem; line-height: 26px;
	}
	.lotto-event-list li input[type=checkbox] + label:hover .number_ball,
    .lotto-event-list li input[type=checkbox]:checked + label .number_ball {
		width: 30px; height: 30px; margin-top: -15px; margin-left: -15px;
		font-size: 16px; font-size: 1.6rem; line-height: 30px;
		color: #000;
	}
}

@media all and (max-width:860px){
	.lotto-event-wrap { padding: 0 5px 20px; }
	.lotto-event-wrap h3.tit { text-align: left; font-size: 16px; font-size: 1.6rem; }
	.lotto-event-wrap .event_h3 {
		padding-top: 12.686143%;
	}
}

@media all and (max-width:640px){
    .lotto-event-list li { width: 20%; padding-top: 13%; }
    

    .checked-number-list { padding: 15px 0; }
    .checked-number-list .checked-number {
        border-radius: 18px; color: #fff; font-size: 12px; font-size: 1.2rem; font-weight: bold;
        display: inline-block;
		width: 50px; height: 50px;
    }

	.checked-number-list .checked-number .checked-number-ball {
		width: 50px; height: 50px;
	}
}


/* 출석이벤트 */
.ev_cal_tit_wrap { width: 100%; position: relative; }
.ev_cal_tit_box {
	background-color: #131314;
	border-radius: 10px; padding: 35px; position: relative;
	background-image: url('/s/front/images/1110/ca/cal_tit.jpg');
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.ev_cal_info_box {
	border-radius: 5px;
	width: 100%; margin: 0 auto; text-align: left;
	font-size: 34px; font-size: 3.4rem; color: #fff;
	padding: 0 0 26px;
}
.ev_cal_info_box > p {
	color: #fff;
	font-size: 14px; font-size: 1.4rem; font-weight: bold; vertical-align: middle;
	margin-bottom: 20px; font-weight: normal;
}
.ev_cal_info_box > strong { font-size: 20px; font-size: 2.0rem; font-weight: bold; vertical-align: middle; }
.ev_cal_btn {
	display: block; width: 16.666666%; height: 56px;
	background: linear-gradient(135deg, #be902b, #fef0a6, #96601f);
	margin: 0 auto; border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.ev_cal_btn > span {
	display: block; width: 100%; height: 56px; line-height: 56px;
	text-align: center; color: #422206; font-size: 16px;
	font-size: 1.6rem; position: relative;
}

.ev_cal_btn:hover {
    background: linear-gradient(135deg, #d34b08, #ffb401, #b70b0d);
}

.ev_cal_wrap { font-family: 'NanumSquare'; }

.ev_cal_month_box { margin-top: 20px; padding: 20px 0; width: 100%; position: relative; text-align: center;}
.ev_cal_month_box > strong { font-size: 34px; font-size: 3.4rem; }
.btn_month {
	display: inline-block; font-size: 16px; font-size: 1.6rem;
	position: absolute; color: #a3a3a4; line-height: 20px;
	top: 50%; margin-top: -10px;
}
.btn_month.prev { left: 3%; }
.btn_month.next { right: 3%; }
.btn_month:hover { color: #fff; }


.ev_cal_box {
	width: 100%; border-radius: 10px; background-color: #131314; padding: 30px;
}
.ev_cal_ul { margin: -2px; }
.ev_cal_ul li {
	float: left;
	padding: 2px;
	width: 14.285714%;
}
.ev_cal_day_tit {
	width: 100%; padding: 10px 0; border-radius: 5px; overflow: hidden; position: relative;
	background-color: #000; text-align: center; font-size: 16px; font-size: 1.6rem;
}
.ev_cal_day {
	width: 100%; height: 0; padding-top: 100%; border-radius: 5px; overflow: hidden; position: relative;
	background-color: #202020;
}
.ev_cal_day > span {
	display: block; font-size: 22px; font-size: 2.2rem;
	top: 0; left: 0; width: 56px; height: 56px; line-height: 56px; text-align: center;
	color: #fff; position: absolute;
	font-family: 'Nanum Barun Gothic';
}
.ev_cal_day.day_6 > span { color: #e62a2a; }
.ev_cal_day.disabled > span { color: #474950 !important; }
.ev_cal_active {
	display: none; position: absolute; width: 100%;
	top: 0; left: 0; right: 0; bottom: 0;
	background-image: url('/s/front/images/1110/ca/cal_stamp.png');
	background-size: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.ev_cal_day.active .ev_cal_active { display: block; }

@media all and (max-width:1490px){
	.ev_cal_info_box > p { font-size: 16px; font-size: 1.6rem; }
	.ev_cal_day > span {
		font-size: 22px;
		font-size: 2.0rem;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

@media all and (max-width:1030px){
	.ev_cal_tit_box { border-radius: 0; }
	.ev_cal_tit_wrap { padding-top: 0; }
	.ev_cal_tit_img {
		width: 26%;
		height: 180px;
		padding-top: 0;
		background-size: cover;
		left: 1%;
	}

	.ev_cal_month_box > strong { font-size: 30px; font-size: 3.0rem; }
	.ev_cal_day > span {
		font-size: 18px;
		font-size: 1.8rem;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

@media all and (max-width:860px){
	.ev_cal_info_box { width: 100%; }
	.ev_cal_btn {
		width: 30%;
		position: relative;
		top: auto;
		right: auto;
		margin-top: 0;
		margin: 10px auto 0;
	}
	.ev_cal_tit_img {
		width: 35%;
		height: 100%;
		background-size: 100%;
		left: 0;
	}

	.ev_cal_box { padding: 1%; }
}

@media all and (max-width:640px){
	.ev_cal_tit_box { padding: 16px 2%; }
	.ev_cal_info_box > p { font-size: 12px; font-size: 1.2rem; }
	.ev_cal_info_box > strong { font-size: 18px; font-size: 1.8rem; }
	.ev_cal_tit_img {width: 25%;}
	.ev_cal_btn { height: 36px; }
	.ev_cal_btn > span { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; }

	.ev_cal_box { border-radius: 0; }
	.ev_cal_month_box > strong { font-size: 20px; font-size: 2.0rem; }
	.ev_cal_ul { margin: -1px; }
	.ev_cal_ul li { padding: 1px; }
	.ev_cal_day_tit { padding: 5px 0; font-size: 13px; font-size: 1.3rem;     border-radius: 0; }
	.ev_cal_day { border-radius: 0; }
	.ev_cal_day > span {
		font-size: 11px;
		font-size: 1.1rem;
		width: 18px;
		height: 18px;
		line-height: 18px;
		top: 3px;
    	left: 3px;
	}
}


/* 스코어 이벤트 페이지 */
.sc_re_box {
	display: block; width: 100%; text-align: center;
	position: relative;
}
.sc_re {
	display: block; width: 100%; text-align: center;
	font-size: 40px; font-weight: bold; color: #ffcc00;
	height: 80px; line-height: 80px; background-color: #222;
	border-radius: 10px;
}
.sc_num_btn {
	display: inline-block; outline: none; border: none;
	background-color: transparent;
	color: #ddd; font-weight: bold; font-size: 40px;
	width: 40px; height: 40px; text-align: center;
	line-height: 40px; position: absolute;
	top: 50%; margin-top: -20px; cursor: pointer;
	vertical-align: middle;
}
.sc_num_btn.mi { left: 0px; }
.sc_num_btn.pl { right: 0px; }

.sc_sel_box { margin-top: 5px; width: 100%; display: block; font-size: 0; word-spacing: 0; }
.sc_sel_box * { box-sizing: border-box; }
.sc_sel_box li {
	display: inline-block;
	width: 20%;
	padding: 2.5px;
	border: none;
}
.sc_sel_box li input[type="radio"] { display: none; }
.sc_sel_box li label.sc_sel_btn {
	display: block; width: 100%;
	background-color: #222;
	border-radius: 4px;
	font-size: 16px; color: rgb(209, 209, 209); text-align: center;
	height: 40px; line-height: 40px;
    cursor: pointer;
}
.sc_sel_box li label.sc_sel_btn:hover {
	background-color: #333; color: #fff;
}
.sc_sel_box li input[type="radio"]:checked + label.sc_sel_btn {
	background-color: #ffcc00; color: #000;
	font-weight: bold;
}
@media all and (max-width:860px){
    .sc_sel_box { display: none; }
    .sc_re {
        font-size: 30px;
        height: 40px;
        line-height: 40px;
    }
    .sc_num_btn {
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
    }
}
/* 스코어 이벤트 페이지 */