header .header-top {height:95px;}
main {margin-top: 146px; overflow-x:hidden;}
main.wrapper {min-height:1035px;}
header .header-top .log-info .btn-event2 {display: inline-flex;justify-content: center;align-items: center;width: 120px;min-width: 110px;max-width: 165px;height: 40px;border: 2px solid #e3bd88;/* background-color: var(--color-17); */border-radius: 20px;font-size: 14px;color: #fff;gap: 5px;}
.modal.active { z-index:23; }
.section_game .sec_wrapper .sec_item .sec_content .item .img {border-radius:17px;}
.image-container img {border-radius:12px;}
.swiper-wrapper { height:inherit; }
body {overflow-x:hidden;}
#btn_login {width: 80px; height:40px;align-items: center;display: flex;justify-content: center; cursor:pointer;}
#btn_join {width: 80px; height:40px;align-items: center;display: flex;justify-content: center; cursor:pointer;}

.modal {background:none;border: 0px;border-radius: 0; top:50%;}

header .gnb .gnb_main .all_page .gnb_sub .sub-list .menu-list .tit>span {font-weight:700 !important;font-size: 15px;}
header .gnb .gnb_main .all_page .gnb_sub .sub-list .menu-list .menu>a {font-weight:400 !important;font-size: 15px;}
header .header-top .log-info .btn-log {font-size:15px;}
header .header-top .log-info .btn-event {font-size:15px;}
header .header-top .log-info .btn-event2 {font-size:15px;}
header .gnb .gnb_main .all_page .gnb_sub .sub-list .menu-list {margin-right:100px;}
.mybenefits {display:none !important;}
.mybenefits.active {display:flex !important;}
.nonmybenefits {display:flex !important;}
.nonmybenefits.active {display:none !important;}

#event {margin-top:146px;}
#event .tab-body .tab .item-list .item .tit {text-align:left;}

#modal_games .games_content {width:100%;}
#modal_games .games_content {-ms-overflow-style: none;}
#modal_games .games_content::-webkit-scrollbar {display:none;}
.own-amount {display: flex;flex-direction: row;margin-left: 20px;align-items: center;}
.header-top-logo-sm .logo {display:none;}
.mbtn_head_box {display:none;}
.header-top-logo-sm {width:100%; display:none;}
.show-sm-log {display:none;}
.logo-info-sm {display:none; justify-content: space-between;width: 100%;padding: 0 1.67vw;align-items: center;}

.sm_btn_down {
	display:none;
	position: relative;
	margin-left: 8px;
	cursor: pointer;
}
.sm_btn_down .dropdown_menu {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 150;
	background-color: var(--color-20);
	border: 1px solid var(--color-15);
	border-radius: 12px;
	width: 330px;
	padding: 20px;
}
.sm_btn_down>img {
	transform: rotate(0);
	transition: transform 0.15s;
	width: 31px;
}
.sm_btn_down .dropdown_menu>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sm_btn_down.active>img {
	transform: rotate(180deg);
}
.sm_btn_down.active .dropdown_menu {
	display: block;
}
.sm_btn_down .dropdown_menu .roulette-m-btn {
	height: 50px !important;
	margin-bottom: 10px;
}
.sm_btn_down .dropdown_menu>ul>li>button, .sm_btn_down .dropdown_menu .roulette-m-btn {
	font-size: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: var(--color-56);
	border: 1px solid var(--color-15);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.15s, background-color 0.15s, border-color 0.15s;
}
.sm_btn_down .dropdown_menu>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sm_btn_down .dropdown_menu>ul>li {
	width: calc((100% / 2) - 5px);
	height: 50px;
}
.sm_btn_down .dropdown_menu>ul>li>a {
	font-size: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: var(--color-56);
	border: 1px solid var(--color-15);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.15s, background-color 0.15s, border-color 0.15s;
}
.image-box1 {
	display:block;
}
.image-box2{
	display:none;
}
.mss-red {position: absolute;top: 3px;left: 29px;color: red;}
.h-mss-red {position: absolute;top: -14px;left: -8px;color: red;}
.left-mss-red {position: absolute;color: red;top: 0;left: 7px;}
.money-logs {border:none}
.money-logs .tab-cont table td {border: 1px solid var(--color-15);}
.money-logs .tab-cont table th {border: 1px solid var(--color-15);}

/*left*/
.floating-side .sub-floats {margin-left:280px;}
/*left end*/

.delete_btn2 {    display: inline-flex
;
	overflow: hidden;
	position:relative;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--color-36);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;}
.delete_btn2:hover {
	color: #fff;
}
.delete_btn2:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 1em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}
.delete_btn2:hover:before {
	transform: skewX(-45deg) translateX(30.5em);
	transition: all 0.6s ease-in-out;
}

.user-log {
	cursor:pointer;
	
}
.user-log:hover {
	color:#ff9700
	
}
.form-join .form {
    justify-content: flex-start;
}
.log-info span img {
	width:29px;height:auto;
}
.form-join .form .form-input .input-element input {
	width: 100%;
    height: 100%;
    padding: 0 15px;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 14px;
    color: #fff;
}
.close-modal-pw, .close-modal-id, .close-popup, .close-popup-register {
	position: absolute;
    width: 20px;
    cursor: pointer;
    bottom: 4px;
    left: 326px;
    transition: opacity 0.1s ease-in-out;
}
/* ////////12.6 main button////////// */
 .tab-box {
	display: flex;
	flex-grow: 1;
	gap: 10px;
    justify-content: space-around;;
}
/*.section_favorite {background:#000 !important;}*/
.section_banner .banner-list .item {height: 26.15vw;padding: 10px 11%;}
.section_banner .banner-list .item .bg {height:100%;}
.section_banner .banner-list .item .bg img {border-radius:18px;}


.section_banner .banner-list .item .bg video {height:100%; border-radius:18px;}

.tab-box .tab-item {
	align-items: center;
	background-color: #c37cff;
	border-radius: 8px;
	box-shadow: 0 0 10px #8600f7, 0 0 15px #8600f7, 0 0 20px #8600f7, inset 0 0 10px #8600f7;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 2.7vw;
	height: 40px;
	justify-content: center;
	overflow: hidden;
	padding: 10px 15px;
	position: relative;
	transition: all .2s;
	width: 85px;
	border: 1px solid #e3bd88;
    box-sizing: border-box;

}

.tab-box .tab-item:before {
	animation: rotate 5s linear infinite;
	background-image: conic-gradient(#fff 200deg, transparent 200deg);
	box-shadow: inset 0 0 1px #fff;
	content: "";
	height: 20%;
	position: absolute;
	width: 150%
}

.tab-box .tab-item .tab-item-inner {
	align-items: center;
	background: #640ea9;
	border-radius: 8px;
	box-shadow: inset 0 0 10px #8600f7, inset 0 0 15px #8600f7;
	color: #fff;
	content: "";
	display: flex;
	height: 35px;
	justify-content: center;
	position: absolute;
	width: 80px
}


/* í—¤ë“œ ìŠ¤ë…¸ìš° css*/
.snow-container {
		position: relative;
		z-index: 2;
}

.snowflake {
	position: absolute;
	width: 10px;
	height: 10px;
	animation: fall 10s linear infinite;
	animation: fall 10s linear infinite, spin 5s linear infinite;
}

@keyframes fall {
	from {
		top: -10px;
		opacity: 1;
	}

	to {
		top: 100vh;
		opacity: 0;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* ç»™ä¸åŒçš„é›ªèŠ±è®¾ç½®ä¸åŒçš„å¤§å°ã€åˆå§‹ä½ç½®å’ŒåŠ¨ç”»é€Ÿåº¦ */
.snowflake:nth-child(1) {
	font-size: 40px;
	left: 70%;
	animation-duration: 5s;
}

.snowflake:nth-child(2) {
	font-size: 20px;
	left: 65%;
	animation-duration: 15s;
}

.snowflake:nth-child(3) {
	font-size: 10px;
	left: 10%;
	animation-duration: 9s;
}

.snowflake:nth-child(4) {
	font-size: 20px;
	left: 88%;
	animation-duration: 4s;
}

.snowflake:nth-child(5) {
	font-size: 40px;
	left: 74%;
	animation-duration: 11s;
}

.snowflake:nth-child(6) {
	font-size: 25px;
	left: 35%;
	animation-duration: 7s;
}

.snowflake:nth-child(7) {
	font-size: 30px;
	left: 27%;
	animation-duration: 3s;
}

.snowflake:nth-child(8) {
	font-size: 45px;
	left: 30%;
	animation-duration: 11s;
}

.snowflake:nth-child(9) {
	font-size: 55px;
	left: 84%;
	animation-duration: 8s;
}

.snowflake:nth-child(10) {
	font-size: 40px;
	left: 82%;
	animation-duration: 16s;
}

.snowflake:nth-child(11) {
	font-size: 50px;
	left: 48%;
	animation-duration: 10s;
}

.snowflake:nth-child(12) {
	font-size: 55px;
	left: 39%;
	animation-duration: 15s;
}

.snowflake:nth-child(13) {
	font-size: 20px;
	left: 52%;
	animation-duration: 9s;
}

.snowflake:nth-child(14) {
	font-size: 45px;
	left: 49%;
	animation-duration: 11s;
}

.snowflake:nth-child(15) {
	font-size: 30px;
	left: 77%;
	animation-duration: 7s;
}

.snowflake:nth-child(16) {
	font-size: 40px;
	left: 86%;
	animation-duration: 14s;
}

.snowflake:nth-child(17) {
	font-size: 50px;
	left: 81%;
	animation-duration: 9s;
}

.snowflake:nth-child(18) {
	font-size: 30px;
	left: 64%;
	animation-duration: 13s;
}

.snowflake:nth-child(19) {
	font-size: 10px;
	left: 52%;
	animation-duration: 15s;
}

.snowflake:nth-child(20) {
	font-size: 40px;
	left: 20%;
	animation-duration: 8s;
}

.header-snow {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9.6vh;
	display: block;
	overflow: hidden;
}

.menuGroup {
	border: 1px solid #313447;
	border-radius: 6px;
	background: #1d1f2b;
	z-index: 999;
	display: none;
	bottom: 4px;
	right:-1%;
	overflow: hidden;
	position: absolute;
	transform: translate(-15%, 95%);
	transition: all .3s;
}
.menuGroup .menuItem a:hover {color:#e3bd88;}

.menuGroup .menuItem {
	/* background: #1d1f2b; */
	display: block;
	height: 60px;
	position: relative;
	text-align: center;
}

.menuGroup .menuItem a {
	width: 120px;
	display: inline-block;
	border-top: 2px solid #313447;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-shadow: none;
	white-space: nowrap;
}

.menuItem:first-child a {
	border: none;
}

.btn-event_roulette.btn-log:hover~.menuGroup,
.menuGroup:hover {
	display: block;
}
/* í—¤ë“œ ìŠ¤ë…¸ìš° css end*/


/*//////main button end///*/

/*#sidebar .side-logo>img {height: 80px !important;}*/
.banners-img {display: flex;justify-content: space-between; }

#tab_table .tab_table .tab-body .tab .tab-cont .table-wrapper>table>tbody>tr>td, .help-wrapper>tbody>tr>td {
	text-align: center !important;
}
.floating-side .sub-floats .game-list .game_item .menuC {background: var(--color-10);}

#modal_join .modal_icon2 {position: absolute;top:0;right:0;transform: translateX(-50%);width: 40px;height: 40px;}
#modal_join .modal_icon2 .close-popup-register2 {   position: absolute;width: 20px;cursor: pointer;bottom: -20px;transition: opacity 0.1s ease-in-out}

#sidebar .btn-close_side {cursor:pointer;width: 32px;position: absolute;right: 21px;top: 16px;}
.section_search .search-wrapper .game_list .item .img2 {display: inline-flex;width: 45px;height: 45px;overflow: hidden;}

#form-join .bottom_info .bottom_text1 {position:absolute;top:73px;left:32%;color:#fff;font-size:22px;}
#form-join .bottom_info .bottom_text1 p {font-weight:400;color:#03b6ff; font-size:32px;}
#form-join .bottom_info .reg_img .form_button #modal_join_btn_submit {z-index:999; display: inline-flex;justify-content: center;align-items: center;width: 100%;max-width: 212px;height: 48px;background-color: var(--color-17);border-radius: 8px;font-size: 16px;font-weight: 700;color: #fff; cursor:pointer;}
#form-join .bottom_info .reg_img .guide p:last-child {font-size:22px;font-weight:bold;margin-top:15px}

/*ëª¨ë°”ì¼ ìƒë‹¨ ë©”ë‰´*/
#exchange .inner.money-logs {margin-left: 210px;border: 1px solid #7332fe;background: #313447;}
#exchange .inner .exchange {margin-left: 230px;}

header .gnb .gnb_main .gnb-list { gap:110px; margin-left: 88px; margin-right: 200px;}
.dropdown_benefits {
	display:none;
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 150;
	background-color: var(--color-20);
	border: 1px solid var(--color-15);
	border-radius: 12px;
	width: 330px;
	padding: 20px;
}
.dropdown_benefits>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.dropdown_benefits>ul>li {
	width: calc((100% / 2) - 5px);
	height: 50px;
}
.dropdown_benefits>ul>li>a {
	font-size: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: var(--color-56);
	border: 1px solid var(--color-15);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.15s, background-color 0.15s, border-color 0.15s;
}
.dropdown_benefits.active {display:block;}
/* Back to top */
#back-to-top {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 105px;
	right: 10px;
	transition: bottom .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#back-to-top:hover {
	cursor: pointer;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
}


#sidebar .account-info {
	background-color: var(--color-68);
    border: 1px solid var(--color-69);
    border-radius: 8px;
    margin: 12px 25px;
	padding:0px;
}
#sidebar .side-menu_list {
	display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 12px 4.67vw 0 !important;
	margin:0px;
}
#sidebar .account-info .asl-button-row {
	padding: 8px 4.67vw !important;
	margin:0px;
}
.section_mobile .sec_wrapper .sec_item .sec_head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
	
.section_mobile .sec_wrapper .sec_item .sec_head .tit_line {
    width: 100%;
    height: 1px;
    background-color: #bbbbbb !important;
}

/* css for bottom banner 4 images in mobile view */
.btm-banners-grid {
	display: none;
    gap: 10px !important;
    justify-content: center;
    padding: 30px 4.67vw 0 !important;
	margin: 0px;
}

.btm-banners-grid img {
	border-radius: 10px !important;
	border: 1px solid #e3bd88 !important;
}
.banners-grid img {
	border-radius: 10px !important;
	border: 1px solid #e3bd88 !important;
}
.banners-img img {
	width: 48%;
}

.btm-banners-container {
	display: flex !important;
	/* flex-direction: column !important; */
	gap: 10px !important;
}

.btm-banners-grid>div>a>img[data-v-31fdb8af] {
	margin-bottom: 10px !important;

}

/*ì‹ ê·œ ë¡œê·¸ì¸/íšŒì›ê°€ìž…ì°½*/
.modal_inner {width:100%;display: flex;flex-direction: column;align-items: flex-end;}
.m-logintitle {display:none;}
#modal_login {width:100%;z-index:1001;}
#modal_join {z-index:1001;}
.modal_content {
	width: 840px;
	height: 400px;
	background: #222;
	border-radius: 10px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	box-shadow: #000 0.1em 0.1em 0.3em;
	line-height: 23px;
	cursor: pointer;
	border: 1px solid #e3bd88;
}

#uid, #upw {
	height: 50px;
	text-align: center;
	background: #111;
	border: solid 1px #444;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 15px;
	outline: none;
	font-size: 14px;
	color: #fff;
}
#login_submit, #btn_modal_join {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	display: block;
	margin-top: 15px;
	background: linear-gradient(#fffeac, #ffa71f);
	border-radius: 10px;
	font-weight: bold;
	color: #000;
}
.logingirl {
	position: absolute;
	right: 30px;
	bottom: 0;
	width:430px
}
.modal-close {
	position: absolute;
	font-size: 30px;
	right: 10px;
	top: 10px;
	/* color: #ffcc00; */
	filter: hue-rotate(0deg);
	z-index: 9;
}
.lg_frm_arr {
	position: absolute;
	left: 12px;
	bottom: 0;
	right: 560px;
	top: 8px;
	width:36%;
}

.close_box {
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 10px;
}
.login_b {
	width: calc(100% - 250px);
	display: block;
	margin: 0 auto;
	margin-top: 12px;
}
#modal_join .login_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.login_girl {
	position: absolute;
	top: -29px;
	left: -39px;
	z-index: -1;
}
.form_wrapper {
	width: 100%;
}
.form_wrapper .form-join .form {
	display: block;
	padding-left: 50%;
	padding-bottom: 0px;
}
.form_wrapper .form-join .form .form-input {
	width: 100%;
	padding-bottom: 12px;
}
.form-join .form .form-input .img {
	position: relative;
	top: 6px;
	flex-shrink: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.form-join .form .form-input .input-element {
	width: 100%;
	display: flex
;
	justify-content: space-between;
	flex-wrap: wrap;
}
.register_btn {
	position: relative;
	left: 57%;
	bottom: 12px;
	cursor: pointer;
}
.close_box .login_close::before, .close_box .login_close::after {
	position: absolute;
	content: '';
	background-color: #f7ba64;
	/* left: 20px; */
	width: 2px;
	height: 20px;
}
.close_box .login_close::before {
	transform: rotate(45deg);
}
.close_box .login_close::after {
	transform: rotate(-45deg);
}
.m_login_tele {display:none;}
#modal_join_btn_submit {position: relative;left: 0%;bottom: 12px;cursor: pointer;}
.login_tele {margin-top:15px;max-width: 100%;vertical-align: bottom;height: 90px; width:100%;}
.tab_header_login {display:none;}
/*ì‹ ê·œ ë¡œê·¸ì¸/íšŒì›ê°€ìž…ì°½end*/
.m_biglogin{
	background: #000;
	text-align: center;border: 1px solid #fec65e;border-radius: 5px;
	width:calc(50% - 5px);
	position: absolute;
	left: 3px;
	padding: 15px 30px;
}
.m_bigjoin {
	text-shadow: 0 1px 1px rgb(0 0 0 / 80%);
	border-color: rgb(57, 106, 137);
	text-align: center;
	border: 1px solid #fec65e;
	border-radius: 5px;
	display: block;
	background: linear-gradient(#e9e8c1, #c69d5d);
	color: #000;
	width:calc(50% - 5px);
	padding: 15px 30px;
	position: absolute;
	right: 3px;
}
.section_banner .banner-list .item .bg>img {height: 100%;object-fit: inherit;}
.bouns_on_off {border: 1px solid var(--color-50);padding: 12px 20px 12px 16px;border-radius: 12px;font-size: 16px;width: 100%;appearance: none;background-image: url(../image/arrow_down_02.png);background-size: 10px;background-repeat: no-repeat;background-position: calc(100% - 18px) center;height: 60px;text-align: center;line-height: 38px;}


@media screen and (max-width: 912px) {
	.btm-banners-grid {
		display: flex;
	}
}

@media screen and (max-width: 720px) {
	.btm-banners-grid {
		display: flex;
		flex-direction: column;
	}
		.image-box1{
			display:none;
		}
		.image-box2{
			display:block;
		}
	#modal_join {
			 overflow: auto;
			-ms-overflow-style: none;
			scrollbar-width: none;
		}
}
@media screen and (max-width: 375px) {
    #modal_join {
        width: calc(100% - 30px);
        height: 620px !important;
	}
}
/* end*/

/*ì´ë²¤íŠ¸-ê³µì§€ì‚¬í•­ ìˆ˜ì •*/
.modal_event {
    position: fixed;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    max-width: 100%;
    /* padding: 70px 40px 50px; */
    background-color: var(--color-3);
    border: 1px solid var(--color-59);
    border-radius: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.15s;
}
#modal_post .modal_inner .html_content p {
    display: flex;
    justify-content: center;
}
/*ì´ë²¤íŠ¸-ê³µì§€ì‚¬í•­ end*/

/* ë§ˆì´íŽ˜ì´ì§€ */

.mypageinner {width: 1377px;}
.mypagefloats {margin-left:200px !important;}
#mypage .password {width:29.8%;}
#mypage .recommend {width:26.7%;}
#mypage .optional {width:calc(27% - 38px);}

.myp-banners-grid {
	display: none;
    gap: 10px !important;
    justify-content: center;
    padding: 30px 7.67vw 0 !important;
	margin: 0px;
}

.myp-banners-grid img {
	border-radius: 10px;
	border: 1px solid #e3bd88;
}

.banners-img img {
	width: 48%;
}

.btm-banners-container {
	display: flex !important;
	/* flex-direction: column !important; */
	gap: 10px !important;
}

.btm-banners-grid>div>a>img[data-v-31fdb8af] {
	margin-bottom: 10px !important;

}
/* end*/
#deposit .deposit .warning {width:100%;}
#deposit .deposit .totalcharge {width: 100%; display: flex;margin-inline: auto;margin-top: 30px;border: 1px solid var(--color-15);border-radius: 8px;padding: 20px 36px;flex-direction: row;align-items: center;}
#deposit .deposit .totalcharge .totalcharge_1 {border: 1px solid var(--color-10);width: 23%;padding: 10px;line-height: 40px; border-radius: 8px 0px 0px 8px; background: var(--color-10); text-align: center;}
#deposit .deposit .totalcharge .totalcharge_2 {border: 1px solid var(--color-10);border-left:0;width: 77%;padding: 10px;line-height: 40px; border-radius:0px 8px 8px 0; text-align: right;}

#deposit .deposit .totalexcharge {width: 592px; display: flex;margin-inline: auto;margin-top: 30px;border: 1px solid var(--color-15);border-radius: 8px;padding: 20px 36px;flex-direction: row;align-items: center;}
#deposit .deposit .totalexcharge .totalcharge_1 {border: 1px solid var(--color-10);width: 23%;padding: 10px;line-height: 40px; border-radius: 8px 0px 0px 8px; background: var(--color-10); text-align: center;}
#deposit .deposit .setting .own_status .withdrawal_btn .btn_bubble {width:100%;}
#deposit .deposit .totalexcharge .totalcharge_2 {border: 1px solid var(--color-10);border-left:0;width: 77%;padding: 10px;line-height: 40px; border-radius:0px 8px 8px 0; text-align: right;}
#deposit .deposit .setting .own_status .withdrawal_btn .psw-condition{width:120px;}
#deposit .deposit .setting .own_status .withdrawal_btn {display: inline-flex;justify-content: flex-end;width: 100%;gap: 10px;align-items: center;}

.headquick {cursor: pointer;border: 1px solid #e3bd88;padding: 10px;border-radius: 10px; font-size:18px;line-height: 22px;}
.headquick img {width:26px;}
.quickmenu {margin: 0 10px 30px 0;display: flex;justify-content: space-around;padding: 10px;width: 100%;border: 2px solid var(--color-15); border-radius:8px;}
.quickhover:hover {color:#ff9700;}
.goldline {
    display: none;
    padding: 20px;
    margin: 10px;
    border: 5px solid #FFD700; /* í™©ê¸ˆ í…Œë‘ë¦¬ */
    border-radius: 10px;       /* ë¶€ë“œëŸ¬ìš´ ëª¨ì„œë¦¬ */
    background-color: #F5F5F5; /* ì—°í•œ íšŒìƒ‰ ë°°ê²½ */
    color: #000;              /* ê²€ì • í…ìŠ¤íŠ¸ */
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.7); /* í™©ê¸ˆë¹› ê´‘ì±„ */
  }
.floating-side .sub-floats .sm-game-list{display:none;}

/*meidaqueries*/
@media screen and (max-width: 1600px) {
	.section_game .sec_wrapper.devide_8 .item {width: calc((100% / 6) - 9px);}

    #mypage .info .inner-box.my .box-content .detail .txt-list {gap: 10px;}
	#deposit .deposit .totalcharge {width: 100%;padding: 12px;border-radius: 20px;}
	.Ads-Container {flex-wrap: wrap;}
	.floating-side {margin: 144px 0 -57px;}
	#mypage .password {width:80%;}
	#mypage .recommend {width:80%;}
	#mypage .optional {width:80%;}
	#mypage>.inner {align-items: center;}
	.floating-side .sub-floats .game-list {display:none;}
	.floating-side .sub-floats .sm-game-list {
		margin-top: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 4px 6px;
	}
	.floating-side .sub-floats .sm-game-list .game_item {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: calc((100% / 4) - 5px);
	}
	.floating-side .sub-floats .sm-game-list .game_item .game_tit {
		padding: 0;
		margin-bottom: 0;
		background-color: transparent;
		border: 1px solid var(--color-15);
		border-radius: 12px;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 40px;
	}
	.floating-side .sub-floats .sm-game-list .game_item .game_tit .tit {
		width: 100%;
		text-align: center;
		font-weight: 400;
		color: #fff;
		font-size:12px;
	}
	.floating-side .sub-floats .sm-game-list .active {
		background: linear-gradient(#e3bd88, #ffa71f); !important;
	}
}
@media screen and (max-width: 1500px) {
    header .header-top {
		padding: 0;
    }
}
@media screen and (max-width: 1499px) {

}
@media screen and (max-width: 1300px) {
	
}

@media screen and (max-width: 1200px) {
	header .header-top {
		padding: 0 2.67vw;
    }
	header .header-top .log-info .btn-event2 {display:none;}
	header .header-top .log-info .btn-event {display:none;}
	.section_banner .banner-list .item .bg {margin:0 !important;}
	.menuGroup {right:3.1%;}
	#deposit .deposit .totalexcharge {width:100%;}
	
	.section_game .sec_wrapper.devide_8 .item {width: calc((100% / 5) - 9px);}

}
@media screen and (max-width: 980px) {
	header .header-top .log-info .btn-event_roulette {display:none;}
	.btn-event {display:none;}
	.btn-event2 {display:none;}

	.section_game .sec_wrapper.devide_8 .item {width: calc((100% / 4) - 9px);}
}
@media screen and (max-width: 912px) {
	.myp-banners-grid {display: flex;}
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… new*/
	.modal_content {
		left: 0;
		margin-top: 0;
		margin-left: 0;
	}
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… end*/
}
@media screen and (max-width: 840px) {
	.logingirl {width:360px; right:20px;}
	.lg_frm_arr {width:45%;}
}
@media screen and (max-width: 760px) {
	.bouns_on_off {font-size:14px;padding: 12px 20px;}

	.logingirl {display:none;}
	.lg_frm_arr {
		width: calc(100% - 50px);
		margin: 20px 25px;
		left: 0%;
		top:11%;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	.modal_content {height:440px;}
	.m-logintitle {display: block;position: absolute;top: 0;left: 0;width: 100%;margin: 23px 0px;}
	.m-logintitle img {height: 30px;width: 154px;margin: 0 auto;}
	.login_tele {display:none;}
	.m_login_tele {display: block;
        margin-top: 15px;
        max-width: 100%;
        vertical-align: bottom;
        height: 82px;
        width: 258px;
	}
	#uid, #upw {width:calc(100% - 215px);}
	#login_submit {margin-top:23px;}
	#login_submit, #btn_modal_join {width:calc(100% - 215px);}
	.alert {display:none;}
	.tab_header_login {display:flex;}
}
@media screen and (max-width: 720px) {
	#modal_games .games_content {width:90vw;}
	.logo-info-sm {display:flex;}
	.show-sm-log {display:flex;}
	.hide-sm {display:none !important;}
	.header-top-logo {display:none;}
	.header-top-logo-sm {width:100%; display:block;}
	.mbtn_head_box {display:block;}
	#sec_4, #sec_5, #sec_7 {display:none !important;}
	.bouns_on_off {font-size:11px; padding:0; line-height:60px;}
	header .header-top .log-info {gap:0;justify-content: flex-start;}
	main.mainwrapper {margin-top: 20.79vw !important;}
	header .user-log {display:block;}
	.log-info span img {width: 20px;height: 24px;}
	/*left ì¶”ê°€ìˆ˜ì •*/
	.floating-side {
		position: relative;
		top: unset;
		left: unset;
		margin: 86px 0 0 0;
		background-color: var(--color-60);
		padding: 12px 0;
	}
	/*left ì¶”ê°€ìˆ˜ì • end*/

	.btn_down {display:none;}
	.sm_btn_down {display:block;}
	.header-snow {}
	.myp-banners-grid {
		display: flex;
		flex-direction: column;
	}
	
	main {
        min-height: calc(100vh - 220px);
        margin-top: 5.79vw;
    }
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… new*/
	.modal_content {
		left: 0;
		margin-top: 0;
		margin-left: 0;
	}
	.login_b {width:80%;}
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… end*/

	/*login*/
	#modal_login {
        width: 80vw;
        padding: 40px 30px 30px;
    }
	#modal_login .modal_inner {
		max-height: 50vh;
		margin-top: 50px;
	}
	#modal_login .modal_inner .modal_tit {
		margin-bottom: 20px;
        margin-top: 0;
	}


    #help .sec_item {margin-left: 0px !important;}
	#exchange .inner.money-logs {margin-left: 0px !important;}
	#exchange .inner .exchange {margin-left: 0px !important;}
	.modal {top:48%;}

	.app-footer {display:flex;height:8%;}
	.app-footer .app-menu .menu-icon {width: 6vw;height: 6vw;}

	#form-join .bottom_info .bottom_text1 {top:130px;}

	#form-join .bottom_info .reg_img .guide p:last-child {margin-top:0;}
	#form-join .bottom_info .reg_img .form_button #modal_join_btn_submit {margin-top:25px;}
    .section_banner .banner-list .item {
        width: 100% !important;
        /*height: 150px !important;*/
        padding: 5px 8px;
		border-radius: 2.33vw;
		margin:0;
	}
	.section_banner .banner-list {
		padding: 0 0 0 0;
		background-color: var(--color-18);
	}
	.section_game .sec_wrapper .sec_item .sec_switch_type {
        gap: 3.89vw 2.12vw;
        background-color: var(--color-18); !important;
        margin-top: 0;
        justify-content: left;
        margin-bottom: 30px;
		padding:0px;
		border:0px;
    }
	

	footer {margin: 0 0 16.27vw;}
	footer .copyright p {
		padding-bottom: 12px;
		font-size: 10px;
	}
	
	.tab_header {background:var(--color-18) !important; padding-bottom:20px !important;}
	/*.headwrapper {background:var(--color-59);}*/
	header .header-top {
		padding: 0;
		height: 20.79vw;
		justify-content: space-between;
		background: none !important;
		display: flex;
		flex-wrap: wrap;
	}
	.close-modal-pw, .close-modal-id, .close-popup, .close-popup-register {
		position: absolute;
		width: 20px;
		cursor: pointer;
		bottom: 14px;
		left: 313px;
		transition: opacity 0.1s ease-in-out;
	}

	#modal_join .modal_icon2 .close-popup-register2 {bottom: -5px;}


	#back-to-top {
		bottom: 172px;
		right: 41px;
	}

	/* casino page*/
	.section_banner .banner-list .swiper-slide {
		padding:0px;
	}
	.section_banner .banner-list .swiper-slide .bg {
		width:100%;
	}
	.section_banner .banner-list .swiper-slide .bg img {
		width:100%;
		border-radius:0;
	}
	

	#deposit .deposit .totalcharge .totalcharge_1 {font-size:12px;}

	.bg video {
        height: 100% !important;
    }
	.section_banner .banner-list .item .bg {margin:0;}
	.section_banner .banner-list .item .bg video{border-radius:10;}

	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… new*/
	.login_girl {display:none;}
	.form_wrapper {width: calc(100% - 100px);margin: 0 50px;}
	.form_wrapper .form-join .form {padding:0;}
	#modal_join_btn_submit {position: relative;left: 0%;bottom: 12px;cursor: pointer;}
	#uid, #upw {width:100%}
	#login_submit, #btn_modal_join {width:100%}

	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… end*/

	.section_favorite {padding:20px 0 0 0 !important;}
	.section_mobile {padding:20px 0 20px 0 !important;}

	#deposit .deposit .setting .amount .btn_bubble {max-width:120px}
	#deposit .deposit .setting .own_status .withdrawal_btn .psw-condition{width:100%}

	#mypage .password {width:100%;}
	#mypage .recommend {width:100%;}
	#mypage .optional {width:100%;}
	/*ë°°íŒ…ë‚´ì—­*/
	#tab_table .tab_table .tab-body .tab .tab-cont .table-wrapper.mobile-view-item > table > tbody > tr > td:nth-child(1) {}
	/*ë°°íŒ…ë‚´ì—­end */

	#deposit .psw-condition {width:120px;}
	#deposit .deposit .totalexcharge {padding:20px 10px;}
	#deposit .deposit .totalexcharge .totalcharge_1 {font-size:13px;}
	.floating-side .sub-floats .sm-game-list {margin-top: 20px;}
	.own-amount {margin-left:0;}

	.headquick {font-size:15px;}
	.headquick img {width:23px;}

	.section_game .sec_wrapper .sec_item {display:block;}
	.section_game .sec_wrapper .item {width: calc((100% / 3) - 9px) !important;}
	.section_game .sec_wrapper .sec_item .sec_content {
        gap: 0;
        background-color: var(--color-4);
        padding: 1.78vw 1.78vw;
        border: 1px solid var(--color-15);
        border-radius: 2.33vw;
        margin-top: 0;
        justify-content: center;
        margin-bottom: 15px;
    }
	.section_game .sec_wrapper .sec_item .sec_content .item .img {opacity: 1;}

	.sec_main_detail {display: flex !important;gap:1.6vw !important; margin:0 !important;padding: 10px 5px !important;}
	.section_game .sec_wrapper .sec_item.active {margin-bottom:10px;}
	.header-top-logo .logo {display:none;}
	.header-top-logo-sm .logo {display:block;}
	header .header-top .log-info .social-container {display:none;}
	.own-amount {display: flex;flex-direction: row;margin-left: 20px;align-items: center;justify-content: flex-end;width: 70%;}

}

@media screen and (max-width: 680px) {
	.close-modal-pw, .close-modal-id, .close-popup, .close-popup-register {left: 290px;}
	
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… new*/
	.modal_content {
		left: 0;
		margin-top: 0;
		margin-left: 0;
	}
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… end*/
}
@media screen and (max-width: 660px) {
	#modal_join .modal_icon {top:-65px;}
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… new*/
	.modal_content {
		left: 0;
		margin-top: 0;
		margin-left: 0;
	}
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… end*/
}
@media screen and (max-width: 600px) {
	#modal_login {width: calc(100vw - 20px);padding: 10px; z-index: 2147483640 !important;}
	.close-modal-pw, .close-modal-id, .close-popup, .close-popup-register {left: 280px;}
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… new*/
	.modal_content {
		left: 0;
		margin-top: 0;
		margin-left: 0;
	}
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… end*/
}
@media screen and (max-width: 580px) {
	.close-modal-pw, .close-modal-id, .close-popup, .close-popup-register {left: 250px;}
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… new*/
	.modal_content {
		left: 0;
		margin-top: 0;
		margin-left: 0;
	}
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… end*/
}

@media screen and (max-width: 500px) {
	header .header-top .log-info {margin-right:40px;margin-left:0px;display:flex;align-items: center;}
	header .header-top .log-info .log-info-span {width:10%;}
	header .header-top .log-info span img{width:30px;}
	header .user-log {font-size:18px;}
	

	#modal_post {height:60vh;}
	#modal_post .modal_inner {height:42vh;}
	.header-snow {
		height: 10vh;
	}
	.section_banner .notice {height:40px;}
	.loadingsss img {width:150px !important;}

	.close-modal-pw, .close-modal-id, .close-popup, .close-popup-register {left: 215px;}
	#modal_login .modal_icon {top:-65px;}
	#modal_login .modal_icon img:first-child {width:130px;}
	.rolling-guide { padding:10px; }
	.rolling-guide p , .rolling-guide span , .rolling-guide div { font-size:12px; }
	#deposit .guide-list .guide-item .item_body { margin-top:0; }
	.section_banner .banner-list .item {margin:0;}
	.app-footer {display: flex;}
	
	#modal_join .modal_icon {width: calc(30%);}
	#modal_join .modal_inner .modal_tit {margin-top: 55px; margin-bottom:0; }

	#back-to-top {
		display: inline-block;
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 168px;
		right: 41px;
		transition: bottom .3s, opacity .5s, visibility .5s;
		opacity: 0;
		visibility: hidden;
		z-index: 1000;
	}
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… new*/
	.modal-close {
		right: 8px;
		top: 5px;
		width: 30px;
	}
	.lg_frm_arr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

	.modal_content {left: 0;
		margin-top: 0;
		margin-left: 0;
		height: 440px;
		width:360px;}
	#uid, #upw {width:258px;}
	#login_submit, #btn_modal_join {width:258px;}
	.logingirl {display:none;}
	.form_wrapper {padding:0;margin:0 10px; width:calc(100% - 20px);}
	.login_tele {width:280px;}
	/*ë¡œê·¸ì¸aíšŒì›ê°€ìž… end*/

	#deposit .deposit .setting .amount {display: flex;justify-content: space-around;}
	#deposit .deposit .setting .amount .btn_bubble {width:120px;}
	.quickhover {font-size:11px;}
	#deposit .deposit .totalexcharge .totalcharge_1 {width:28%; font-size:10px;}
	#deposit .deposit .totalexcharge .totalcharge_2 {width:72%; font-size:13px;}
	#deposit .deposit .setting .own_status .withdrawal_btn .rolling-condition {width:110px;}
	header .own-amount i {font-size:15px !important;;}
	header .own-amount .user-balance,header .own-amount .user-points {font-size:15px !important;}
	header .header-top .log-info .social-container {display:none;}

	.section_game .sec_wrapper .item {width: calc((100% / 3) - 9px) !important;}
	.sec_main_detail {display: flex !important;gap:2.6vw !important; margin:0 !important;padding: 10px 5px !important;}

	/*ìŠ¬ë¡¯*/
	.section_game .sec_wrapper .sec_item .sec_head .tit {font-size:17px;}
	.searching-wrap {width:70%;}
	.modal .btn-close_modal {top: 12vh;right: 2vw; z-index:100;}
	#modal_post .modal_inner .html_content p {font-size:14px;text-align: center;}
}

@media screen and (max-width: 450px) {
	.close-modal-pw, .close-modal-id, .close-popup, .close-popup-register {left: 205px;}
	header .header-top .log-info {gap:3px;}
	header .header-top {}
	.section_game .sec_wrapper .sec_item .sec_head .tit {font-size:17px;}
	.sm_btn_down .dropdown_menu {right: -20px;}
	.dropdown_benefits {right: -20px;}
	#modal_post .modal_inner .html_content p {font-size:12px;text-align: center;}
}
@media screen and (max-width: 400px) {
	#modal_login .modal_icon {top:-40px;}

	.close-modal-pw, .close-modal-id, .close-popup, .close-popup-register {left: 172px;}
	.tab-box .tab-item { width:72px !important; }
	.tab-box .tab-item .tab-item-inner { width:68px !important; }
	.section_banner .banner-list .item {margin:0;}
	#modal_login .modal_icon img:first-child {
		width: 110px;
	}
	.find-idpw {display:none;}
	.form_option {margin-top:0;}
	.form_option > p {display:none;}
	.form_option>button {margin:0px;}

	.input-element input::placeholder {
	  font-size: 0.9em;
	}
	.form-join .form .form-input .btn_certify {
		width:60px;
		font-size:11px;
	}
	.form-join .form .form-input .input.with-btn {
		width: calc(100% - 70px);
	}

	/*message*/
	#tab_table .tab_table .tab-body .tab .tab-cont .table-wrapper > table > tbody > tr > td .tb_content {font-size:0.6em;}

	/*mypage*/
	#tab_table .tab_table .tab-body .tab .tab-cont .table-wrapper > table > thead > tr > th {font-size:0.6em;}
	#tab_table .tab_table .tab-body .tab .tab-cont .table-wrapper > table > tbody > tr > td {font-size:0.6em;}

	#deposit .deposit .totalcharge .totalcharge_1 {width:35%;}
	#deposit .deposit .totalcharge .totalcharge_2 {width:65%; font-size:12px;}
	.own_box {width:80px;}
	#deposit .deposit .setting .own_status .withdrawal_btn {justify-content: center;}
	

	.sm_btn_down .dropdown_menu {right: -40px;}
	.dropdown_benefits {right: -40px;}
	#sidebar .btn-close_side {right:0; top:20px;}
}
@media screen and (max-width: 360px) {
	.close-modal-pw, .close-modal-id, .close-popup, .close-popup-register {left: 148px; bottom:3px;}
	#sidebar .account-info {margin: 12px 18px;}
	footer {margin: 0 0 18.27vw 0;}
	#modal_login .modal_icon {top:-60px;}
	#modal_login .modal_icon img:first-child {
		width: 100px;
	}
	#modal_login .modal_inner {margin-top: 0px;}
	.find-idpw {display:none;}
	.form_button {margin: 13px 0;}
	.form_option {margin-top:0; padding-top: 13px;}
	.form_option > p {display:none;}
	.form_option>button {margin:0px;}
	
	.input-element input::placeholder {
		font-size: 0.7em;
	}
	.form-join .bottom_info .guide>p {font-size:13px;}
	
	header .own-amount .user-balance, header .own-amount .user-points {font-size:10px !important;}
	header .user-log {font-size:10px !important;}
	header .header-top .log-info {margin-left:0;gap:5px;margin-right:28px;}
}
