﻿@charset "utf-8";
#back_login{
	text-align: center;
    background-image: url(../img/bg_login2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 600px;
}
#back_join
{
    text-align: center;
    background-image: url(../img/join_back.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
#back_main{
	text-align: center;
	margin:0 auto;
	background-image: url(/img/bg_back.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center top;
}
#back_main2{
	text-align: center;
	margin:0 auto;
	background-image: url(../img/main_back01.png);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center top;
}
#page{
	width:1000px;
	margin:0 auto;
    padding: 0 20px;
	text-align: left;
	min-height:1000px;
    BACKGROUND-COLOR: rgba(0,0,0,0.5);
}
#page_login{
	text-align: center;
	}

#login_logo{
	padding-top: 450px;
}
#login_box{
    width:500px;
    margin:auto;
	vertical-align: baseline;

}

#join_box{
	height: 750px;
	text-align: left;
	width: 700px;
	BORDER: 1px solid #666666;
	BACKGROUND-COLOR: rgba(0,51,102,0.1);
	border-radius: 5px;
	/*font-weight: bold;
	text-shadow: 1px 2px 2px rgba(0,0,0,1);*/
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main_sl{
	height: 450px;
	width: 980px;
	}

/* Top관련 */

#logo{
	height: 100px;
    width: 1000px;
	text-align: left;
    position: relative;
	}
#logo01{
	height: 100px;
	position: absolute;
	top: 25px;
	margin-left: 0px;
	width: 150px;
	z-index: 10;
    display: inline;
	}
#logo02{
    position: absolute;
    top: 0px;
	width: 200px;
	height: 100px;
	margin-left: 140px;
    display: inline;
	}
#smenu{
	position: absolute;
    top: 0px;
    width: 600px;
	height: 100px;
	right: 0px;
	text-align: right;
    display: inline;
	}
#smenu1_bk{height: 60px;
	padding-top:20px}
#smenu2_bk{height: 20px;}



/* 메뉴관련 */

#main_menu{
	height: 25px;
	BORDER: 1px solid #444;
	BACKGROUND-COLOR: rgba(0,51,102,0.3);
	border-radius: 8px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 180px;
    text-align: right;
}

.menu1{
	FONT-FAMILY: dotum;
	font-size: 16px;
	color: #ddd;
	/*text-shadow: 2px 1px 2px rgba(0,0,0,0.5);*/
    text-shadow: 1px 1px 10px rgba(255,255,255,0.5);
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
	}
.menu1:hover{
	color: #F00;
	}
.menu2{font-size: 12px;
	margin-right: 4px;
	margin-left: 4px;
}
/* 테이블 관련 */
table
{
    width:"100%";    
}
.Dback
{
    padding: 10px;
    background-image: url(../img/box01.png);
    border-radius: 5px;
}
.Cback{
    BORDER: 2px solid rgba(255,255,255,0.1);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px; 
}
table.back{
	background-image: url(../img/box01.png);
	}
th {
    height: 30px;
    background-color: #000000;
}
th.hot {
    text-align: center;
	color:#F90;
	background-color: #001749;
}
td.hot {
    font-size: 14px;
    /*height: 30px;*/
    /*background-image: -webkit-linear-gradient(top, rgb(47, 47, 78), rgb(12,12,12));
	background-image: -ms-linear-gradient(top, rgb(47, 47, 78), rgb(12,12,12));*/
    background-color: #161616;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2e2e2e;
    border-left-color: #2e2e2e;
    /*border-left-color: rgba(102,102,102,0.5);*/
    border-bottom-color: #000000;
    border-right-color: #000000;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
	COLOR: #FFFFFF;
}
td.hot:hover {
    background: #0f1e25 !important;
    box-shadow: inset 0 0 2px #02E2F9, inset 0 0 15px #000 !important;
	COLOR: #FFFFFF;
}
td.hot1 {
    background: #69000d !important;
    box-shadow: inset 0 0 2px #02E2F9, inset 0 0 15px #000 !important; 
	border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2e2e2e;
    border-left-color: #2e2e2e;
    border-bottom-color: #000000;
    border-right-color: #000000;
    padding: 5px;
    font-weight: bold;
	COLOR: #FFFFFF;
}
td.hot2 {
    font-size: 14px;
    background-color: #222;
    padding: 5px;
	COLOR: #FFFFFF;
}
td.hot3 {
    font-size: 14px;
    background: #00273A !important;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #00273A;
    border-left-color: #00273A;
    border-bottom-color: #00273A;
    border-right-color: #00273A;
    padding: 5px;
    font-weight: bold;
    cursor: default;
    font-size: 14px;
	COLOR: #FFFFFF;
    box-shadow: inset 0 0 0 1px #111, inset 0 0 2px #02E2F9, inset 0 4px 10px #1BBFFE !important;
}
td.hoth{
    height: 30px;
    background-color: #000000;
	padding: 5px;  
}
td.hot4{
    height: 30px;
	padding: 5px;  
}
.input {
    COLOR: #FFFFFF;
    FONT-SIZE: 15PX;
    BORDER: 1PX SOLID;
    BORDER-COLOR: #708189;
    BACKGROUND-COLOR: black;
    padding: 2px;
}
.input1{
	COLOR: #FFFFFF;
	FONT-FAMILY: "","arial";
	FONT-SIZE: 12PX;
	BORDER: 1PX SOLID;
	BORDER-COLOR: #708189;
	BACKGROUND-COLOR: black;
	height: 20px;
	width: 100px;
	}

.input2{
	COLOR: #FFFFFF;
    FONT-SIZE: 11PX;
	BORDER: 1PX SOLID;
	BORDER-COLOR: #708189;
	BACKGROUND-COLOR: black;
	height: 18px;
	width: 80px;

	}
.input3{
	COLOR: #FFFFFF;
    FONT-SIZE: 11PX;
	BORDER: 1PX SOLID;
	BORDER-COLOR: #708189;
	BACKGROUND-COLOR: black;
	height: 16px;
	width: 50px;

	}
.btn0{
	color: #CCCCCC;
	font-family: dotum;
	FONT-SIZE: 12px;
	BORDER: 1px solid #666666;
	BACKGROUND-COLOR: #222;
	height: 13px;
	width: 100px;
	border-radius: 5px;
	font-weight: bold;
	text-shadow: 1px 2px 2px rgba(0,0,0,1);
       padding: 5px;
       margin: 2px;
       display:inline-block;
       text-align: center;
	}
.btn0:hover{
	BACKGROUND-COLOR: #1B1B34;
	color:#F00;
    cursor:pointer;
    cursor:hand;
	}
.btn_big{
    FONT-SIZE: 16px;
    height: 20px;
}

.btn{
	color: #CCCCCC;
	font-family: dotum;
	FONT-SIZE: 12px;
	BORDER: 1px solid #666666;
	BACKGROUND-COLOR: #222;
	height: 25px;
	width: 100px;
	border-radius: 5px;
	font-weight: bold;
	text-shadow: 1px 2px 2px rgba(0,0,0,1);
    padding: 5px;
	}
.btn_free{
    width : auto;
}

.btn:hover{
	BACKGROUND-COLOR: #1B1B34;
	color:#F00;
    cursor:pointer;
    cursor:hand;
	}




.btn_red{
	BACKGROUND-COLOR: #C30;
	BORDER: 1px solid #FFFF00;
	width: 70px;
	padding: 0 6px;
	font-size: 10.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 20px;
}
.btn_money
{
    width: 55px;
}
.btn_mini{
	width: 70px;
	padding: 0px;
	font-size: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 15px;
}
.btn2{
	color: #CCCCCC;
	font-family: dotum;
	FONT-SIZE: 1.2em;
	color: #696969;
	BORDER: 1px solid #666666;
	BACKGROUND-COLOR: #121212;
	height: 18px;
	width: 90px;
	border-radius: 5px;
	font-weight: bold;
	text-shadow: 1px 2px 2px rgba(0,0,0,1);
   padding: 10px;
   margin: 5px;
   display:inline-block;
   text-align: center;
	}
.btn2:hover{
	BACKGROUND-COLOR: #1B1B34;
	color:#F00;
    cursor:pointer;
    cursor:hand;
	}
.icon
{
    padding: 2px 3px 2px 3px;
    font-size: 11px;
    background-color: #000066;
    border: 1px solid #666666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #CCFFFF;
    margin-left: 3px;
    margin-right: 3px;
}
.iconred
{
    background-color: #993399;
}
.icongray
{
    background-color: #808080;
}
.iconmoney
{
    cursor: pointer;
}
.link
{
    cursor: pointer;
}
.top_5{padding-top: 5px;}
.top_20{padding-top: 10px;}
.top_50{padding-top: 50px;}
.top_100{padding-top: 100px;}
.top_200{padding-top: 200px;}
.sp_5{padding-left: 5px;padding-right:5px;}

.textcontentbb
{
    padding: 30px;
    display: block;
}
.textcontent
{
    padding: 30px;
    
}
.textarea1{
	BACKGROUND-COLOR: #001224;
	BORDER: 2px solid #222;
	box-sizing: border-box;
	padding:10px;
	}
.textarea2{
    BACKGROUND-COLOR: #001224;
    BORDER: 2px solid #222;
    box-sizing: border-box;
    padding: 10px;
    overflow: auto;
    height: 150px;
}	
.trEndGame {
	FONT-FAMILY: dotum;
	font-weight: bold;
	background-color: #000C20;
	height: 25px;
}
.trIngGame {
	background-color: #00050F;
	height: 25px;
}

.center{	
	text-align:center
	}
	
.right{ float: right;}
.left {
    text-align: left;
}

.text1{
	FONT-FAMILY: dotum;
	font-size: 12px;
	font-weight:bolder;
	color: #ddd;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.5);
	padding-left:5px;
	padding-right:5px;	
    text-align:left;
	}
.text2{
	/*FONT-FAMILY: "Nanum Gothic Coding";*/
	font-size: 16px;
	font-weight: bolder;
	color: #ddd;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.5);	
	}
.text3{
	FONT-FAMILY: dotum;
	font-size: 14px;
	font-weight: bolder;
	color: #ddd;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.5);
	
	}
.blue{
	color: #0086C6;
	}
.yellow{
	color: #FF0;
	}	
.yellow2{
	color: #FAFF90;
	}
.red{
	color: #D90621;
	}
.green{
    color:#04fb01;
}


.gray
{
    color: #666666;
}
.Bblack
{
    background-color: #000000;
}

#iphone{
	width:240px;
	height:600px;
	text-align: center;
	background-image: url(../img/iphone2.png);
	background-repeat: no-repeat;
	background-position: center top;		
	}

.submenu
{
    text-align: right;
    height: 30px;
}
.submenu2
{
    text-align: left;
    height: 40px;
}
/* 배팅페이지관련 */

#divMenu {
    visibility: visible;
	width:215px;
	min-height:300px;

}


/* 모달팝업 */


.modalResult
{
    color: #696969;
    font-size: 16px;
    font-weight: bold;
}
.ui-widget-overlay 
{

background: -webkit-gradient(radial, center center, 0, center center, 460, from(#000000), to(#291a49));
background: -webkit-radial-gradient(circle, #291a49, #000000 );
background: -moz-radial-gradient(circle, #000000, #291a49);
background: -ms-radial-gradient(circle, #000000, #291a49);
}

/*팝업창 css시작*/
.popup {
    cursor:move;
    position: absolute;
    width: 750px;
    height: 500px;
    left:50%;
    padding: 0;
    z-index: 99999;
}
/*팝업 컨트롤 p태그css(닫기 오늘하루 보이지 않음 부분 css)시작*/
#popup_control {
background-color: #666666;
text-align: right;
font-size: 9pt;
padding: 5px;
margin: 0;
width: 100%;
}
/*팝업 컨트롤 p태그css(닫기 오늘하루 보이지 않음 부분 css)끝*/
/*팝업창 css끝*/

.qnaPopup{
    display:none;
    background-color: #f3fb8b;
    position:absolute;
    top:45px;
    right:0;
    width: 700px;
    min-height:80px;
    padding:10px;
    text-align:left;
    z-index:1000;
    box-shadow:0 0 5px rgba(255,255,255,0.8);
    border-radius: 10px;
}
.qnaPopup td{
    color:black;
    font-size: 16px;
}
.qnaPopupX{

    font-size:18px;
    text-align:right;
    cursor:pointer;
}
.sp10{
   margin-left : 10px;
}
.sp20{
   margin-left : 20px;
}

.ls{
    letter-spacing:-1px;
}

#cartTable{
    letter-spacing:-1px;
}


.nosw{
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}