@charset "utf-8";

#wrap {
	width: 100%;
	overflow: hidden;
}

/*-------------------------------------------------------------------------------------*
 *  미니게임&카지노페이지                                                                 *
 *-------------------------------------------------------------------------------------*/
.mini_iframe {
	float: left;
	width: 100%;
	min-height: 400px;
	background: #222222;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	color: #3c3c3c;
}

.mini_game_wrap {
	float: left;
	width: 100%;
	background: #020000;
}

.mini_game_title {
	float: left;
	width: 100%;
	background: #903030;
	padding: 0 20px;
	text-align: center;
	position: relative;
	line-height: 50px;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
}

.mini_game_title a {
	position: absolute;
	right: 10px;
}

.mini_font01 {
	color: #fff600;
}

.mini_font02 {
	color: #ff0000;
}


.mini_btn_zone {
	float: left;
	width: 100%;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mini_btn {
	margin: 0 5px;
	height: 90px;
	border-radius: 5px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.mini_btn:hover {
	transform: scale(0.98);
}

.blue {
	background: linear-gradient(to bottom, #008fec 0%, #056bae 40%, #024e81 60%, #0c7fc8 100%);
	border: 3px solid #008fec;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.red {
	background: linear-gradient(to bottom, #ec2949 0%, #cb0936 40%, #ab0534 60%, #f8002a 100%);
	border: 3px solid #ec2949;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.green {
	background: linear-gradient(to bottom, #00ec1a 0%, #04be19 40%, #028212 60%, #0bc51f 100%);
	border: 3px solid #00ec1a;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.blue.active {
	background: linear-gradient(to bottom, #251e16 0%, #056bae 40%, #024e81 60%, #251e16 100%);
}

.red.active {
	background: linear-gradient(to bottom, #251e16 0%, #cb0936 40%, #ab0534 60%, #251e16 100%);
}

.green.active {
	background: linear-gradient(to bottom, #251e16 0%, #04be19 40%, #028212 60%, #251e16 100%);
}

.w8 {
	width: calc(100% / 8 - 10px)
}

.w3 {
	width: calc(100% / 3 - 10px)
}

.w6 {
	width: calc(100% / 6 - 10px)
}

.w4 {
	width: calc(100% / 4 - 10px)
}

.w2 {
	width: calc(100% / 2 - 10px)
}

.minigame_iframe {
	max-width: 900px;
	max-height: 720px;
	margin: auto;

}

.mini_btn_title {
	width: 100%;
	min-width: 102px;
	font-size: 20px;
}

.mini_btn_odd {
	width: 100%;
	min-width: 102px;
	margin: 7px 0 0 0;
	font-weight: 700;
	font-size: 24px;
}

.mini_btn::after {
	top: 0px;
	left: -130%;
	width: 100%;
	height: 100%;
	content: "";
	overflow: hidden;
	position: absolute;
	background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
}

.mini_btn:hover::after {
	left: 150%;
	transition: left 0.5s ease 0s;
}

.slot-modal-back {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.867);
	display: flex;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	justify-content: center;
	align-items: center;
}

.slot-modal {
	width: 80%;
	height: 80%;
	background-color: #171717;
	/* padding: 50px; */
	padding: 80px 0px 20px;
	display: flex;
	flex-wrap: wrap;
	/* border: 1px solid rgb(255, 255, 255); */
	overflow: auto;
	position: relative;
}

.slot-modal_close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 34px;
}

.slot-search {
	position: absolute;
	background-color: #43434d;
	left: 20px;
	top: 20px;
	/* transform: translate(-50%, 0); */
	color: #FFF;
	display: flex;
	align-items: center;
	border-radius: 15px;
	padding: 0 15px;
}

.slot-search-input {
	background-color: #43434d;
	border: none;
	color: #FFF;
	height: 40px;
	margin-bottom: 0;
	/* margin-right: 15px; */
}

.slot_li_div {
	height: 100%;
	overflow: auto;
	width: 100%;
}

.slot_list {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0px;
	overflow: auto;
}

.slot_img_div {
	cursor: pointer;
}



.slot_list li {
	padding: 0 10px 20px 10px;
	width: calc(100%/9);
}

@media screen and (min-width:2100px) {
	.slot_list li {
		width: calc(100%/10);
	}
}

@media screen and (min-width:2560px) {
	.slot_list li {
		width: calc(100%/11);
	}
}


.slot_list_img {
	border-radius: 0;
	z-index: 0;
	width: 100%;
	aspect-ratio: 1;
}

.slot_list li p[data-v-3348b8aa] {
	display: block;
	font-size: 1.5rem;
	padding: 10px 10px 20px;
	color: #fff;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.slot_title {
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 22.2px;
}

.lobby-list-ratio {
	aspect-ratio: 270 / 192;
}

.coupon.box_lottery {
	display: flex;
	float: left;
	align-items: center;
	border-top: 1px solid #000;
	padding-bottom: 50px;
	width: 100%;
	flex-wrap: wrap;
}

.box_coupon {
	position: relative;
	max-width: 682px;
	width: calc(100% / 3);
	height: 200px;
	padding-top: 0px;
	/* background: #0b0c10; */
	/* border: 1px solid #d4d4d4; */
	/* box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .8); */
	cursor: pointer;
	background-image: url(../images/common/coupon.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.coupon_container {
	height: auto;
}

.lottery_result {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 3rem;
	color: #fff;
	background-size: cover;
}

#roulette {
	position: relative;
	display: block;
	width: 100%;
	height: 680px;
	margin: 20px 0;
}

.roulette.box_lottery {
	float: left;
	width: 100%;
}

.roulette_rotate_plate {
	display: flex;
	justify-content: center;
	margin: auto;
}

.roulette_rotate_plate {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

img.roulette_center_cover {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
}

img.roulette_center_cover_ring {
	width: 585px;
	height: 585px;
}

img.roulette_arrow {
	position: absolute;
	left: 50%;
	top: 55px;
	transform: translate(-50%, 0);
	z-index: 1;
}

.result_point {
	position: absolute;
	left: 50%;
	top: 0px;
	display: flex;
	transform: translate(-50%);
	white-space: nowrap;
}

.btn_play {
	position: absolute;
	left: 50%;
	bottom: 0px;
	height: 50px;
	width: 150px;
	text-align: center;
	line-height: 50px;
	background: linear-gradient(#ee280c 30%, #c11510 80%);
	transform: translate(-50%);
	border-radius: 5px;
	color: #ffffff;
	/* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7); */
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
}
.btn_play:hover{
    border-radius: 2px;
    box-shadow: #ee4242 1px 1px 15px -1px;
}

.label.aos-init.aos-animate {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

.shadow_box, .shadow_box:hover {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 526px;
	height: 526px;
	/* box-shadow: inset 5px 5px 60px 30px #000000 !important; */
	/* box-shadow: inset 0px 0px 15px 5px #000000c7 !important; */
	border-radius: 280px;
	z-index: 1;
}

@media screen and (max-width:991px){
	.shadow_box, .shadow_box:hover {
		height: 390px;
	}

}

.lottery-content .lottery-main {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding: 30px;
}

.lottery-content .lottery-box {
	width: 50%;
	max-width: 500px;
	/* background-image: url(../images/common/lottery-box.png); */
	border: outset;
	background: linear-gradient(to right, #3e2424 0%, #853e3e 20%, #dc6666 35%, #ffb0b0 50%, #f16e6e 65%, #853e3e 80%, #3e2424 100%);
	/* background: linear-gradient(to right, #3d2a12 0%, #bb773b 20%, #f1cd6e 35%, #ffffb0 50%, #f1cd6e 65%, #bb773b 80%, #3d2a12 100%); */
	background-size: 100% 100%;
	background-position: center;
	height: 250px;
	background-repeat: no-repeat;
	position: relative;
}

.lottery-content .lottery-box * {
	font-size: 1.3rem;
	cursor: pointer;
	/* background-color: #48433D; */
	border-radius: 5px;
	color: #FFF;
}

.lottery-box-img {
	display: flex;
	justify-content: center;
}

.lottery-content .lottery-box .lottery-result {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #211a12;
	width: 80%;
	height: 30%;
}



.lottery-content .lottery-box .lottery-btn-group {
	position: absolute;
	bottom: 0%;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	padding-bottom: 20px;
}

@media screen and (max-width:1550px) {
	.slot_list li {
		width: calc(100%/8);
	}
	
}

@media screen and (max-width:1380px) {
	.slot_list li {
		width: calc(100%/7);
	}
	
}

@media screen and (max-width:1260px) {
	.slot_list li {
		width: calc(100%/6);
	}
	
}

@media screen and (max-width:1024px) {
	.mini_game_title {
		font-size: 16px;
	}

	.mini_btn_zone {
		flex-wrap: wrap;
	}

	.mini_btn {
		margin: 2.5px;
	}

	.slot_list li {
		width: calc(100%/5);
	}

	.box_coupon {
		width: calc(100% / 2);
	}

	#roulette {
    height: 530px;
}

	#roulette > img.roulette_center_cover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

img.roulette_center_cover {
	width: 90px;
}

img.roulette_center_cover_ring {
	width: 410px;
	height: 410px;
}

#roulette > img.roulette_arrow {
	position: absolute;
	left: 50%;
	top: 55px;
	transform: translate(-50%, 0);
	z-index: 1;
}

}

@media screen and (max-width:915px) {

	.slot_list li {
		width: calc(100%/4);
	}
}

@media screen and (max-width:768px) {
	.mini_game_title {
		font-size: 14px;
	}

	.coupon.box_lottery {
		display: block;
	}

	.box_coupon {
		width: 100%;
	}

	.slot-modal {
		width: 95%;
		height: 75%;
	}
	.mini_game_title a {
		display: none;
	}

	.mini_btn_zone {
		padding: 10px 5px;
	}

	.mini_btn {
		height: 70px;
	}

	.mini_btn_title {
		font-size: 14px;
	}

	.mini_btn_odd {
		font-size: 18px;
	}

	.lottery-content .lottery-box {
		width: 100%;
	}

	.w8 {
		width: calc(100% / 4 - 5px)
	}

	.w3 {
		width: calc(100% / 3 - 5px)
	}

	.w6 {
		width: calc(100% / 3 - 5px)
	}
}

@media screen and (max-width:585px) {
	
	.slot_list li {
		width: calc(100%/3);
	}
}

@media screen and (max-width:435px) {
	
	.slot_list li {
		width: calc(100%/2);
	}
}