@charset "utf-8";

.list-category .div-tab.tabs { margin-bottom:0px; }

.list-board { margin-bottom:15px; }

#new_sc {
	width: 100%;
	position: relative;
}
#new_sc_area {
	width: 100%;
}

.live_sc_size {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #db3232;
	border: 1px solid #ddd;
	padding: 10px;
}
.live_sc_size .live_list {
	width: 100%;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding-left: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 0px;
}
.live_sc_size .live_list > li {
	width: -webkit-calc(100% / 7);
	width: -moz-calc(100% / 7);
	width: calc(100% / 7);
	height: auto;
	position: relative;
	border-left: 1px solid #eee;
}
.live_sc_size .live_list > li > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 10px 0;
}
.live_sc_size .live_list > li > a > span {
	display: block;
	width: 60px;
	height: 40px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto auto;
	background-size: auto;
	margin-bottom: 8px;
}
.live_sc_size .live_list > li#major:hover > a > span, .live_sc_size .live_list > li#major.active > a > span {
	background-image: url(/img/dark/live_major_on.png);
}
.live_sc_size .live_list > li#major > a > span {
	background-image: url(/img/dark/live_major.png);
}
.live_sc_size .live_list > li#score_soccer:hover > a > span, .live_sc_size .live_list > li#score_soccer.active > a > span {
	background-image: url(/img/dark/live_soccer_on.png);
}
.live_sc_size .live_list > li#score_soccer > a > span {
	background-image: url(/img/dark/live_soccer.png);
}
.live_sc_size .live_list > li#baseball:hover > a > span, .live_sc_size .live_list > li#baseball.active > a > span {
	background-image: url(/img/dark/live_baseball_on.png);
}
.live_sc_size .live_list > li#baseball > a > span {
	background-image: url(/img/dark/live_baseball.png);
}
.live_sc_size .live_list > li#basketball:hover > a > span, .live_sc_size .live_list > li#basketball.active > a > span {
	background-image: url(/img/dark/live_basketball_on.png);
}
.live_sc_size .live_list > li#basketball > a > span {
	background-image: url(/img/dark/live_basketball.png);
}
.live_sc_size .live_list > li#volleyball:hover > a > span, .live_sc_size .live_list > li#volleyball.active > a > span {
	background-image: url(/img/dark/live_volleyball_on.png);
}
.live_sc_size .live_list > li#volleyball > a > span {
	background-image: url(/img/dark/live_volleyball.png);
}
.live_sc_size .live_list > li#hockey:hover > a > span, .live_sc_size .live_list > li#hockey.active > a > span {
	background-image: url(/img/dark/live_hockey_on.png);
}
.live_sc_size .live_list > li#hockey > a > span {
	background-image: url(/img/dark/live_hockey.png);
}

.live_sc_size .live_list > li#lol:hover > a > span, .live_sc_size .live_list > li#lol.active > a > span {
	background-image: url(/img/dark/live_leagofl_on.png);
}
.live_sc_size .live_list > li#lol > a > span {
	background-image: url(/img/dark/live_leagofl.png);
}
.live_sc_size .live_list > li:hover > a > p, .live_sc_size .live_list > li.active > a > p {
	color: #ead24b;
}
.live_sc_size .live_list > li > a > p {
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.5px;
	margin-bottom: 0px;
}
.live_sc_size .live_list > li:last-of-type {
	border-right: 1px solid #eee;
}
@media all and (max-width:464px) {
	.live_sc_size .live_list > li > a > span {
		display: block;
		width: 30px;
		height: 20px;
		margin: 0 auto;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: auto auto;
		background-size: auto;
		margin-bottom: 8px;
	}		
}
 

/* Icon */
.list-board .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.list-board .wr-icon { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; }
.list-board .wr-notice { width:37px; height:19px; background-image: url('../../img/icon_notice.gif'); }
.list-board .wr-new { width:12px; height:12px; background-image: url('../../img/icon_new.gif'); }
.list-board .wr-secret { width:12px; height:12px; background-image: url('../../img/icon_secret.gif'); }
.list-board .wr-hot { width:12px; height:12px; background-image: url('../../img/icon_hot.gif'); }
.list-board .wr-video { width:12px; height:12px; background-image: url('../../img/icon_video.gif'); }
.list-board .wr-image { width:12px; height:12px; background-image: url('../../img/icon_image.gif'); }
.list-board .wr-file { width:12px; height:12px; background-image: url('../../img/icon_file.gif'); }
.list-board .wr-vicon { position:absolute; left:4px; bottom:3px; color: rgba(255,255,255,1); font-size:16px; z-index:1; }

/* Width */
.list-board .wr-chk { width:40px; }
.list-board .wr-num { width:60px; }
.list-board .wr-thumb { width:60px; }
.list-board .wr-category { width:80px; }
.list-board .wr-name { width:120px; }
.list-board .wr-date { width:90px; }
.list-board .wr-hit { width:60px; }
.list-board .wr-down { width:50px; }
.list-board .wr-visit { width:50px; }
.list-board .wr-good { width:50px; }
.list-board .wr-nogood { width:50px; }
.list-board .wr-none { padding:50px 0px; text-align:center; color:#888; }
.list-board .wr-comment { margin:0px 10px; }
.list-board .wr-hidden { display:none; }

/* List */
.list-board .list-body { list-style:none; padding:0px; margin:0px; }
.list-board .list-body li { border-bottom:1px solid #ddd; display:table; width:100%; table-layout:fixed; margin-top: 10px;}
.list-board .list-body li:hover { color:#000; background-color:#F8F8F8; }
.list-board .list-body li > div { display:table-cell; height:34px; line-height:22px; color:#666; vertical-align:middle; }
.list-board .list-body .wr-subject { padding-left:10px; text-align:left; }
.list-board .list-body .wr-subject .item-subject { display:block; word-break:break-all; }
.list-board .list-body .wr-name { text-align:left; padding-left:10px; font-weight:bold; }
.list-board .list-body .wr-name a { display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;  }
.list-board .list-body .thumb-img { position:relative; width:46px; height:46px; margin:0px auto; }
.list-board .list-body .thumb-icon { position:relative; width:46px; height:46px; display:table; margin:0px auto; }
.list-board .list-body .thumb-icon a { display:table-cell; width:1%; background:#eee; color:#fff; vertical-align:middle; font-size:30px; }
.list-board .list-body .thumb-icon img { width:46px; height:46px; margin:0px auto; }

@media all and (max-width:768px) {
	.responsive .list-board .wr-hidden { display:inline-block !important; }
	.responsive .list-board .item-subject { text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
	.responsive .list-board .item-details { margin-right:-15px }
	.responsive .list-board .item-details > span { margin-right:15px; font-weight:normal; }
	.responsive .list-board .item-details > span:last-child { margin-right:0px; }
}
/********************************************************
■ 배팅게임 리스트 CSS
********************************************************/

	.match_info { font-weight: 700; color: #fff; text-align: center; width: 600px; margin: 0 auto;
		position: relative; top: -527px; font-size: 2em;}
	.match_info > div { margin-bottom:15px; }
	.prize_info { font-weight: 700; color: #fff; text-align: center; width: 600px; margin: 0 auto;
			position: relative; top: -396px; font-size:3em; }
	.team_list { border:1px solid #ddd; }
	.team_list .match_title { display: inline-block; width: 100%; background: #eee; color: #1aa44c;  padding: 10px 20px; font-weight: 700;}
	.team_select { background: #fff; padding: 10px;}
	.vote { display: inline-block; border: 1px solid #eee; margin-top: 20px; width: 160px; padding: 5px; color: #fff; text-align: center; border-radius: 5px;}
	.team_select table { width:100%; text-align: center;}
	.team_select table tr { height: 44px; } 
	.team_select td.date { width: 12%; }
	
	.team_select td.game_bun { width: 8%;}
	.team_select td.team_name { width: 30%; font-weight:700; padding: 0 20px; border: 1px solid #ddd;}
	.team_select td.team_name:hover { background:#eee; }
	.team_select td.team_name.on { background: #1ba54c; background-size: 100% 100%; color:#fff;}
	.team_select .home_rate {  float:right; width: 20%;}
	.team_select td.mu_rate { width: 20%; border: 1px solid #ddd; }
	.team_select td.mu_rate:hover { background:#eee; }
	.team_select .away_rate {  float:left; width: 20%; }

	.team_select td.date2 { width: 12%; }
	.team_select td.game_bun2 { width: 8%;}
	.team_select td.team_name2 { width: 30%; font-weight:700; padding: 0 20px; border: 1px solid #ddd;  }
	.team_select td.team_name2:hover { background:#eee; }
	.team_select td.team_name2.on { background: #1ba54c; background-size: 100% 100%; color:#fff; }
	.team_select .home_rate2 { float:right; }
	.team_select td.mu_rate2 { width: 20%;  border: 1px solid #ddd; }
	.team_select td.mu_rate2:hover { background:#eee; }
	.team_select .away_rate2 { float:left; }
	.vote-on { background: #428bca; border: 1px solid #428bca;}	
	.bet_list { margin-top:40px; color:#fff; }
	.bet_list .bet_table { width:100%; }
	.bet_list .bet_table th { text-align:center; background:#1ba54c; height:44px; line-height:44px; }
	.bet_list .bet_table td { text-align:center; height:44px; line-height:44px; background:#f4f4f4; color:#111; }
	@media all and (max-width:464px) {
		.team_select td { font-size:11px; }
		.team_select td.team_name { padding: 0 4px;}
		.team_select td.team_name2 { padding: 0 4px;}
		.live_sc_size .live_list > li#major:hover > a > span, .live_sc_size .live_list > li#major.active > a > span {
			background-image: url(/img/dark/live_major_on.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li#major > a > span {
			background-image: url(/img/dark/live_major.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li#score_soccer:hover > a > span, .live_sc_size .live_list > li#score_soccer.active > a > span {
			background-image: url(/img/dark/live_soccer_on.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li#score_soccer > a > span {
			background-image: url(/img/dark/live_soccer.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li#baseball:hover > a > span, .live_sc_size .live_list > li#baseball.active > a > span {
			background-image: url(/img/dark/live_baseball_on.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li#baseball > a > span {
			background-image: url(/img/dark/live_baseball.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li#basketball:hover > a > span, .live_sc_size .live_list > li#basketball.active > a > span {
			background-image: url(/img/dark/live_basketball_on.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li#basketball > a > span {
			background-image: url(/img/dark/live_basketball.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li#volleyball:hover > a > span, .live_sc_size .live_list > li#volleyball.active > a > span {
			background-image: url(/img/dark/live_volleyball_on.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li#volleyball > a > span {
			background-image: url(/img/dark/live_volleyball.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li#hockey:hover > a > span, .live_sc_size .live_list > li#hockey.active > a > span {
			background-image: url(/img/dark/live_hockey_on.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li#hockey > a > span {
			background-image: url(/img/dark/live_hockey.png);
			background-size: contain;
		}

		.live_sc_size .live_list > li#lol:hover > a > span, .live_sc_size .live_list > li#lol.active > a > span {
			background-image: url(/img/dark/live_leagofl_on.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li#lol > a > span {
			background-image: url(/img/dark/live_leagofl.png);
			background-size: contain;
		}
		.live_sc_size .live_list > li:hover > a > p, .live_sc_size .live_list > li.active > a > p {
			color: #ead24b;
		}
		.live_sc_size .live_list > li > a > p {
			font-size: 1em;
			font-weight: 600;
			color: #fff;
			letter-spacing: -0.5px;
			margin-bottom: 0px;
		}
		.live_sc_size .live_list > li:last-of-type {
			border-right: 1px solid #eee;
		}
	}