.Event {
	margin: 130px auto 0 auto;
	width:1000px;
	padding-bottom: 30px;
}
.emptyNotice .Event {
}
.Event .titleCont {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top:10px;
    background: #212634;
    color: #bfe2e7;
    /* font-family: 'Gulim', sans-serif; */
    font-size: 18px;
    border: solid 1px #323232;
    padding: 12px;
    
    
    
}
.ev-point {
	display: block;
    flex-direction: row;
    align-items: center;
    color: #ffd6a6;
    font-size: 16px;
    padding: 8px 4px 8px 18px;
    text-align: left;
}
.Event .titleCont .title {
    color: #fff;
    margin-left: 20px;
}

.Event .information {
    font-family: Malgun Gothic, Gulim, sans-serif,  Arial;
    font-size: 16px;
    color: #f1d976;
    line-height: 1.6;
    padding: 8px;
    text-align: center;
    border-bottom: solid 1px #323232;
    border-left: solid 1px #323232;
    border-right: solid 1px #323232;
    background: #212634;
}
.Event .information:nth-child(2),
.Event .information:nth-child(4),
.Event .information:nth-child(6),
.Event .information:nth-child(8),
.Event .information:nth-child(10) {
	background: #12151e;
}
.Event .titleCont .btnCont {
    flex: 1;
    text-align: right;
    margin-right: 20px;
}

.Event .titleCont .btnCont button {
	background: #e0ae75;
	border-radius: 6px;
	padding: 10px 12px;
	border: solid 1px #e0ae75;
	color: #08090e;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	white-space: nowrap;
}

.Event .titleCont .btnCont button .fa {
    color: #08090c;
}

.Event .titleCont .btnCont button:hover {
	    background: #f2d977;
	    border: solid 1px #f2d977;
}

.Event .calendar {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border: solid 1px #323232;
    border-width: 1px;
    /* border-radius: 2px; */
    overflow: hidden;
    
}

.Event .calendar tr:first-child td:first-child {
}
.Event .calendar tr:first-child td:last-child {
}

.Event .calendar tr:last-child td:first-child {
}
.Event .calendar tr:last-child td:last-child {
}

.Event .calendar tr:first-child td {
    background: #353a48;
    color: #969eb7;
    font-size: 12px;
    padding:6px 4px;
}

.Event .calendar tr:first-child td:not(:last-child) {
	    border-right: solid 1px #2c3652;
}

.Event .calendar tr:nth-child(2n+2) td {
    background: #171c2c;
    color: #d9d9d9;
    font-size: 12px;
    padding: 4px;
    border-top: solid 1px #323232;
}

.Event .calendar tr:nth-child(2n+3) td {
    background: #121725;
    color: #474747;
    font-size: 12px;
    padding: 8px;
}

.Event .calendar tr:nth-child(2n+3) td i {
    display: block;
    height: 42px;
    background: url("/static/images/web/attnd.png") no-repeat center center;
    opacity: 0.25;
}

.Event .calendar tr:nth-child(2n+3) td.checked {
    color: #ff3d3d;
}

.Event .calendar tr:nth-child(2n+3) td.checked i {
    background: url("/static/images/web/attndChk.png") no-repeat center center;
    opacity: 1;
}

.Event .calendar td {
    width: 14.2%;
}

.Event .calendar tr:nth-child(2n+2) td:not(:last-child) {
	border-right: solid 1px #323232;
}

.Event .calendar tr:nth-child(2n+3) td:not(:last-child) {
    border-right: solid 1px #323232;
}

#eventDetail {
    position: fixed;
    z-index: 2;
    top: 100px;
    left: 100px;
    background: #4b6184;
    width: 600px;
    min-width: 265px;
    min-height: 130px;
    padding: 1px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

#eventDetail img {
    width: 100%;

}

#eventDetail .btnX {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #000;

}

#eventDetail .btnX:hover {
    color: #ff6600;
}

#eventDetail .cont {
    background: #000000;
    height: 100%;
    color: #6395ab;
    padding: 5px;
}

#eventDetail .date {
    font-weight: bold;
    font-size: 16px;
    color: #ff6600;
}

#eventDetail .title {
    font-size: 16px;
    border-bottom: solid 1px #adcede;
    line-height: 2;
    font-weight: bold;
    color: #ff6600;
}

#eventDetail .info {
    font-size: 12px;
    text-align: right;
    padding: 4px 0 0 0;
    color: #d2d2d2;
    
}

#eventDetail .detail {
	background: #fff;
	font-size: 14px;
    line-height: 1.8;
    padding: 10px;
    height: calc(100% - 25px);
    overflow: auto;
    border: solid 1px #e2e2e2;
    color: #444444;
    word-break: break-all;
}

#eventDetail .btnClose {
    color: #fff;
    background: #02869a;
    border: solid 1px #4c9acd;
    padding: 3px 8px 5px 8px;
    vertical-align: -1px;
    cursor: pointer;
}

#eventDetail .btnClose:hover {
    background: #37b7cb;
}


.Event .subTitle {
font-size: 24px;
    color: #515769;
    text-align: center;
    padding: 20px 0 15px 0;
    font-weight: bold;
    letter-spacing: -1px;
}

.roulette-box {
    border: solid 1px #323232;
    background: #12151e;
}
.roulette-Container {

    position: relative;
    width: 456px;
    height:456px;
    margin: 50px auto 20px auto;
}
.roulette-Container span.roulette_table{
	display:block;
	width: 456px;
    height:456px;
    	background: url(/static/images/web/roulette_table.png);
}
.roulette-Container span.roulette_table.premium {
	background: url(/static/images/web/roulette_table2.png);
}

.roulette-subMenu {
    text-align: center;
    color: #fff;
    margin-top:20px;
    font-size:0;
}
.roulette-subMenu span {

display: inline-block;

cursor: pointer;

padding:10px;

border: solid 1px #212634;

background: #212634;

width: 320px;

font-size:18px;

color: #f1d976;
}
.roulette-subMenu span:last-child {
	border-left-width:0;
}
.roulette-subMenu span.on  {
	background: #e0ae75;
	color: #121826;
}
.roulette-subMenu span:hover {
    background: #f2d977;
    color: #000;
}
.roulette-subMenu span.on:hover {
   background: #f2d977;
   
}
#roulette-btnStart {
    background: url("/static/images/web/roulette_button.png");
    width:164px;
    height:164px;
    position: absolute;
    top:146px;
    left:146px;
    cursor: pointer;
}

#roulette-btnStart:hover {
    background-position: -164px 0;
}
#roulette-pin {
    background: url("/static/images/web/roulette_button.png");
    width:68px;
    height:101px;
    position: absolute;
    top:-40px;
    left:194px;
    background-position: -328px 0;
}