

@font-face {
	font-family: NotoSansKR-Black;
	src: url("../font/NotoSansKR-Black.otf") format("opentype");
}

@font-face {
	font-family: NotoSansKR-Bold;
	src: url("../font/NotoSansKR-Bold.otf") format("opentype");
}

@font-face {
	font-family: NotoSansKR-Light;
	src: url("../font/NotoSansKR-Light.otf") format("opentype");
}

@font-face {
	font-family: NotoSansKR-Medium;
	src: url("../font/NotoSansKR-Medium.otf") format("opentype");
}

@font-face {
	font-family: NotoSansKR-Regular;
	src: url("../font/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
	font-family: NotoSansKR-Thin;
	src: url("../font/NotoSansKR-Thin.otf") format("opentype");
}

@font-face {
	font-family:SCDream1;
	src: url("../font/SCDream1.otf") format("opentype");
}
@font-face {
	font-family:SCDream2;
	src: url("../font/SCDream2.otf") format("opentype");
}
@font-face {
	font-family:SCDream3;
	src: url("../font/SCDream3.otf") format("opentype");
}
@font-face {
	font-family:SCDream4;
	src: url("../font/SCDream4.otf") format("opentype");
}
@font-face {
	font-family:SCDream5;
	src: url("../font/SCDream5.otf") format("opentype");
}
@font-face {
	font-family:SCDream6;
	src: url("../font/SCDream6.otf") format("opentype");
}
@font-face {
	font-family:SCDream7;
	src: url("../font/SCDream7.otf") format("opentype");
}
@font-face {
	font-family:SCDream8;
	src: url("../font/SCDream8.otf") format("opentype");
}
@font-face {
	font-family:SCDream9;
	src: url("../font/SCDream9.otf") format("opentype");
}

html,
body {
	background-color: #000000;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: NotoSansKR-Regular;
	width: 100%;
	/* overflow-x: hidden; */
}

a {
    color: #fff;
    text-decoration: none;
}
ul {
	list-style: none;
}

ul li {
    margin: 0px 2px;
}

.background-gray {
	background: #1b1b1b;
	min-width: 1445px;
}

.container {
	width: 1445px;
	margin: auto;
	box-sizing: content-box;
}

.header {}

.menu-header {
	display: flex;
	justify-content: space-between;
	height: 40px;
}

.con-menu {
	display: flex;
	align-items: center;
}

.menu-link {
	width: auto;
	font-family: NotoSansKR-Regular;
	cursor: pointer;
	margin-right: 10px;
}
.menu-link:hover {
	color:#a0a0a0;
	transition:0.3s;
}
.menu-button {
	width: 110px;
	display: flex;
	align-items: center;
	border-radius: 50px;
	height: 30px;
	justify-content: center;
	padding: 0px 6px;
	margin: 0px 5px;
	cursor: pointer;
}
.menu-button:hover {
	transition:0.3s;
	opacity:0.5;
}
.menu-button.gray {
	background-color: #434343;
}

.menu-button.black {
	border: 1px solid #434343;
}

.menu-button.yellow {
	background-color: #fae301;
	color: #000;
}

.menu-button img {
	margin: 0px 5px;
}

.navbar {
	display: flex;
	justify-content: space-between;
	padding: 14px 0px;
}

.logo {
	cursor: pointer;
	width: 200px;
}
.logo img {
    width: 100%;
}
.menu-navbar {
	width: 780px;
}

.menu-nav-links {
	display: flex;
	justify-content: space-between;
}

.nav-links {
	width: auto;
	text-align: center;
	height: 25px;
	cursor: pointer;
	font-family: NotoSansKR-Regular;
	transition: 0.3s;
}
.nav-links.active:before{
	    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    bottom: 0px;
	top: 30px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.nav-links:hover {
	text-shadow: 0px 0px 6px #ffffff, 0px 0px 6px #ffffff, 0px 0px 6px #ffffff;
	
}
.line-bg-header {
    background-image: url('../images/line-bg-header.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50px;
    width: 100%;
    min-width: 1445px;
}
.notice-marquee {
	display: flex;
	justify-content: flex-start;
}

.con-slide {
	height: 270px !important;
	background-repeat: no-repeat;
}

.icon-marquee {
    display: flex;
    align-items: center;
}

.icon-marquee img {}

.marquee-caption {
	width: 100%;
	padding: 0px 0px 0px 10px;
}

.marquee-caption marquee {
	font-family: NotoSansKR-Light;
}

.con-notice-marquee {
	background: #212121;
	height: 50px;
	display: flex;
}

.con-info-group {
	display: flex;
	justify-content: space-between;
	padding: 50px 0px;
}

.bg-info-group {
	background-image: url('../images/bg-info-cash.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 345px;
	height: 540px;
	padding: 6px 5px;
}

.bg-info-group-s {
	background-image: url('../images/bg-info-cash-s.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 345px;
	height: 360px;
	padding: 6px 5px;
}

.info-title {
	text-align: center;
	font-size: 14px;
	font-family: NotoSansKR-Regular;
}

.list-info-group {
	padding: 30px 10px 0px 10px;
	overflow: hidden;
	height: 472px;
}

.rows-info {
	display: flex !important;
	justify-content: space-between;
	background-image: url(../images/bg-list-info-cash.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 40px;
	align-items: center;
	padding: 0px 15px;
	margin: 7px 0px;
	font-family: NotoSansKR-Light;
}

.list-name {
	padding-left: 20px;
}

.list-cash {}

.rows-info-event {
	display: flex;
	margin: 2px 0px;
}

.rows-info-event img {
	width: 100%;
	cursor: pointer;
}

.list-info-group-text {
	padding: 30px 10px 0px 10px;
}

.rows-info-text {
	border-bottom: 1px solid #707070;
	padding: 10px 0px;
	font-size: 13px;
	font-family: NotoSansKR-Light;
}

.con-telegram {
	margin-top: 10px;
	display: flex;
}

.con-telegram img {
	width: 100%;
}

.container-full-footer {
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 365px;
	display: flex;
	align-items: center;
	background-color: #252525;
	min-width: 1445px;
}

.footer-list-iocn {
	display: flex;
	justify-content: space-between;
}

.footer-icon-links {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center;
}
.footer-icon {
    display: flex;
    align-items: center;
    height: 50px;
}
.footer-icon-links img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.footer-icon-links:hover img {
	opacity:0.5;
	transition:0.5s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.con-footer-group {
	display: flex;
	justify-content: space-between;
	color: #a3a4a4;
	padding-top: 50px;
	font-family: NotoSansKR-Light;
}
.login-header {
    display: flex;
    align-items: center;
}
.login-rows-info {
    display: flex;
    font-size: 14px;
    align-items: center;
    height: 40px;
}
.login-info {
    display: flex;
    align-items: center;
    padding: 0px 6px;
}
.login-usename {}
.login-icon {}
.login-icon img {}
.login-cash {
    padding: 0px 6px;
}
.login-btn-link {
    padding: 0px 15px;
}
.logout-btn {
    background: #000;
    border: 1px solid #626262;
    width: 84px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.login-btn-change {
    background: #6c6c6c;
    border-radius: 20px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 2px;
}
.checkbox--login {}
.logo-footer {}

.logo-f {
	padding-bottom: 20px;
}

.logo-f img {}

.coppyright {}

.coppyright-list {
	font-size: 13px;
	font-family: NotoSansKR-Light;
}

.con-footer-icon-center {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.rows-footer-icon-center {}

.rows-footer-icon-center img {
	margin: 3px;
	cursor: pointer;
}

.footer-menu-group {
	display: flex;
	font-size: 13px;
}

.rows-footer-menu {
	margin-left: 20px;
}

.footer-menu-links {
	cursor: pointer;
}
.footer-menu-links:hover {
	color:#ffffff;
	transition:0.5s;
}
.bg-casino {
    background-image: url(../images/casino/bg-casino.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 690px;
}
.title-games-casino {
    display: flex;
    justify-content: flex-start;
    width: 636px;
    font-size: 24px;
    font-family: NotoSansKR-Bold;
    padding: 10px 0px;
}
.casino-games {
    display: flex;
    justify-content: flex-end;
    padding: 20px 82px;
    flex-direction: column;
    align-items: flex-end;
}
.rows-casino-gmaes {
    display: flex;
    padding: 3px 3px;
}
.rows-casino-gmaes div {
    margin: 0px 5px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 120px;
    width: 150px;
    transition:0.3s;
    cursor: pointer;
}
.casino-games-0 {
	 background-image: url(../images/casino/coming-soon.png);
}
.casino-games-1 {
    background-image: url(../images/casino/1001-evo.png);
}
.casino-games-2 {
	background-image: url(../images/casino/1002-asia.png);
}
.casino-games-3 {
    background-image: url(../images/casino/1003-pragmatic.png);
}
.casino-games-4 {
    background-image: url(../images/casino/1004-micro.png);
}
.casino-games-5 {
    background-image: url(../images/casino/1005-wm.png);
}
.casino-games-6 {
    background-image: url(../images/casino/1006-dream.png);
}
.casino-games-7 {
    background-image: url(../images/casino/1007-oriental.png);
}
.casino-games-8 {
    background-image: url(../images/casino/1008-allbet.png);
}
.casino-games-9 {
    background-image: url(../images/casino/1009-big.png);
}
.casino-games-10 {
    background-image: url(../images/casino/1010-BB.png);
}
.casino-games-11 {
    background-image: url(../images/casino/1011-sexy.png);
}
.casino-games-12 {
    background-image: url(../images/casino/1012-CQ9.png);
}
.casino-games-13 {
    

}
/* hover */
.casino-games-1:hover {
    background-image: url(../images/casino/1001-evo-on.png);
}
.casino-games-2:hover {
	background-image: url(../images/casino/1002-asia-on.png);
}
.casino-games-3:hover {
    background-image: url(../images/casino/1003-pragmatic-on.png);
}
.casino-games-4:hover {
    background-image: url(../images/casino/1004-micro-on.png);
}
.casino-games-5:hover {
    background-image: url(../images/casino/1005-wm-on.png);
}
.casino-games-6:hover {
    background-image: url(../images/casino/1006-dream-on.png);
}
.casino-games-7:hover {
    background-image: url(../images/casino/1007-oriental-on.png);
}
.casino-games-8:hover {
    background-image: url(../images/casino/1008-allbet-on.png);
}
.casino-games-9:hover {
    background-image: url(../images/casino/1009-big-on.png);
}
.casino-games-10:hover {
    background-image: url(../images/casino/1010-BB-on.png);
}
.casino-games-11:hover {
    background-image: url(../images/casino/1011-sexy-on.png);
}
.casino-games-12:hover {
    background-image: url(../images/casino/1012-CQ9-on.png);
}
.casino-games-13:hover {
   

}
/* main slide */
.container-slider {
    min-width: 1445px;
}
/* event-page */
.title-event {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.name-page {
    font-size: 28px;
    padding-right: 12px;
}
.icon-title-event {
    display: flex;
}
.icon-title-event img {}
.menu-event {
    display: flex;
    margin: 25px 0px;
}
.menu-event div {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 56px;
    width: 181px;
    cursor:pointer;
    display: flex;
}
.menu-event div:hover{
	opacity:0.5;
	transition:0.3s;
}
.menu-event-1001 {
    background-image: url(../images/event/menu-1001.png);
}
.menu-event-1002 {
    background-image: url(../images/event/menu-1002.png);
}
.menu-event-1003 {
    background-image: url(../images/event/menu-1003.png);
}
.menu-event-1004 {
    background-image: url(../images/event/menu-1004.png);
}
.menu-event-1005 {
    background-image: url(../images/event/menu-1005.png);
}
.menu-event-1006 {
    background-image: url(../images/event/menu-1006.png);
}
.menu-event-1007 {
    background-image: url(../images/event/menu-1007.png);
}
.menu-event-1008 {
    background-image: url(../images/event/menu-1008.png);
}
.conten-event {}
.rows-event {
    display: flex;
    justify-content: space-between;
}
.evnent-conten-info {
    margin-bottom: 20px;
}
.bannner-event {
    display: flex;
}
.bannner-event img {}
.event-cation {
    display: flex;
    justify-content: space-between;
    background: #1b1b1b;
    height: 45px;
    align-items: center;
    padding: 0px 10px;
}
.subject-event {}
.event-buttons {
    border: 1px solid #ffffff;
    border-radius: 20px;
    width: 85px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.event-buttons:hover {
	background:#000;
	transition:0.3s;
}
.event-num-pages {
    padding: 10px 0px 50px 0px;
}
.event-num-pages-link {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    font-size: 12px;
}
.num-pages-link.border-l {
    border-right: 1px solid #ddd;
    margin: 0px 10px;
}
.num-pages-link.border-r {
    border-left: 1px solid #ddd;
    padding: 0px 10px;
}
.num-pages-link {
    margin: 0px 3px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0px 7px;
}
.num-pages-link.active {
    background: #707070;
    padding: 0px 12px;
}

/* mini page */
.conten-mini {
    display: flex;
    justify-content: space-between;
}
.menu-mini-pages {
    display: flex;
    flex-wrap: wrap;
    width: 955px;
    padding: 5px;
}
.mini-games-buttons {
    width: 130px;
    height: 30px;
    margin: 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-image: url(../images/mini/bg-button-mini-games.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.mini-games-buttons:hover {
	transition:0.3s;
	opacity:0.5;
}
.mini-games-buttons-wait {
	width: 130px;
	height: 30px;
	margin: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	background-image: url(../images/mini/bg-button-mini-games-wait.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.title-mini-page {
    display: flex;
    background-image: url(../images/mini/bg-title-mini.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 35px;
    display: flex;
    align-items: center;
    margin: 10px 0px;
    padding: 0px 20px;
}
.names-page-mini {
    font-size: 17px;
    text-transform: uppercase;
}
.button-mini-reload {
    display: flex;
    margin-left: 20px;
    cursor: pointer;
}
.button-mini-reload img {}
.conten-mini-games {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 938px;
}
.conten-iframe-video {
    display: flex;
    justify-content: center;
    padding: 20px;
}
.conten-choice-games {
    background: #434343;
    border: 1px solid #626262;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.con-round-titme {
    background-image: url(../images/mini/bg-round-time.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 245px;
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    padding: 10px 0px;
}
.datetimes {
    color: #959595;
}
.round-games {}
.titmeing {
    font-size: 50px;
    font-family: NotoSansKR-Black;
}
.conten-all-choice {
    display: flex;
    width: 850px;
    justify-content: space-between;
    background-image: url(../images/mini/bg-choice.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    align-items: center;
    padding: 10px;
}
.button-choice-odd-even {
    display: flex;
    justify-content: space-between;
}
.button-odd {
    background-image: url(../images/mini/bg-button-bet-l.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 145px;
    height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.button-odd .bet-num {
    padding-bottom: 20px;
    color: #000000;
}
.button-odd.active {
    background-image: url(../images/mini/bg-button-bet-l-active.png);
}
.button-even {
	background-image: url(../images/mini/btn-even.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 145px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	cursor: pointer;
}
.button-even .bet-num {
	padding-bottom: 20px;
    color: #000000;
}
.con-button-choice-sub {
    display: flex;
}
.button-choice-sub {}
.button-choice-a {
	background-image: url(../images/mini/bg-button-bet-m.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 133px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}
.button-choice-a .bet-num {
    padding-right: 15px;
    color: #000000;
}
.button-choice-a.btn-bets.active {
    background-image: url(../images/mini/bg-button-bet-m-active.png);
}
.button-choice-a-sub {
	background-image: url(../images/mini/btn-odd-serve-1005.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 133px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
.button-choice-a-sub .bet-num {
	padding-right: 15px;
    color: #000000;
}

.button-choice-ss {
	background-image: url(../images/mini/bg-button-bet-m.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
	    line-height: 34px;
}

.button-choice-ss.btn-bets.active {
    background-image: url(../images/mini/bg-button-bet-m-active.png);
}
.button-choice-ss-sub {
	background-image: url(../images/mini/btn-odd-serve-1005.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 133px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
.button-choice-ss-sub .bet-num {
	padding-right: 15px;
    color: #000000;
}

.button-choice-b {
    background-image: url(../images/mini/btn-odd-serve-1002.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 133px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.button-choice-b .bet-num {
	padding-right: 15px;
    color: #000000;
}
.button-choice-b-sub {
    background-image: url(../images/mini/btn-odd-serve-1006.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 133px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.button-choice-b-sub .bet-num {
	padding-right: 15px;
    color: #000000;
}

.button-choice-c {
	background-image: url(../images/mini/btn-odd-serve-1003.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 133px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
.button-choice-c .bet-num {
	padding-right: 15px;
    color: #000000;
}
.button-choice-c-sub {
		background-image: url(../images/mini/btn-odd-serve-1007.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 133px;
		height: 72px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		cursor: pointer;
}
.button-choice-c-sub .bet-num {
	padding-right: 15px;
    color: #000000;
}

.button-choice-d {
	background-image: url(../images/mini/btn-odd-serve-1004.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 133px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
.button-choice-d .bet-num {
	padding-right: 15px;
    color: #000000;
}
.button-choice-d-sub {
    background-image: url(../images/mini/btn-odd-serve-1008.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 133px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.button-choice-d-sub .bet-num {
	padding-right: 15px;
    color: #000000;
}
.button-odd .bet-team {
    font-family: SCDream9;
    color: #000000;
    font-size: 58px;
    font-weight: bold;
}
.button-odd .bet-num {
    padding-bottom: 20px;
    color: #000000;
}
.bs-ul-mini.just-s {
    display: flex;
    flex-wrap: wrap;
}

.bs-ul-mini {
    padding: 0;
}
.bs-ul-mini.just-lage {
    display: flex;
}
.button-choice-a .bet-team {
    font-family: SCDream9;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
}
.button-choice-a .bet-num {
    color: #000000;
}
.button-choice-ss .bet-team {
    font-family: SCDream9;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
}
.button-choice-ss .bet-num {
    color: #000000;
}


.conten-mini-l {
    background: #1b1b1b;
    border: 1px solid #3c3c3c;
    width: 1158px;
}
.conten-mini-r {
    width: 275px;
}
.conten-betting-cart {background: #1b1b1b;border: 1px solid #3c3c3c;border-top: 0;padding-bottom: 80px;}
.title-betting-cart {
    display: flex;
    justify-content: space-between;
    background-image: url(../images/mini/bg-title-betting-cart.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 40px;
    align-items: center;
    padding: 0px 10px;
}
.name-cart {
    padding: 0px 10px;
    font-size: 15px;
    font-family: NotoSansKR-Medium;
}
.betting-input {}
.betting-input input {}
.betting-cart-menu {
    display: flex;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 12px;
}
.conten-betting-info {padding: 15px;}
.con-betinf-info {
    display: flex;
    justify-content: space-between;
    padding: 8px 0px;
    font-size: 13px;
}
.title-bet-info {
    color: #b5b5b5;
}
.cash-betting-info {
    display: flex;
}
.cash-betting-info input {
    background: #323232;
    border: unset;
    color: #ffffff;
    margin: 0px 3px;
    text-align: right;
    padding: 5px 2px;
    width: 145px;
}
.con-betting-cash-button {
    padding: 0px 15px;
}
.rows-betting-cash-button {
    display: flex;
    justify-content: space-between;
    margin: 8px 0px;
    font-size: 12px;
}
.betting-cash-button {
    background-image: url(../images/mini/bg-betting-choice.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 115px;
    height: 26px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
}
.betting-cash-button:hover {
	opacity:0.5;
	transition:0.3s;
}
.button-betting-apply {
    background-image: url(../images/mini/bg-betting-apply.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 35px;
    display: flex !important;
    justify-content: center;
    break-after: column;
    cursor: pointer;
    line-height: 27px;
}
.button-betting-apply:hover {
	transition:0.3s;
}
.con-button-betting-ok {
    padding: 0px 12px;
}
/*
 *  STYLE 2
 */

 #style-2::-webkit-scrollbar-track
 {
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
   border-radius: 10px;
   /* background-color: #F5F5F5; */
   background-image: url(../images/mini/slider-background.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
	 
 }
 
 #style-2::-webkit-scrollbar
 {
   width: 10px;
   background-color: #000000;
	 
	 
 }
 
 #style-2::-webkit-scrollbar-thumb
 {
   border-radius: 10px;
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
   background-image: url(../images/mini/scrollbar.png);
   background-repeat: no-repeat;
   background-size: contain;
   height: auto;
   /* background-color: red; */
	 
 }


 #cartTable::-webkit-scrollbar-track
 {
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
   border-radius: 10px;
   /* background-color: #F5F5F5; */
   background-image: url(../images/mini/slider-background.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
	 
 }
 
 #cartTable::-webkit-scrollbar
 {
   width: 10px;
   background-color: #000000;
	 
	 
 }
 
 #cartTable::-webkit-scrollbar-thumb
 {
   border-radius: 10px;
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
   background-image: url(../images/mini/scrollbar.png);
   background-repeat: no-repeat;
   background-size: contain;
   height: auto;
   /* background-color: red; */
	 
 }
 .scrollbar
 {
   height: 200px;
   width: 260px;
   background: #313131;
   overflow-y: scroll;
   overflow-x: hidden;
   margin: auto;
   padding: 0px 3px;
 }
 

 
 /* slot-page */
 
 .select-menu {

  }
  .select-menu .select-btn-slot {
    display: flex;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .select-menu .options {
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    display: none;
  }
  .select-menu .options .option {
    cursor: pointer;
    padding: 40px 15px;
    border-radius: 8px;
    align-items: center;
    border:1px solid #fff;
  }
  .select-menu .options .option:hover {

  }
  .select-menu .options .option .line-title-slot {
    font-size: 25px;
    margin-right: 12px;
  }
  .select-menu .options .option .option-text {
    font-size: 18px;
    color: #333;
  }
  
  .select-btn-slot img {
    transition: 0.3s;
  }
  
  .select-menu.active .select-btn-slot img {
    transform: rotate(-180deg);
  }
  .select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
  }
  
  @keyframes fadeInUp {
    from {
      transform: translate3d(0, 30px, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes fadeInDown {
    from {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
    to {
      transform: translate3d(0, 20px, 0);
      opacity: 0;
    }
  }
 .slot-menu-games-sub {}
 .all-game-frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
 .game-frame {
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-out;
    position: relative;
    width: 110px;
    margin: 5px 10px;
}
 .game-frame:hover {
	 opacity:0.5;
 }
 .pic {
    width: 67px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .innerPic {
    width: 100%;
    padding-bottom: 66.3%;
    background-size: cover;
    transition: .4s ease-out;
}
 .game-frame h4 {
    font-size: 14px;
    transition: .4s ease-out;
    white-space: nowrap;
    margin-top: 10px;
}
 .conten-menu-slot-page {}
 .con-menu-slot-page {
    display: flex;
    justify-content: space-between;
}
 .menu-slot-title {
    width: 100%;
}
 .menu-slot-game {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    cursor: pointer;
}
.menu-slot-game img:hover {
	opacity:0.5;
	transition:0.3s;
}
 .icon-menu-slot {
    height: 50px;
}
 .icon-menu-slot img {}
 .menu-game-name {}
 .con-title-search {
    display: flex;
    align-items: center;
    width: 222px;
    height: 54px;
    background: #1b1b1b;
    border-radius: 5px;
    border: 1px solid #434343;
    padding: 0px 10px;
}
 .search-input {
    margin: 0px 0px;
}
 .search-input input {
    background: unset;
    border: unset;
    color: #fff;
    text-align: left;
    padding: 0px 10px;
    font-size: 14px;
    height: 45px;
}
.search-input input:focus {
	outline:unset;
}
 .icon-search {
    padding: 0px 2px;
    width: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
 .icon-search img {}
 .con-menutitle-game-slot {}
 .con-title-slot {
    display: flex;
    align-items: center;
    padding: 30px 0px;
}
 .line-title-slot {
    display: flex;
    align-items: center;
}
 .line-title-slot img {}
 .line-title-slot-name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
}
 .line-title-slot-name img {}
 .name-title-slot {
    padding: 0px 10px;
}
 .menu-game-slot-page {
    display: flex;
    width: 100%;
}
.rows-gamesslot {
    display: flex;
    justify-content: space-between;
}
.gamesslot {
    cursor: pointer;
}
.name-slot-games {
    padding: 10px 0px;
    text-align: center;
}
.gamesslot .icongames  {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 185px;
    width: 188px;
}
.icongames.selected {}
.hover-slot-game {
	display:none;
}
.icongames.selected .hover-slot-game {
    position: relative;
    cursor: pointer;
    transition: .4s ease-out;
    border-radius: 5px;
    transform: translate(-50%,6%);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 94px;
    top: -2px;
}
.icongames.selected .hover-slot-game .bg-hover-slot-game {
    background-color: #101010cc;
    position: absolute;
    border-radius: 5px;
    transition: .4s ease-out;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
    top: -6%;
    height: 188px;
    width: 188px;
}
.icongames.selected .hover-slot-game .button-hover-slot-game {

	color: #fff;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 185px;
	width: 188px;

}
.icongames.selected .hover-slot-game .button-hover-slot-game span {
	background-image: url(../images/slot/hover-games.png);
	background-repeat: no-repeat;
	width: 134px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.games-slot-1 {
    background-image: url(../images/slot/slot-game-1001.png);

}
.games-slot-2 {
    background-image: url(../images/slot/slot-game-1002.png);

}
.games-slot-3 {
    background-image: url(../images/slot/slot-game-1003.png);

}
.games-slot-4 {
    background-image: url(../images/slot/slot-game-1004.png);

}
.games-slot-5 {
    background-image: url(../images/slot/slot-game-1005.png);

}
.games-slot-6 {
    background-image: url(../images/slot/slot-game-1006.png);

}
.games-slot-7 {
    background-image: url(../images/slot/slot-game-1007.png);

}
.games-slot-8 {
    background-image: url(../images/slot/slot-game-1008.png);

}
.games-slot-9 {
    background-image: url(../images/slot/slot-game-1009.png);

}
.games-slot-10 {
    background-image: url(../images/slot/slot-game-1010.png);

}
.games-slot-11 {
    background-image: url(../images/slot/slot-game-1011.png);

}
.games-slot-12 {
    background-image: url(../images/slot/slot-game-1012.png);

}
.games-slot-13 {
    background-image: url(../images/slot/slot-game-1013.png);

}
.games-slot-14 {
    background-image: url(../images/slot/slot-game-1014.png);

}
.games-slot-15 {
    background-image: url(../images/slot/slot-game-1015.png);

}
.games-slot-16 {
    background-image: url(../images/slot/slot-game-1016.png);

}
.games-slot-17 {
    background-image: url(../images/slot/slot-game-1017.png);

}
.games-slot-18 {
    background-image: url(../images/slot/slot-game-1018.png);

}
.games-slot-19 {
    background-image: url(../images/slot/slot-game-1019.png);

}
.games-slot-20 {
    background-image: url(../images/slot/slot-game-1020.png);

}
.games-slot-21 {
    background-image: url(../images/slot/slot-game-1021.png);

}
.games-slot-22 {
    background-image: url(../images/slot/slot-game-1022.png);

}
.games-slot-23 {
    background-image: url(../images/slot/slot-game-1023.png);

}
.games-slot-24 {
    background-image: url(../images/slot/slot-game-1024.png);

}
.games-slot-25 {
    background-image: url(../images/slot/slot-game-1025.png);

}
.games-slot-26 {
    background-image: url(../images/slot/slot-game-1026.png);

}
.games-slot-27 {
    background-image: url(../images/slot/slot-game-1027.png);

}
.games-slot-28 {
    background-image: url(../images/slot/slot-game-1028.png);

}
.games-slot-29 {
    background-image: url(../images/slot/slot-game-1029.png);

}
.games-slot-30 {
    background-image: url(../images/slot/slot-game-1030.png);

}
.games-slot-31 {
    background-image: url(../images/slot/slot-game-1031.png);

}
.games-slot-32 {
    background-image: url(../images/slot/slot-game-1032.png);

}
.games-slot-33 {
    background-image: url(../images/slot/slot-game-1033.png);

}
.games-slot-34 {
    background-image: url(../images/slot/slot-game-1034.png);

}
.games-slot-35 {
    background-image: url(../images/slot/slot-game-1035.png);

}

/* sport */
.menu-sport-pages {
    display: flex;
    justify-content: space-between;
    width: 1080px;
}
.sport-games-buttons {
    display: flex;
    background-image: url(../images/sport/bg-button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 32px;
    justify-content: center;
    align-items: center;
    margin: 2px;
    cursor: pointer;
}
.sport-games-buttons:hover {
	opacity:0.5;
	transition:0.3s;
}
.sport-icon-btn {
    display: flex;
}
.sport-name-btn {
    padding: 0px 5px;
}
.sport-games-buttons-s {
    display: flex;
    background-image: url(../images/sport/bg-button-s.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 268px;
    height: 32px;
    justify-content: center;
    align-items: center;
    margin: 2px;
    cursor: pointer;
}
.sport-games-buttons-s:hover {
	opacity:0.5;
	transition:0.3s;
}
.sport-icon-btn-s {
    display: flex;
}
.sport-name-btn-s {
    padding: 0px 5px;
}
.conten-sport {
    margin: 10px 0px;
    font-size: 15px;
}
.games-title-league {
    justify-content: flex-start;
    background-image: url(../images/sport/bg-title-sport.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
    display: flex;
    align-items: center;
}
.icon-sport-img {
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-sport-img img {}
.game-title-sport-league {
    padding: 0px 5px;
    display: flex;
    align-items: center;
}
.game-title-sport-league img {
    padding: 0px 0px 0px 10px;
}
.game-title-sport-league-sub {
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.conten-games-list-sport {
    padding: 0px 10px;
}
.rows-games-list-sport {
    display: flex;
    justify-content: space-between;
    padding: 3px 0px;
}
.rows-info-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    margin: 6px 0px;
}
.date-sport-time {
    width: 100%;
}
.status-sport-list {
    padding: 0px 0px;
    width: 100%;
}
.btn-bet {
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #d8dbe7;
	padding: 1px 10px;
	border-radius: 3px;
	background: #000000;
	cursor: pointer;
}
.btn-bet:hover {
	transition:0.3s;
	background-color:#2f2f2f;
}
.btn-bet.active {
	transition:0.3s;
	background-color:#005200;
}
.sport-choice-l {display: flex;align-items: center;justify-content: space-between;width: 100%;}

.sport-choice-l-league {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.sport-choice-r-league {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}
.sport-choice-l-icon {
    display: flex;
    align-items: center;
}
.sport-choice-l-icon img {
    padding: 0px 5px;
}
.sport-choice-l-name {
    padding: 0px 5px;
}
.sport-bet-l-num {
/*    width: 20%;*/
/*    display: inline-block;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    vertical-align: middle;*/
}
.sport-choice-t {

}
.sport-choice-t-bet-num {}
.sport-choice-r {display: flex;justify-content: space-between;width: 100%;align-items: center;}

.sport-bet-r-num {}
.sport-choice-r-name {
    padding: 0px 5px;
}
.sport-choice-r-icon {
    display: flex;
}
.sport-choice-r-icon img {
    padding: 0px 5px;
}
.sport-i-con-star {
    width: 35px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d8dbe7;
    border-radius: 3px;
    background: #000000;
}
.sport-i-con-star img {}
.sport-button-status {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/sport/bg-button-status.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 75px;
    height: 35px;
}
.sport-button-status-name {}
.con-sport-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 220px;
}
.container-clock-time {
    display: flex;
    justify-content: center;
    width: 235px;
    margin: 0px auto 20px auto;
    font-size: 36px;
    background-image: url(../images/sport/bg-sport-time.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 120px;
    align-items: center;
    padding: 0px 20px;
    color: #9f9f9f;
    font-family: NotoSansKR-Black;
    text-shadow: 0px 0px 4px #9f9f9f;
}
.hours {}
.minutes {}
.seconds {}
.con-bannner-sport {}
.con-bannner-sport img {
    margin: 0px 0px 5px 0px;
}
.conten-page-l {
    width: 1158px;
	height: 100%;
}
.conten-page-r {
    width: 275px;
}
.conten-all-pages {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.betlist-slip {}
.betlist-slip-panel {}
.betlist-slip-rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 2px;
    border-radius: 3px;
    background: #000000;
    width: 244px;
    height: 30px;
    margin: 3px auto;
    font-size: 12px;
}
.betlist-slip-rows div {
    margin: 0px 4px;
}
.odd-panel {}
.info-panel {}
.info-panel span {
    padding: 0px 2px;
}
.delete-btn {
    cursor: pointer;
    background: unset;
    color: #fff;
}
.betting-list {
    font-size: 14px;
    padding: 7px 5px;
}
.rows-info-list .date-td {width: 19%;}
.rows-info-list .team-td {
    width: 60%;
}
.rows-info-list .vs-td {
    width: 5%;
}
.rows-info-list .icon-td {
    width: 6%;
}
.rows-info-list .status-td {
    width: 10%;
}
.bg-conten-l {
    background: #1b1b1b;
    border: 1px solid #3c3c3c;
    padding: 5px 0px;
}

/* betting-page */
.title-betting-page {
    display: flex;
    height: 80px;
    align-items: center;
    width: 100%;
    background: rgb(41,41,41);
    background: linear-gradient(90deg, rgba(41,41,41,1) 0%, rgba(54,54,54,1) 35%, rgba(65,65,65,1) 100%);
    margin-bottom: 20px;
}
.title-page {
    font-size: 28px;
    padding: 0px 10px;
    font-family: NotoSansKR-Medium;
}
.title-page-sub {
    font-size: 18px;
    font-family: NotoSansKR-Light;
}
.list-title-page {
    display: flex;
    align-items: flex-end;
    padding: 0px 10px;
}
.buttons-betting-pages {}
.rows-buttons-betting {
    display: flex;
    padding-bottom: 10px;
}
.betting-buttons-pages {
    background-image: url(../images/betting/bg-button-betting-page.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 125px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
}
.conten-betting-page {
   
}
.rows-list-betting-group {
	 background: #434343;
	 padding: 10px;
}

.hover-zoom {
	transition: transform .4s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .4s cubic-bezier(.175,.885,.32,1.275);
}
.hover-zoom:hover {
	transform: scaleX(1.03) scaleY(1.03);
}
.list-betting-group {}
.betting-table {}
.betting-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: unset;
}
.betting-table table thead {height: 40px;background-image: url(../images/betting/bg-table-theader.png);background-repeat: no-repeat;background-size: 100% 100%;}

.betting-table  {
  border: 1px solid;
}
.betting-table , td {
  border: 1px solid;
  border-color: #626262;
  font-family: NotoSansKR-Light;
  background-color: #1b1b1b;
}
.betting-table table thead tr {}
.betting-table table thead tr th {font-weight: normal;}
.betting-table table tbody {}
.betting-table table tbody tr {
}
.betting-table table tbody tr td {
    height: 50px;
}

.betting-info-list-sub {}
.rows-betting-info-list-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    font-size: 13px;
}
.betting-checkbox {
}
.betting-checkbox input {}
.betting-list-info-group {
    width: 300px;
}
.betting-list-date-time {
    color: #5ca1ff;
    text-align: center;
}
.betting-name-info {
    text-align: center;
    padding: 5px 0px;
}
.betting-name-info .color-blue {
    color: #5ca1ff;
}
.betting-info-list-button {
    display: flex;
    justify-content: flex-end;
}
.betting-table .date-time {
    display: flex;
    justify-content: center;
}
.betting-table .League {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 5px;
}
.betting-table .League img {
    padding: 0px 3px;
}
.betting-chioce-team-td {
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
}
.betting-table .selected {
	background-image: url(../images/betting/bg-selected-betting2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.betting-chioce-vs {
    display: flex;
    justify-content: center;
    align-items: center;
    color_: red;
}
.betting-score {
	display: flex;
    justify-content: center;
    align-items: center;
}
.betting-status {
	display: flex;
	justify-content: center;
	align-items: center;
	color: red;
}
.rows-betting-info-list-button {
    display: flex;
}
.betting-info-button {
    background-image: url(../images/betting/bg-button-betting-page-l.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 5px 2px;
    width: 159px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.betting-button-more {
    display: flex;
    justify-content: center;
}
.button-more {
    background-image: url(../images/betting/bg-button-betting-page-b.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 5px 2px;
    width: 145px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}
.button-more:hover {
	transition:0.3s;
	opacity:0.5;
}
.betting-theader {
    display: flex;
    justify-content: space-between;
    margin: 0px -3px;
}
.betting-theader.center {
    justify-content: center;
}
.name-theader-center {
	   width:100%;
}
.betting-theader .thead-input {
    padding: 0px 11px;
}
.betting-theader .empty {}
.betting-theader .name-theader {}
.betting-theader .border-theader {}

/* customer pages */
.conten-customer {}
.customer-info {
    background-color: #1b1b1b;
}
.customer-info-title {
    background-image: url(../images/customer/bg-title-customer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    font-size: 18px;
}
.rows-customer-info {
    padding: 20px 30px;
    margin-bottom: 10px;
    font-size: 15px;
}
.text-customer-info {
    color: #b5b5b5;
    padding: 2px 0px;
    font-size: 15px;
    font-family: NotoSansKR-Light;
}
.sustomer-table-caption {
    text-align: center;
    font-size: 15px;
    font-family: NotoSansKR-Light;
}

/* charge-exchange-pages */
.text-info-pages {
    padding: 5px 0px;
}
.color-white {
    color: #b5b5b5;
    font-size: 15px;
    font-family: NotoSansKR-Light;
}
.color-red {
    color: red;
}
.conten-charge-exchange-page {
    padding: 10px;
    background-color: #434343;
    margin-bottom: 30px;
}
.conten-charge-exchange-list {
    display: flex;
    justify-content: space-between;
}
.conten-charge-exchange-left {
    border: 1px solid #626262;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 69px;
    background-image: url(../images/charge-exchange/bg-title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.conten-charge-exchange-left .name-rows {}
.conten-charge-exchange-right {
    border: 1px solid #626262;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 20px;
    background-color: #1b1b1b;
}
.con-input-charge-exchange {
    display: flex;
    align-items: center;
    width: 195px;
    margin-right: 10px;
}
.con-input-charge-exchange input {
    width: 177px;
    height: 36px;
    background: #000000;
    border: unset;
	color: #fff;
}
.con-button-charge-exchange {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.button-charge-exchange {
    width: 80px;
    height: 35px;
    background-image: url(../images/charge-exchange/bg-button-s.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.button-charge-exchange:hover {
	transition:0.3s;
	opacity:0.5;
}
.text-sub-charge-exchange {
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.con-text-sub-charge-exchange {width: 100%;/* padding: 0px 5px; */}
.button-charge-exchange-cash {
    width: 95px;
    height: 35px;
    background-image: url(../images/charge-exchange/bg-button-m.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2px;
    cursor: pointer;
}
.button-charge-exchange-cash:hover {
	transition:0.3s;
	opacity:0.5;
}
.con-checkbox-charge-exchange {
    display: flex;
    align-items: center;
    width_: 100%;
	margin-right:10px;
}
.con-checkbox-charge-exchange input {
    width: 20px;
    height: 20px;
}
.con-checkbox-charge-exchange .info-checkbox {
    padding: 0px 5px;
}
.mt-20 {
    margin-top: 20px;
}
.conten-div-right {
    display: flex;
    justify-content: flex-end;
}

.roundedOne {
    /* width: 28px; */
    height: 28px;
    position: relative;
    background: #fcfff4;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #ffffff 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  }
/*  .roundedOne label {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    left: 4px;*/
/*    top: 4px;*/
/*    background: linear-gradient(to bottom, #a7a7a7 0%, #000000 100%);*/
/*    border-radius: 50px;*/
/*    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;*/
/*  }*/
/*  .roundedOne label:after {*/
/*    content: '';*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    position: absolute;*/
/*    top: 2px;*/
/*    left: 2px;*/
/*    background: #6d6d6d;*/
/*    background: linear-gradient(to bottom, #6d6d6d 0%, #3e3e3e 100%);*/
/*    opacity: 0;*/
/*    border-radius: 50px;*/
/*    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);*/
/*  }*/
/*  .roundedOne label:hover::after {*/
/*    opacity: 0.3;*/
/*  }*/
/*  .roundedOne input[type=checkbox] {*/
/*    visibility: hidden;*/
/*  }*/
/*  .roundedOne input[type=checkbox]:checked + label:after {*/
/*    opacity: 1;*/
/*  }*/
  
  /* end .roundedOne */

  /* .roundedTwo */
.roundedTwo {
    /* width: 28px; */
    height: 28px;
    position: relative;
    background: #fcfff4;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #ffffff 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  }
/*  .roundedTwo label {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    left: 4px;*/
/*    top: 4px;*/
/*    background: linear-gradient(to bottom, #a7a7a7 0%, #000000 100%);*/
/*    border-radius: 50px;*/
/*    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;*/
/*  }*/
/*  .roundedTwo label:after {*/
/*    content: '';*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    position: absolute;*/
/*    top: 2px;*/
/*    left: 2px;*/
/*    background: #6d6d6d;*/
/*    background: linear-gradient(to bottom, #6d6d6d 0%, #3e3e3e 100%);*/
/*    opacity: 0;*/
/*    border-radius: 50px;*/
/*    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);*/
/*  }*/
/*  .roundedTwo label:hover::after {*/
/*    opacity: 0.3;*/
/*  }*/
/*  .roundedTwo input[type=checkbox] {*/
/*    visibility: hidden;*/
/*  }*/
/*  .roundedTwo input[type=checkbox]:checked + label:after {*/
/*    opacity: 1;*/
/*  }*/
  
  /* end .roundedTwo */

/* virtu game */
.virtu-games-buttons{
    width: 108px;
    height: 30px;
    margin: 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-image: url(../images/virtu/bg-button-virtu.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.virtu-games-buttons:hover{
    width: 108px;
    height: 30px;
    margin: 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    background-color: #ffffff;
    background-image: unset;
    color: #000000;
    border-radius: 2px;
	transition:1s;
}
.virtu-games-buttons.active{
    width: 108px;
    height: 30px;
    margin: 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    background-color: #ffffff;
    background-image: unset;
    color: #000000;
    border-radius: 2px;
}
.con-virtu-info {
    text-align: center;
    background-color: #434343;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #626262;
}
.date-virtu-time {}

/* login */
 
.md-modal {
	position: fixed;
	top: 40%;
	left: 50%;
	width: 100%;
	max-width: 744px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(40,43,49,.8);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {width: 100%;}

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.conten-login {
    background-image: url('../images/login/bg-login.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 744px;
    height: 525px;
    display: flex;
    justify-content: flex-end;
    padding: 25px;
}
.login-from {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 50px;
    width: 346px;
}
.logo-login {
    display: flex;
    justify-content: center;
}
.login-name {
    font-size: 25px;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.con-login-input.password{padding-top: 10px;}
.login-input-group {
    padding: 10px 0px;
}
.title-input {
    padding: 10px 0px;
}
.sub-names {
    padding: 0px 10px;
}
.input-login-user {}
.input-login-user input {
    background: #000000;
    border: 1px solid #959595;
    height: 35px;
    width: 325px;
    border-radius: 4px;
    color: #8e8e8e;
    padding: 0px 10px;
}
.con-login-input {
}

.input-login-password {}
.input-login-password input {
    background: #000000;
    border: 1px solid #959595;
    height: 35px;
    width: 325px;
    border-radius: 4px;
    color: #8e8e8e;
    padding: 0px 10px;
}
.con-login-checkbox {
    display: flex;
    padding: 10px 0px;
    align-items: center;
}
.checkbox-login {}
.checkbox-login input {}
.checkbox-text-info {
    color: #626262;
    font-size: 13px;
    padding-left: 10px;
}
.login-buttons {
}
.button-login-group {
    display: flex;
    justify-content: space-between;
}
.button-sign {
    background-image: url(../images/login/button-login.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 163px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
}
.button-sign:hover {
	opacity:0.7;
	transition:0.3s;
}
.button-inquiry {
    background-image: url(../images/login/button-login-2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 163px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
}
.button-inquiry:hover {
	opacity:0.7;
	transition:0.3s;
}
.login-buttons-info-sub {
    padding: 10px 0px;
}
.text-info-sub-login {
    font-size: 13px;
    text-align: center;
    padding: 10px 0px;
}
.text-info-sub-login a {
    color: #4385f8;
}
.close-btn {
    position: absolute;
    top: 2%;
    right: -10%;
    box-sizing: border-box;
    width: 4em;
    height: 4em;
    border-radius: 4em;
    border: unset;
    color: transparent;
    cursor: pointer;
    transition: all ease 0.3s;
    background: #4385f8;
  }
  .close-btn:before,
  .close-btn:after {
    position: absolute;
    width: 2em;
    height: 3px;
    left: 50%;
    top: 46%;
    margin-left: -1em;
    content: '';
    background: #ffffff;
    transition: all ease 1s;
  }
  .close-btn:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .close-btn:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close-btn:hover,
  .close-btn:focus {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #f26a3d;
    background: rgb(242 106 61);
  }
  .close-btn:hover:before,
  .close-btn:focus:before,
  .close-btn:hover:after,
  .close-btn:focus:after {
    background: white;
  }
  
  ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: flex-end;
}
ul.tabs li{
    background: none;
    display: inline-block;
    cursor: pointer;
}

ul.tabs li.current{
    color: #fae301;
}
ul.tabs li.current img{
    color: #fae301;
	opacity:0.5;
	transition:0.3s;
}

.tab-content{
    display: none;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}
/* join */
.conten-join {
    background-image: url('../images/join/bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 1095px;
    height: 775px;
    display: flex;
    justify-content: flex-end;
    padding: 25px 50px;
}
.join-from {
    width: 100%;
}
.title-join {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.join-name {
    width: 800px;
    text-align: center;
    font-size: 42px;
}
.rows-join {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #76777f;
    padding-bottom: 20px;
    padding-top: 20px;
}
.con-join-input {}
.join-input-group {
    display: flex;
}
.title-input-join {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 138px;
}
.title-input-join img {}
.input-join {}
.input-join input {
    background: #000000;
    border: 1px solid #959595;
    height: 35px;
    width: 320px;
    border-radius: 4px;
    color: #8e8e8e;
    padding: 0px 10px;
}
.input-join-button input {
    background: unset;
    border: unset;
    outline: unset;
    color: #fff;
    width: 100%;
    height: 30px;
}
.input-join-button input::placeholder {
	font-size:14px;
}
.close-btn-join {
    top: -3%;
    right: -64%;
}
.md-modal.join {
    left: 37%;
}
.input-join-button {
    display: flex;
    background: #000000;
    border: 1px solid #959595;
    height: 40px;
    width: 330px;
    border-radius: 4px;
    color: #8e8e8e;
    padding: 0px 5px;
    align-items: center;
    justify-content: space-between;
}
.icon-check {
    padding: 0px 10px;
}
.button-blue {
    border: 2px solid #4385f8;
    border-radius: 20px;
    width: 62px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 4px;
    cursor: pointer;
}
.button-blue .color-w {
    color: #ffffff;
}
.color-gray {
	color:#959595;
}
.button-blue .color-b {
    color: #4385f8;
}
.join-buttons {
    padding: 40px 0px 0px 0px;
}
.button-join-group {
    background-image: url(../images/join/bg-button-join.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: NotoSansKR-Bold;
    cursor: pointer;
}
.button-join-group:hover {
	transition:0.3s;
	opacity:0.5;
}
.button-join-submit {}
.input-join-button.just-start {
    justify-content: flex-start;
}

.title-pages {
    display: flex;
    align-items: center;
    background-image: url(../images/bg-title-page.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 75px;
    padding: 0px 20px 20px 20px;
}
.name-pages-ko {
    font-size: 28px;
    font-family: NotoSansKR-Medium;
}
.name-pages-en {
    padding: 10px 10px 0px 10px;
    font-size: 18px;
    font-family: NotoSansKR-Light;
    text-transform: uppercase;
}
.conten-customer-write {}
.customer-write {
    background: #434343;
    padding: 10px 10px 60px 10px;
}
.customer-form {
    display: flex;
    margin: 5px 0px;
}
.customer-form-name {
    width: 122px;
    display: flex;
    justify-content: flex-end;
    padding: 5px 30px;
    background: #1b1b1b;
    border: 1px solid #626262;
}
.customer-form-input {
    background: #2d2d2d;
    width: 100%;
    border: 1px solid #626262;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
}
.customer-form-input input {
    background: #1b1b1b;
    color: #ffffff;
    padding: 6px 10px;
    border: 1px solid #626262;
    width: 97%;
}
.customer-form-textarea {
    background: #2d2d2d;
    width: 100%;
    border: 1px solid #626262;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
}
.customer-form-textarea textarea {
    background: #1b1b1b;
    color: #ffffff;
    padding: 6px 10px;
    border: 1px solid #626262;
    width: 97%;
}
.con-button-write {
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}
.con-button-write div {
    margin: 0px 10px;
}
.con-button-right {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0px;
}

/*************************************************************************/
/*************************** RULE ****************************************/
/*************************************************************************/
.rule-table .num {
    text-align: center;
}
.rule-table .banner {
    display: flex;
}
.rule-table .banner img {}
.rule-table .logo-rule {
    text-align: center;
}
.rule-table .logo-rule img {}
.rule-table .views {
    text-align: center;
}
.rule-table {}
.rule-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: unset;
}
.rule-table table thead {height: 40px;background-image: url(../images/betting/bg-table-theader.png);background-repeat: no-repeat;background-size: 100% 100%;}

.rule-table  {
  border: 1px solid;
}
.rule-table , td {
  border: unset;
  border-color: unset;
  font-family: NotoSansKR-Light;
  background-color: #1b1b1b;
}
.rule-table table thead tr {}
.rule-table table thead tr th {font-weight: normal;}
.rule-table table tbody {}
.rule-table table tbody tr {
    border-color: #626262;
}
.rule-table table tbody tr td:first-child {
	border: 1px solid #626262;
	border-right: unset;
	border-top: unset;
}
.rule-table table tbody tr td:last-child {
	border: 1px solid #626262;
	border-left: unset;
	border-top: unset;
}
.rule-table table tbody tr td {
    height: 50px;
    border-bottom: 1px solid #626262;
}
.rule-table table tbody tr td:nth-child(2) {
    border-bottom: 1px solid #626262;
}
.rule-table table tbody tr td:nth-child(3) {
    border-bottom: 1px solid #626262;
}
.conten-rule-detail {
    padding: 10px;
    background: #434343;
}
.rule-detail {}
.rule-detail-form {
    display: flex;
}
.rule-detail-form-name {
    background: #1b1b1b;
    width: 166px;
    border: 1px solid #626262;
    display: flex;
    justify-content: flex-end;
    padding: 7px 20px;
}
.rule-detail-list {
    background: #2d2d2d;
    width: 100%;
    border: 1px solid #626262;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.rule-detail-list .sub-text {}
.rule-detail-conten {
    background: #1b1b1b;
    height_: 300px;
	height: 100%;
    margin: 5px 0px;
    border: 1px solid #626262;
}
/*************************************************************************/
/*************************** RESULT ****************************************/
/*************************************************************************/
.list-result-group {}
.conten-result-page {}
.rows-list-result-group {
    background: #434343;
    padding: 10px;
}

.conten-menu-result {
    padding: 10px 0px;
}
.list-menu-result {
    display: flex;
    justify-content: space-between;
}
.menu-result-button {
    width: 115px;
    height: 37px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-image: url(../images/result/bg-button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 13px;
    font-family: NotoSansKR-Light;
    margin: 2px 2px;
    cursor: pointer;
}
.menu-result-button.black {
    background-image: url(../images/result/bg-button-black.png);
}
.result-table {}
.result-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: unset;
}
.result-table table thead {height: 40px;background-image: url(../images/betting/bg-table-theader.png);background-repeat: no-repeat;background-size: 100% 100%;}

.result-table  {
  border: 1px solid;
}
.result-table , td {
  border: unset;
  border-color: unset;
  font-family: NotoSansKR-Light;
  background-color: unset;
}
.result-table table thead tr {}
.result-table table thead tr th {font-weight: normal;}
.result-table table tbody {}
.result-table table tbody tr {
    border-color: #626262;
}

.result-table table tbody tr td {
    border-bottom: unset;
}

.result-table table tr td .conteam-list {
    background-image: url(../images/result/bg-team.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    margin: 2px 0px;
}
.result-table table tr td .conteam-list img {}
.result-table table tr td .conteam-list .name-team {
    padding: 0px 10px;
    color: #b2b2b2;
    font-family: NotoSansKR-Regular;
}
.result-table table tr td .datetime {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/result/bg-td-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.result-table table tr td .team-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(../images/result/bg-td-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 44px;
    padding: 0px 10px;
}
.result-table table tr td .team-l .name {}
.result-table table tr td .team-l .rate {}
.result-table table tr td .team-r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(../images/result/bg-td-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 44px;
    padding: 0px 10px;
}
.result-table table tr td .team-l.active {background-image: url(../images/result/bg-button-black.png);}
.result-table table tr td .team-r.active {background-image: url(../images/result/bg-button-black.png);}
.result-table table tr td .team-r .name {}
.result-table table tr td .team-r .rate {}
.result-table table tr td .vs-team {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/result/bg-td-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 44px;
    padding: 0px 10px;
    color_: red;
}
.result-table table tr td .score {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/result/bg-td-5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 44px;
    padding: 0px 10px;
}
.result-table table tr td .situation {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/result/bg-td-6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 44px;
    padding: 0px 10px;
}
.white-color {
    color: #ffffff;
}
.timer-panel .minigame-timer {

}
.timer-panel .deadline-text {
  display: none;
  color: #ff0000;
}
.timer-panel.deadline .minigame-timer {
  display: none;
  color: #ff0000;
}
.timer-panel.deadline .deadline-text {
  display: block;
  color: #ff0000;
}

.layer_pop {
    overflow: hidden;
    position: absolute;
    z-index: 999;
    border: 1px solid #585858;
    border-radius: 10px;
    background: #000;
    -webkit-box-shadow: 1px 1px 50px 6px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 1px 50px 6px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 50px 6px rgb(0 0 0 / 75%);
    color: #fff;
}

.s_out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}
.layer_pop .btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url(../images/common/ico_close.png) 0 0 no-repeat;
    background-size: 24px 24px;
    opacity: .8;
}
.ir {
    display: block;
    overflow: hidden;
    font-size: 1px;
    line-height: 0;
    color: transparent;
}





.checks input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}
.checks input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checks input[type="radio"] + label:before {
  content: '';
  position: absolute;
    left: -2px;
    top: -15px;
    width: 28px;
    height: 28px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #cacece;
  border-radius: 100%;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.checks input[type="radio"] + label:active:before,
.checks input[type="radio"]:checked + label:active:before  {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.checks input[type="radio"]:checked + label:before {
  background: #E9ECEE;
  border-color: #adb8c0;
}
.checks input[type="radio"]:checked + label:after {
  content: '';
    width: 23px;
    height: 23px;
    cursor: pointer;
    position: absolute;
    left: 2px;
    top: -11px;
    background: linear-gradient(to bottom, #a7a7a7 0%, #000000 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgb(0 0 0 / 50%), 0px 1px 0px white;
}

.lotus22 li {margin: 0px 45px;}
.lotus33 li {margin: 0px 35px;}

.lotus44 {flex-direction: column;}
.rs {justify-content: space-evenly;}

.messege-table {}
.messege-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: unset;
}
.messege-table table thead {height: 40px;background-image: url(../images/betting/bg-table-theader.png);background-repeat: no-repeat;background-size: 100% 100%;}

.messege-table  {
  border: 1px solid;
}
.messege-table , td {
    border: 1px solid;
    border-color: #626262;
    font-family: NotoSansKR-Light;
    background-color: #1b1b1b;
    border-top: unset;
    border-right: unset;
    border-left: unset;
  }
  .messege-table, td:first-child {
      border: 1px solid #626262;
      border-right: unset;
      border-top: unset;
      bottom: unset;
  }
  .messege-table, td:last-child {
      border: 1px solid #626262;
      border-left: unset;
      border-top: unset;
      bottom: unset;
  }
.messege-table table thead tr {}
.messege-table table thead tr th {font-weight: normal;}
.messege-table table tbody {}
.messege-table table tbody tr {
}
.messege-table table tbody tr td {
    height: 50px;
}

.messege-main-table {}
.messege-main-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: unset;
}
.messege-main-table table thead {height: 40px;background-image: url(../images/betting/bg-table-theader.png);background-repeat: no-repeat;background-size: 100% 100%;}

.messege-main-table  {
  border: 1px solid;
}
.messege-main-table , td {
    border: 1px solid;
    border-color: #626262;
    font-family: NotoSansKR-Light;
    background-color: #1b1b1b;
    border-top: unset;
    border-right: unset;
    border-left: unset;
  }
  .messege-main-table, td:first-child {
      border: 1px solid #626262;
      border-right: unset;
      border-top: unset;
      bottom: unset;
  }
  .messege-main-table, td:last-child {
      border: 1px solid #626262;
      border-left: unset;
      border-top: unset;
      bottom: unset;
  }
.messege-main-table table tbody tr td:nth-child(3) {
	background: #131313;
	padding: 0px 20px;
}
.messege-main-table table thead tr {}
.messege-main-table table thead tr th {font-weight: normal;}
.messege-main-table table tbody {}
.messege-main-table table tbody tr {
}
.messege-main-table table tbody tr td {
    height: 50px;
}


/* popup styles */
.popup {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
  }
  .popup-overlay {
    background: rgb(0 0 0 / 44%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .popup-content {
    position: absolute;
    background-image: url(../images/popup/bg-conten.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 500px;
    margin: -58px 0 0 -264px;
    left: 50%;
    top: 15%;
    z-index: 11;
    padding: 0px;
  }
  .close-popup {
    display: inline-block;
    position: absolute;
    top: -48px;
    right: -43px;
    font-size: 50px;
    background: #000;
    border-radius: 100px;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 95px;
    text-decoration: none;
    color: #ffffff;
  }
  
  /* Animations */
  .fadeIn {
    animation: fadeIn 0.5s ease-in both;
    -webkit-animation: fadeIn 0.5s ease-in both;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  }
  
  .fadeOut {
    animation: fadeOut 0.5s ease-out both;
    -webkit-animation: fadeOut 0.5s ease-out both;
  }
  @keyframes fadeOut {
    to {
      opacity: 0;
    }
  }
  @-webkit-keyframes fadeOut {
    to {
      opacity: 0;
    }
  }
  
  .scaleIn {
    animation: scaleIn 0.5s ease-in both;
    -webkit-animation: scaleIn 0.5s ease-in both;
  }
  @keyframes scaleIn {
    from {
      opacity: 0;
      transform: scale(0.5);
    }
  }
  @-webkit-keyframes scaleIn {
    from {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }
  }
  
  .scaleOut {
    animation: scaleOut 0.5s ease-out both;
    -webkit-animation: scaleOut 0.5s ease-out both;
  }
  @keyframes scaleOut {
    to {
      opacity: 0;
      transform: scale(0.5);
    }
  }
  @-webkit-keyframes scaleOut {
    to {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }
  }
  
  .scaleUpIn {
    animation: scaleIn 0.5s ease-in both;
    -webkit-animation: scaleIn 0.5s ease-in both;
  }
  .scaleUpOut {
    animation: scaleUpOut 0.5s ease-in both;
    -webkit-animation: scaleUpOut 0.5s ease-in both;
  }
  @keyframes scaleUpOut {
    to {
      opacity: 0;
      transform: scale(1.2);
    }
  }
  @-webkit-keyframes scaleUpOut {
    to {
      opacity: 0;
      -webkit-transform: scale(1.2);
    }
  }
  
  .scaleDownIn {
    animation: scaleDownIn 0.5s ease-in both;
    -webkit-animation: scaleDownIn 0.5s ease-in both;
  }
  .scaleDownOut {
    animation: scaleOut 0.5s ease-in both;
    -webkit-animation: scaleOut 0.5s ease-in both;
  }
  @keyframes scaleDownIn {
    from {
      opacity: 0;
      transform: scale(1.2);
    }
  }
  @-webkit-keyframes scaleDownIn {
    from {
      opacity: 0;
      -webkit-transform: scale(1.2);
    }
  }
  
  .slideIn {
    animation: slideIn 0.5s ease-in both;
    -webkit-animation: slideIn 0.5s ease-in both;
  }
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(-50%);
    }
  }
  @-webkit-keyframes slideIn {
    from {
      opacity: 0;
      -webkit-transform: translateY(-50%);
    }
  }
  
  .slideOut {
    animation: slideOut 0.5s ease-out both;
    -webkit-animation: slideOut 0.5s ease-out both;
  }
  @keyframes slideOut {
    to {
      opacity: 0;
      transform: translateY(50%);
    }
  }
  @-webkit-keyframes slideOut {
    to {
      opacity: 0;
      -webkit-transform: translateY(50%);
    }
  }
  
  .slideLeftIn {
    animation: slideLeftIn 0.5s ease-in both;
    -webkit-animation: slideLeftIn 0.5s ease-in both;
  }
  @keyframes slideLeftIn {
    from {
      opacity: 0;
      transform: translateX(-50%);
    }
  }
  @-webkit-keyframes slideLeftIn {
    from {
      opacity: 0;
      -webkit-transform: translateX(-50%);
    }
  }
  
  .slideLeftOut {
    animation: slideLeftOut 0.5s ease-out both;
    -webkit-animation: slideLeftOut 0.5s ease-out both;
  }
  @keyframes slideLeftOut {
    to {
      opacity: 0;
      transform: translateX(50%);
    }
  }
  @-webkit-keyframes slideLeftOut {
    to {
      opacity: 0;
      -webkit-transform: translateX(50%);
    }
  }
  
  .flipLeftIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn 0.5s both ease-out;
    -moz-animation: flipLeftIn 0.5s both ease-out;
    animation: flipLeftIn 0.5s both ease-out;
  }
  @-webkit-keyframes flipLeftIn {
    from {
      -webkit-transform: translateZ(-1000px) rotateY(90deg);
      opacity: 0.2;
    }
  }
  @keyframes flipLeftIn {
    from {
      transform: translateZ(-1000px) rotateY(90deg);
      opacity: 0.2;
    }
  }
  
  .flipLeftOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftOut 0.5s both ease-in;
    -moz-animation: flipLeftOut 0.5s both ease-in;
    animation: flipLeftOut 0.5s both ease-in;
  }
  
  @-webkit-keyframes flipLeftOut {
    to {
      -webkit-transform: translateZ(1000px) rotateY(-90deg);
      opacity: 0;
    }
  }
  @keyframes flipLeftOut {
    to {
      transform: translateZ(1000px) rotateY(-90deg);
      opacity: 0;
    }
  }
  
  .flipRightIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightIn 0.5s both ease-out;
    -moz-animation: flipRightIn 0.5s both ease-out;
    animation: flipRightIn 0.5s both ease-out;
  }
  @-webkit-keyframes flipRightIn {
    from {
      -webkit-transform: translateZ(-1000px) rotateY(-90deg);
      opacity: 0.2;
    }
  }
  @keyframes flipRightIn {
    from {
      transform: translateZ(-1000px) rotateY(-90deg);
      opacity: 0.2;
    }
  }
  
  .flipRightOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightOut 0.5s both ease-in;
    -moz-animation: flipRightOut 0.5s both ease-in;
    animation: flipRightOut 0.5s both ease-in;
  }
  
  @-webkit-keyframes flipRightOut {
    to {
      -webkit-transform: translateZ(1000px) rotateY(90deg);
      opacity: 0;
    }
  }
  @keyframes flipRightOut {
    to {
      transform: translateZ(1000px) rotateY(90deg);
      opacity: 0;
    }
  }
  
  .rotateIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateIn 0.5s both ease-out;
    -moz-animation: rotateIn 0.5s both ease-out;
    animation: rotateIn 0.5s both ease-out;
  }
  @-webkit-keyframes rotateIn {
    from {
      -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
      opacity: 0;
    }
  }
  @-moz-keyframes rotateIn {
    from {
      -moz-transform: translateZ(-3000px) rotateZ(-360deg);
      opacity: 0;
    }
  }
  @keyframes rotateIn {
    from {
      transform: translateZ(-3000px) rotateZ(-360deg);
      opacity: 0;
    }
  }
  
  .rotateOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateOut 0.5s both ease-in;
    -moz-animation: rotateOut 0.5s both ease-in;
    animation: rotateOut 0.5s both ease-in;
  }
  @-webkit-keyframes rotateOut {
    to {
      -webkit-transform: translateZ(-3000px) rotateZ(360deg);
      opacity: 0;
    }
  }
  @-moz-keyframes rotateOut {
    to {
      -moz-transform: translateZ(-3000px) rotateZ(360deg);
      opacity: 0;
    }
  }
  @keyframes rotateOut {
    to {
      transform: translateZ(-3000px) rotateZ(360deg);
      opacity: 0;
    }
  }
  
  .rotateCubeIn {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateCubeIn 0.6s both ease-in;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateCubeIn 0.6s both ease-in;
    transform-origin: 50% 100%;
    animation: rotateCubeIn 0.6s both ease-in;
  }
  @-webkit-keyframes rotateCubeIn {
    0% {
      opacity: 0.3;
      -webkit-transform: translateY(-100%) rotateX(90deg);
    }
    50% {
      -webkit-animation-timing-function: ease-out;
      -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }
  }
  @-moz-keyframes rotateCubeIn {
    0% {
      opacity: 0.3;
      -moz-transform: translateY(-100%) rotateX(90deg);
    }
    50% {
      -moz-animation-timing-function: ease-out;
      -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }
  }
  @keyframes rotateCubeIn {
    0% {
      opacity: 0.3;
      transform: translateY(-100%) rotateX(90deg);
    }
    50% {
      animation-timing-function: ease-out;
      transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }
  }
  
  .rotateCubeOut {
    -webkit-transform-origin: 50% 0;
    -webkit-animation: rotateCubeOut 0.6s both ease-in;
    -moz-transform-origin: 50% 0;
    -moz-animation: rotateCubeOut 0.6s both ease-in;
    transform-origin: 50% 0;
    animation: rotateCubeOut 0.6s both ease-in;
  }
  @-webkit-keyframes rotateCubeOut {
    50% {
      -webkit-animation-timing-function: ease-out;
      -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }
    100% {
      opacity: 0.3;
      -webkit-transform: translateY(100%) rotateX(-90deg);
    }
  }
  @-moz-keyframes rotateCubeOut {
    50% {
      -moz-animation-timing-function: ease-out;
      -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }
    100% {
      opacity: 0.3;
      -moz-transform: translateY(100%) rotateX(-90deg);
    }
  }
  @keyframes rotateCubeOut {
    50% {
      animation-timing-function: ease-out;
      transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }
    100% {
      opacity: 0.3;
      transform: translateY(100%) rotateX(-90deg);
    }
  }
  
  .popup {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
  }
  .popup-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .bg-title-popu {
    background-image: url(../images/popup/bg-title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 23px;
}
.popup-caption {
    display_: flex;
    align-items_: center;
    justify-content_: center;
        padding: 30px 30px;
}

.container-calendar {
    padding: 0vw;
    margin: 0 auto;
    overflow: auto;
  }
  
  .button-container-calendar button {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #00a2b7;
    color: #fff;
    border: 1px solid #0aa2b5;
    border-radius: 4px;
    padding: 5px 10px;
  }
  
  .table-calendar {
    border-collapse: collapse;
    width: 100%;
  }
  .table-calendar thead {}
  .table-calendar thead tr {
      background-image: url(../images/attendance/bg-th-attendance.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
  }
  .table-calendar thead tr th {
      height: 38px;
      line-height: 35px;
  }
  .table-calendar tbody {}
  .table-calendar tbody tr {}
  .table-calendar tbody tr td {
      border: 1px solid #454545;
      text-align: left;
      height: 162px;
  }
.table-calendar tbody tr td span {
    padding: 10px 10px;
}
  .table-calendar tbody tr td:first-child {
      background-color: #2d2d2d;
  }
  .table-calendar tbody tr td:last-child {
      background-color: #2d2d2d;
  }
  .table-calendar td, .table-calendar th {
    /* padding: 2vw; */
    /* padding: 5px; */
    border: unset;
    text-align: center;
    vertical-align: top;
  }
  
  .date-picker.selected {
    font-weight: bold;
    background-image: url(../images/attendance/check1.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
  }
  
  .date-picker.selected span {
    /* border-bottom: 2px solid currentColor; */
  }
  
  /* sunday */
  .date-picker:nth-child(1) {/* color: red; */}
  
  /* friday */
  .date-picker:nth-child(6) {/* color: green; */}
  
  #monthAndYear {
    text-align: center;
    margin-top: 0;
  }
  
  .button-container-calendar {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
    display: none;
  }
  
  #previous {
    float: left;
  }
  
  #next {
    float: right;
  }
  
  .footer-container-calendar {
    margin-top: 1em;
    border-top: 1px solid #dadada;
    padding: 10px 0;
    display: none;
  }
  
  .footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ffffff;
    color: #585858;
    border: 1px solid #bfc5c5;
    border-radius: 3px;
    padding: 5px 1em;
  }
  .con-button-attendance button {
    background-image: url(../images/bg-button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 140px;
    height: 48px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    font-family: NotoSansKR-Regular;
  }
  #monthAndYear {
      justify-content: center;
      font-size: 18px;
      font-family: NotoSansKR-Regular;
      font-weight: bold;
  }
  .conmonthandyear {
      display: flex;
      justify-content: space-between;
      padding: 1vw 0vw 0.5vw 0vw;
  }
  .conmonthandyear div {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
  }

  .conten-joincode {
    background-image: url(../images/join/bg-join.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1097px;
    margin: 0px -185px;
    padding: 25px;
}
.login-join-dis {
    display: none;
}
  .joincode-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
  .joincode-logo {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .joincode-logo img {
    width: 100%;
}
  .joincode-name {
    width: 800px;
    text-align: center;
    font-size: 42px;
    font-family: NotoSansKR-Regular;
}
  .joincode-form-container {
    height: 775px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .joincode-form {
    display: flex;
    justify-content: center;
}
  .joincode-inconname {
    display: flex;
    align-items: center;
}
  .joincode-inconname img {}
  .joincode-inconname .name {}
  .joincode-input {}
  .joincode-input input {
    background: #000000;
    border: 1px solid #959595;
    height: 35px;
    border-radius: 4px;
    color: #8e8e8e;
    padding: 0px 10px;
    width: 200px;
    margin: 0px 20px;
}
  .joincode-button {}
  .joincode-button button {
    background-image: url(../images/join/button-join.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 36px;
    color: #ffffff;
    border: unset;
    padding: 0;
    margin: 1px;
}
.bs-ul-mini {
    padding: 0;
}
.bs-ul-mini.just-s {
    display: flex;
    flex-wrap: wrap;
}
.bs-ul-mini.just-lage {
    display: flex;
}
.bs-ul-mini li {}


.layer_pop2 {
    overflow: hidden;
    position: absolute;
    z-index: 999;
    border: 1px solid #585858;
    border-radius: 10px;
    background: #000;
    -webkit-box-shadow: 1px 1px 50px 6px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 1px 50px 6px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 50px 6px rgb(0 0 0 / 75%);
    color: #fff;
}

.layer_pop2.layer_simple {
    top: 340px;
    left: 38%;
    width: 290px;
    z-index: 1000;
}

.layer_pop2 .desc_notice {
    display: block;
    padding-top: 12px;
    text-decoration: none;
    word-break: break-all;
    letter-spacing: -.025em;
}

.layer_simple .desc_notice {
    padding: 0;
}

.layer_simple .link_memo {
    display: block;
    position: relative;
    padding: 18px 0 20px 96px;
    border-radius: 10px;
    border: 2px solid #101010;
    text-align: left;
    color: #fff;
    letter-spacing: 0.05em;
}
.layer_simple .link_memo .ico_memo {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 42px;
    height: 42px;
    font-size: 1px;
    color: transparent;
    background: url(../images/common/ico_message.png) 0 0 no-repeat;
    background-size: 42px 42px;
}
.layer_simple .link_memo b {
    color: #f5d69d;
}



.main-notice {
  width: 400px;
  padding: 0;
  position: absolute;
  top: 80px;
  background: #111;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.main-notice .notice-logo {
  text-align: center;
  height: 25px;
  opacity: 0.8;
  padding: 15px 0;
}

.main-notice .notice-logo img {
  height: 25px;
}

.main-notice .notice-title {
  padding: 5px 10px 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
}

.main-notice .notice-body {
  min-height: 150px;

  overflow-y: auto;
  border: 2px solid #c8af77;
  border-image-source: linear-gradient(to right, #c8af77 15%, #fff 50%, #c8af77);
  border-image-slice: 1;
}

.main-notice .notice-foot {
  font-size: 12px;
  color: #fff;
  border: 2px solid #c8af77;
  border-image-source: linear-gradient(to right, #c8af77 15%, #fff 50%, #c8af77);
  border-image-slice: 1;
}

.notice-body img {width:100%;}

.main-notice .notice-foot .notice-foot-btn {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #aaa;
  background: #222;
  font-size: 15px;
}

.main-notice .notice-foot .notice-foot-btn:hover {
  color: white;
}

.notice-foot .right-side {
  float: right;
  color: #000;
  padding: 5px 15px;
  margin-top: -3px;
  width: 90px;
  text-align: center;
  background: url('/14king_img/B_long.png') no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
  margin-top: -7px;
}

.notice-foot .right-side:hover {

  color: #B20000;
}