
body {
	background: #2b1234;
	color: #fff;
}

.t-red {color: #ff0000;}

.spacing-hr {
	width: 100%;
	height: 10px;
	margin: 50px 0;
	border-top: 1px #f8bb49 dashed;
}
button:active {
	transform: translateY(2px);
	box-shadow: 0 0px 0px #040405;
}

.btn-primary {
	height: 40px;
	padding: 0 2rem;
	background: padding-box #fe19c;
	background-image: linear-gradient(to bottom, #f8bb49, #f7941d);
	border-radius: 3px;
	border: none;
	color: #000;
	transition: 0.2s;
}
.btn-primary:hover {
	background-image: linear-gradient(to top, #f8bb49, #f7941d);
	box-shadow: 0 2px 2px #040405;
}
.btn-secondary {
	height: 40px;
	padding: 0 2rem;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
}
.btn-secondary:hover {
	background: #fff;
	color: #000;
	box-shadow: 0 2px 2px #040405;
}
.btn-money {
	height: 30px;
	border-radius: .3em;
}
.btn-black {
	box-shadow: 0 3px 0 0 #040405, 0 4px 4px -1px rgb(0 0 0 / 60%), 0 4px 6px 1px rgb(0 0 0 / 30%), 0 1px 2px 1px rgb(0 0 0 / 0%) inset, 0 18px 32px -2px rgb(255 255 255 / 10%) inset;
	background-color: #252730;
	background-image: linear-gradient(180deg, #252730, #212934, #121520, #030926);
	background-size: auto 300%;
	background-position: top center;
	color: #E6EAEF;
}
.btn-black:active {
	box-shadow: 0 3px 0 0 #040405, 0 4px 4px -1px rgb(0 0 0 / 60%), 0 4px 6px 1px rgb(0 0 0 / 30%), 0 1px 2px 1px rgb(0 0 0 / 0%) inset, 0 18px 32px -2px rgb(255 255 255 / 10%) inset;
	transition: 0s;
	color: #040405;
	text-shadow: 0 1px 0 rgb(255 255 255 / 30%);
}
.btn-black:hover {
	background-position: bottom center;
	box-shadow: 0 3px 0 0 #040405, 0 6px 4px -1px rgb(0 0 0 / 30%), 0 4px 16px rgb(0 0 0 / 50%), 0 1px 2px 1px rgb(0 0 0 / 0%) inset, 0 18px 32px -2px rgb(255 255 255 / 14%) inset;
}

.mask {
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: none;
}

.close {
	position: absolute;
	z-index: 3;
	width: 40px;
	height: 40px;
	background: url(../../img/play/ic_close.png) top center no-repeat;
	background-size: contain;
	display: block;
	filter: brightness(100);
	cursor: pointer;
}
.close:hover {
	transform: rotate( 180deg );
	filter: brightness(1);
	opacity:1;
}

.wrapper {
	min-width:1400px;
}

.game-page-pop {
	position: fixed;
	z-index: 99;
	top: 5%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1400px;
	height: 90%;
	background: url(../../img/play/modal-background.png) #2b1234 top left no-repeat;
	background-size: auto 100%;
	border: 1px #f8bb49 solid;
	border-radius: 10px;
	overflow: hidden;
	display: none;
}
.game-page-pop .close {
	position: absolute;
	top: 20px;
	right: 20px;
}
.game-page-pop .game-page-pop-title {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 30px 20px;
	overflow: hidden;
}
.game-page-pop .game-page-pop-title:after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/play/dot_mask0.png) center;
	content: "";
}
.game-page-pop .game-page-pop-title h3 {
	font-size: 1rem;
	line-height: .2;
	color: #fff;
	font-weight: 500;
}
.game-page-pop .game-page-pop-title h4 {
	line-height: 1.8;
	font-size: 1.2rem;
	color: #fff;
	font-weight: 500;
}

.game-page-pop .game-page-pop-container {
	width: calc(100% - 40px);
	height: calc(100% - 210px);
	margin: 20px auto 0 auto;
	overflow-y:auto;
	animation: cc_anim 1s ease 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.game-page-pop .game-page-pop-container .game-page-item {
	position: relative;
	width: 200px;
	height: 250px;
	margin:5px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}
.game-page-pop .game-page-pop-container .game-page-item .game-page-item-thumb {
	width: 100%;
	height: 100%;
}
.game-page-pop .game-page-pop-container .game-page-item .game-page-item-thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.game-page-pop .game-page-pop-container .game-page-item:hover .game-page-item-thumb img {
	width: 120%;
	height: 120%;
}
.game-page-pop .game-page-pop-container .game-page-item .title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.8);
	color: #fff;
	text-align: center;
}


.coin-guide-pop {
	position: absolute;
	z-index: 99;
	top: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1400px;
	height: auto;
	padding: 20px 40px;
	background: url(../../img/play/texture-bg.png) top center;
	border-radius: 10px;
	overflow-y: auto;
	display: none;
}


header {
	position: fixed;
	z-index: 8;
	width: 280px;
	height: 100%;
	background: #41294a;
	box-shadow: 0 0 20px #000;
}
header .header-container {
	width: 100%;
}
header .header-container .header-top {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	padding: 0 10px;
}
header .header-container .header-top .logo-container {
	width: 100%;
	height: 100%;
	padding: 20px 0 0;
	text-align: center;
}
header .header-container .header-top .logo-container img {
	max-width: 100%;
	max-height: 100%;
}

header .header-container .header-bottom {
	width: 100%;
	padding: 15px;
}
header .header-container .header-bottom .gnb-container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #ffffff1a;
	border-radius: 10px;
	box-shadow: 0 0 10px #0000004d;
}
header .header-container .header-bottom .gnb {
	position: relative;
	width: 100%;
	padding: 15px 0;
}
header .header-container .header-bottom .gnb.gnb-menu {
	padding: 20px 0 15px 0;
}
header .header-container .header-bottom .gnb.gnb-menu:after {
	position: absolute;
	top: 0px;
	left: 5%;
	width: 90%;
	height: 1px;
	background: linear-gradient(90deg, rgb(255 255 255 / 0%), white, rgb(255 255 255 / 0%));
	content: "";
}
header .header-container .header-bottom .gnb .gnb-item {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 38px;
	padding: 0 10px 0 55px;
	margin: 5px 0;
	line-height: 38px;
	color: #fdcd0a;
	cursor: pointer;
	filter: brightness(100);
	transition: all 0s ease-in-out;
}
header .header-container .header-bottom .gnb .gnb-item:after {
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 20px;
	width: 26px;
	height: 26px;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
header .header-container .header-bottom .gnb.gnb-menu .gnb-item {
	height: 32px;
	line-height: 30px;
	font-size:.9rem;
}
header .header-container .header-bottom .gnb.gnb-menu .gnb-item:after {
	top: 6px;
	left: 20px;
	width: 20px;
	height: 20px;
}

header .header-container .header-bottom .gnb .gnb-item.live:after {
	background-image: url(../../img/play/ic-game-pc.png);
}
header .header-container .header-bottom .gnb .gnb-item.hotel:after {
	background-image: url(../../img/play/ic-card.png);
}
header .header-container .header-bottom .gnb .gnb-item.slot:after {
	background-image: url(../../img/play/ic-game-slot2.png);
}
header .header-container .header-bottom .gnb .gnb-item.deposit:after {
	background-image: url(../../img/play/ic-deposit.png);
}
header .header-container .header-bottom .gnb .gnb-item.withdraw:after {
	background-image: url(../../img/play/ic-exchang.png);
}
header .header-container .header-bottom .gnb .gnb-item.money-history:after {
	background-image: url(../../img/play/ic-chip2.png);
}
header .header-container .header-bottom .gnb .gnb-item.bet-history:after {
	background-image: url(../../img/play/ic-historym.png);
}
header .header-container .header-bottom .gnb .gnb-item.notice:after {
	background-image: url(../../img/play/ic-dia.png);
}
header .header-container .header-bottom .gnb .gnb-item.cs:after {
	background-image: url(../../img/play/ic-help.png);
}
header .header-container .header-bottom .gnb.gnb-menu .gnb-item:after {
	margin: 0;
	font-size: .9rem;
}
header .header-container .header-bottom .gnb .gnb-item:hover {
	background: linear-gradient(90deg, #2b1234, transparent);
	filter: brightness(1);
}

.main-cs-container {
	position: relative;
	z-index: 1;
	width: calc(100% - 30px);
	height: 380px;
	margin: 10px auto 0;
	padding: 0 15px;
	border-radius: 10px;
	background: url(../../img/play/bg_cs.png) center top no-repeat;
	background-size: 100% auto;
}
.main-cs-container .main-cs-img {
	position: absolute;
	z-index: 1;
	bottom: -60px;
	left: 10px;
	width: 100%;
}
.main-cs-container .main-cs-title {
	position: relative;
	z-index: 1;
	top: 20px;
	left: 10px;
	width: auto;
	height: auto;
	color: #fff;
}
.main-cs-container .main-cs-title h2 {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	text-transform: inherit;
}
.main-cs-container .main-cs-title h3 {
	line-height: 1;
	font-size: 2rem;
	font-weight: 400;
	color: #fdcd0a;
	text-transform: uppercase;
}
.main-cs-container .main-cs-title h4 {
	margin-top: 10px;
	line-height: 1.5;
	font-size: .8rem;
	font-weight: 400;
	text-transform: inherit;
}
.main-cs-container .main-cs-customer {
	position: relative;
	z-index: 1;
	left: 10px;
	width: auto;
	height: auto;
	margin-top: 30px;
	color: #fff;
}
.main-cs-container .main-cs-customer .phone {
	margin-top: 5px;
	letter-spacing: 1px;
	font-size: 2rem;
	font-family: 'Teko', sans-serif;
	line-height: 1;
	color: #fdcd0a;
	font-weight: 500;
}
.main-cs-container .main-cs-customer .sns {
	font-size:.9rem;
	line-height:1.5;
}

.main-cs-container .main-cs-btn {
	position: relative;
	z-index: 1;
	left: 10px;
	width: auto;
	height: auto;
	margin-top: 40px;
	color:#fff;
}
.main-cs-container .main-cs-btn:after {
	position: absolute;
	top: -20px;
	left: 5%;
	width: 90%;
	height: 1px;
	background: linear-gradient(90deg, rgb(255 255 255 / 0%), white, rgb(255 255 255 / 0%));
	content: "";
}
.main-cs-container .main-cs-btn li {
	height: 35px;
	line-height: 35px;
	padding-left: 40px;
	margin: 10px 0;
	font-size: .9rem;
	color: #ccc;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	cursor: pointer;
}
.main-cs-container .main-cs-btn li:hover {
	background-position: 5px center;
	color: #fdcd0a;
}
.main-cs-container .main-cs-btn li.main-cs-btn-kakao {
	background-image: url(../../img/play/logo-kakao.png);
	display: none;
}
.main-cs-container .main-cs-btn li.main-cs-btn-telegram {
	background-image: url(../../img/play/logo-telegram.png);
}
.main-cs-container .main-cs-btn li.main-cs-btn-team {
	background-image: url(../../img/play/logo-teamv.png);
}
.main-cs-container .main-cs-btn li.main-cs-btn-chrome {
	background-image: url(../../img/play/logo-chrome.png);
}

.main-container {
	position: relative;
	width: calc(100% - 280px);
	float: right;
}
.login-container {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	background: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.login-container button  {
	margin-left:5px;
	height: 44px;
}
.login-container .btn-primary {
	border-radius: 20px;
}
.login-container .btn-secondary {
	color: #f8bb49;
	border: 2px solid #f8bb49;
	border-radius: 20px;
}

.login-container .mamber-info-container {
	position: relative;
	width: auto;
	height: 44px;
	line-height: 1;
	padding: 2px 20px 0 40px;
	margin: 0 10px 0 0;
	background-color: rgba(255,255,255,.15);
	background-position:-10px 0px;
	background-repeat: no-repeat;
	border: 1px #f8bb49 solid;
	border-radius: 20px;
	color: #f8bb49;
	font-size: 1.1rem;
	text-align: right;
	cursor: pointer;
}
.login-container .mamber-info-container:hover {
	background-color: rgba(255,255,255,.3);
	color: #f9d043;
}
.login-container .mamber-info-container.member-name {
	padding: 2px 20px 0 55px;
}
.login-container .mamber-info-container.total-balance {
	padding: 2px 34px 0 40px;
	background-image: url(../../img/play/ic-member-balance.png);
}
.login-container .mamber-info-container.total-balance:after {
	position: absolute;
	z-index: 1;
	top: 12px;
	right: 10px;
	width: 18px;
	height:18px;
	background: url(../../img/play/ic-reset.png) center no-repeat;
	background-size: contain;
	content: "";
	transition: all 0.3s ease-in-out;
	filter: brightness(100);
}
.login-container .mamber-info-container.total-balance:hover:after {
	transform: rotate( 360deg );
	filter: brightness(1);
}

.login-container .mamber-info-container.member-bouns {
	background-image: url(../../img/play/ic-member-bouns.png);
}
.login-container .mamber-info-container.member-note {
	background-image: url(../../img/play/ic-member-note.png);
}
.login-container .mamber-info-container span {
	width: auto;
	line-height: 1.5;
	font-size: .8rem;
	color: #fff;
	display: block;
}
.login-container .mamber-info-container:hover span {
	color: #fff;
}
.login-container .mamber-info-container img.member-level {
	position: absolute;
	top: -3px;
	left: -5px;
	width: auto;
	height: 44px;
}

.login-box {
	position: fixed;
	z-index: 19;
	top: 200px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 900px;
	height: 500px;
	padding: 0 0 40px 0;
	border: 1px #f8bb49 solid;
	border-radius: 10px;
	background: url(../../img/play/modal-background.png) top center;
	display: none;
}
.login-box .close {
	top: 20px;
	right: 20px;
}
.login-box .login-box-img {
	position: absolute;
	z-index: 2;
	top: -100px;
	left: -100px;
	width: 420px;
	height: 500px;
	display: block;
}
.login-box .login-box-img img {
	max-width: 100%;
	max-height: 100%;
}
.login-box .login-box-title {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 30px;
	width: 40%;
	color: #fff;
}
.login-box .login-box-title h2 {
	font-size: 1.5rem;
	text-transform: initial;
	font-weight: 500;
}
.login-box .login-box-title h3 {
	font-size: 3rem;
	color: #f8bb49;
	line-height: 1;
	font-weight: 600;
}
.login-box .login-box-title h4 {
	margin-top: 10px;
	font-size: 1.2rem;
	font-weight: 400;
}

.login-box form {
	position: absolute;
	z-index: 2;
	top: 40px;
	right: 30px;
	width: 40%;
}
.login-box form h2 {
	font-size: 2rem;
	color: #f8bb49;
	line-height: 2;
	font-weight: 600;
}
.login-box form input {
	width: 100%;
	height: 55px;
	padding-left: 40px;
	margin-bottom: 10px;
	background-color: #fff;
	background-position:0;
	background-repeat: no-repeat;
	border: 1px #fff solid;
	border-radius: 5px;
}
.login-box form input.input-id {
	background-image: url(../../img/play/ic-man.png);
}
.login-box form input.input-pass {
	background-image: url(../../img/play/ic-password.png);
}
.login-box form button.btn-primary, .login-box form button.btn-secondary {
	width: 100%;
	height: 60px;
	margin: 10px 0;
	font-size: 1.3rem;
	font-weight:400;
}
.login-box .login-btn-wrap {
	width: 100%;
	margin: 20px auto 0;
	color: #fff;
	font-size: .8rem;
	text-align: center;
}
.login-box .login-btn-wrap p {
	color: #f8bb49;
}

.banner-slider {
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
}
.banner-slider:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/play/dot_mask0.png) center;
	content: "";
}
.banner-slider .banner-text {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 20px;
	transform: translate(10px, -30%);
	width: 500px;
	height: 300px;
	background: url(../../img/play/banner_text_hera.png) center no-repeat;
	background-size: contain;
}
.banner-slider video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-slider .slider-nav {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	width: 100%;
	height: 24px;
	text-align: center;
	overflow: hidden;
	display:flex;
	justify-content: center;
}
.banner-slider .slider-nav .slider-nav-item {
	width: 24px;
	height: 24px;
	margin: 0 5px;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
	opacity: .4;
	cursor: pointer;
}
.banner-slider .slider-nav .slider-nav-item:hover, .banner-slider .slider-nav .slider-nav-item.active {
	opacity: .6;
}
.banner-slider .slider-arrow {
	position: absolute;
	bottom: 50%;
	z-index: 2;
	width: 41px;
	height: 40px;
	margin-top: -20px;
	font-size:0;
	opacity: .5;
}
.banner-slider .slider-arrow:hover {
	opacity: .7;
}
.banner-slider .slider-arrow.slider-prev {
	left:20px;
	background: url(../../img/play/ic-banner-arrow-left.png) center;
}
.banner-slider .slider-arrow.slider-next {
	right:20px;
	background: url(../../img/play/ic-banner-arrow-right.png) center;
}

.banner-wrap-item-text {
	position: absolute;
	top: 150px;
	left: 50%;
	z-index: 2;
	width: 700px;
	color: #fff;
}
.banner-wrap-item-text:before {
	position: relative;
	font-size: 3rem;
	line-height: 2;
	font-weight: 600;
	content: "믿을 수 있는 최고의 놀이터";
	background: linear-gradient(to bottom right, #ffffff, #ffffff, #ffffff, #949494, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(2px 2px #000);
	display: block;
}
.banner-wrap-item-text:after {
	position: relative;
	width: 58%;
	font-size: 1.2rem;
	font-weight: normal;
	content: "최대 규모의 자본력과 다년간의 노하우를 바탕으로 안전하고 쾌적한 배팅환경을 제공합니다.";
	word-break: break-word;
	display: block;
}

.main-game-selector {
	position: relative;
	width: 100%;
	height: 80px;
}
.main-game-selector:after {
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgb(248 187 73 / 0%), #f8bb49, rgb(248 187 73 / 0%));
	content: "";
}
.main-game-selector-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.main-game-selector-wrap li {
	position: relative;
	width: auto;
	height: 80px;
	line-height: 80px;
	padding-left: 40px;
	margin: 0 35px;
	font-size: 1.1rem;
	color: #f8bb49;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px;
	filter: brightness(100);
	cursor: pointer;
}
.main-game-selector-wrap li:after {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -50px;
	width: 30px;
	height: 100%;
	background:  url(../../img/play/dot_game_line.png) center no-repeat;
	content: "";
}
.main-game-selector-wrap li:hover, .main-game-selector-wrap li.active {
	filter: brightness(1);
}
.main-game-selector-wrap li.all {
	background-image: url(../../img/play/ic-game_all.png);
}
.main-game-selector-wrap li.all:after {
	display: none;
}
.main-game-selector-wrap li.live {
	background-image: url(../../img/play/ic-game-pc.png);
}
.main-game-selector-wrap li.hotel {
	background-image: url(../../img/play/ic-card.png);
}
.main-game-selector-wrap li.slot {
	background-image: url(../../img/play/ic-game-slot2.png);
}

.main-game-container {
	position: relative;
	z-index: 1;
	width: 80%;
	margin: 0 auto;
	padding: 70px 0 20px 0;
	overflow: hidden;
	display: none;
}
#game-container-main {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	text-align: center;
	display: block;
}
.main-game-container .game-btn {
	position:relative;
	margin: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120%;
	background-origin: border-box;
	background-clip: content-box, border-box;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	float: left;
}
.main-game-container .game-btn:hover {
	background-size: 100%;
}
.main-game-container .game-btn:before {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	border-radius: 0 0 10px 10px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7), rgba(0,0,0,1));
	content: "";
}
.main-game-container .game-btn.game-btn-slot:before {
	display: none;
}
.main-game-container .game-btn.game-btn-hotel:before {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.main-game-container .game-btn:after {
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 10px;
	background-image:linear-gradient(to bottom right, #654302, #feffda, #644202, #c79e50, #feffda, #c79e50, #BF953F, #644202, #feffda, #654302);
	background-origin: border-box;
	background-clip: border-box;
	content: "";
}
.main-game-container .game-btn img.game-btn-image-coin {
	position: absolute;
	z-index: 0;
	top: -5px;
	right: -5px;
	height: 100%;
}
.main-game-container .game-btn.game-btn-2x img.game-btn-image-coin {
	right: auto;
	left: -5px;
}
.main-game-container .game-btn:hover img.game-btn-image-coin {
	top: -20px;
	right: -20px;
	height: 90%;
}
.main-game-container .game-btn-2x:hover img.game-btn-image-coin {
	left: 10px;
}
.main-game-container .game-btn img.game-btn-image {
	position: absolute;
	z-index: 1;
	bottom: 0px;
}
.main-game-container .game-btn.game-btn-live img.game-btn-image {
	left: 10px;
	height: calc(100% + 15px);
}
.main-game-container .game-btn.game-btn-live:hover img.game-btn-image {
	left: -10px;
	height: calc(100% + 30px);
}
.main-game-container .game-btn.game-btn-hotel img.game-btn-image {
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, 0%);
	height: calc(100% + 15px);
}
.main-game-container .game-btn.game-btn-hotel:hover img.game-btn-image {
	bottom: 20px;
	height: calc(100% + 30px);
}
.main-game-container .game-btn.game-btn-slot img.game-btn-image {
	right: 0px;
	height: calc(100% + 30px);
}
.main-game-container .game-btn.game-btn-slot:hover img.game-btn-image {
	right: 20px;
	height: calc(100% + 40px);
}

.main-game-container .game-btn.game-btn-live {
	background-image: url(../../img/play/game-bg-live2.jpg);
}
.main-game-container .game-btn.game-btn-hotel {
	background-image: url(../../img/play/game-bg-hotel.jpg);
}
.main-game-container .game-btn.game-btn-slot {
	background-image: url(../../img/play/game-bg-slot2.jpg);
}

.main-game-container .game-btn .game-btn-text {
	position: absolute;
	z-index: 2;
	color: #ccc;
}
.main-game-container .game-btn.game-btn-live .game-btn-text {
	bottom: 60px;
	left: 30px;
}
.main-game-container .game-btn.game-btn-live:hover .game-btn-text {
	bottom: 100px;
}
.main-game-container .game-btn.game-btn-hotel .game-btn-text {
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.main-game-container .game-btn.game-btn-hotel:hover .game-btn-text {
	bottom: 50px;
}
.main-game-container .game-btn.game-btn-slot .game-btn-text {
	top: 102px;
	left: 41px;
}
.main-game-container .game-btn.game-btn-slot:hover .game-btn-text {
	left: 50px;
}
.main-game-container .game-btn .game-btn-text h2 {
	line-height: 1;
	font-family: 'Teko', sans-serif;
	font-weight: 600;
	background: linear-gradient(to bottom right, #ffffff, #7c7c7c, #ffffff, #575757, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(2px 2px #000);
}
.main-game-container .game-btn .game-btn-text p {
	margin-top: -10px;
	font-size: 1rem;
}
.main-game-container .game-btn.game-btn-4x .game-btn-text h2 {
	font-size: 6rem;
}
.main-game-container .game-btn.game-btn-4x .game-btn-text p {
	font-size: 1.1rem;
}
.main-game-container .game-btn.game-btn-hotel .game-btn-text h2 {
	font-size: 3.5rem;
}
.main-game-container .game-btn.game-btn-slot .game-btn-text h2 {
	font-size: 4.5rem;
}

.main-game-container .game-btn .game-btn-progressive-jackpot {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	color: #eaba75;
	background: rgba(0,0,0,.7);
	border-radius: 0 0 10px 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.main-game-container .game-btn .game-btn-progressive-jackpot span {
	line-height: 50px;
	padding: 0 10px;
	font-size: 1rem;
	display: block;
	float: left;
}
.main-game-container .game-btn .game-btn-progressive-jackpot p {
	line-height: 60px;
	padding: 0 20px;
	letter-spacing: 1px;
	font-size: 3rem;
	font-family: 'Teko', sans-serif;
	display: block;
	float: right;
}


.main-game-container .game-btn.game-btn-4x {
	width:570px;
	height:570px;
}
.main-game-container .game-btn.game-btn-2x {
	width:570px;
	height:270px;
}
.main-game-container .game-btn.game-btn-1x {
	width:270px;
	height:270px;
}


.main-banner-mid {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 250px;
	padding: 30px 0 0 280px;
	margin: 50px 0;
	background: url(../../img/play/bg_banner_hera.jpg) #000 right top no-repeat;
	background-size: 100% auto;
}
.main-banner-mid-img {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 20px;
	width: 250px;
	height: 310px;
	background: url(../../img/play/img_man01.png) center no-repeat;
	background-size: contain;
}
.main-banner-mid-txt {
	position: relative;
	z-index: 1;
	color: #fff;
}
.main-banner-mid-txt p {
	color: #fdcd0a;
	font-size: 2rem;
}
.main-banner-mid-txt span {
	margin-top: 10px;
	display: block;
}

.main-board-container {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 70px 0;
}
.main-board-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.main-board {
	position: relative;
	width: 30%;
	height: 260px;
	margin: 0 20px;
	padding-bottom: 10px;
	background: #2f1a38;
	box-shadow: 0 0 20px #000;
}
.main-board > div:last-child {
	border-right: 1px #333 solid;
}
.main-board-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}
.main-board-title img {
	width: 20%;
	margin: 0 1.5%;
}
.main-board-title span {
	font-size: .9rem;
	font-weight: 500;
	float: right;
	cursor: pointer;
	display: none;
}
.main-board-title li {
	width: 50%;
	opacity: .5;
	text-align: center;
	text-align: left;
	cursor: pointer;
	float: left;
}
.main-board-title li:last-child {
	text-align: right;
}
.main-board-title li.active, .main-board-title li:hover {
	opacity: 1;
}
.main-board table {
	width: 100%;
}
.main-board table td {
	height: 40px;
	padding: 0 10px;
	cursor: pointer;
	color: #fff;
}
.main-board table tr:hover td {
	background: #3c2944;
}
.main-board table td.date {
	font-size:.8rem;
	color:#ac9c99;
}
.main-board table td.money {
	color:#fdcd0a;
}
.main-board table td.name {
	font-size:.9rem;
}

.sub-container {
	position: relative;
	z-index: 4;
	top: 100px;
	left: 350px;
	width: calc(100% - 400px);
	min-height: 550px;
	margin-bottom: 200px;
	border: 1px #f8bb49 solid;
	border-radius: 10px;
	background: url(../../img/play/modal-background.png) #24112c left top no-repeat;
	box-shadow: 0px 0px 40px #000;
}
.sub-container .close {
	top: 25px;
	right: 30px;
}
.sub-container-title {
	position: relative;
	width: 360px;
}
.sub-container-title .sub-container-title-img {
	position: absolute;
	z-index: 0;
	top: -80px;
	left: -40px;
	width: auto;
	height: 500px;
	display: block;
}
.sub-container-title-txt {
	position: absolute;
	z-index: 2;
	top: 340px;
	left: 50px;
	display: block;
}
.sub-container-title-txt {
	color: #fff;
}
.sub-container-title-txt h2 {
	font-size: 1.5rem;
	text-transform: capitalize;
	font-weight: 500;
}
.sub-container-title-txt h3 {
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: -5px;
	color: #fdcd0a;
	line-height: 1;
}
.sub-container-title-txt h4 {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 13px;
}

.sub-content-wrap {
	padding: 80px 30px 50px 30px;
}

.sub-content {
	position: relative;
	width: calc(100% - 480px);
	margin: 0 0 0 auto;
}
.sub-content.form-content {
	width: calc(100% - 380px);
}
.sub-content.board-content {
	width: 1400px;
}
.sub-content-title {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 153px;
	height: 141px;
	padding-top: 45px;
	background: url(../../img/play/bg-sub-title.png) center;
	color: #fff;
	text-align: center;
}
.sub-content-title h2, .sub-content-title h3 {
	display: block;
	font-weight: normal;
}
.sub-content-title h2 {
	font-size:1rem;
}
.sub-content-title h3 {
	width: 80px;
	margin: 0 auto;
	line-height: 1.2;
	font-size:.7rem;
	color: #666;
}

.form-content form {
	width: 100%;
}
.form-content-full, .form-content-half {
	position: relative;
	background-color: #fff;
	height: 50px;
	padding: 13px 0px 0 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: 0;
	appearance: none;
}
.form-content-textarea-full {
	position: relative;
	background-color: #fff;
	height: auto;
	padding: 20px 0px 0 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: 0;
	appearance: none;
	clear: both;
}
.form-content-full {
	width: 100%;
	clear: both;
}
.form-content-half {
	width: calc(50% - 10px);
}
.form-content-text-full, .form-content-text-half {
	position: relative;
	height: 50px;
	line-height: 48px;
	padding: 0px 0px 0 20px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	border-radius: 5px;
	outline: 0;
	appearance: none;
	color: #fdcd0a;
	font-size: 1.1rem;
}
.form-content-text-full-side, .form-content-text-half-side {
	position: relative;
	background-color: rgba(255,255,255,.9);
	height: 50px;
	line-height: 50px;
	padding: 0px 0px 0 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: 0;
	appearance: none;
}
.form-content-text-full {
	width: 100%;
	clear: both;
}
.form-content-text-half, .form-content-text-half-side {
	width: calc(50% - 5px);
}
.form-content-text-full span, .form-content-text-half span, .form-content-text-full-side span, .form-content-text-half-side span {
	font-size: 1rem;
	color: #fff;
	margin-right: 10px;
}
.form-content-text-full span.member-info-info, .form-content-text-half span.member-info-info, .form-content-text-full-side span.member-info-info, .form-content-text-half-side span.member-info-info {
	position: absolute;
	right: 0;
	margin: 0 20px;
	font-size: .8rem;
	color: #f79721;
}
.form-content-text-full p, .form-content-text-half p, .form-content-text-full-side p, .form-content-text-half-side p {
	display: inline-block;
}
.form-content-text-full h2, .form-content-text-half h2, .form-content-text-full-side h2, .form-content-text-half-side h2 {
	display: inline-block;
	font-size: 1.2rem;
	text-transform: inherit;
}
.form-content-textbox {
	position: relative;
	z-index: 3;
	width: calc(100% - 20px);
	font-size: 1.4rem;
	font-weight: 600;
	color: #000;
	background: transparent;
	border: none;
	outline: 0;
	display: block;
}
.join-content.form-content-textbox {
	width: calc(100% - 70px);
}
select.form-content-textbox {
	font-size: 1rem;
	font-weight: 500;
	color: #333;
}
textarea.form-content-textbox {
	width: 100%;
	height: 400px;
	font-size: 1rem;
	font-weight: 400;
	color: #333;
}
.form-content-center {
	text-align:center;
}
.form-content-placeholder {
	position: absolute;
	z-index: 0;
	top: 10px;
	width: calc(100% - 20px);
	font-size: 1.2rem;
	font-weight: 400;
	color: #333;
	display: block;
}
.form-content-textbox:focus ~ label, .form-content-textbox:not([value=""]) ~ label, .form-content-textbox:focus + label span, .form-content-textbox:not([value=""]) + label span {
	top: 0px;
	font-size: .8rem;
	font-weight: normal;
	color: #999;
}
.form-content-textbox ~ label.error {
	position: absolute;
	z-index: 9;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px #f79721 dotted;
	border-radius: 5px;
	display: block;
}
.form-content-placeholder span {
	font-size: .9rem;
	color: #666;
}
.form-content-textbox ~ label.error span {
	position: absolute;
	z-index: 0;
	top: 2px;
	right: 2px;
	height: calc(100% - 4px);
	line-height: 38px;
	padding:0 10px;
	border-radius: 11px;
	background: #f79721;
	font-size: .9rem;
	color: #fff;
}
.form-content-textbox:focus ~ label.form-content-error {
	display: none;
}
.form-content-btn {
	position: absolute;
	z-index: 3;
	top: 2px;
	right: 2px;
	width: auto;
	height: calc(100% - 4px);
	padding: 0 10px;
	background: #fff;
	border: 1px solid #f7941d;
	border-radius: 5px;
	color: #f7941d;
	cursor: pointer;
}
.form-content-btn:hover {
	background: #fdcd0a;
	border: 1px solid #fdcd0a;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
}

.sub-content-nav {
	position: relative;
	margin: 0px 0 30px 0;
	text-align: center;
}
.sub-content-nav ul {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub-content-nav ul li {
	min-width: 150px;
	height: 40px;
	line-height: 37px;
	margin: 0 5px;
	padding: 0;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	cursor: pointer;
}
.sub-content-nav ul li:hover {
	background: #fff;
	color: #000;
	box-shadow: 0 2px 2px #040405;
}
.sub-content-nav ul li.active {
	background: padding-box #fe19c;
	background-image: linear-gradient(to bottom, #f8bb49, #f7941d);
	border-radius: 3px;
	border: none;
	color: #000;
	font-weight: 500;
}

.sub-content-button {
	position: relative;
	margin: 20px 0 30px;
	text-align: center;
	overflow: hidden;
}
.sub-content-button button {
	width: 30%;
	height: 55px;
	margin: 0 10px;
	font-size: 1.1rem;
	font-weight: 400;
	float: right;
}
.board-view-wrap .sub-content-button button.btn-secondary {
	color: #666;
	border: 2px solid #666;
	float:left;
}
.board-view-wrap .sub-content-button button.btn-secondary:hover {
	color: #fff;
	background: #666;
}
.sub-content-button button.btn-black {
	width: auto;
	height: 48px;
	padding: 0px 20px;
	border-radius: 10px;
	font-size: 1rem;
}


.sub-content-button.button-right {
	text-align: right;
}

.sub-content-info-top {
	position: relative;
	padding: 10px 0;
	margin: 10px 0;
	text-align: center;
	color: #fdcd0a;
}
.sub-content-info-mid {
	position: relative;
	width: 100%;
	padding: 5px 40px;
	margin: 20px 0;
	text-align: center;
}
.sub-content-info-mid img {
	margin: 0 10px;
}
.sub-content-info-list {
	position: relative;
	margin: 30px 0;
}
.sub-content-info-list p {
	position: relative;
	min-height: 50px;
	margin: 5px 0;
	padding: 10px 30px 10px 80px;
	background-color: rgba(255,255,255,.9);
	background-image: url(../../img/play/image-chips01.png);
	background-position: 20px center;
	background-size: 30px;
	background-repeat: no-repeat;
	border-radius: 10px;
	font-size: 1.1rem;
}
.sub-content-info-list p:after {
	position: absolute;
	top: 10px;
	left: 65px;
	width: 1px;
	height: calc(100% - 20px);
	background: #ccc;
	content: "";
}
.sub-content-info-list p span {
	color: #ff5500;
	font-size: .9rem;
	display:block;
}
.sub-content-info-important {
	position: relative;
	margin: 80px 0;
	line-height: 1.6;
	text-align: center;
	color: #000;
	font-size: 1.1rem;
}
.sub-content-info-important:before, .sub-content-info-important:after {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	content: "";
}
.sub-content-info-important:before {
	top: -50px;
	height: 40px;
	background: url(../../img/play/border-gothic-top.png) center no-repeat;
	background-size: contain;
}
.sub-content-info-important:after {
	bottom: -30px;
	height: 20px;
	background: url(../../img/play/border-gothic-bottom.png) center no-repeat;
	background-size: contain;
}

.sub-content-info {
	position: relative;
	width: 100%;
	padding: 20px 0 10px 0;
	clear: both;
}
.sub-content-info p {
	width: 100%;
	height: 48px;
	padding: 0 0 0 44px;
	line-height: 40px;
	background: url(../../img/play/ic-dia.png) left center no-repeat;
	background-size: 34px;
	color: #fff;
}

.sub-content-button-money {
	position: relative;
	width: 100%;
	padding: 0 0 20px 0;
	text-align: center;
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sub-content-button-money .btn-money {
	margin:0 5px;
	padding: 5px 10px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.sub-content-link-box {
	position: relative;
	width: 100%;
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: nowrap;
}
.sub-content-link-box-item {
	position: relative;
	max-width: 100%;
	margin:0 20px;
	padding: 30px 20px;
	text-align: center;
	border: 1px #333 dashed;
	border-radius: 10px;
	background-color: rgba(255,255,255,.2);
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.sub-content-link-box-item:hover {
	background-color: rgba(255,255,255,.7);
}
.sub-content-link-box-item a {
	color: #000;
}
.sub-content-link-box-item img {
	max-width: 49px;
	margin: 0 auto;
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
.sub-content-link-box-item p {
	margin: 10px 0 5px;
	font-size: 1.1rem;
}
.sub-content-link-box-item span {
	color: #ff5500;
	font-size: .9rem;
	display:block;
}

.sub-content-info-table-qr {
	position: relative;
	width: 70%;
	margin:20px auto;
	padding: 20px;
	border-radius: 10px;
	background: rgba(255,255,255,.5);
	display: table;
}
.sub-content-info-table-qr > div {
	display: table-cell;
}
.sub-content-info-table-qr .qr-image {
	position: relative;
	width: 240px;
	padding-right: 20px;
	border-right: 1px #ccc solid;
}
.sub-content-info-table-qr .qr-image img {
	width: 100%;
}
.sub-content-info-table-qr .qr-text {
	position: relative;
	width: calc(100% - 250px);
	padding: 20px;
	vertical-align: middle;
}
.sub-content-info-table-qr .qr-text-full {
	position: relative;
	width: 100%);
	padding: 20px;
	vertical-align: middle;
	text-align: center;
}
.sub-content-info-table-qr .qr-text-full .form-content-full {
	margin-top: 20px;
}

.qr-text-form {
	position: relative;
	width: calc(100% - 150px);
	vertical-align: middle;
	height: 50px;
	padding: 0px 0px 0 20px;
	margin: 20px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	outline: 0;
	font-weight: bold;
	appearance: none;
}
.qr-text-btn {
	position: relative;
	width: 120px;
	height: 45px;
	margin: 20px 0;
	border-radius: 5px;
}

.sub-content-button-apply {
	position: relative;
	width:100%;
	padding: 30px 0 10px 0;
	text-align: center;
	clear: both;
}
.sub-content-button-apply button {
	width: 30%;
	height: 50px;
	margin: 0 10px;
	font-size: 1.1rem;
	border-radius: 10px;
}

.board-wrap {
	width: calc(100% - 350px);
}

.board-view-wrap {
	padding: 20px 30px 50px 30px;
	border-radius: 20px;
	background: rgba(255,255,255,1);
	color: #000;
}
.board-view-wrap-top {
	margin: 10px 0;
}
.board-view-wrap-top h2 {
	font-size: 1.5rem;
	font-weight: 500;
}
.board-view-wrap-top .info {
	padding: 20px 10px 10px 0px;
	text-align: left;
}
.board-view-wrap-top .info img {
	height: 1rem;
	margin: -3px 5px 0 5px;
	vertical-align: middle;
	display: inline-block;
}
.board-view-wrap-top .info span {
	margin-right: 30px;
	font-size: .9rem;
	font-weight: 300;
	color: #333;
}
.board-view-wrap-content {
	padding: 50px 0;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.board-view-wrap-content img {
	margin: 10px auto;
	display: block;
	max-width: 100%;
}

table.table-board {
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
table.table-board thead tr {
	background: #fdcd0a;
}
table.table-board thead tr th {
	height: 50px;
	font-size: 1rem;
	font-weight: 600;
	color: #333;
}
table.table-board thead tr th, table.table-board thead tr td {
	word-break: break-word;
}
table.table-board tbody tr {
	background: #fff;
	border-bottom: 1px #ccc solid;
	cursor: pointer;
}
table.table-board tbody tr:nth-child(2n) {
	background: #fefaff;
}
table.table-board tbody tr:hover {
	background: #eadaf2;
}
table.table-board tbody tr.notice {
	background: #eadaf2;
	border-bottom: 1px #f2f0e6 solid;
}
table.table-board tbody tr.notice:hover {
	background: #eadaf2;
}
table.table-board tbody tr td {
	height: 50px;
	color: #444;
	text-align: center;
	font-size: .9rem;
	word-break: break-word;
}
table.table-board tbody tr td img {
	height: 1rem;
	margin: -3px 5px 0 5px;
	vertical-align: middle;
	display: inline-block;
}
table.table-board tbody tr td.subject {
	padding: 0 20px;
	color: #333;
	text-align: left;
	font-size: 1rem;
}
table.table-board tbody tr td.money {
	color: #b900ff;
	font-size: 1rem;
	font-weight: 600;
}
table.table-board tbody tr:hover td.subject {
	font-weight: 600;
	text-decoration: underline;
}
table.table-board tbody tr td .board-process {
	width: 80%;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
	padding: 0px 20px;
	border-radius: 14px;
	color: #fff;
	font-weight: 500;
	font-size: .8rem;
	display: block;
}

.process-complete {
	background: #009e98;
}
.process-waiting {
	background: #999;
}
.process-erorr {
	background: #8e5556;
}


.thumbnail-board {
	position: relative;
}
.thumbnail-board-list-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.thumbnail-board-list {
	position: relative;
	width: 360px;
	margin: 20px;
	cursor: pointer;
}
.thumbnail-board-list-img {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.thumbnail-board-list-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.thumbnail-board-list-img:hover img {
	width: 120%;
}
.thumbnail-board-list-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	background: rgba(0,0,0,.9);
	color: #fff;
	text-align:center;
}
.thumbnail-board-list-text h2 {
	font-size: 1.2rem;
	font-weight: normal;
}
.thumbnail-board-list-text span {
	font-size: .9rem;
	color: #ccc;
}

.paging {
	position: relative;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.paging a {
	width: 34px;
	height: 34px;
	line-height: 32px;
	margin: 0 1px;
	border-radius: 3px;
	background: linear-gradient(to bottom, #fff, #f7f7f7);
	color: #000;
	display: inline-block;
	text-decoration: none;
}
.paging a:hover, .paging a.active {
	border: 0px #fff solid;
	background: padding-box #fe19c;
	background-image: linear-gradient(to bottom, #f8bb49, #f7941d);
}

footer {
	position: relative;
	width: calc(100% - 280px);
	padding-bottom: 50px;
	background: #2b1234;
	float: right;
}
footer .banner {
	position: relative;
	width:100%;
	height: 2px;
	background: linear-gradient(90deg, rgb(248 187 73 / 0%), #f8bb49, rgb(248 187 73 / 0%));
}
footer .menu {
	position:relative;
	width:100%;
	padding:30px 0;
	text-align:center;
	overflow:hidden;
	display: none;
}
footer .menu li {
	padding:0 50px;
	font-size:.8rem;
	font-weight:bold;
	display:inline-block;
	color:#fff;
	cursor:pointer;
}

footer .ico {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
footer .ico img {
	width: 100px;
	height: 50px;
	margin: 5px 10px;
}
footer .line {
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #3c2944;
	border-bottom: 1px solid #3c2944;
}

footer .licence {
	position:relative;
	width:70%;
	margin:30px auto;
	text-align:left;
	border:1px #3c2944 solid;
	border-radius:10px;
	overflow:hidden;
}
footer .licence dt, footer .licence dd {
	float:left;
}
footer .licence dt {
	width:15%;
	padding:10px 0;
	text-align:center;
}
footer .licence dt img {
	width:80%;
}
footer .licence dd {
	width:80%;
	padding:10px;
	color:#666;
	font-size:.7rem;
	border-left:1px #333 solid;
}

footer p {
	position: relative;
	width: 95%;
	margin: 10px auto;
	font-size: .8rem;
	text-align: center;
	color: #999;
}
footer .copy {
	position:relative;
	padding:30px 0;
	text-align:center;
	border-top:1px #333 solid;
	font-size:.7rem;
	color:#666;
	overflow:hidden;
}
footer .copy span {
	color:#fff;
	font-weight:bold;
}
footer .copy img {
	position:absolute;
	top:20px;
	right:5%;
	width:40px;
	opacity:.3;
}




.examination {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #000;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.examination video {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.examination .mask {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,.9));
	display: block;
}
.examination .mask-dot {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/play/dot_mask3.png);
	display: block;
}
.examination-contain {
	position: relative;
	padding: 60px 50px 50px;
	background: rgba(255,255,255,.95);
	border-radius: 10px;
	text-align: center;
}
.examination-contain .logo {
	margin: 0px 0 30px;
}
.examination-contain h2, .examination-contain h3, .examination-contain h5 {
	line-height: 1;
	display: block;
}
.examination-contain h2 {
	margin: 10px 0 20px;
	font-size: 3rem;
	color: #f7186a;
}
.examination-contain h3 {
	font-size: 1.5rem;
	font-weight: normal;
	color: #666;
}
.examination-contain h5 {
	font-size: 1rem;
	font-weight: normal;
	color: #ed6ea0;
}

.examination-contain button {
	height: 50px;
	padding: 0 3rem;
	margin: 50px 0 0;
	background: padding-box #fe19c;
	background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a , #FBB03B);
	background-size: 300% auto;
	border-radius: 5px;
	border: none;
	font-size: 1.1rem;
	font-weight: normal;
	color: #fff;
	transition: 0.2s;
}
.examination-contain button:hover {
	background-position: right center;
}


.popup-web-wrap .btm label {
	border: 2px solid #f7941d !important;
}
.popup-web-wrap .btm label:hover {
	background: #f7941d !important;
	color: #fff !important;
}
.popup-web-wrap .btm input[type="checkbox"]:checked + label {
	border: 2px solid #f7941d !important;
	background: #f7941d !important;
	color: #000 !important;
}
.popup-web-wrap .btm button {
	background-image: linear-gradient(to bottom, #f8bb49, #f7941d) !important;
}
.popup-web-wrap .btm button:hover {
	background-image: linear-gradient(to bottom, #f7941d, #f8bb49) !important;
	color: #000 !important;
}

.single-notice {
	position: absolute !important;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 1rem;
	color: #fff;
}

.board-wrap .form-search {
	margin-top: 20px;
	text-align: right;
	padding: 5px 0;
}
.form-search .sub-content-nav {
	position: absolute;
	top: 5px;
	left: 0px;
}
.form-search .sub-content-nav ul li {
	height: 50px;
	line-height: 47px;
}
input.error, textarea.error {
	position: absolute;
	padding: 13px 0px 0 20px;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px #ff0000 solid;
	border-radius: 5px;
}
.game-page-pop .game-page-item.style3 .title {
	bottom: 62px;
	font-size: .9rem;
	background: none;
}