@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/Nanum Gothic.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
@import url(//fonts.googleapis.com/earlyaccess/Nanum Gothiccoding.css);
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);
html,body{
    -webkit-overflow-scrolling : touch !important;
    height: 100% !important;
}
ul, li {margin:0px;padding:0px;list-style:none;overflow: hidden;} 
body{position:relative;margin:0;/* padding-bottom:6rem; */min-height:100%;font-size:14px;font-family:"Trebuchet MS", "Lucida Grande", "Tahoma","Helvetica","Arial", "hiragino kaku gothic pro","나눔고딕", "Nanum Gothic" , "Nanum GothicOTF" ,Malgun Gothic,"맑은고딕", sans-serif;/* bottom: 0; */}
body.main{background-color: #000;}
body.sub{background-color:#fff;}
em {font-style:normal;}
*,*::before,*::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a,button,label{cursor:pointer;text-decoration:none}
a {color:#343434; text-decoration:none; }
a:link, a:visited {color:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:none}
.text-left{text-align:left !important;}
.text-center{text-align:center !important;}
.text-right{text-align:right !important;}
input.numbersonly{ime-mode:disabled;}
.clearfix:before,
.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
textarea,input {border-radius:0;-webkit-appearance:none;height: 28px;}
.clearfix{*zoom:1;}
.um2-bar {
	background-color: #fcfcfc;
}

.video_wrap {width:100% !important;height: 288px;}
.player-wrapper {display:block;}
.player-wrapper div {width:100% !important;}
video {
  width: 100%    !important;
  height: auto   !important;
}
.bet365_vid-dimensions {width:100% !important;height:180px !important;}
/*
.lv1 {width:19px;height:15px;background:url('../img/lv_1.gif') no-repeat;}
.lv2 {width:19px;height:15px;background:url('../img/lv_2.gif') no-repeat;}
.lv3 {width:19px;height:15px;background:url('../img/lv_3.gif') no-repeat;}
.lv4 {width:19px;height:15px;background:url('../img/lv_4.gif') no-repeat;}
.lv5 {width:19px;height:15px;background:url('../img/lv_5.gif') no-repeat;}
*/
/*
.lv1 {width:20px;height:20px;background:url('../img/mobile/le_1.png') no-repeat;background-size:20px 20px;}
.lv2 {width:20px;height:20px;background:url('../img/mobile/le_2.png') no-repeat;background-size:20px 20px;}
.lv3 {width:20px;height:20px;background:url('../img/mobile/le_3.png') no-repeat;background-size:20px 20px;}
.lv4 {width:20px;height:20px;background:url('../img/mobile/le_4.png') no-repeat;background-size:20px 20px;}
.lv5 {width:20px;height:20px;background:url('../img/mobile/le_5.png') no-repeat;background-size:20px 20px;}
*/
.lv1 {width:20px;height:20px;background:url('../img/le_1.png?ver=1') no-repeat;background-size:20px 20px;}
.lv2 {width:20px;height:20px;background:url('../img/le_2.png?ver=1') no-repeat;background-size:20px 20px;}
.lv3 {width:20px;height:20px;background:url('../img/le_3.png?ver=1') no-repeat;background-size:20px 20px;}
.lv4 {width:20px;height:20px;background:url('../img/le_4.png?ver=1') no-repeat;background-size:20px 20px;}
.lv5 {width:20px;height:20px;background:url('../img/le_5.png?ver=1') no-repeat;/* background-size:20px 20px; */background-size: cover;}

h1 {margin:0;padding:0}
.clear {clear:both;}
.um2-nav .um2-nav-trigger .um2-notification {
	bottom: auto;
	right: auto;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background: #37404f;
	font-size: 11px;
	font-weight: 800;
	color: #ffffff;
	border-radius: 50%;
	padding: 3px 5px;
}

.um2-logo > a{text-decoration:none;}
.um2-logo > a > strong{text-overflow:lowercase;color: #ec5217;font-family:"Play",sans-serif;font-weight:700;font-size: 27px;letter-spacing:-2px;}
.um2-logo > a > strong > em{text-overflow:uppercase;color: #313131;font-style:normal;}
.um2-overlay {
	background: rgba(0,0,0,0.75) !important;
}
.sidebar {
	/* background-color: #035e4c; */
}
.betslip {
	background-color: #f8f8f8;
}
.um2-nav-left .um2-nav-trigger .um2-close{
	color:#ddd;
}
.um2-nav-right .um2-nav-trigger .um2-close {
	color: #efefef;
}


.radio{
  color:#999;
  font-size:14px;
  position:relative;
}
.radio span{
  position:relative;
   padding-left:20px;
}
.radio span:after{
  content:'';
  width:15px;
  height:15px;
  border:3px solid;
  position:absolute;
  left:0;
  top:1px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.radio input[type="radio"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span{
  color: #9b2626;
}
.radio input[type="radio"]:checked + span:before{
    content:'';
    width:5px;
    height:5px;
    position:absolute;
    background: #ac4c4c;
    left:5px;
    top:6px;
    border-radius:100%;
    -ms-border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
}


.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


div.casino_tab {position:relative;background-color: #001527;border-bottom: 1px solid #20252d;border-top: 1px solid #20252d; padding: 15px;}
div.casino_tab li {position:relative;display:inline-block;padding-top:20px;padding-right: 8px;width:30%;}
div.casino_tab li img{width:100%;height:auto;position:relative;}

div.casino_help_header {/* height: 51px; *//* line-height: 51px; */position:relative;/* background-color:#37404f; */}
div.casino_help_header li {cursor:pointer;width: 25%;float:left;text-align:center;border-right:1px solid #20252d;box-sizing: border-box;height: 51px;line-height: 51px;background-color: #001527;}
div.casino_help_header li button {background:transparent;border:0;outline:0;font-size:0;display: block;width: 100%;height: 100%;}
div.casino_help_header li a {display:block;text-decoration:none;}
div.casino_help_header li:hover {background-color:#01294b;}
div.casino_help_header li span.ico {display:inline-block;vertical-align:middle;padding-right:5px;}
div.casino_help_header li span.menu {display:inline-block;vertical-align:middle;}
div.casino_help_header li.on {background-color:#01294b;}

div.casino_help_content_left {width: 30%;height: 509px;float:left;position:relative;background-color:#343d4c;border-top: 1px solid #20262f;border-right:1px solid #20262f;box-sizing:border-box;}
div.casino_help_content_left li {color:#fff;letter-spacing:-0.5px;cursor:pointer;display:block;padding: 12px;border-bottom: 1px solid #20262f;}
div.casino_help_content_left section {display:none;}
div.casino_help_content_right {width: 100%;height:auto;float:left;position:relative;background-color:#001527;border-top: 1px solid #20262f;}
div.casino_help_content_right_con {padding: 25px;/* height: 458px; */overflow-y:hidden;}
div.casino_help_content_right_con section {display:none;}
div.casino_help_content_right li h1.title {color:#ff9a28;font-weight:bold;padding-bottom:10px;}
div.casino_help_content_right li {color:#fff;line-height: 1.9em;padding-bottom: 20px;}
div.casino_help_content_right li span.l_txt {padding-top:5px;color:#fff;display:block;padding-bottom:20px;}
div.casino_help_content_right p.txt {font-size:12px;color:#ddd;padding-bottom:15px;}
div.casino_help_content_right div.l_img {display:inline-block;vertical-align:middle;margin-bottom: 20px;}
div.casino_help_content_right div.l_img img {width:75%}
div.casino_help_content_right div.l_img_txt {display:inline-block;vertical-align:middle;color:#ddd;/* padding-left:15px; */}
div.casino_help_content_right table {margin:0;padding:0;border-spacing:0;border:0;border-collapse:collapse;margin-bottom: 15px;}
div.casino_help_content_right table th {background-color: #272d38;height:25px;color:#fff;text-align: center;}


.outlogin_wrap {position:relative;}
.outlogin_wrap div.box_log {height:70px;line-height: 53px;background-color: #f5f5f5;text-align:center;color:#fff;}
.outlogin_wrap div.box_log a {display:block;color: #383838;text-decoration:none;font-weight:bold;}

div.membership{display:table;table-layout:fixed;width:100%;border-spacing:0;border-collapse:separate;}
body.main div.membership{background-color: #001527;border-top: 1px solid #ebebeb;margin-top: 50px;}
body.sub div.membership{/* background-color:#105e4e; */background-color: #fcfcfc;border-top: 1px solid #ebebeb;margin-top: 50px;}
div.membership > ul{margin:0;padding:0;list-style-type:none;display:table-row;}
div.membership > ul > li{margin:0;padding:0;/* display:table-cell; */float: left;width: 25%;border-right: 1px solid #001527;border-bottom: 1px solid #ebebeb;}
div.membership > ul > li:last-child {border-right:0}
div.membership > ul > li > *{display:block;position:relative;height:50px;text-align:center;color: #ff9c00;padding-top: 20px;text-decoration:none;font-weight: bold;}
div.membership > ul > li > * > sup{position:absolute;top:8px;left:0;right:0;display:block;text-align:center;vertical-align:super;font-size: 12px;}
div.membership > ul > li > * > strong{display:inline-block;color: #ff9c00;font-weight:400;line-height:30px;font-size: 11px;max-width: 80px;/* width: 73px; */white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
nav.quick{margin:0;padding:0;display:table;table-layout:fixed;width:100%;border-spacing:10px;border-collapse:separate;}
nav.quick > ul{margin:0;padding:0;list-style-type:none;display:table-row;}
nav.quick > ul > li{margin:0;padding:0;display:table-cell;}
nav.quick > ul > li > a{display:block;height:34px;line-height:34px;text-align:center;color:#fff;background-color: #37404f;text-decoration:none;border-radius:3px;font-size:12px;}
nav.quick > ul > li.highlight > a{background-color: #c53232;color: #fff;}
nav.sitemap > ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
nav.sitemap > ul > li {
	margin: 0;
	/* padding: 2px; */
	line-height: 1.5em;
	float: left;
	display: inline;
	width: 50%;
	border-right: 1px solid #eeeeee;
}
nav.sitemap > ul > li:nth-child(2n) { border-right:0}
nav.sitemap > ul > li > a {
	color: #343434;
	font-weight: 800;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	background-color: #f8f8f8;
	border-top: 1px solid #eeeeee;
	/* border-bottom: 1px solid #eeeeee; */
}
.sidebar > h3 {
	margin: 0;
	padding: 13px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	background-color: #37404f;
	/* border-bottom: 1px solid #e8e8e8; */
	position: relative;
}

/* 게임 영역 */

.game_opick_head {position:relative;border-bottom:1px solid #c3c3c3;}
.game_opick_head ul {margin:0;padding:0;list-style:none;overflow:hidden;}
.game_opick_head ul li {float:left;width:25%;text-align: center;font-size: 12px;height: 30px;line-height: 30px;color: #5a5a5a;}

.game_opick_content {position:relative;}
.game_opick_content ul {margin:0;padding:0;list-style:none;overflow:hidden;}
.game_opick_content ul li {float:left;width:25%;text-align: center;font-size: 12px;height: 30px;line-height: 30px;color: #5a5a5a;}

.sidebar > div.bar_continer {background-color:#37404f;overflow:hidden;}

div.bar_con {position:relative;overflow: hidden;}

.sidebar > div.bar_footer {background-color:#015777;margin-top: 55px;text-align: center;}
.sidebar > div.bar_footer h1 {color: #ec5217;font-family: "Play",sans-serif;font-weight: 700;font-size: 30px;letter-spacing: -2px;}

div.bar_con a h3 {
	margin: 0;
	padding: 8px;
	color: #ffffff;
	/* font-size: 14px; */
	/* font-weight: 800; */
	background-color: #015777;
	/* border-bottom: 1px solid #e8e8e8; */
	position: relative;
	float: left;
	width: 50%;
	border-right: 1px solid #1f242d;
	border-bottom: 1px solid #1f242d;
	text-align: center;
}

.sidebar > ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.sidebar > ul > li {
	margin: 0;
	padding: 0;
	line-height: 1em;
	float: left;
	display: inline;
	width: 50%;
	/* background-color: #f7f7f7; */
	/* border-top: 1px solid #107e68; */
	border-bottom: 1px solid #f1f1f1;
}
.sidebar > ul > li:nth-child(odd) {
	border-right: 1px solid #f1f1f1;
}
.sidebar > ul > li:nth-child(even) {
	/* border-left: 1px solid #107e68; */
}
.sidebar > ul > li.current {
	background-color: rgba(216, 216, 216, 0.25);
}
.sidebar > ul > li > a {
	color: #343434;
	font-size: 14px;
	font-weight: 400;
	display: block;
	padding: 12px;
	text-decoration: none;
	letter-spacing: -1px;
}
.sidebar > ul > li.current > a {
	color: #333333;
	font-weight: 800;
}

.sidebar_menu_wrap {position:relative;}

.sidebar div.vcard{display:table;width:100%;border-spacing:0;border-collapse:separate;}
.sidebar div.vcard > a{display:table-row;color: #343434;text-decoration:none;}
.sidebar div.vcard > a > span{display:table-cell;vertical-align:middle;}
.sidebar div.vcard > a > span:first-child{width:65px;}
.sidebar div.vcard > a > span > strong{display:block;line-height:24px;}
.sidebar div.vcard > a > span > em{display: inline-block;margin-top:5px;color: #343433;font-style:normal;font-size:11px;}
.sidebar nav.q{margin:0 auto;padding:0;display:table;table-layout:fixed;border-spacing:0;border-collapse:separate;}
.sidebar nav.q > ul{margin:0;padding:0;list-style-type:none;display:table-row;}
.sidebar nav.q > ul > li{margin:0;padding:0;display:table-cell;width:60px;position:relative;}
.sidebar nav.q > ul > li > a{display:block;text-align:center;color: #8e8e8e;text-decoration:none;}
.sidebar nav.q > ul > li > a > i{display:block;font-size:25px;}
.sidebar nav.q > ul > li > a > span{margin-top:5px;display:block;font-size:11px;}
.sidebar nav.q > ul > li > a > em{position:absolute;top:0;right:5px;display:block;border-radius:50%;padding:3px 5px;line-height:1;background-color:#fc0;color:#000;font-style:normal;font-size:11px;}
.sidebar nav.q > ul > li.current > a{color: #37404f;}
.sly-wrap{position:relative;}
.sly-wrap > .scrollbar{margin:0 0 1em 0;height:3px;background:#ccc;line-height:0;}
.sly-wrap > .scrollbar .handle{width:100px;height:100%;background:#292a33;cursor:pointer;}
.sly-wrap > .scrollbar .handle .mousearea{position:absolute;top:-9px;left:0;width:100%;height:20px;}
.sly-wrap > ul.pages{list-style:none;margin:20px 0;padding:0;text-align:center;}
.sly-wrap > ul.pages li{display:inline-block;width:14px;height:14px;margin:0 4px;text-indent:-999px;border-radius:10px;cursor:pointer;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);}
.sly-wrap > ul.pages li:hover{background:#aaa;}
.sly-wrap > ul.pages li.active{background:#666;}
.sly-wrap > .frame {
	overflow: hidden;
	/* background-color: #174a43; */
	/* border-bottom: 1px solid #22262f; */
	/* height: 51px; */
	line-height: 50px;
}
.sly-wrap > .frame ul {float:left;display:block;/* font-size:0; */white-space:nowrap;position:relative;list-style: none;margin: 0;padding: 0;}
.sly-wrap > .frame ul li {
	float: left;
	height: 100%;
	color: #ddd;
	text-align: center;
	cursor: pointer;
	background-color: #fcfcfc;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.sly-wrap > .frame ul li:last-child {border-right:0}
.sly-wrap > .frame ul li.active {
	color: #fff;
	background-color: #f7f7f7;
}
.sly-wrap > .frame ul li > a {
	display: block;
	color: #343434;
	text-decoration: none;
	width: 95px;
	font-weight: bold;
}
footer {
	/* position: absolute; */
	/* right: 0; */
	bottom: 0;
	/* left: 0; */
	padding: 1rem;
	background-color:#000;
	color:#fff;
	text-align:center;
	width: 100%;
}



	.index_matches {
    /* border: 1px solid #eee; */
    border-bottom: 0;
    /* border-bottom: 2px solid #37404f; */
    /* margin-bottom: 23px; */
}
	.index_matches > table{/* width:100%; *//* table-layout:fixed; */border-spacing:0;/* border-collapse:separate; *//* background-color:#0f0f0f; */}
	.index_matches > table > tbody > tr.competition > td{/* padding: 15px 0 0 0px; *//* background-color: #ffffff; *//* border-bottom: 1px solid #eee; *//* border-top: 1px solid #eee; */background-color: #37404f;}
	.index_matches > table > tbody > tr.competition:first-child > td{padding:0;border-top: 0;}
	.index_matches > table > tbody > tr.competition > td > strong{display:block;background-color: #37404f;font-family:"Tahoma";color:#fc0;/* font-weight:400; */padding: 0 14px;line-height: 33px;/* border-top:1px solid #408f7f; *//* border-bottom:1px solid #1f7f6c; */height: 27px;padding-bottom: 4px;/* background-color: #fff; */}
	.index_matches > table > tbody > tr.competition > td .flag_16{vertical-align:middle;}
	.index_matches > table > tbody > tr.match > td{background-color: #fff;padding: 0px 0px;}
	.index_matches > table > tbody > tr.match > td.datetime{text-align:center;font-family:"Tahoma";font-size:11px;/* vertical-align: middle; *//* padding-top: 9px; */width: 170px;/* border: 1px solid #ddd; */border-right: 1px solid #e7e7e7;border-bottom: 1px solid #e7e7e7;}
	.index_matches > table > tbody > tr.match > td.datetime div {cursor:pointer;display: inline-block;vertical-align: middle;width: 20px;height: 20px;background: url('../img/star_white.png?ver=3') no-repeat;background-size: 20px;margin-left: 3px;}
	.index_matches > table > tbody > tr.match > td.datetime div.active {cursor:pointer;display: inline-block;vertical-align: middle;width: 20px;height: 20px;background: url('../img/star_yellow.png') no-repeat;background-size: 20px;margin-left: 3px;}
	.index_matches > table > tbody > tr.match > td.options{padding: 0px 0px 0px;}
	.index_matches > table > tbody > tr.match > td.options > div{display:table;width:100%;table-layout:fixed;border-spacing:0;border-collapse:collapse;}
	.index_matches > table > tbody > tr.match > td.options > div > ul{display:table-row;margin:0;padding:0;list-style-type:none;}
	.index_matches > table > tbody > tr.match > td.options > div > ul > li{display:table-cell;margin:0;/* padding: 0 4px; */line-height: 30px;height: 30px;/* padding-top: 9px; */vertical-align: middle;/* border: 1px solid #ddd; */width: 100%;}
	.index_matches > table > tbody > tr.match > td.options > div > ul > li.pts,
	.index_matches > table > tbody > tr.match > td.options > div > ul > li.draw{width:110px;}
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > span,
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > a{display: block;position:relative;z-index:1;/* background-color: #4d6ea0; *//* border: 1px solid #e7e7e7; */text-decoration:none;/* margin-top: 8px; *//* box-shadow: 0px 1px 5px 1px #ececec; *//* text-align: right; */border-bottom: 1px solid #e6e6e6;height: 30px;line-height: 30px;}
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > span.none {display:block;position:relative;z-index:1;/* background-color: #4d6ea0; */border: 1px solid #e7e7e7;text-decoration:none;/* margin-top: 8px; */box-shadow: 0px 1px 5px 1px #ececec;/* text-align: right; */text-align: center;}
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > span.center{display:block;position:relative;z-index:1;/* background-color: #4d6ea0; */border: 1px solid #e7e7e7;text-decoration:none;/* margin-top: 8px; */box-shadow: 0px 1px 5px 1px #ececec;}
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > span > strong,
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > a > strong{padding-left:10px;font-family:"Tahoma";font-weight:400;color: #37404f;/* text-align: left; */display: inline-block;font-weight: bold;overflow: hidden;max-width: 96px;text-overflow: ellipsis;white-space: nowrap;color: #343434;display: inline-block;vertical-align: middle;}
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > span > em,
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > a > em{right:10px;text-align:right;font-family:"Tahoma";color: #37404f;font-style:normal;position: absolute;}
	
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > a:hover{background-color:#eaf5fb;border:1px solid #c3cdd4;}
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > a.selected{background-color: #7f7f7f;border: 1px solid #e7e7e7;background-color: #ffef64;border: 1px solid #efd815;}
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > a.selected > strong,
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > a.selected > em{color:#000;}
	.index_matches > table > tbody > tr.match > td.options > div > ul > li > a.selected:hover{background-color:#ffe680;border:1px solid #fff2bf;background-color: #ffef64;
    border: 1px solid #efd815;}
	.index_matches > table > tbody > tr.match > td > a{display:block;/* line-height:28px; */text-align:center;font-family:"Tahoma";color:#ffeeac;text-decoration:none;/* border: 1px solid #c53232; */height: 31px;line-height: 31px;}
	.index_matches > table > tbody > tr.match > td > a:hover{background-color:#408f7f;}
	.index_matches > table > tbody > tr.match > td.etc{padding-right: 11px;}
	.index_matches > table > tbody > tr.match > td.etc > a{background-color: #c53232;color:#fff;}
	.index_matches > table > tbody > tr.match > td.etc > a:hover{background-color:#a22828;}
	.index_matches > table > tbody > tr.match > td.etc > span{display:block;line-height: 29px;text-align:center;border: 1px solid #37404f;color:#666;text-transform:uppercase;}
.index_matches > table > tbody > tr > td.favorite > div {
		overflow: hidden;
		text-indent: -999px;
		background-image: url('./img/star_white.png');
		background-position: 0 0;
		background-size: 20px 20px;
		width: 20px;
		height: 20px;
		text-align: center;
		line-height: 20px;
		font-size: 21px;
		flex-shrink: 0;
		flex-grow: 0;
		display: inline-block;
		cursor: pointer;
	}
	
			body,input,button{font-family:"Trebuchet MS", "Lucida Grande", "Tahoma","Helvetica","Arial", "hiragino kaku gothic pro","나눔고딕", "Nanum Gothic" , "Nanum GothicOTF" ,Malgun Gothic,"맑은고딕", sans-serif;font-size:13px;}

			span.ico_level{display:inline-block;line-height:24px;padding-left:24px;background-repeat:no-repeat;background-position:0 center;}
			strong.ico_level{padding-left: 18px;background-repeat:no-repeat;background-position:0 center;}
			.ico_lv_1 {background:url('../img/mobile/lv_1.png?ver=3') no-repeat;background-size:15px 15px;}
			.ico_lv_2 {background:url('../img/mobile/lv_2.png?ver=3') no-repeat;background-size:15px 15px;}
			.ico_lv_3 {background:url('../img/mobile/lv_3.png?ver=3') no-repeat;background-size:15px 15px;}
			.ico_lv_4 {background:url('../img/mobile/lv_4.png?ver=3') no-repeat;background-size:15px 15px;}
			.ico_lv_5 {background:url('../img/mobile/lv_5.png?ver=3') no-repeat;background-size:15px 15px;}
			.ico_lv_6 {background:url('../img/mobile/lv_6.png?ver=3') no-repeat;background-size:15px 15px;}
			.ico_lv_7 {background:url('../img/mobile/lv_7.png?ver=3') no-repeat;background-size:15px 15px;}
			.ico_lv_8 {background:url('../img/mobile/lv_8.png?ver=3') no-repeat;background-size:15px 15px;}
			.ico_lv_9 {background:url('../img/mobile/lv_9.png?ver=3') no-repeat;background-size:15px 15px;}
			.ico_lv_10 {background:url('../img/mobile/lv_10.png?ver=3') no-repeat;background-size:15px 15px;}



			.sound_only{display:none;}

			div.matches{}
			div.matches > table{width:100%;table-layout:fixed;border-spacing:0;border-collapse:separate;}
			div.matches > table > tbody > tr.competition > td{background-color: #015777;padding:7px 10px;color:#fff;/* width: 42%; */white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
			div.matches > table > tbody > tr.competition > td span.flag_16{height:16px;line-height:16px;overflow:hidden;display:inline-block;vertical-align:middle;}

			div.matches > table > tbody > tr.match > td{color:#fff;border-bottom:1px solid #e5e5e5;/* padding: 6px; *//* width: 130px; */padding-top: 9px;padding-bottom: 9px;font-size: 13px;padding-left: 9px;padding-right: 9px;/* height: 40px; */font-size: 11px;/* text-align: -webkit-right; */}
			div.matches > table > tbody > tr.match > td.datetime {font-size:12px;}
	.matches > table > tbody > tr.match > td.datetime div {cursor:pointer;display: inline-block;vertical-align: middle;width: 20px;height: 20px;background: url('../img/star_white.png?ver=3') no-repeat;background-size: 20px;margin-left: 3px;/* vertical-align: middle; */margin-top: -1px;}
	.matches > table > tbody > tr.match > td.datetime div.active {cursor:pointer;display: inline-block;vertical-align: middle;width: 20px;height: 20px;background: url('../img/star_yellow.png') no-repeat;background-size: 20px;margin-left: 3px;}
			div.matches > table > tbody > tr.match > td.
			div.matches > table > tbody > tr.match > td span.datetime{display:inline-block;color:#7a7a7a;font-size:11px;}
			div.matches > table > tbody > tr.match > td > div.star {cursor:pointer;display: inline-block;vertical-align: middle;width: 20px;height: 20px;background: url('../img/star_white.png?ver=3') no-repeat;background-size: 20px;margin-left: 3px;}
			div.matches > table > tbody > tr.match > td > div.star.active {cursor:pointer;display: inline-block;vertical-align: middle;width: 20px;height: 20px;background: url('../img/star_yellow.png') no-repeat;background-size: 20px;margin-left: 3px;}
			div.matches > table > tbody > tr.match > td div.vs{line-height: 2.0em;}
			div.matches > table > tbody > tr.match > td div.vs > strong{display:block;font-size: 12px;font-weight: normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
			div.matches > table > tbody > tr.match > td span.status{display:block;color:#7a7a7a;font-size:11px;}
			div.matches > table > tbody > tr.match > td div.score{margin-top:3px;}
			div.matches > table > tbody > tr.match > td.etc{padding: 0;text-align:center;position: relative;font-size: 12px;}
			div.matches > table > tbody > tr.match > td.etc > a{background-color: #c53232;color:#fff;display:block;padding: 4px 0;text-decoration:none;/* border-radius:3px; */width: 32px;position: absolute;top: -57px;right: 10px;/* padding-bottom: 5px; *//* margin-bottom: 5px; */margin-bottom: 3px;height: 23px;}
		
			div.matches > table > tbody > tr.match > td.options{padding:0;/* border-bottom: 0; */}
			div.matches > table > tbody > tr.match > td.options > div{/* margin:0 auto; *//* display:table; *//* border-spacing:0; *//* border-collapse:separate; */display: table;width: 100%;table-layout: fixed;border-spacing: 0;border-collapse: separate;}
			div.matches > table > tbody > tr.match > td.options > div > ul{/* display:table-row; */display: table-row;margin: 0;padding: 0;list-style-type: none;}
			div.matches > table > tbody > tr.match > td.options > div > ul > li{/* display:table-cell; *//* padding:4px 4px 4px 0; *//* border-bottom: 1px solid #ddd; */display: table-cell;margin: 0;padding: 0;/* border-right: 1px solid #e5e5e5; *//* border-bottom: 1px solid #e5e5e5; */background-color: #fff;/* width: 0 !important; */padding-right: 0 !important;/* height: 14px; */}
			div.matches > table > tbody > tr.match > td.options > div > ul > li > *{/* display:block; *//* width: 135px; */height: 27px;/* line-height:50px; *//* text-decoration:none; *//* background-color:#f2f2f2; *//* color:#333; *//* border-radius:3px; *//* box-shadow: inset 0 0 0 1px #929292; *//* text-align:center; *//* border: 1px solid #e7e7e7; *//* background-color: #adadad; */display: block;/* padding: 17px 0px; *//* text-align: center; */color: #333;text-decoration: none;border-right: 1px solid #eaeaea;/* text-align: right; *//* line-height: 35px; *//* clear: both; *//* text-align: right; */position: relative;}
			div.matches > table > tbody > tr.match > td.options > div > ul > li > a {border-right: 1px solid #e5e5e5;/* border-right: 0; */}
			div.matches > table > tbody > tr.match > td.options > div > ul > li:nth-child(3n) > a {border-right:0;}
			div.matches > table > tbody > tr.match > td.options > div > ul > li.pts > *,
			div.matches > table > tbody > tr.match > td.options > div > ul > li.vs > *{background-color:transparent;}
			div.matches > table > tbody > tr.match > td.options > div > ul > li > * > strong{/* display:none; *//* display: block; *//* padding-top: 16px; */width: 70%;/* white-space: nowrap; *//* overflow: hidden; *//* text-overflow: ellipsis; */white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;/* vertical-align: middle; */float: left;padding-left: 8px;/* line-height: 27px; */text-align: left;padding-top: 7px;}
			div.matches > table > tbody > tr.match > td.options > div > ul > li > * > em{/* height:48px; *//* display:block; *//* font-style:normal; *//* padding-top: 3px; */font-style: normal;/* margin-top: 3px; */display: inline-block;vertical-align: middle;text-align: right;/* float: right; */padding-right: 8px;line-height: 27px;font-size: 11px;color: #37404f;text-align: right;width: 30%;/* height: auto; */}
			div.matches > table > tbody > tr.match > td.options > div > ul > li.drawVS > a.selected {background-color:#ffff}
			div.matches > table > tbody > tr.match > td.options > div > ul > li > a.selected{background-color: #fc0;color: #000000;/* font-weight:700; *//* box-shadow:inset 0 0 0 1px #fc0; *//* border: 1px solid #efd815; */}

			div.matches > table > tbody > tr.match.current > td{background-color: #eaf5fb;/* border-bottom:1px solid #333; */}
			div.matches > table > tbody > tr.match.current > td span.datetime{display:block;color:#7a7a7a;}
			div.matches > table > tbody > tr.match.current > td span.status{display:block;color:#7a7a7a;}
			div.matches > table > tbody > tr.match.current > td.options > div > ul > li > *{background-color: #fff;color: #343434;/* box-shadow:inset 0 0 0 1px #333; *//* border: 1px solid #e7e7e7; *//* position: relative; */}
			div.matches > table > tbody > tr.match.current > td.options > div > ul > li > a.selected{/* box-shadow:inset 0 0 0 1px #fff; */}
			div.matches > table > tbody > tr.match.current > td.options > div > ul > li.pts > *,
			div.matches > table > tbody > tr.match.current > td.options > div > ul > li.vs > *{background-color: #ffef64;color:#000;}

			div.matches > table > tbody > tr.etc > td{/*border-top:1px solid #d5d5d5;*/background-color:#f2f2f2;padding:0;text-align:center;}
			div.matches > table > tbody > tr.etc > td > div.header {
				background-color: #000;
				padding: 15px 4px;
				color: #fff;
				/*background-image: radial-gradient(ellipse 20em 8em at 50% 0,#333,rgba(0,0,0,0) 60%),radial-gradient(ellipse 20em 8em at 50% 100%,#325074,rgba(0,0,0,0) 60%);*/
				background-image: radial-gradient(ellipse 25em 8em at 50% 0,#333,rgba(0,0,0,0) 60%);
			}
			div.matches > table > tbody > tr.etc > td > div.header > div.vs{position:relative;overflow:hidden;zoom:1;}
			div.matches > table > tbody > tr.etc > td > div.header > div.vs > strong{display:block;text-align:center;padding:0 4px;}
			div.matches > table > tbody > tr.etc > td > div.header > div.vs > strong:first-child{float:left;width:50%;border-right:1px solid rgba(255,255,255,.15);}
			div.matches > table > tbody > tr.etc > td > div.header > div.vs > strong:last-child{margin-left:50%;border-left:1px solid rgba(255,255,255,.075);}
			div.matches > table > tbody > tr.etc > td > div.header > div.vs > span{display:none;}
			div.matches > table > tbody > tr.etc > td > div.header > div.datetime{margin-top:10px;color:rgba(255,255,255,.5);font-size:11px;font-weight:700;text-align:center;}
			div.matches > table > tbody > tr.etc > td > div.bets{padding:5px;}
			div.matches > table > tbody > tr.etc > td > div.bets > div.group{display:none;}
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet{margin-bottom:5px;}
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_name{padding:10px;/* border-top-left-radius:4px; *//* border-top-right-radius:4px; */color: #fff;}
		
			div.matches > table > tbody > tr.etc > td > div.bets > div.yellow > div.bet_name {background-color:#37404f}
			div.matches > table > tbody > tr.etc > td > div.bets > div.yellow > div.bet_name > strong {color:#fff !important;}
			
			div.matches > table > tbody > tr.etc > td > div.bets > div.blue > div.bet_name {background-color:#297fb8}
			div.matches > table > tbody > tr.etc > td > div.bets > div.blue > div.bet_name > strong {color:#fff !important;}
			
			div.matches > table > tbody > tr.etc > td > div.bets > div.green > div.bet_name {background-color:#fcd02f}
			div.matches > table > tbody > tr.etc > td > div.bets > div.green > div.bet_name > strong {color:#000 !important;}

			div.matches > table > tbody > tr.etc > td > div.bets > div.pink > div.bet_name {background-color:#ffc0cb}
			div.matches > table > tbody > tr.etc > td > div.bets > div.pink > div.bet_name > strong {color:#fff !important;}

			div.matches > table > tbody > tr.etc > td > div.bets > div.orange > div.bet_name {background-color:#ffa500}
			div.matches > table > tbody > tr.etc > td > div.bets > div.orange > div.bet_name > strong {color:#fff !important;}

			div.matches > table > tbody > tr.etc > td > div.bets > div.red > div.bet_name {background-color:#FF0000}
			div.matches > table > tbody > tr.etc > td > div.bets > div.red > div.bet_name > strong {color:#fff !important;}


			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_name > strong{color: #000;}
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts{}
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols{display:table;width:100%;table-layout:fixed;border-spacing:0;border-collapse:separate;}
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul{display:table-row;margin:0;padding:0;list-style-type:none;}
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li{display:table-cell;margin:0;padding:0;/* border-right:1px solid #e5e5e5; */border-bottom:1px solid #e5e5e5;background-color: #fff;width: 0 !important;padding-right: 0 !important;}
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li.pts,
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li.vs{background-color: rgba(255, 255, 255, 0.25);}
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li:first-child{/* border-left:1px solid #e5e5e5; */width: 0 !important;}
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li > *{display:block;padding: 6px;text-align:center;color:#333;text-decoration:none;}
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li > * > strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li > * > em{font-style:normal;margin-top:3px;display:block;}
			div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li > a.selected{background-color:rgba(255,204,0,.3);}
			div.matches.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li.winner{border:1px solid #f90;background-color:#fc0;}
			div.matches.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li.return{border:1px solid #c00;background-color:#f00;}
			div.matches.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li.return > *{color:#fff;}
		


			/*
			@media screen and (max-width: 480px) {
				div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts{}
				div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols{display:block;width:100%;}
				div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul{display:block;}
				div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li{display:block;border:1px solid #e5e5e5;border-top:0 none;}
				div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li > *{display:block;text-align:left;position:relative;}
				div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li > * > strong{}
				div.matches > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li > * > em{position:absolute;top:15px;right:15px;bottom:15px;margin-top:0;text-align:right;}
				div.matches.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li.winner,
				div.matches.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li.return{margin-top:-1px;}
			}
			*/

	#betslip{padding-top: 45px;position: relative;}
	#betslip em{font-family:"Verdana";}
	#betslip > div.container{position:relative;}
	#betslip > div.container > div.blank{height:276px;background-color:#f7f7f7;}
	#betslip > div.container > div.body{margin:0;padding:0;color:#fff;z-index: 0;}
	#betslip > div.container > div.body > div.total-bets{overflow-y:auto;}
	#betslip > div.container > div.body > div.total-bets > div.bet{position:relative;padding:10px;border-top: 1px solid #e7e7e7;}
	#betslip > div.container > div.body > div.total-bets > div.bet:first-child{border-top:0 none;}
	#betslip > div.container > div.body > div.total-bets > div.bet > a.remove{position:absolute;top: 8px;right:10px;display:block;width:16px;height:16px;overflow:hidden;text-indent:-99999px;background: url("/tpl/ndm/img/betslip_ico_remove.png?ver=3") no-repeat center center;}
	#betslip > div.container > div.body > div.total-bets > div.bet > div.event{font-size:12px;color: #343434;}
	#betslip > div.container > div.body > div.total-bets > div.bet > div.market{margin: 7px 0px;font-family:"Tahoma","Dotum";font-size:11px;font-weight:400;color: #ffffff;background-color: #4d6ea0;padding: 6px;}
	#betslip > div.container > div.body > div.total-bets > div.bet > div.market:before{content:"BET * ";}
	#betslip > div.container > div.body > div.total-bets > div.bet > div.pick{position:relative;overflow:hidden;zoom:1;}
	#betslip > div.container > div.body > div.total-bets > div.bet > div.pick > strong{/* border:1px solid #000; */background-color: #fc0;color: #343434;padding:4px 9px;display:inline-block;/* border-radius:3px; */font-weight:400;display: block;}
	#betslip > div.container > div.body > div.total-bets > div.bet > div.pick > em{position:absolute;top: 3px;right: 9px;font-style:normal;font-weight:800;}
	#betslip > div.container > div.body > div.total-odds{padding:0 10px;position:relative;overflow:hidden;zoom:1;height:44px;line-height:44px;/* background:url("/tpl/ndm/img/betslip_total_odds_back.png") repeat-x center center; */color:#fff;background-color: #1f7f6c;display: block;}
	#betslip > div.container > div.body > div.total-odds > span{}
	#betslip > div.container > div.body > div.total-odds > em{position:absolute;top:0;right:10px;font-style:normal;font-weight:800;}
	#betslip > div.container > div.footer{/* background-color:#247c6a; */color:#fff;}
	#betslip > div.container > div.footer > div.total-stake{/* padding:10px; *//* position:relative; *//* overflow:hidden; *//* zoom:1; *//* line-height:25px; */height: 31px;line-height: 31px;border-bottom: 1px solid #ececec;overflow: hidden;background-color: #fff;padding-left: 13px;position: relative;}
	#betslip > div.container > div.footer > div.total-stake > span{font-size:12px;font-weight:800;font-size: 12px;font-weight: bold;color: #343434;}
	#betslip > div.container > div.footer > div.total-stake > input[type="text"]{position:absolute;top: 5px;right: 10px;display:block;width:105px;height: 22px;border: 1px solid #adadad;background-color:#fff;text-align:right;font-weight:800;font-family:"Verdana";padding:0 5px;outline: 0;}
	#betslip > div.container > div.footer > div.stats-cash,
	#betslip > div.container > div.footer > div.stats-point,
	#betslip > div.container > div.footer > div.possible-winnings{/* padding:10px; */position:relative;/* overflow:hidden; *//* zoom:1; *//* line-height:25px; */height: 31px;line-height: 31px;border-bottom: 1px solid #ececec;overflow: hidden;background-color: #fff;padding-left: 13px;}
	#betslip > div.container > div.footer > div.stats-cash > span,
	#betslip > div.container > div.footer > div.stats-point > span,
	#betslip > div.container > div.footer > div.possible-winnings > span{font-size:12px;font-weight:800;font-size: 12px;font-weight: bold;color: #343434;}
	#betslip > div.container > div.footer > div.stats-cash > em,
	#betslip > div.container > div.footer > div.stats-point > em,
	#betslip > div.container > div.footer > div.possible-winnings > em{position:absolute;top: 1px;right: 0px;display:block;min-width:105px;height: 24px;/* border:1px solid #000; */background-color: #ffffff;font-style:normal;text-align:right;font-weight:800;padding:0 10px;line-height:30px;color: #343434;font-size: 11px;}
	
	#betslip > div.container > div.footer > div.button{padding: 4px 10px 12px 10px;text-align: center;}
	
	#betslip > div.container > div.footer > div.button > div.do_back {background-color:#37404f;display:inline-block;margin-right: 10px;}
	#betslip > div.container > div.footer > div.button > div.do_back > button.do_betting {background:url("../img/mobile/betting_cart_ok.png?ver=4ddgfd") no-repeat;display:inline-block;width:106px;height:37px;font-size: 0;border: 0;/* vertical-align: middle; *//* margin-right: 10px; */float: left;background-size: 106px 37px;}
	
	.do_betting:hover { 	  filter: alpha(opacity=100);
        opacity: 0.5;
        -webkit-transition: opacity .30s ease-in-out;
        -moz-transition: opacity .30s ease-in-out;
        -ms-transition: opacity .30s ease-in-out;
        -o-transition: opacity .30s ease-in-out;
        transition: opacity .30s ease-in-out;}

    div.bet_cancel_wr {background-color:#69333b;display:inline-block;}
    a.bet_cancel_all {background: url(/app/img/mobile/betting_cart_cancel.png?ver=5fdfdddd) no-repeat;width: 106px;height: 37px;background-size:106px 37px;vertical-align: middle;/* display: inline-block; */font-size: 0;line-height: 0;float: left;}
    a.bet_cancel_all:hover {
	  filter: alpha(opacity=100);
        opacity: 0.5;
        -webkit-transition: opacity .30s ease-in-out;
        -moz-transition: opacity .30s ease-in-out;
        -ms-transition: opacity .30s ease-in-out;
        -o-transition: opacity .30s ease-in-out;
        transition: opacity .30s ease-in-out;}
    }

	#betslip > div.container > div.footer > div.button > button[type="button"]{background:url("../img/betting_cart_ok.png") no-repeat;display:inline-block;width:106px;height:37px;font-size: 0;border: 0;vertical-align: top;margin-right: 10px;}
	#betslip > div.container > div.footer > div.button > button[type="button"].loading{background-image:url("/img/ico_loader.gif");background-size:auto auto;background-position:center center;background-repeat:no-repeat;text-indent:-99999px;}
	#betslip > div.container > div.footer > div.qbx{padding:0 5px 5px 5px;}
	#betslip > div.container > div.footer > div.qbx > table{width:100%;table-layout:fixed;border-spacing:5px;border-collapse:separate;}
	#betslip > div.container > div.footer > div.qbx > table > tbody > tr > td{padding:0;}
	#betslip > div.container > div.footer > div.qbx > table > tbody > tr > td > a{display:block;/* background:url("/tpl/ndm/img/betslip_qbx_button_back.png") repeat-x center center; */border: 1px solid #d8d8d8;color: #343434;height: 30px;line-height:28px;font-size:13px;font-weight:800;font-family:"Tahoma","Gulim";text-align:center;text-transform:uppercase;text-decoration:none;background-color: #fff;}
	#betslip > div.container > div.popup{position:absolute;top:0;left:0;right:0;bottom:0;background-repeat:no-repeat;background-position:center center;z-index:999;}
	#betslip > div.container > div.popup.loading{background-image:url("/img/ajax-loader.gif?ver=3333gfgf");}
	
	#betslip > div.container > div.popup.lock{background-image:url("/img/ico_lock.png?ver=3fsfd");/* width: 64px; */background-size: 120px 120px;}

			div.tbx{}
			div.tbx > table{width:100%;border-spacing:0;border-collapse:separate;}
			div.tbx > table > tbody > tr > th,
			div.tbx > table > tbody > tr > td{border-bottom:1px solid #f2f2f2;padding:15px 15px;text-align:left;}
			div.tbx > table > tbody > tr > td.ipt{padding:5px 15px;}
			div.tbx > table > tbody > tr > td > input {
				background-color: #fff;
				border:1px solid #d5d5d5;
				border-radius: 3px;
				color: #0f0f0f;
				padding: 10px 5px;
				width: 100%;
				display: inline-block;
				box-shadow: none;
				-webkit-text-size-adjust: none;
			}
			div.tbx-frm-btnx{display:table;width:100%;table-layout:fixed;border-spacing:15px;border-collapse:separate;}
			div.tbx-frm-btnx > ul{display:table-row;margin:0;padding:0;list-style-type:none;}
			div.tbx-frm-btnx > ul > li{display:table-cell;margin:0;padding:0;}
			div.tbx-frm-btnx > ul > li > a,
			div.tbx-frm-btnx > ul > li > button {
				display: block;
				width: 100%;
				color: #333;
				background-color: #fc0;
				font-weight: 700;
				box-shadow: inset 0 0 0 2px #e2b318;
				border: 0 none;
				height: 48px;
				line-height: 48px;
				text-align: center;
				border-radius: 3px;
				text-decoration: none;
			}

			div.dfx{}
			div.dfx > table{width:100%;border-spacing:0;border-collapse:separate;}
			div.dfx > table > thead > tr > th{border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;padding:15px 5px;}
			div.dfx > table > tbody > tr > td{border-bottom:1px solid #f2f2f2;padding:15px 5px;}

			div.ctgx{
    /* margin-top: 6px; */
    margin-bottom: 15px;
}
			div.ctgx > table{width:100%;table-layout:fixed;border-spacing:0;border-collapse:separate;}
			div.ctgx > table > tbody > tr > td{padding:0;border-right: 1px solid #eee;/* border-bottom: 1px solid #eee; */border-bottom: 1px solid #eee;}
			div.ctgx > table > tbody > tr > td:last-child{border-right:0 none;}
			div.ctgx > table > tbody > tr > td > a {
				display: block;
				padding: 11px;
				background-color: #f5f5f5;
				/* background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#efefef)); */
				color: #333;
				text-decoration: none;
				text-align: center;
				background-color: #fff;
			}
			div.ctgx > table > tbody > tr > td.current {
				/* border: 1px solid #036; */
			}
			div.ctgx > table > tbody > tr > td.current > a {
				/* background: -webkit-gradient(linear,left top,left bottom,from(#09c),to(#069)); */
				color: #343434;
				font-weight: 800;
				background-color: #37404f;
				color: #fff;
			}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:1px}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_con img{max-width:100% !important;}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}



div.index_banner1 {width: 100%;/* height:259px; *//* float:left; */margin-right:9px;}
div.index_banner1 h1 {font-size:0;line-height:0;}

div.index_banner2 {width: 100%;/* height:259px; *//* float:left; */background-size: 320px 320px;}
div.index_banner2 h1 {font-size:0;line-height:0;}
div.index_banner2 a {display:block;}

.index_quick_menu {position:relative;margin-top:15px;width: 100%;margin-bottom: 15px;}
.index_quick_menu ul {margin:0;padding:0;list-style:none;}
.index_quick_menu li {width: 19.2%;float:left;/* height:120px; */text-align:center;background-color:#0d4661;/* margin-right: 5px; */margin-right: 1%;}
.index_quick_menu li:last-child {margin-right:0}
.index_quick_menu li:hover div.play_now {transition:box-shadow 250ms, color 250ms;box-shadow: inset 0px 50px 0px #9c2627;color:#fff;}
.index_quick_menu li:last-child {margin-right:0}
.index_quick_menu li a {text-decoration:none;}
.index_quick_menu li h1.ico {display:block;padding-top: 25px;}
.index_quick_menu li span.title {display:block;font-size:12px;color:#fff;font-weight:bold;padding-top: 11px;letter-spacing: -1px;padding-bottom: 19px;}
.index_quick_menu li div.play_now {background-color: #ff9c00;font-weight:bold;color: #000000;letter-spacing:-1px;padding: 10px;}


.le_sb1 {position:relative;overflow:hidden;padding-left: 10px;padding-bottom: 2px;/* border: 1px solid #e7e7e7; */background-color: #ff9c00;/* padding-top: 9px; */padding-bottom: 0px;padding-left: 14px;/* box-sizing: border-box; *//* padding-top: 3px; *//* padding-bottom: 6px; */border-bottom: 1px solid #e7e7e7;padding-top: 10px;padding-bottom: 10px;}
.le_sb1 h1.title {display:inline-block;vertical-align:middle;margin-left:8px;}
.le_sb1 .ico {display:inline-block;vertical-align:middle;/* padding-right:4px; */padding-top: 1px;}
.le_sb1 .ico img.book_title {width:27px;height:32px;}
.le_sb_content {position:relative;background-color:#fff;/* border:1px solid #eaeaea; */}
.le_sb_content a#helpme {cursor:pointer;padding: 9px;font-size:12px;color:#fff;font-weight:bold;display:inline-block;vertical-align:middle;background-color: #37404f;/* margin-top: 8px; */}
.le_sb_content table {margin:0;padding:0;border-spacing:0;border:0;border-collapse:collapse;width:100%;overflow: hidden;}
.le_sb_content table th {height:40px;font-size: 12px;color:#343434;font-weight:bold;background-color: #015777;border-bottom: 1px solid #272d38;/* width: 32%; */color: #fff;}
.le_sb_content table th.width_none {width:0;}
.le_sb_content table td {height: 35px;padding-left: 10px;font-size:11px;color:#343434;border-bottom: 1px solid #eeeeee;/* padding-right: 10px; */font-size: 12px;width: 220px;}
.le_sb_content table td b {width: 50px !important;padding: 0 !important;display: inline-block;height: 25px;line-height: 25px;margin-right: 3px;}
.le_sb_content table td.red {color:#9b2626;}
.le_sb_content span.check_number {cursor:pointer;padding: 9px;font-size:12px;color:#fff;font-weight:bold;display:inline-block;vertical-align:middle;background-color: #9b2626;margin-top: 8px;}
.le_sb_content p.txt {font-size:12px;color:#343434;display: inline-block;vertical-align: middle;/* padding-left: 6px; */font-weight: bold;margin: 0;padding-top: 8px;padding-bottom: 8px;}
.le_sb_content input.io_box {height: 30px;line-height: 30px;padding-left: 9px;font-size:12px;color:#343434;border:1px solid #ebebeb;box-sizing:border-box;/* padding: 14px; */outline: 0;width: 135px;}
.le_sb_content button.pass_box {background-color:#fff;cursor:pointer;height: 30px;line-height: 30px;padding-left: 0px;padding-right: 0px;font-size:11px;color:#343434;border:1px solid #ebebeb;box-sizing:border-box;/* padding: 14px; */display:inline-block;margin-right:5px;display: block;width: 30%;margin-bottom: 6px;margin-top: 6px;float: left;}
.le_sb_content button.pass_box:hover {background-color:#f7f7f7;}
.le_sb_content span.check_number:hover {background-color:#b52f2f}
.le_sb_content div.war_info {padding:23px 23px 0;position:relative;}
.le_sb_content div.war_box {padding:15px;border:1px solid #fff6a6;background-color:#fffde8;}
.le_sb_content div.war_box p {font-size:12px;color:#343434;font-weight:bold;line-height:2.4em;}
.le_sb_content div.ok_zone {text-align:center;margin-top:15px;/* margin-bottom:15px; */}
.le_sb_content div.ok_zone button.ok_sub {padding: 11px;background-color: #398701;color:#fff;font-weight:bold;outline:0;border:0;}
.reset_money {border:0;outline:0;cursor:pointer;padding:8px;font-size:12px;color:#fff;font-weight:bold;display:inline-block;vertical-align:middle;background-color: #9b2626;}
.reset_money:hover {background-color:#b52f2f}
.reg_sb1 {text-align:center;margin-top:15px;margin-bottom: 15px;}
.reg_sb1 button.ok_sub {padding: 11px;background-color:#9b2626;color:#fff;font-weight:bold;outline:0;border:0;}
.le_sb_listbox {/* padding:23px 23px 0; */margin-bottom:20px;margin-top: 20px;overflow: hidden;z-index: 99999;}
.le_sb_listbox td {text-align:center;padding-left:0 !important;}
.le_sb_listbox th {width:0;}
.le_sb_listbox span.status {background-color: #37404f;padding:8px;color:#fff;font-weight:bold;display:inline-block;}
.le_sb_listct {text-align:center;margin-top:15px;}
.le_sb_listct button.all_del {background-color: #398701;font-size:12px;padding:12px;color:#fff;font-weight:bold;display:inline-block;margin-right:6px;vertical-align:middle;border:0;outline:0;}
.le_sb_listct button.sel_del {background-color:#015777;font-size:12px;padding:12px;color:#fff;font-weight:bold;display:inline-block;margin-right:6px;vertical-align:middle;border:0;outline:0;}
.le_sb_listct button.add_write {background-color:#297fb8;font-size:12px;padding:12px;color:#fff;font-weight:bold;display:inline-block;margin-right:6px;vertical-align:middle;border:0;outline:0;}
.le_sb_listct button.add_write:hover {background-color:#2470a2;}

	div.tabnav{display:table;border-spacing:0;border-collapse:separate;}
	div.tabnav > ul{display:table-row;margin:0;padding:0;list-style-type:none;}
	div.tabnav > ul > li{display:table-cell;margin:0;padding:0;}
	div.tabnav > ul > li > a{display:block;color:#fff;text-decoration:none;border-top: 1px solid #37404f;background-color: #37404f;padding: 10px 15px;/* border-bottom:1px solid #083028; */}
	div.tabnav > ul > li.current > a{border-top: 1px solid #eeeeee;border-left: 1px solid #eeeeee;border-right: 1px solid #eeeeee;color: #2b2b2b;border-bottom: 1px solid #e7e7e7;background-color: #ffffff;font-weight: bold;border-bottom: 0;}
	div.tabody{border-left: 1px solid #fff6a6;border-right: 1px solid #fff6a6;border-bottom: 1px solid #fff6a6;background-color: #fffde8;padding: 15px;margin-top: -2px;}
	div.tabody ul{margin:0;padding:0;list-style-type:none;}
	div.tabody ul > li{margin:10px;padding:0;font-size: 12px;}
	div.tabody div.stbl > table > tbody > tr > th,
	div.tabody div.stbl > table > tbody > tr > td{border-bottom: 1px solid rgba(84, 84, 84, 0.075);}
	div.tabody div.stbl > table > tbody > tr:first-child > th,
	div.tabody div.stbl > table > tbody > tr:first-child > td{border-top:1px solid rgba(255,255,255,.075);}
	div.tabody div.stbl > table > tbody > tr > th{background-color: rgba(255, 255, 255, 0.035);}

	.b_cart_title {/* height: 33px; *//* line-height: 33px; */text-align:center;background-color:#37404f;position: fixed;top: 0;width: 100%;z-index: 1;}
.b_cart_title h1.title {font-size: 16px;font-weight:bold;color:#fff;}

/* Pageing */

div.pageing_wrap {text-align:center;}
div.pageing {margin-top:15px;overflow:hidden;display:inline-block;margin-bottom: 15px;}
div.pageing a {width: 28px;height:26px;float:left;line-height:26px;font-size:12px;text-decoration:none;color:#343434;display:inline-block;background-color:#fafafa;border:1px solid #eaeaea;border-right:0;vertical-align:middle;}
div.pageing a.num {width:35px;}
div.pageing a.end {border-right:1px solid #eaeaea;}
div.pageing span.on {width:35px;height:26px;float:left;line-height:26px;text-decoration:none;color:#343434;display:inline-block;background-color:#fff;border:1px solid #eaeaea;border-right:0;vertical-align:middle;}
div.pageing span.on:last-child {border-right:1px solid #eaeaea;}
div.pageing span.all_lefticon {width: 11px;height:10px;padding-right:3px;padding-top:1px;background:url('../img/board_leftall.png') no-repeat;/* vertical-align:middle; */display:inline-block;}
div.pageing span.left_icon {width:7px;height:10px;padding-right:3px;padding-top:1px;background:url('../img/board_left.png') no-repeat;display:inline-block;}
div.pageing span.right_icon {width:7px;height:10px;padding-right:3px;padding-top:1px;background:url('../img/board_right.png') no-repeat;display:inline-block;}
div.pageing span.all_righticon {width:11px;height:10px;padding-right:3px;padding-top:1px;background:url('../img/board_rightall.png') no-repeat;/* vertical-align:middle; */display:inline-block;}



/* SPORTS BOOK */
.sports_book_head {/* height: 60px; *//* line-height: 60px; *//* border:1px solid #eeeeee; *//* box-sizing:border-box; *//* margin-bottom: 15px; *//* padding-bottom: 15px; *//* border-bottom: 1px solid #eeeeee; */}
.sports_book_head li {width: 50%;float:left;/* padding-right:40px; */text-align:center;border-right:1px solid #eeeeee;box-sizing:border-box;background-color: #fff;border-bottom: 1px solid #eee;/* height: 71px; *//* line-height: 71px; *//* padding-top: 8px; *//* vertical-align: middle; *//* padding-bottom: 8px; */}
.sports_book_head li:last-child {border-right:0;/* width: 182px; */}
.sports_book_head li a {display: block;/* padding-top: 10px; *//* padding-bottom: 10px; *//* line-height: 71px; *//* vertical-align: middle; */padding-top: 8px;padding-bottom: 8px;}
.sports_book_head li.on {background-color:#f7f7f7;}
.sports_book_head li:nth-child(2n) {border-right:0}
.sports_book_headtab_wrap {width:100%;/* height:42px; */border-bottom: 1px solid #015777;background:#015777;}
.sports_book_headtab button.left {width:9px;height:16px;border:0;outline:0;font-size:0;position:absolute;left: 9px;top: 15px;background:url('../img/sc_left.png') no-repeat;}
.sports_book_headtab button.right {width:9px;height:16px;border:0;outline:0;font-size:0;position:absolute;right: 25px;top: 15px;background:url('../img/sc_right.png') no-repeat;}
.sports_book_headtab_inner {/* width: 100%; *//* overflow:hidden; *//* display:inline-block; */position: relative;overflow:hidden;}
.sports_book_headtab {/* width: 100%; */overflow:hidden;/* display:block; */position: relative;text-align: center;}
.sports_book_headtab li {height:60px;background-color:#015777;;/* float:left; *//* padding-left: 10px; *//* padding-right: 10px; *//* cursor:pointer; */display: inline-block;line-height: 42px;padding-left: 7px;padding-right: 5px;text-align: center;/* float: left; */}
.sports_book_headtab li.on {background-color: #ff9c00;}
.sports_book_headtab li span.ico {vertical-align:middle;display: block;/* padding-right: 7px; *//* text-align: center; */}
.sports_book_headtab li span.img {vertical-align:middle;display: block;margin-top: -13px;}
.sports_book_headtab li span.txt {font-size:12px;color:#9b2626;font-weight:bold;display:inline-block;vertical-align:middle;}
.sports_book_headtab li a {text-decoration:none;}
.sports_book_headtab img {vertical-align:middle;/* text-align: center; */}
.sports_book_headtab ul {/* float: left; */display: block;font-size: 0;white-space: nowrap;position: relative;}




/* SPORTS BOOK */
.sports_book_tab {/* height: 60px; *//* line-height: 60px; *//* border:1px solid #eeeeee; *//* box-sizing:border-box; *//* margin-bottom: 15px; *//* padding-bottom: 15px; *//* border-bottom: 1px solid #eeeeee; */}
.sports_book_tab li {width: 50%;float:left;/* padding-right:40px; */text-align:center;border-right:1px solid #eeeeee;box-sizing:border-box;background-color: #fff;border-bottom: 1px solid #eee;/* height: 71px; *//* line-height: 71px; *//* padding-top: 8px; *//* vertical-align: middle; *//* padding-bottom: 8px; */}
.sports_book_tab li:last-child {border-right:0;/* width: 182px; */}
.sports_book_tab li a {display: block;/* padding-top: 10px; *//* padding-bottom: 10px; *//* line-height: 71px; *//* vertical-align: middle; */padding-top: 8px;padding-bottom: 8px;}
.sports_book_tab li.on {background-color:#f7f7f7;}
.sports_book_tab li:nth-child(2n) {border-right:0}
.sports_book_sctab_wrap {width:100%;height:42px;border-bottom: 1px solid #e7e7e7;/* margin-top: 10px; *//* margin-bottom: 10px; */background-color: #fff;margin-top: 6px;margin-bottom: 6px;border-top: 1px solid #e7e7e7;}
.sports_book_sctab button.left {width:9px;height:16px;border:0;outline:0;font-size:0;position:absolute;left: 9px;top: 15px;background:url('../img/sc_left.png') no-repeat;}
.sports_book_sctab button.right {width:9px;height:16px;border:0;outline:0;font-size:0;position:absolute;right: 25px;top: 15px;background:url('../img/sc_right.png') no-repeat;}
.sports_book_sctab_inner {/* width: 100%; *//* overflow:hidden; *//* display:inline-block; */position: relative;overflow:hidden;}
.sports_book_sctab {/* width: 100%; */overflow:hidden;/* display:block; */position: relative;}
.sports_book_sctab li {/* float:left; *//* padding-left: 10px; *//* padding-right: 10px; *//* cursor:pointer; */display: inline-block;line-height: 42px;height: 42px;padding-left: 7px;padding-right: 7px;}
.sports_book_sctab li span.ico {vertical-align:middle;display:inline-block;padding-right: 7px;}
.sports_book_sctab li span.img {vertical-align:middle;display:inline-block;}
.sports_book_sctab li span.txt {font-size:12px;color:#9b2626;font-weight:bold;display:inline-block;vertical-align:middle;}
.sports_book_sctab li a {text-decoration:none;}
.sports_book_sctab img {vertical-align:middle}
.sports_book_sctab ul {float: left;display: block;font-size: 0;white-space: nowrap;position: relative;}
	div.history > table > tbody > tr.pick > td > div.opts{display:table;width:100%;table-layout:fixed;border-spacing:2px;border-collapse:separate;}
	div.history > table > tbody > tr.pick > td > div.opts > ul{display:table-row;margin:0;padding:0;list-style-type:none;}
	div.history > table > tbody > tr.pick > td > div.opts > ul > li{display:table-cell;margin:0;padding:0;}
	div.history > table > tbody > tr.pick > td > div.opts > ul > li > span {
		display: block;
		border: 1px solid #e7e7e7;
		/* background-color: #4a9267; */
		color: #fff;
		padding: 10px 50px 10px 10px;
		position: relative;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		box-shadow: 0px 1px 5px 1px #ececec;
		color: #37404f;
	}
	div.history > table > tbody > tr.pick > td > div.opts > ul > li > span > em.odds {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		padding: 10px;
		font-style: normal;
	}
	div.history > table > tbody > tr.pick > td > div.opts > ul > li.pick > span{background-color: #ffef64;border: 1px solid #efd815;color: #000;}
	div.history > table > tbody > tr.summary > td{/* text-align:center; *//* padding-right:15px; *//* padding-top: 15px; *//* padding-bottom: 15px; */}
	div.history > table > tbody > tr.summary > td > div{background-color: #37404f;table-layout:auto;}
	div.history > table > tbody > tr.summary > td > div > ul > li{/* display:inline-block; */height:33px;line-height:33px;/* float: left; */display: inline-block;vertical-align: middle;}
	div.history > table > tbody > tr.summary > td > div > ul > li > span{display:inline-block;font-weight:800;color: #ffffff;margin:auto 10px;}
	div.history > table > tbody > tr.summary > td > div > ul > li > strong{display:inline-block;font-weight:400;color:#fff;/* background-color: #ddd; */}
	div.history > table > tbody > tr.summary > td > div > ul > li:last-child{/* text-align:right; *//* background-color: #c53232; *//* float: right; *//* padding: 3px; *//* width: 45px; *//* position: absolute; *//* right: 0; */}
	div.history > table > tbody > tr.pick > td.result {text-align:right;padding-left:0;padding-right:15px;}
	div.history > table > tbody > tr.pick > td.result > em {
		display: inline-block;
		padding: 11px;
		color: #eec225;
		font-weight: 800;
		font-style: normal;
		/* border-radius: 3px; */
		font-size: 11px;
	}


		div.bettings{}
	div.bettings > div.betting{/* border-top:1px solid #494c53; */padding: 0 0 0px 0;}
	div.bettings > div.betting > div.picks{
    margin-bottom: 15px;
    /* border-bottom: 1px solid #ddd; */
}
	div.bettings > div.betting > div.picks > div.competition{background-color: #37404f;padding:8px;margin-top: -1px;}
	div.bettings > div.betting > div.picks > div.competition > strong{color: #fff;}
	div.bettings > div.betting > div.picks > div.competition > strong > span.flag_16{vertical-align:middle;height: 16px;line-height:16px;overflow:hidden;display:inline-block;vertical-align:middle;}
	div.bettings > div.betting > div.picks > div.group{}
	div.bettings > div.betting > div.picks > div.group > section.match {
		position: relative;
		overflow: hidden;
		zoom: 1;
		/*
		background-color: #000;
		background-image: radial-gradient(ellipse 20em 8em at 50% 0,#333,rgba(0,0,0,0) 60%),radial-gradient(ellipse 20em 8em at 50% 100%,#325074,rgba(0,0,0,0) 60%);
		background-image: radial-gradient(ellipse 25em 8em at 50% 0,#666,rgba(0,0,0,0) 60%);
		*/
		text-align: center;
		color: #fff;
	}
	div.bettings > div.betting > div.picks > div.group > section.match > div{display:table;table-layout:fixed;width:100%;border-spacing:0;border-collapse:separate;}
	div.bettings > div.betting > div.picks > div.group > section.match > div > ul{display:table-row;margin:0;padding:0;list-style-type:none;}
	div.bettings > div.betting > div.picks > div.group > section.match > div > ul > li{display:table-cell;margin:0;padding:10px;vertical-align:top;}
	div.bettings > div.betting > div.picks > div.group > section.match > div > ul > li.vs{text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
	div.bettings > div.betting > div.picks > div.group > section.match > div > ul > li.vs > *{display:block;color: #343434;}
	div.bettings > div.betting > div.picks > div.group > section.match > div > ul > li.vs > span.datetime{margin-top:3px;font-size:11px;color: #343434;}
	div.bettings > div.betting > div.picks > div.group > section.match > div > ul > li.status{width:75px;text-align:right;/* color: #343434; */}
	div.bettings > div.betting > div.picks > div.group > section.match > div > ul > li.status > *{display:block;color:#fc0;}
	div.bettings > div.betting > div.picks > div.group > div.item{padding:0;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.opick{position:relative;overflow:hidden;zoom:1;background-color: #e3e3e3;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.opick > em{float:left;display:block;width: 25%;/* padding: 8px; */text-align:left;font-size: 12px;font-style:normal;color: #5f5f5f;background-color: #dcdcdc;/* height: 31px; */line-height: 31px;text-align: center;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.opick > strong{/* margin-left:50%; */display:block;/* padding:8px; */text-align:right;color: #ffffff;background-color: #c53232;text-align: center;float: left;width: 25%;font-size: 12px;height: 31px;line-height: 31px;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.opick > strong.win{color:#fd0;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.opick > strong.lose{color:#f77;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.opick > strong.return{}
	div.bettings > div.betting > div.picks > div.group > div.item > div.opick > strong.cancelled{}
	div.bettings > div.betting > div.picks > div.group > div.item > div.pick{display:table;width:100%;table-layout:fixed;/* border-spacing:1px; */border-collapse:separate;/* margin-top: 5px; *//* margin-bottom: 5px; */}
	div.bettings > div.betting > div.picks > div.group > div.item > div.pick > ul{display:table-row;margin:0;padding:0;list-style-type:none;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.pick > ul > li{display:table-cell;margin:0;padding:0;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.pick > ul > li > span{display:block;padding:10px 30px 10px 10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:relative;background-color: #484848;/* border:1px solid #105e4e; */color:#fff;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.pick > ul > li.return > span{background-color:#525661;color:#fff;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.pick > ul > li.pick > span{/* border:1px solid #f90; */background-color:#fd0;font-weight:800;color:#000;}
	/*
	div.bettings > div.betting > div.picks > div.group > div.item > div.pick.win > ul > li.pick > span{background-color:#2aaef8;color:#fff;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.pick.lose > ul > li.pick > span{background-color:#fff;color:#f00;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.pick.return > ul > li.pick > span{border:1px solid #c00;background-color:#f00;color:#fff;}
	div.bettings > div.betting > div.picks > div.group > div.item > div.pick.cancelled > ul > li.pick > span{background-color:#f00;color:#fff;}
	*/
	div.bettings > div.betting > div.picks > div.group > div.item > div.pick > ul > li > span > em{position:absolute;top:0;right:0;bottom:0;padding:10px;display:block;font-style:normal;}

	div.bettings > div.betting > div.group-header{position:relative;overflow:hidden;zoom:1;background-color: #f7f7f7;}
	div.bettings > div.betting > div.group-header > span{display:block;/* width:50%; */padding:10px 8px;font-style:normal;color: #383838;font-weight: bold;}
	div.bettings > div.betting > div.group-header > span:first-child{float:left;text-align:left;}
	div.bettings > div.betting > div.group-header > span:last-child{margin-left:50%;text-align:right;}
	div.bettings > div.betting > div.group-header > span:last-child > a{color:#fd0;font-weight:800;text-decoration:none;}

	div.bettings > div.betting > div.tblx{border-top:1px solid #555;padding:5px;background-color: #37404f;}
	div.bettings > div.betting > div.tblx > table{width:100%;border-spacing:5px;border-collapse:separate;}
	div.bettings > div.betting > div.tblx > table > tbody > tr > th{font-family:"Dotum";font-size:11px;letter-spacing:-1px;}
	div.bettings > div.betting > div.tblx > table > tbody > tr > th,
	div.bettings > div.betting > div.tblx > table > tbody > tr > td {
		padding: 0;
		text-align: left;
		color: #fff;
	}
	div.bettings > div.betting > table > tbody > tr > td.results{font-weight:800;background-color:#ddd;color:#000;}
	div.bettings > div.betting > table > tbody > tr > td.results.win{background-color:#090;color:#fff;}
	div.bettings > div.betting > table > tbody > tr > td.results.lose{background-color:#f00;color:#fff;}
	div.bettings > div.betting > table > tbody > tr > td.results.return{background-color:#333;color:#fff;}
	div.bettings > div.betting > table > tbody > tr > td.results.cancelled{background-color:#fff;color:#f00;}

	div.bettings > div.betting > div.results{display:table;width:100%;/* border-spacing:1px; */border-collapse:separate;}
	div.bettings > div.betting > div.results > ul{display:table-row;margin:0;padding:0;list-style-type:none;}
	div.bettings > div.betting > div.results > ul > li{display:table-cell;margin:0;padding:0;/* width: 100%; */}
	div.bettings > div.betting > div.results > ul > li > *{display:block;padding:10px;/* border:1px solid #f8b600; */background-color:#fd0;color: #000;/* width: 100%; */}
	div.bettings > div.betting > div.results > ul > li > span{font-weight:800;}
	div.bettings > div.betting > div.results.lose > ul > li > span{background-color:#f77;/* border:1px solid #d94446; */}
	div.bettings > div.betting > div.results > ul > li > a{visibility:hidden;text-decoration:none;text-align:center;}

	div.ctgx > table > tbody > tr > td > a{padding:10px 0;}

	div.ps_wrap {zoom:1;height:auto;margin-bottom:20px;/* padding-top:40px; */}
div.ps_wrap div.ps_header {height:43px;text-align:center;position:relative;background-color:#37404f;}
div.ps_wrap div.ps_header h1.title {font-weight:bold;font-size:14px;color:#fff;display:block;line-height:43px;letter-spacing:-0.5px;}
div.ps_wrap div.ps_header button.close {width:9px;height:9px;position:absolute;right:17px;top:17px;background:url('../img/ps_close_icon.png') no-repeat;border:0;outline:0;font-size:0;}
div.ps_wrap table.list_ps {margin:0;padding:0;border-spacing:0;border:0;border-collapse:collapse;}
div.ps_wrap table.list_ps tr:hover {background-color:#f7f7f7;cursor:pointer;}
div.ps_wrap table.list_ps thead {background-color:#f5f5f5;border-bottom:1px solid #e2e2e2;}
div.ps_wrap table.list_ps th {font-size:12px;color:#343434;height:35px;}
div.ps_wrap table.list_ps td {height:40px;font-size:12px;color:#343434;text-align:center;border-bottom:1px solid #f5f5f5;}
div.ps_wrap table.list_ps td.plus {font-size:11px;color:#2ab05f;}
div.ps_wrap table.list_ps td.minus {font-size:11px;color:#cc0f40;}
div.ps_wrap table.list_ps td a.a_style {font-size:11px;color:#343434;}
div.ps_wrap table.list_ps td a.a_style.del {background-color: #a71811;padding:7px;color: #fff;}
div.ps_wrap table.list_ps td a {font-size:12px;color:#343434;text-decoration:none;}
div.ps_wrap table.list_ps a.plus {font-size:11px;color:#2ab05f;}
div.ps_wrap table.list_ps a.minus {font-size:11px;color:#cc0f40;}
div.ps_wrap table.list_ps span.readno {padding: 4px 8px;font-size:12px;color:#fff;font-weight:bold;margin-right:5px;background-color:#343434;text-decoration: none;}
div.ps_wrap div.util_mail {position:relative;height:auto;overflow:hidden;}
div.ps_wrap div.util_mail ul {margin:0;padding:0;list-style:none;overflow:hidden;}
div.ps_wrap div.util_mail ul li {width:33.3%;float:left;height:37px;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;text-align:center;box-sizing:border-box;}
div.ps_wrap div.util_mail ul li.on {border-bottom:0;}
div.ps_wrap div.util_mail ul li:last-child {border-right:0;}
div.ps_wrap div.util_mail ul li a {width:100%;text-decoration:none;font-size:12px;font-weight:bold;color:#343434;display:inline-block;vertical-align:middle;line-height:37px;}
div.ps_wrap div.util_mail ul li a span.memo_get {padding-right:6px;text-decoration:none;margin-top:-3px;width:20px;height:20px;display:inline-block;vertical-align:middle;background:url('../img/memo_get_icon.png') no-repeat;}
div.ps_wrap div.util_mail ul li a span.memo_write {padding-right:6px;text-decoration:none;margin-top:-3px;width:20px;height:20px;display:inline-block;vertical-align:middle;background:url('../img/memo_write_icon.png') no-repeat;}
div.ps_wrap div.util_mail ul li a span.memo_send {padding-right:6px;text-decoration:none;margin-top:-3px;width:20px;height:20px;display:inline-block;vertical-align:middle;background:url('../img/memo_send_icon.png') no-repeat;}
div.ps_wrap div.view_head {margin-top:15px;margin-bottom:15px;overflow:hidden;position:relative;}
div.ps_wrap div.view_head div.left_con {float:left;margin-left:15px;}
div.ps_wrap div.view_head div.left_con span.box_style {border:1px solid #eaeaea;display:inline-block;}
div.ps_wrap div.view_head div.left_con a.memo_del {text-decoration:none;width: 60px;height: 31px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_del.png') 5px center #fff no-repeat;line-height: 31px;text-align: center;}
div.ps_wrap div.view_head div.right_con {float:right;margin-right:15px;}
div.ps_wrap div.view_head div.right_con a.memo_more {text-decoration:none;width: 60px;height: 31px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_more.png') 5px center #fff no-repeat;line-height: 31px;text-align: center;}
div.ps_wrap div.view_head div.right_con a.memo_next {margin-left:6px;text-decoration:none;width: 65px;height: 31px;font-size:12px;color:#fff;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;line-height: 31px;text-align: center;background-color:#37404f;}
div.ps_wrap div.view_head div.right_con a.memo_last {margin-left:6px;text-decoration:none;width: 65px;height: 31px;font-size:12px;color:#fff;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;line-height: 31px;text-align: center;background-color:#8f1d1d;}
div.ps_wrap div.view_head div.right_con span.box_style {border:1px solid #eaeaea;display:inline-block;/* box-sizing: border-box; *//* height: 29px; */}
div.ps_wrap div.view_head_con {height:37px;line-height:37px;background-color:#f0f0f0;}
div.ps_wrap div.view_head_con h1.title {padding-left:15px;font-size:12px;color:#343434;}
div.ps_wrap div.view_content {padding:20px 15px;position:relative;background-color: #f7f7f7;border-bottom: 1px solid #e4e4e4;}
div.ps_wrap div.view_content p {font-size:12px;color:#343434;line-height:1.8em;}

div.ps_wrap div.write_head {padding-left:15px;height:35px;line-height:35px;position:relative;padding-right:15px;}
div.ps_wrap div.write_head input.i_style {width:12px;height:12px;vertical-align:middle;display:inline-block;padding-right:3px;}
div.ps_wrap div.write_head label.i_txt {font-weight:bold;font-size:12px;color:#343434;display:inline-block;vertical-align:middle;padding-right:3px;cursor:pointer;}
div.ps_wrap div.write_head span.r_txt {font-weight:bold;font-size:12px;color:#343434;display:inline-block;vertical-align:middle;}
div.ps_wrap div.send_box {height:46px;line-height:46px;background-color:#f0f0f0;padding-left:15px;padding-right:15px;}
div.ps_wrap div.send_box input.i_box {outline:0;width:260px;height:32px;display:inline-block;box-sizing:border-box;line-height:32px;font-size:12px;color:#343434;padding-left:12px;border:1px solid #e5e5e5;margin-right:8px;}
div.ps_wrap div.send_box span.send_txt {color:#343434;font-size:12px;display:inline-block;vertical-align:middle;font-weight:bold;}
div.ps_wrap div.send_box div.sel_category {display:inline-block;padding-left:5px;}
div.ps_wrap div.send_con {margin-left:15px;margin-right:15px;margin-top: 15px;}
div.ps_wrap div.send_con textarea.con {border:1px solid #e9e9e9;background-color:#f9f9f9;padding: 8px;font-size:12px;color:#343434;box-sizing:border-box;outline:0;width: 100%;height: 230px;resize: vertical;}
div.ps_wrap div.send_cat {margin-left:15px;margin-top:10px;float:left;}
div.ps_wrap div.send_form {margin-right: 15px;margin-top: 15px;}
div.ps_wrap div.send_form button.sub {margin-right:6px;text-decoration:none;width: 75px;height: 31px;font-size:12px;color:#fff;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;line-height: 31px;text-align: center;background-color:#37404f;border:0;outline:0;}
div.ps_wrap div.view_bt {text-align:center;margin-top:20px;margin-bottom:20px;}
div.ps_wrap div.view_bt a.bt_re {margin-right:6px;text-decoration:none;width: 65px;height: 31px;font-size:12px;color:#fff;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;line-height: 31px;text-align: center;background-color:#37404f;}
div.ps_wrap div.view_bt a.bt_more {text-decoration:none;width: 65px;height: 31px;font-size:12px;color:#fff;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;line-height: 31px;text-align: center;background-color:#8f1d1d;}

.se_login_txt {color:#343434;vertical-align:middle;padding-left:10px;cursor:pointer;display:inline-block;}
.se_login_ico {width:46px;height:20px;cursor:pointer;vertical-align:middle;display:inline-block;background:url('../img/se_login_off.png?ver=33') no-repeat;margin-top: 15px;}
.se_login_ico.on {width:46px;height:20px;vertical-align:middle;display:inline-block;background:url('../img/se_login_on.png?ver=33333dfdfdfd') no-repeat;}

/* BOARD LIST */
div.board_list_header {/* margin-bottom:15px; */position:relative;overflow:hidden;padding-left: 10px;padding-bottom: 2px;/* border: 1px solid #e7e7e7; */background-color: #ff9c00;/* padding-top: 9px; */padding-bottom: 0px;padding-left: 14px;/* box-sizing: border-box; *//* padding-top: 3px; *//* padding-bottom: 6px; */border-bottom: 1px solid #e7e7e7;padding-top: 10px;padding-bottom: 10px;}
div.board_list_header span.header_ico {display:inline-block;vertical-align:middle;padding-right:4px;}
div.board_list_header h1.title {display:inline-block;vertical-align:middle;/* font-size: 19px; *//* font-weight:bold; *//* letter-spacing:-0.5px; *//* color:#343434; */padding-right:18px;margin: 0;margin-left: -11px;}
div.board_list_header span.t_left {padding-left:10px;display:inline-block;vertical-align:middle;font-size:12px;color:#343434;}
div.board_list_header ul.link_ul {float:left;list-style:none;overflow:hidden;margin-top: 3px;}
div.board_list_header ul.link_ul li {display:inline-block;}
div.board_list_header ul.link_ul li a.astyle {font-size:12px;color:#343434;display:inline-block;vertical-align:middle;}
div.board_list_header ul.link_ul li a.astyle.on {color:#ec0000;font-weight:bold;text-decoration:underline;}
div.board_list_header ul.link_ul li span.line {font-size: 14px;color:#e3e3e3;padding-left: 3px;display:inline-block;vertical-align:middle;padding-right: 5px;}
div.board_list_header div.right_menu {float:right;}
div.board_list_header div.right_menu ul.right_ul {overflow:hidden;}
div.board_list_header div.right_menu ul.right_ul li {float:left;}
div.board_list_header div.right_menu ul.right_ul li a.astyle {width:68px;height:29px;line-height:29px;display:block;text-align:center;text-decoration:none;cursor:pointer;font-size:12px;color:#fff;vertical-align:middle;background-color:#a71811;}
div.board_list_header div.right_menu ul.right_ul li a.write {width:68px;height:29px;line-height:29px;display:block;text-align:center;text-decoration:none;cursor:pointer;font-size:12px;color:#fff;vertical-align:middle;background-color:#343434;margin-left:8px;}
div.board_list_header div.right_menu ul.right_ul li span.adm {width:14px;height:14px;display:inline-block;padding-right:5px;background:url('../img/board_admin_home.png') no-repeat;vertical-align:middle;padding-top:1px;}
div.board_list_header div.right_menu ul.right_ul li span.write {width:14px;height:14px;display:inline-block;padding-right:5px;background:url('../img/board_write.png') no-repeat;vertical-align:middle;padding-top:1px;}
table#board_list {margin:0;padding:0;border-spacing:0;border:0;border-collapse:collapse;/* border:1px solid #eaeaea; */}
table#board_list thead {background-color: #f7f7f7;/* border-top:2px solid #343434; *//* border-bottom:1px solid #eaeaea; */border: 1px solid #e7e7e7;}
table#board_list th {font-weight:normal;font-size:12px;height: 41px;}
table#board_list tr.notice {background-color:#fffced;}
table#board_list tbody tr:hover td {background-color:#f9f9f9}
table#board_list td {padding-left:11px;background-color:#fff;font-size:12px;color:#343434;height: 40px;border-bottom:1px solid #eaeaea;text-align:center;}
table#board_list td span.hot {background-color: #a71811;font-size: 10px;color:#fff;display:inline-block;vertical-align:middle;font-weight: bold;letter-spacing: -0.5px;height: 19px;line-height: 19px;padding: 0 4px 0 4px;}
table#board_list td span.auto_play {background-color:#5d84a5;font-size: 11px;color:#fff;display:inline-block;vertical-align:middle;font-weight: bold;letter-spacing: -0.5px;height: 19px;line-height: 19px;padding: 0 4px 0 4px;}
table#board_list td span.num {font-size:11px;color:#343434;font-family:Tahoma;}
table#board_list td span.subject {vertical-align:middle;font-size:12px;}
table#board_list td span.comment {color:#ff5e5e;font-weight:bold;vertical-align:middle;letter-spacing: -0.5px;}
table#board_list td span.icon_file {display:inline-block;vertical-align:middle;}
table#board_list td span.icon_img {display:inline-block;vertical-align:middle;}
table#board_list td span.icon_new {display:inline-block;vertical-align:middle;padding-left:1px;}
table#board_list td span.red {display:inline-block;vertical-align:middle;color:#ec0000;font-weight:bold;}
table#board_list a.subject {overflow:hidden;max-width: 290px;text-overflow: ellipsis;white-space: nowrap;color:#343434;display:inline-block;vertical-align:middle;}
table#board_list a.category {background-color:#8996a0;letter-spacing:-1px;font-size:12px;color:#fff;display:inline-block;vertical-align:middle;height: 19px;line-height: 19px;padding: 0 4px 0 4px;}
table#board_list div.list_gallery_item {padding-top:6px;padding-bottom:6px;display:block;}

div#board_list_bottomleft {margin-top:15px;position:relative;overflow:hidden;float:left;}
div#board_list_bottomleft ul {margin:0;padding:0;list-style:none;}
div#board_list_bottomleft ul li {float:left;margin-right:5px;}
div#board_list_bottomleft ul li span.del_icon {width:14px;height:14px;vertical-align:middle;display:inline-block;background:url('../img/board_del.png') no-repeat;padding-right: 2px;}
div#board_list_bottomleft ul li span.move_icon {width:14px;height:14px;vertical-align:middle;display:inline-block;background:url('../img/board_move.png') no-repeat;}
div#board_list_bottomleft ul li span.copy_icon {width:14px;height:14px;vertical-align:middle;display:inline-block;background:url('../img/board_copy.png') no-repeat;}
div#board_list_bottomleft ul li input {width:79px;height:29px;border:1px solid #eaeaea;font-size:12px;color:#343434;font-weight:bold;display:inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;}
div#board_list_bottomleft ul li input.i_del {background:url('../img/board_del.png') 5px center #fff no-repeat;}
div#board_list_bottomleft ul li input.i_copy {background:url('../img/board_move.png') 5px center #fff no-repeat;}
div#board_list_bottomleft ul li input.i_move {background:url('../img/board_copy.png') 5px center #fff no-repeat;}
div.board_list_bottomright {/* float:right; *//* margin-top:15px; */position:relative;overflow:hidden;margin-bottom: 15px;}
div.board_list_bottomright ul.right_ul {overflow:hidden;}
div.board_list_bottomright ul.right_ul li {/* float:left; */}
div.board_list_bottomright ul.right_ul li a.astyle {width:68px;height:29px;line-height:29px;display:block;text-align:center;text-decoration:none;cursor:pointer;font-size:12px;color:#fff;vertical-align:middle;background-color:#a71811;}
div.board_list_bottomright ul.right_ul li a.write {width: 100%;height: 35px;line-height: 35px;display:block;text-align:center;text-decoration:none;cursor:pointer;font-size:12px;color:#fff;vertical-align:middle;background-color:#343434;}
div.board_list_bottomright ul.right_ul li span.adm {width:14px;height:14px;display:inline-block;padding-right:5px;background:url('../img/board_admin_home.png') no-repeat;vertical-align:middle;padding-top:1px;}
div.board_list_bottomright ul.right_ul li span.write {/* width:14px; *//* height:14px; *//* display:inline-block; *//* padding-right:5px; *//* background:url('../img/board_write.png') no-repeat; *//* vertical-align:middle; *//* padding-top:1px; */}

div.board_search_select_wrap {position:relative;float:left;margin-top:15px;margin-right:5px;}
div.board_search_select_wrap select {width:75px;border: 1px solid #eaeaea;font-size: 12px;color: #343434;height: 37px;-webkit-appearance: none;padding-left: 10px;outline: 0;-moz-appearance: none;appearance: none;}
div.board_search_wrap {float:left;width:255px;height:35px;border:1px solid #eaeaea;margin-top:15px;position:relative;background-color:#fff;}
div.board_search_wrap input.i_style {width:210px;height:35px;line-height:35px;border:0;font-size:12px;color:#343434;padding-left:10px;background-color:#fff;outline:0;}
div.board_search_wrap button.ok {width:16px;height:16px;position:absolute;right:15px;top:9px;background:url('../img/board_search.png') no-repeat;font-size:0;border:0;outline:0;}

div.board_category {position:relative;margin-top:10px;margin-bottom:10px;}
div.board_category ul {margin:0;padding:0;list-style:none;overflow:hidden;}
div.board_category ul li {border:1px solid #eaeaea;border-left:0;margin-bottom:5px;float:left;box-sizing: border-box;width: 81.5px;}
div.board_category ul li:nth-child(12n+1) {border-left:1px solid #eaeaea;}
div.board_category ul li a {height:35px;line-height:35px;font-size:12px;color:#343434;background-color:#fafafa;display:block;text-align:center;}
div.board_category ul li a.on {background-color:#fff;color:#ec0000;font-weight:bold;}

div.board_view_head {margin-bottom:15px;position:relative;overflow:hidden;padding-left: 10px;padding-bottom: 2px;border: 1px solid #e7e7e7;background-color: #fff;padding-top: 11px;padding-bottom: 11px;padding-left: 18px;}
div.board_view_head div.head_left {float:left;}
div.board_view_head div.head_left h1.title {font-size:16px;font-weight:bold;letter-spacing:-0.5px;color:#343434;margin-top:8px;}
div.board_view_head span.header_ico {display:inline-block;vertical-align:middle;padding-right:4px;}
div.board_view_head h1.title {display:inline-block;vertical-align:middle;font-size: 19px;font-weight:bold;letter-spacing:-0.5px;color:#343434;padding-right:18px;}
div.board_view_head div.head_right {float:right;}
div.board_view_head div.head_right ul {margin:0;padding:0;list-style:none;overflow:hidden;}
div.board_view_head div.head_right ul li {float:left;margin-left:8px;border:1px solid #eaeaea;}
div.board_view_head div.head_right ul li a {text-decoration:none;}
div.board_view_head div.head_right ul li a.del {width: 60px;height:29px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_del.png') 5px center #fff no-repeat;line-height: 29px;text-align: center;}
div.board_view_head div.head_right ul li a.copy {width: 60px;height:29px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_move.png') 5px center #fff no-repeat;line-height: 29px;text-align: center;}
div.board_view_head div.head_right ul li a.move {width: 60px;height:29px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_copy.png') 5px center #fff no-repeat;line-height: 29px;text-align: center;}
div.board_view_head div.head_right ul li a.formal {width: 60px;height:29px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_formal.png') 5px center #fff no-repeat;line-height: 29px;text-align: center;}
div.board_view_head div.head_right ul li a.more {width: 60px;height:29px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_more.png') 5px center #fff no-repeat;line-height: 29px;text-align: center;}
div.board_view_head div.head_right ul li a.astyle {width:68px;height:29px;line-height:29px;display:block;text-align:center;text-decoration:none;cursor:pointer;font-size:12px;color:#fff;vertical-align:middle;background-color:#a71811;}
div.board_view_head div.head_right ul li a.write {width:68px;height:29px;line-height:29px;display:block;text-align:center;text-decoration:none;cursor:pointer;font-size:12px;color:#fff;vertical-align:middle;background-color:#343434;}
div.board_view_head div.head_right ul li span.adm {width:14px;height:14px;display:inline-block;padding-right:5px;background:url('../img/board_admin_home.png') no-repeat;vertical-align:middle;padding-top:1px;}
div.board_view_head div.head_right ul li span.write {width:14px;height:14px;display:inline-block;padding-right:5px;background:url('../img/board_write.png') no-repeat;vertical-align:middle;padding-top:1px;}
div.board_view_headsub {min-height: 44px;/* margin-top:13px; margin-bottom:13px;*/overflow:hidden;background-color: #fff;/* border: 1px solid #e7e7e7; *//* padding-left: 18px; */}
div.board_view_headsub div.left_sub {/* float:left; */}
div.board_view_headsub div.left_sub h1.title {overflow:hidden;/* max-width: 301px; */text-overflow: ellipsis;/* white-space: nowrap; */font-size:16px;font-weight:bold;color:#343434;padding-top:13px;display:inline-block;vertical-align:middle;margin-left: 11px;}
div.board_view_headsub div.left_sub span.category {padding:6px;margin-top:13px;background-color:#8996a0;letter-spacing:-1px;font-size:12px;color:#fff;display:inline-block;vertical-align:middle;margin-right:2px;}
div.board_view_headsub div.right_sub {float:right;}
div.board_view_headsub div.right_sub div.good_box {width:60px;height:49px;background-color:#f2f2f2;text-align:center;}
div.board_view_headsub div.right_sub div.good_box span.god_txt {font-size: 13px;font-weight:bold;display:block;line-height: 22px;padding-top: 6px;color: #343434;}
div.board_view_headsub div.right_sub div.good_box span.num {font-size:12px;font-weight:bold;display:block;color: #343434;}
div.board_view_info {background-color: #fff; height: 40px;padding-left: 18px;padding-right: 10px;border-top: 2px solid #37404f;/* border-left: 1px solid #f2f2f2; *//* border-right: 1px solid #f2f2f2; */}
div.board_view_info div.info_left {float:left;padding-top: 11px;}
div.board_view_info div.info_left span.nick {font-size:12px;color:#343434;display:inline-block;vertical-align:middle;margin-left: -13px;}
div.board_view_info div.info_left span.nick a {color:#343434;display:inline-block;}
div.board_view_info div.info_right {float: right;padding-top: 13px;}
div.board_view_info div.info_right span.date {width:11px;height:11px;display:inline-block;padding-right:1px;background:url('../img/board_view_date.png') no-repeat;vertical-align: middle;}
div.board_view_info div.info_right span.hit {width:11px;height:11px;display:inline-block;padding-right:1px;background:url('../img/board_view_hit.png') no-repeat;vertical-align: middle;}
div.board_view_info div.info_right span.txt {font-size:12px;color:#343434;display:inline-block;padding-right:10px;vertical-align: middle;font-weight: bold;}
div.board_file_info {background-color: #fafafa;}
div.board_file_info ul {margin:0;padding:0;list-style:none;overflow:hidden;}
div.board_file_info ul li {display:block;padding-left: 16px;border-top:1px solid #eaeaea;height: 29px;line-height: 29px;}
div.board_file_info ul li span.file_icon {width:13px;height:13px;vertical-align:middle;display:inline-block;background:url('../img/board_file_icon.png?ver=3') no-repeat;}
div.board_file_info ul li a.view_file_download {padding-left: 1px;font-size: 12px;color:#343434;display:inline-block;vertical-align:middle;text-decoration:none;}
div.board_file_info ul li span.file_count {font-size:12px;color:#343434;padding-left:3px;padding-right:3px;vertical-align:middle;}
div.board_file_info ul li span.file_date {font-size:12px;color:#343434;padding-right:3px;vertical-align:middle;}
div#board_view_content {padding: 0px 18px 18px;display:block;/* border: 1px solid #f2f2f2; */word-break:break-all;overflow:hidden;background-color: #fff;border-bottom: 1px solid #f2f2f2;border-top: 1px solid #f2f2f2;}
div#board_view_content div.view_continer {display:block;}
div#board_view_content img {max-width:100%;height:auto}
div#board_view_content a {text-decoration:none;}
#bo_v_img {margin:18px 0 0px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}
div.board_view_sg {text-align:center;margin-top:35px;margin-bottom:35px;position:relative;}
div.board_view_sg ul {margin:0;padding:0;list-style:none;overflow:hidden;}
div.board_view_sg ul li {margin-left:6px;border:1px solid #eaeaea;display:inline-block;}
div.board_view_sg a.scrap {width:67px;height: 38px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_scrap.png') 11px center #f7f7f7 no-repeat;line-height: 38px;}
div.board_view_sg a.singo {width:67px;height: 38px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_singo.png') 11px center #f7f7f7 no-repeat;line-height: 38px;}
div.board_view_sg button.scrap {width:67px;height: 38px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_scrap.png') 11px center #f7f7f7 no-repeat;line-height: 38px;border:0;outline:0;}
div.board_view_sg a.good {width:67px;height:38px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_good.png') 11px center #f7f7f7 no-repeat;line-height: 38px;text-align:center;}
div#bo_v_act_good {display:none;width:100%;background-color:#fffced;;border:1px solid #fff7d2;font-size:12px;color:#343434;font-weight:bold;height:38px;line-height:38px;margin-top:15px;}
div#bo_v_act_scrap {display:none;width:100%;background-color:#fffced;;border:1px solid #fff7d2;font-size:12px;color:#343434;font-weight:bold;height:38px;line-height:38px;margin-top:15px;}
div.board_view_comment_head {height:38px;line-height:38px;border-bottom:1px solid #eaeaea;background-color:#f7f7f7;margin-top:15px;padding-left:19px;}
div.board_view_comment_head span.comment_icon {width:16px;height:16px;display:inline-block;vertical-align:middle;background:url('../img/board_comment.png') no-repeat;padding-right:3px;}
div.board_view_comment_head span.comment_num {font-size:12px;font-weight:bold;display:inline-block;vertical-align:middle;}
div#board_view_comment_wrap {position:relative;}
div.board_view_comment_inner {background-color:#fff;border-bottom:1px solid #f5f5f5;min-height:60px;padding:19px 19px 0 19px;position:relative;}
div.board_view_comment_inner div.n_le {float:left;}
div.board_view_comment_inner div.n_le span.nick {font-size:12px;color:#343434;font-weight:bold;display:inline-block;margin-left: -10px;}
div.board_view_comment_inner div.n_le span.nick a {font-weight:bold;color:#343434;}
div.board_view_comment_inner div.n_re {float:right;}
div.board_view_comment_inner div.n_re ul {margin:0;padding:0;list-style:none;overflow:hidden;}
div.board_view_comment_inner div.n_re ul li {float:left;padding-left: 2px;}
div.board_view_comment_inner div.n_re ul li span.date {width:11px;height:11px;display:inline-block;padding-right:4px;background:url('../img/board_view_date.png') no-repeat;vertical-align: middle;}
div.board_view_comment_inner div.n_re ul li span.date_txt {font-size:12px;color:#565656;font-weight:bold;display:inline-block;padding-right: 13px;vertical-align:middle;}
div.board_view_comment_inner div.n_re ul li span.line {font-size: 14px;color:#e3e3e3;padding-left: 3px;display:inline-block;vertical-align:middle;padding-right: 3px;}
div.board_view_comment_inner div.n_re ul li a.txt {font-size:12px;color:#565656;display:inline-block;vertical-align:middle;}
div.board_view_comment_inner div.comment_content {padding-top:8px;padding-bottom:15px;clear:both;}
div.board_view_comment_inner div.comment_content p {font-size:12px;color:#343434;}
div.board_view_comment_inner div.comment_content span.secret {padding:4px;background-color:#00af4d;letter-spacing:-1px;font-size:12px;color:#fff;display:inline-block;vertical-align:middle;margin-right:2px;}
div.board_view_comment_inner span.comment_re {width:14px;height:13px;position:absolute;top:35px;display:block;background:url('../img/board_comment_re.png') no-repeat;left: -30px;}

div.board_view_comment_nowrap {margin-bottom:15px;text-align:center;min-height:55px;line-height:55px;border-bottom:1px solid #eaeaea;}
div.board_view_comment_nowrap p {font-size:12px;color:#343434;font-weight:bold;}
div.board_view_comment_nomember {margin-bottom:15px;background-color:#fffced;min-height:34px;line-height:34px;padding-top:7px;padding-bottom:7px;text-align:center;}
div.board_view_comment_nomember p {font-size:12px;color:#343434;font-weight:bold;}
div#board_view_comment_write {position:relative;}
div.com_write_inner {min-height:84px;background-color: #f9f9f9;padding: 11px;overflow:hidden;margin-top: 15px;margin-bottom:15px;border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e6e6e6;}
div.com_write_inner textarea.i_style {width: 90%;height:64px;box-sizing:border-box;border:1px solid #eaeaea;float:left;font-size: 12px;color: #343434;padding: 10px;outline: 0;resize: vertical;}
div.com_write_inner button.ok_sub {width: 10%;height:64px;text-align:center;background-color:#343434;font-size:14px;color:#fff;font-weight:bold;float:left;outline:0;border:0;line-height:64px;}
div.com_write_inner div.in_secret {display:block;margin-bottom: 9px;}
div.com_write_inner div.in_secret input.i_chk {display:inline-block;vertical-align:middle;width:12px;height:12px;}
div.com_write_inner div.in_secret label.i_txt {font-size:12px;padding-left:1px;color:#343434;font-weight:bold;display:inline-block;vertical-align:middle;cursor:pointer;padding-right:4px;}
div.com_write_inner div.in_secret span.anno {display:inline-block;vertical-align:middle;font-size:12px;color:#fff;background-color:#00af4d;font-weight:bold;padding:5px;}
div.board_view_crbottom {/* float:right; */margin-top:15px;margin-bottom:15px;text-align: center;}
div.board_view_crbottom ul {margin:0;padding:0;list-style:none;overflow:hidden;}
div.board_view_crbottom ul li {/* float:left; *//* margin-left:8px; *//* border:1px solid #eaeaea; *//* border-top: 1px solid #eaeaea; *//* border-bottom: 1px solid #eaeaea; */}
div.board_view_crbottom ul li a {text-decoration:none;}
div.board_view_crbottom ul li a.del {width: 60px;height:29px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_del.png') 5px center #fff no-repeat;line-height: 29px;text-align: center;}
div.board_view_crbottom ul li a.copy {width: 60px;height:29px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_move.png') 5px center #fff no-repeat;line-height: 29px;text-align: center;}
div.board_view_crbottom ul li a.move {width: 60px;height:29px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_copy.png') 5px center #fff no-repeat;line-height: 29px;text-align: center;}
div.board_view_crbottom ul li a.formal {width: 60px;height:29px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;padding-left: 15px;background: url('../img/board_formal.png') 5px center #fff no-repeat;line-height: 29px;text-align: center;}
div.board_view_crbottom ul li a.more {/* width: 60px; */height:29px;font-size:12px;color:#343434;font-weight:bold;display: inline-block;vertical-align:middle;outline:0;cursor:pointer;/* padding-left: 24px; *//* background: url('../img/board_more.png') 5px center #fff no-repeat; */line-height: 29px;text-align: center;background-color: #37404f;color: #fff;/* padding: 0 13px; */width: 90px;}
div.board_view_crbottom ul li a.astyle {width:68px;height:29px;line-height:29px;display:block;text-align:center;text-decoration:none;cursor:pointer;font-size:12px;color:#fff;vertical-align:middle;background-color:#a71811;}
div.board_view_crbottom ul li a.write {width:68px;height:29px;line-height:29px;display:block;text-align:center;text-decoration:none;cursor:pointer;font-size:12px;color:#fff;vertical-align:middle;background-color:#343434;}
div.board_view_crbottom ul li span.adm {width:14px;height:14px;display:inline-block;padding-right:5px;background:url('../img/board_admin_home.png') no-repeat;vertical-align:middle;padding-top:1px;}
div.board_view_crbottom ul li span.write {width:14px;height:14px;display:inline-block;padding-right:5px;background:url('../img/board_write.png') no-repeat;vertical-align:middle;padding-top:1px;}

div.board_write_header {margin-bottom:15px;position:relative;overflow:hidden;padding-left: 10px;padding-bottom: 2px;border: 1px solid #e7e7e7;background-color: #fff;padding-top: 11px;padding-bottom: 11px;padding-left: 18px;}
div.board_write_header span.wr_icon {width:23px;height:23px;display:inline-block;vertical-align:middle;padding-right:4px;background:url('../img/board_title_icon.png?ver=3') no-repeat;}
div.board_write_header h1.title {display:inline-block;vertical-align:middle;font-size: 19px;font-weight:bold;letter-spacing:-0.5px;color:#343434;padding-right:18px;}
div.board_write_content {position:relative;}
div.board_write_content ul.wr_ul {margin:0;padding:0;list-style:none;overflow:hidden;padding: 8px;}
div.board_write_content ul.wr_ul li {width:100%;height:40px;display:block;border:1px solid #eaeaea;box-sizing:border-box;/* background-color:#fff; */margin-bottom:8px;/* border-top: 1px solid #eaeaea; *//* border-bottom: 1px solid #eaeaea; */}
div.board_write_content ul.wr_ul li.none_st {border:0;height:auto;}
div.board_write_content ul.wr_ul li input.i_style {width:100%;outline:0;box-sizing:border-box;border:0;/* background-color:transparent; */font-size:12px;color:#343434;padding-left: 15px;height:40px;line-height:40px;}
div.board_write_content ul.wr_ul li input.mp_box {width: 460px;outline:0;box-sizing:border-box;border:0;background-color:transparent;font-size:12px;color:#343434;padding-left: 8px;height:22px;line-height:22px;border: 1px solid #a71811;}
div.board_write_content ul.wr_ul li span.txt {font-size:12px;font-weight:bold;padding-right:13px;display:inline-block;vertical-align:middle;padding-left: 15px;line-height:40px;color:#343434;}
div.board_write_content ul.wr_ul li input.chk {width:12px;height:12px;vertical-align:middle;display:inline-block;}
div.board_write_content ul.wr_ul li label.name {padding-right:5px;font-size:12px;font-weight:bold;display:inline-block;vertical-align:middle;padding-left:3px;line-height:40px;color:#343434;cursor:pointer;}
div.board_write_content ul.wr_ul li select.se_de {border: 1px solid #eaeaea;font-size: 12px;color: #343434;height: 27px;-webkit-appearance: none;padding-left: 10px;outline: 0;-moz-appearance: none;appearance: none;display:inline-block;vertical-align:middle;width: 82px}
div.board_write_content ul.wr_ul li input.file_cs {border:0;font-size:12px;color:#343434;vertical-align:middle;display:inline-block;margin-top:4px;}
div.board_write_content ul.wr_ul li textarea {/* border-top:1px solid #eaeaea; *//* border-bottom:1px solid #eaeaea; *//* border-left:0; *//* border-right:0; */padding:10px;border: 1px solid #eaeaea;}
div.board_write_okpage {text-align:center;/* margin-top: 3px; */margin-bottom: 12px;}
div.board_write_okpage .ok_sub {width:75px;height:37px;/* margin-top:-1px; */line-height:37px;text-align:center;background-color: #37404f;font-size:12px;color:#fff;outline:0;border:0;display:inline-block;margin-right:5px;cursor:pointer;vertical-align: top;}
div.board_write_okpage a.back {width:75px;height:37px;line-height:37px;text-align:center;background-color:#a71811;font-size:12px;color:#fff;outline:0;border:0;display:inline-block;/* vertical-align: top; */}

#wr_pageloader {display:none;}
#wr_pageloader img {display:inline-block;vertical-align:middle;margin-right:5px;}


div.index_banner {height:205px;position:relative;overflow:hidden;}

div.today_game {position:relative;background-color: #fff;padding: 0px;}
div.today_game h1.title {font-size: 18px;color:#343434;font-weight:bold;border-bottom: 1px solid #e4e4e4;padding-top: 13px;padding-bottom: 10px;padding-left: 8px;}
h1.today_game_new {font-size: 18px;color:#343434;font-weight:bold;border-bottom: 1px solid #e4e4e4;padding-top: 12px;padding-bottom: 7px;padding-left: 0px;}
div.today_game table#today_game_list {margin:0;padding:0;border-spacing:0;border:0;border-collapse:collapse;}
div.today_game table#today_game_list td {font-size:11px;color:#343434;color:#343434;border-bottom: 1px solid #efefef;/* text-align: center; */height: 43px;/* background-color: #f9f9f9; *//* width: 100%; *//* white-space: nowrap; *//* overflow: hidden; *//* text-overflow: ellipsis; */max-width: 55px;/* width: 15px; */white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 5px;}
div.today_game table#today_game_list tr:hover td {background-color: #f9f9f9;}

div.index_gameplay {position:relative;margin-bottom: 10px;}
div.index_gameplay li {cursor:pointer;/* margin-right:15px; */float:left;/* padding-top: 10px; */width: 33.33%;height: 180px;}
div.index_gameplay li img {max-width:100%;height:auto}
div.index_gameplay li:last-child {margin-right:0;}


	.agx{/* background-color: #ffffff; */padding: 0px 0 14px 0;/* border: 1px solid #e7e7e7; *//* border-bottom: 0; *//* margin-bottom: 5px; */}
	.agx > nav{display:table;margin:0 auto;padding:0;border-spacing:0;border-collapse:separate;/* border: 1px solid #eeeeee; */background-color: #fcfcfc;/* border-radius:3px; *//* width: 100%; */border-bottom: 1px solid #eee;border-top: 1px solid #eee;}
	.agx > nav > ul{display:table-row;margin:0;padding:0;list-style-type:none;}
	.agx > nav > ul > li{display:table-cell;margin:0;padding:0;border-left: 1px solid #eeeeee;width: 1%;/* float: left; */}
	.agx > nav > ul > li:first-child{border-left:0 none;}
	.agx > nav > ul > li.current{background-color: #f3f3f3;}
	.agx > nav > ul > li > a{display:block;padding: 6px 11px;color: #37404f;text-decoration:none;/* width: 25%; */text-align: center;/* width: 100%; *//* font-size: 13px; */}
	.agx > nav > ul > li.current > a{color: #000;font-weight:800;}

	.results{
    /* border: 1px solid #e7e7e7; */
    background-color: #fff;
}
	.results > table{width:100%;table-layout:fixed;border-spacing:0;border-collapse:separate;/* background-color:#0f0f0f; */}
	.results > table > tbody > tr.competition > td{/* padding:15px 0 0 0; */background-color: #37404f;}
	.results > table > tbody > tr.competition:first-child > td{padding:0;}
	.results > table > tbody > tr.competition > td > strong{display:block;background-color: #37404f;/* font-family:"Tahoma"; */color:#fc0;/* font-weight:400; */padding: 0 14px;line-height: 33px;/* border-top:1px solid #408f7f; *//* border-bottom:1px solid #1f7f6c; */height: 35px;padding-bottom: 4px;/* background-color: #fff; */}
	.results > table > tbody > tr.match > td{padding: 0 0px;}
	.results > table > tbody > tr.match > td.etc {padding-right:11px;}
	.results > table > tbody > tr.match.odd > td{background-color: #ffffff;/* padding: 8px 10px 8px; */border-bottom: 1px solid #e7e7e7;/* padding-left: 10px; */height: 32px;/* position: relative; *//* padding-left: 10px; */border-right: 1px solid #e7e7e7;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 11px;}
	.results > table > tbody > tr.match.odd > td:last-child {border-right:0}
	.results > table > tbody > tr.match.odd > td strong {/* padding-left:10px; */white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 11px;}
	.results > table > tbody > tr.match.even > td{background-color: #fff;height: 32px;border-bottom: 1px solid #e7e7e7;border-right: 1px solid #e7e7e7;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 11px;}
	.results > table > tbody > tr.match.even > td strong {
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* font-size: 11px; */
    }
	.results > table > tbody > tr.match.even > td:last-child {border-right:0}
	.results > table > tbody > tr.match > td.datetime{/* text-align:center; */font-family:"Tahoma";font-size:11px;/* vertical-align: middle; *//* padding-top: 9px; *//* width: 170px; *//* border: 1px solid #ddd; */border-right: 1px solid #e7e7e7;border-bottom: 1px solid #e7e7e7;padding-left: 10px;background-color: #fff;}
	.results > table > tbody > tr.match > td.status{text-align:center;/* font-family:"Tahoma","Dotum"; *//* font-size:11px; */border-bottom: 1px solid #e7e7e7;border-right: 1px solid #e7e7e7;font-size: 11px;}
	.results > table > tbody > tr.match > td strong.winner{color: #c53232;}
	.results > table > tbody > tr.match > td > a{display:block;line-height:28px;text-align:center;font-family:"Tahoma";color:#fff;text-decoration:none;background-color:#c53232;/* border:1px solid #1f7f6c; */height: 31px;line-height: 31px;}
	.results > table > tbody > tr.match > td > a:hover{background-color:#a22828;}
	
	.results > table > tbody > tr.match > td.etc > a{color:#fff;/* position: absolute; *//* top: -30px; */height: 26px;padding: 0 3px;/* right: 8px; */font-size: 12px;/* width: 31px; */text-align: center;line-height: 26px;}


			div.results > table > tbody > tr.etc > td {background-color:#f2f2f2}
			div.results > table > tbody > tr.etc > td > div.bets{padding:5px;background-color: #f2f2f2;}
			div.results > table > tbody > tr.etc > td > div.bets > div.group{display:none;}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet{margin-bottom:5px;}

		
			div.results  > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_name{background-color: #fcd02f;padding:10px;/* border-top-left-radius:4px; *//* border-top-right-radius:4px; */color: #000;}
			
			div.results  > table > tbody > tr.etc > td > div.bets > div.bet.yellow > div.bet_name {background-color:#37404f}
			div.results  > table > tbody > tr.etc > td > div.bets > div.bet.yellow > div.bet_name > strong {color:#fff !important;}
			
			div.results  > table > tbody > tr.etc > td > div.bets > div.bet.blue > div.bet_name {background-color:#297fb8}
			div.results  > table > tbody > tr.etc > td > div.bets > div.bet.blue > div.bet_name > strong {color:#fff !important;}
			div.results  > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_name > strong{color: #000;}
			
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_name{background-color: #fcd02f;padding:10px;/* border-top-left-radius:4px; *//* border-top-right-radius:4px; */}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_name > strong{color:#333;}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts{}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols{display:table;width:100%;table-layout:fixed;border-spacing:0;border-collapse:separate;}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul{display:table-row;margin:0;padding:0;list-style-type:none;}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li{display:table-cell;margin:0;padding:0;/* border-right:1px solid #e5e5e5; */border-bottom:1px solid #e5e5e5;background-color: #fff;width: 0 !important;padding-right: 0 !important;}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li.winner {background-color: #fc0;}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li.pts,
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li.vs{background-color: rgba(255, 255, 255, 0.25);}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li:first-child{/* border-left:1px solid #e5e5e5; */width: 0 !important;}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li > *{/* display:block; */padding: 6px;text-align:center;color:#333;text-decoration:none;}
			.vsi div {padding-top: 11px;}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li > * > strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li > * > em{font-style:normal;margin-top:3px;display:block;}
			div.results > table > tbody > tr.etc > td > div.bets > div.bet > div.bet_opts > div.optcols > ul > li > a.selected{background-color:rgba(255,204,0,.3);}

			.bet_le {text-align:left !important;padding-left:7px !important;}
			.bet_ri {float:right !important;padding-right:10px !important;text-align:right !important;}




.bet_content {/* border:1px solid #eee; */border-top:0;background-color: #fff;border-bottom: 0;}
.bet_content table {margin:0;padding:0;border-spacing:0;border:0;border-collapse:collapse;}
.bet_content table th {height: 36px;font-size: 12px;color:#343434;font-weight:bold;background-color:#d8d8d8;border-bottom:1px solid #eeeeee;/* border-top: 1px solid #eee; */}
.bet_content table th.width_none {width:0;}
.bet_content table td {height: 48px;/* padding-left:15px; */font-size:12px;color:#343434;border-bottom: 1px solid #eeeeee;position: relative;text-align: center;padding: 0;}
.bet_content table td em {line-height: 32px;}
.bet_content table tr.pick td span {width: 50px;}
.bet_content table td.red {color:#9b2626;}
.bet_content table td.t_01 {background-color:#f8f8f8;}
.bet_content table td b {/* padding-top:4px */}

	div.history > table > tbody > tr.pick > td > div.opts > ul > li.pick > span{/* background-color: #ffef64; *//* border: 1px solid #efd815; */color: #000;}
	div.history > table > tbody > tr.summary > td{text-align:center;/* padding-right:15px; *//* padding-top: 15px; *//* padding-bottom: 15px; *//* background-color: #37404f; */}
	div.history > table > tbody > tr.summary > td > div{background-color: #37404f;table-layout:auto;}
	div.history > table > tbody > tr.summary > td > div > ul > li{/* display:inline-block; */height:33px;/* line-height:33px; *//* float: left; */display: inline-block;vertical-align: middle;padding: 0 3px;}
	div.history > table > tbody > tr.summary > td > div > ul > li > span{display:inline-block;font-weight:800;/* color: #f5e51e; *//* margin:auto 10px; */}
	div.history > table > tbody > tr.summary > td > div > ul > li > strong{display:inline-block;font-weight:400;color:#fff;/* background-color: #ddd; */}
	div.history > table > tbody > tr.summary > td > div > ul > li:last-child{/* text-align:right; *//* background-color: #c53232; *//* float: right; *//* padding: 3px; *//* position: absolute; *//* right: 0; */}
	div.history > table > tbody > tr.pick > td.result {text-align:right;padding-left:0;/* padding-right:15px; */text-align: center;}
	div.history > table > tbody > tr.pick > td.result > em {
		display: inline-block;

		color: #ffffff;
		
		font-style: normal;
		/* border-radius: 3px; */
		font-size: 12px;
		background-color: #37404f;
	}


.memo_layer {z-index:99999;position:relative;height:100%;display:none;}
.memo_layer .memo_layer_inner {height:100%;background-color:#fff;position:relative;}
.memo_layer .memo_layer_head_title {width:100%;background-color: #37404f;position:absolute;top: 0px;height: 40px;}
.memo_layer .memo_layer_head_title h1.title {font-size:14px;color: #fff;padding-left: 13px;line-height: 40px;}
.memo_layer span.close_wrap {position:absolute;top: 10px;right:11px;}
.memo_layer span.close_wrap i {font-size: 21px;color: #fff;}

.minigame_tab {/* height: 54px; *//* line-height: 60px; */margin-bottom: 0px;/* box-sizing:border-box; *//* margin-bottom: 15px; *//* padding-bottom: 15px; */}
.minigame_tab li {width: 25%;float:left;/* padding-right:40px; */text-align:center;border-right: 1px solid #222831;box-sizing:border-box;background-color: #37404f;}
.minigame_tab li:last-child {border-right:0;/* width: 153px; */}
.minigame_tab li a {display:block;/* line-height: 17px; */}
.minigame_tab li.on {background-color: #313844;}
.minigame_tab li img {vertical-align:middle}

.minigame_tab li span.ico {display: block;padding-bottom:4px;padding-top: 11px;}
.minigame_tab li span.txt {font-size:0;display: block;padding-top: 5px;padding-bottom: 6px;}

.minigame_tab_con {height:37px;line-height:37px;/* margin-bottom:20px; *//* box-sizing:border-box; *//* margin-bottom: 15px; *//* padding-bottom: 15px; */}
.minigame_tab_con li {width: 25%;float:left;/* padding-right:40px; */text-align:center;border-right: 1px solid #222831;box-sizing:border-box;background-color: #015777;/* border-bottom: 1px solid #ddd; */border-top: 1px solid #222831;}
.minigame_tab_con li:last-child {/* border-right:0; *//* width: 225px; */}
.minigame_tab_con li a {display:block;}
.minigame_tab_con li.on {background-color: #ff9c00;}
.minigame_tab_con li.the {width:33.33%;float:left;/* padding-right:40px; */text-align:center;border-right: 1px solid #222831;box-sizing:border-box;background-color: #37404f;/* border-bottom: 1px solid #ddd; */border-top: 1px solid #222831;}
.minigame_tab_con li.the.on {background-color:#313844}
.minigame_tab_con li.two {width:50%;float:left;/* padding-right:40px; */text-align:center;border-right: 1px solid #222831;box-sizing:border-box;background-color: #37404f;/* border-bottom: 1px solid #ddd; */border-top: 1px solid #222831;}
.minigame_tab_con li.two.on {background-color:#313844}


/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#e4eaec;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}