body{
	padding-right: 0px !important;
}

#wrap {
	background-color: #181818;
}

.logo img {
	width: 284px;
}

.gnb li p{
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	margin-bottom: 0;
	cursor: pointer;
}

.main-menu {
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}

.btn-login,
.btn-join {
	background: #f6d38b;
	color: #484848;
	color: #b7b7b7;
	font-weight: normal;
	padding: 3px 19px 4px;
	display: block;
	min-width: 100px;
	max-width: 130px;
	text-align: center;
	background: url(../images/btn-frame-login.jpg) center / 100% no-repeat;
	font-weight: bold;
    font-size: 14px;
}

.mobile-login .btn-login,
.mobile-login .btn-join {
    background:tan;
    color: #fff;
    padding: 6px 19px 6px;
    max-width: 100%;
}

.mobile-login .input_login {
    height: 35px;
}


.swiper {
	height: 500px;
	position: relative;
}

.swiper-button-prev,
.swiper-button-next {
	filter: grayscale(1);
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #afafaf;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: #f6d38b;
}


.promo-text {
	max-width: 1300px;
	margin: 0 auto;
	height: inherit;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.m_menu {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	margin-left: -100%;

}

.m_menu_close {
	display: none;
	position: absolute;
	top: 0;
	left: 20px;
	margin-left: -100%;
}

.m_menu_close a {
	font-size: 40px;
	color: #f6d38b;
}

.game-section {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

.box {
	height: 254px;
	margin-top: 30px;
	cursor: pointer;
}

.box-1 {
	xbackground: url(../images/casino_1.jpg) no-repeat top/cover;
}

.box-2 {
	xbackground: url(../images/slot_1.jpg) no-repeat top/cover;
}

.text-box {
	margin-top: -38px;
	color: #fff;
	padding-left: 20px;
}

.text-box span {
	font-weight: bold;
	font-size: 18px;
}

.text-box span.small-text {
	font-weight: normal;
	font-size: 14px;
	color: #c7c5c5;
	margin-left: 10px;

}

.board-section .col-md-4 {
	margin-top: 30px;
}

.board-section .table-header {
	width: 100%;
	background: url(../images/customer-header.jpg) top center / 100% #111111 no-repeat;
	font-size: 13px;
	color: #c1ad8b;
	padding: 7px 18px;
	font-weight: 600;
	font-family: noto sans cjk;
	letter-spacing: -0.8px;
	line-height: 49px;
}

.board-section .table-header span.pull-right {
	color: #818083;
}

.board-section {
	margin-top: 30px;
}

.board-section table {
	width: 100%;
}

.board-section .notice, table .notice{
	width: 100%;
}

.board-section table tr {
	height: 35px;
	text-align: center;
	background-color: #1d1d1d;
}

.board-section table tr:nth-of-type(odd) {
	background-color: #111111;
}

.width10{
	width: 10%;
}
.width15{
	width: 15%;
}

.width30{
	width: 30%;
}
.width60{
	width: 60%;
}

.width20 {
	width: 20%;
	cursor: pointer;
	color: #a5a5a5;
}

.width80 {
	width: 80%;
	cursor: pointer;
}

.width30 {
	width: 30%;
	cursor: pointer;
	color: #a5a5a5;
}

.width70 {
	width: 70%;
	cursor: pointer;
}

.board-section table .text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 95%;
	color: #eee;
}

.text-left {
	text-align: left;
}

.slot-nav-links .slot-img {
    border-radius: 20px;
    margin-bottom: 10px;
}

.board-section table .width30.goldTxt {
	color: #deb97d;
	font-weight: 600;
}

.customer-section .customer-box {
	color: #fff;
	min-height: 116px;
	height: auto;
	position: relative;
	cursor: pointer;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	background: #222222;
	border: 1px solid #2c2c2c;
	margin-top: 30px;
}


.customer-section .goldTxt {
	letter-spacing: -1.44px;
	color: #c1ad8b;
	font-size: 24px;
}


.quick-links-page p {
	font-size: 14px;
	text-transform: uppercase;
    color: #585858;
	margin: 8px 0;

}

.quick-links-page p.title{
	font-size: 20px;
	color: #c1ad8b;
}

.quick-box{
	margin-top: 20px;
	color: #585858;
}

.help-container {
	display: flex;
	gap: 22px;
	justify-content: center;
	align-items: center;
	height: 200px;

}

.credits-container{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.quick-links-area {
	text-align: center;
}

.quick-links-page ul li {
    position: relative;
    padding: 0 5px;
    line-height: 20px;
    cursor: pointer;
    font-weight: 600;
}

.quick-links-page ul li::after {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    background: #585858;
    transform: translateY(-50%);
}

.footer-page{
	max-width: 1300px;
	margin: 0 auto;
}


.footer-page img{
	width: 98px;
	filter: grayscale(1);
	opacity: 0.6;
}

.footer-page .main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 10px;
    margin-top: 66px;
}

.ngdialog-overlay {
    animation: none;
    -webkit-animation: none;
    background: transparent;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
}

.ngdialog.ngdialog-theme-default.ngdialog-gamespopup .ngdialog-content {
    max-width: 1090px;
	width:100%;
    padding: 0;
    background: #2d2d2d;
    border-radius: 0;
}

.ngdialog-games-page .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 20px;
    color: #ff9933;
    background: #1d1d1d;
}

.ngdialog-games-page .game-button-container.live, .ngdialog-games-page .game-button-container.sports, .ngdialog-games-page .game-button-container.others {
    padding: 10px;
    font-size: 0;
}

.ngdialog-games-page .game-buttons.live {
    width: calc(1030px / 4);
    height: 152px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.5s;
    font-size: 15px;
    font-weight: bold;
    padding: 122px 10px 0 20px;
    color: #999;
    line-height: 30px;
    position: relative;
}

.btn-yellow {
    background: #111111;
    border: 1px solid #c1ad8b;
    color: #c1ad8b !important;
    padding: 0;
    border-radius: 0;
    font-weight: bold;
}

.btn-yellow-submit {
    background: #c1ad8b;
    border: 1px solid #c1ad8b;
    color: #111 !important;
    padding: 0;
    border-radius: 0;
    font-weight: bold;
	padding: 5px 18px;
}

.ngdialog-games-page .game-buttons.live .btn-yellow, .ngdialog-games-page .game-buttons.others .btn-yellow {
    padding: 3px 30px;
    font-size: 12px;
    width: 100px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
    background: transparent;
    border-radius: 3px;
    color: #bbb;
    content: '\00D7';
    font-size: 35px;
    font-weight: 400;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    width: 30px;
}

.slot-box__name {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #f5f5f5;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


.ngdialog-games-page .live-button-1 {
    background: url(../images/live-button-1.jpg) no-repeat #000000;
}
.ngdialog-games-page .live-button-3 {
    background: url(../images/live-button-3.jpg) no-repeat #000000;
}
.ngdialog-games-page .live-button-4{
    background: url(../images/live-button-4.jpg) no-repeat #000000;
}
.ngdialog-games-page .live-button-12 {
    background: url(../images/live-button-12.jpg) no-repeat #000000;
}
.ngdialog-games-page .live-button-2 {
    background: url(../images/live-button-2.jpg) no-repeat #000000;
}
.ngdialog-games-page .live-button-8 {
    background: url(../images/live-button-8.jpg) no-repeat #000000;
}
.ngdialog-games-page .live-button-1110{
    background: url(../images/live-button-1110.jpg) no-repeat #000000;
}
.ngdialog-games-page .live-button-1119{
    background: url(../images/live-button-1119.jpg) no-repeat #000000;
}
.ngdialog-games-page .live-button-10{
    background: url(../images/live-button-10.jpg) no-repeat #000000;
}
.ngdialog-games-page .live-button-30{
    background: url(../images/live-button-30.jpg) no-repeat #000000;
}
.ngdialog-games-page .live-button-40{
    background: url(../images/live-button-40.jpg) no-repeat #000000;
}
.ngdialog *, .ngdialog *:before, .ngdialog *:after {
    box-sizing: inherit;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    background: #f0f0f0;
    border-radius: 5px;
    color: #444;
    font-family: 'Helvetica',sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 100%;
    padding: 1em;
    position: relative;
    width: 450px;
}

.slots .slot-nav-links {
    padding: 0 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.slot-nav-links.border-btm {
    border-bottom: 1px solid #999999;
}

.slots-page .slot-nav-links>li:hover span, .slots-page .slot-nav-links>li.activeNav span, .slots .slot-nav-links>li:hover span, .slots .slot-nav-links>li.activeNav span {
    border-bottom: 2px solid #c1ad8b;
    padding-bottom: 6px;
    color: #c1ad8b;
}

.slot-box {
    float: left;
    position: relative;
    font-size: 13px;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: -0.4px;
    width: 170px;
    height: 170px;
    background: #505050;
}
.slot-box__item {
    height: 200px;
}

.slot-box--hover {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.no-margin {
    margin: 10px 0px;
    border-color: #3a3a3a!important;
}

.main-wrapper{
display: none;
}

#scrollbar {
    overflow: auto;
}
.slot-wrapper {
    padding: 10px 0;
    height: 1000px;
}
.slot-wrapper::-webkit-scrollbar-thumb {
    background: #c1ad8b;
}

select::-webkit-scrollbar-thumb {
    background: #c1ad8b;	
}

.slot-wrapper::-webkit-scrollbar {
    width: 10px;
    background-color: #181818;
}

select::-webkit-scrollbar {
    width: 10px;
    background-color: #181818;
}

.ngdialog.ngdialog-theme-default {
    padding-bottom: 0px;
    padding-top: 100px;
    overflow: scroll; 
}

.slots-page .slot-nav-links>li, .slots .slot-nav-links>li {
    padding: 5px 10px;
    font-size: 16px;
    letter-spacing: -0.4px;
    cursor: pointer;
    font-weight: bold;
    color: #999999;
}

.slots .sub-slot-button {
    border: 1px solid #282828;
    background-color: #111111;
}

.slots .list-inline.no-margin>li:last-of-type {
    padding: 0;
	font-size: 13px;
    color: #c5c5c5;
    font-weight: normal;
}

.list-inline.no-margin input {
    border-top: none;
    border-left: 1px solid #282828;
    border-bottom: none;
    border-right: none;
    padding-left: 37px;
    width: 245px;
    background: url(/images/search_icon.svg) left 10px center no-repeat;
    color: #666666;
    line-height: 24px;
}

.page-banner img{
	width: 100%;
}

.slot-wrapper__content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:10px
}

.myx{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.myx>div{
    display:flex; gap:20px; align-items:center;
}
.ngdialog-login-page input[type='text'] {
    background: url(/images/user-icon.png) top 8px left 11px no-repeat;
}

.ngdialog-login-page input[type='password'] {
    background: url(/images/password-icon.png) top 8px left 11px no-repeat;
}

.ngdialog-login-page .btn-yellow {
    height: 30px;
}

.ngdialog-login-page p.text-center {
    margin: 20px 0;
}

.ngdialog.ngdialog-theme-default.ngdialog-login .ngdialog-content {
    width: 400px;
    height: 370px;
    background: #23232a;
    font-size: 13px;
    padding: 27px 53px;
    font-weight: 600;
    color: #999999;
    border: 2px solid #000000;
    border-radius: 0;
    background: -moz-linear-gradient(top, #23232a 0%, #0f0f0f 100%);
    background: -webkit-linear-gradient(top, #23232a 0%,#0f0f0f 100%);
    background: linear-gradient(to bottom, #23232a 0%,#0f0f0f 100%);
}

.ngdialog-login-page .form-control {
    margin-bottom: 10px;
    background: #302e36;
    border: 1px solid #585858;
    border-radius: 0;
    padding-left: 40px;
    color: #cccccc;
}


/*join*/
.ngdialog.ngdialog-theme-default.ngdialog-signup .ngdialog-content {
    background: #000000 url(../images/bg-signup.jpg) no-repeat;
    font-size: 13px;
    color: #999999;
    max-width: 660px;
	width: 100%;
    padding: 15px 20px 0 20px;
    border-radius: 0;
    border: 2px solid #000000;
	padding-bottom: 30px;
}

.ngdialog-signup__content p.title{


}
.ngdialog-signup-page label span:nth-of-type(2) {
    color: #ff6c5d;
}

.ngdialog-signup-page .form-control {
    background: #111111;
    border-radius: 0;
    margin-bottom: 10px;
    color: #cccccc;
    border-color: #585858;
}
.signup-info {
    border: 1px solid #c1ad8b;
    margin: 10px 0;
}
.signup-info ul {
    padding: 15px;
    margin-bottom: 0;
}
.signup-info ul li {
    list-style-type: none;
    font-size: 14px;
    font-weight: 900;
    color: #c1ad8b;
    margin-bottom: 2px;
	padding-left: 20px;
}

.signup-info ul li:before {
    content: "◈";
    position: absolute;
    left: 1.9em;
    font-size: 1.2em;
}

.ngdialog-signup .btn-signup {
    background: url(/images/btn-frame-signup.jpg) center / 100% 100% no-repeat;
	
}

.ngdialog-signup .btn-check{
	background: #363636;
    display: inline-block;
    color: #bfbfbf;
}
.signup-inquiry{
	display:block;
	margin-bottom: 10px;
}


/*wallet*/
.font-white {
    color: #dbdbdb;
}
.ngdialog.ngdialog-theme-default.ngdialog-deposit .ngdialog-content{
	width: 880px;
	height: auto;
	background: #2d2d2d;
    border-top: 1px solid #111111;
	padding-top: 33px;
}

.ngdialog-wallet-page .form-control.wonText {
    padding-right: 25px;
    color: #dbdbdb;
    background: #202020;
}

.ngdialog-wallet-page .won-text.deposit, .ngdialog-wallet-page .won-text.withdraw, .ngdialog-wallet-page .won-text.bonus {
    position: absolute;
    top: 8px;
    right: 25px;
    margin: 0;
    color: #dbdbdb;
}

.deposit label span + span, .withdraw label span + span {
    color: #991528;
}

.btn-wallet-clear {
    background: #2D2D2D;
    border-color: #2D2D2D;
    color: #ffffff;
    border-radius: 0;
}

.ngdialog-wallet-page .btn-yellow.processBtn {
    height: 40px;
    max-width: 335px;
    margin: 20px auto 10px;
}

.ngdialog-wallet-page .alert.alert-danger{
    background-color: #111111;
    border-color: #111111;
    color: #c1ad8b;
    margin-bottom: 10px;
}

.ngdialog-wallet-page .ngdialog__heading {
    color: #999999;
    background: #1d1d1d;
}

.ngdialog-wallet-page .ngdialog__title {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 20px;
    color: #999;
}

.ngdialog-wallet-page .ngdialog-main-nav {
    background-color: #111111;
    display: flex;
    justify-content: space-between;
}
.ngdialog-wallet-page .ngdialog-main-nav li {
    font-weight: 600;
    padding: 15px 0;
}

.ngdialog-wallet-page .alert.alert-danger {
    background-color: #111111;
    border-color: #111111;
    color: #c1ad8b;
    margin-bottom: 10px;
}
.ngdialog-wallet__form , .bonus-history{
    background: #1d1d1d;
    padding: 10px 10px 20px 10px;
}
.ngdialog-wallet-page fieldset {
    border-bottom: 1px solid #3a3a3a;
    padding: 10px 0;
}

.deposit label, .withdraw label {
    float: left;
    line-height: 34px;
    width: 120px;
    text-align: right;
}

.ngdialog-wallet-page .ngdialog-wallet__form input, .ngdialog-wallet-page .ngdialog-wallet__form textarea {
    background: #202020;
    border: 1px solid #3E3E3E;
	color:#fff;
    min-width: 100px;
}


.ngdialog-wallet-page form fieldset:last-of-type {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
}

.btn-wallet-amount {
    background: #B73528;
    border: 1px solid #B73528;
    color: #ffffff;
    width: 51px;
    border-radius: 0;
    padding: 5px 0;
}

.ngdialog-close {
	cursor:pointer;
}

.balance-header {
    background: #111111;
	color: #c1ad8b;
	padding-left: 10px;

}

.balance-overflow {
    height: 576px;
    /* overflow-y: scroll; */
}

.balance-header__content h4, .transfer-header__content h4 {
    font-size: 14px;
}
.balance__content {
    padding: 5px 15px;
    color: #939393;
}

.notice-view{
	position: absolute;
	top: 0;

}
.modal-content{
	max-width: 800px;
    margin: 0 auto;
}

.nav-tabs {
    background-color: #111111;
    justify-content: space-between;
    border: none;
    padding: 10px 5px;
    margin-bottom: 18px
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover  {
	background: none;
	border: none;
    border-bottom: 2px solid #c1ad8b;
    color: #c1ad8b;
    cursor: default;
}

.nav-tabs > li > a:hover {
	cursor: pointer;
}

.nav-tabs > li > a {
    color: #939393;
}

.nav-link{
	background: none;
    color: #999999;
	border: none;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #4e4e4e;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #4e4e4e;
	vertical-align: middle;
}

hr.border-grey{
		margin-top: 20px;
		margin-bottom: 20px;
		border: 0;
		border-top: 1px solid #838383;

}

#customer-write{
	display: none;
}


.ngdialog-customer-page .form-control.title1 {
    height: 40px;
}

.ngdialog-customer-page label {
    color: #C1AD8B;
    margin-left: 15px;
}

.ngdialog-customer-page .form-control {
    height: 95px;
    border-radius: 0;
    border: 1px solid #3E3E3E;
    background: #202020;
    color: #fff;
    margin-bottom: 10px;
}

.ngdialog-customer-page .btn-yellow {
    width: 335px;
    height: 40px;
    margin-top: 5px;
}

/*mypage*/
.table td{
    color: #fff !important;
}

.grid-group{display: flex;
    justify-content: center;
    gap: 1%;
    padding: 0;
    margin-top: 10px;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px;
    background: none;
    border: 1px solid #4e4e4e;
    color: gray;
}

.ui.compact.line.table{
margin-top: 10px;
}
.mobile-login, .arrowdown{
    display: none;
}
.slot-nav-container{
    height:1000px;
    overflow: scroll;
}
#slotgate_dialog{
    padding-right: 0px !important;
}

/*media*/
@media (min-width: 1200px) {
	.container {
		width: 1300px;
		padding: 0;
	}

	.ngdialog-games-page .container{
		width: 100%;
	}
}


@media (max-width: 1200px) {
    .box {
        margin-top: 4px;
    }
    .login_wrap{
        display: none;
    }
    .mobile-login{
        display: block;
    }
    .input_login{
width: 100%;   
    }

	.gnb_wrap {
		width: 100%;
		background: url(../images/slide_1.jpg) no-repeat top/1000%;
	}
	.logo img {
		width: 140px;
	}
	.m_menu {
		display: block;
		margin-left: 0;
	}

	.m_menu_close {
		display: none;
		margin-left: 0;
	}

	.gnb {
		display: none;
	}

	.login_box {
		width: 100%;
		/* position: absolute;
		top: 50px;
		left: 0; 
		background: black;
		*/z-index: 99;
		padding-bottom: 10px;
	}

	.login ul li {
        display: block;
        width: 44%;
        text-align: center;
	}

	.btn-login,
	.btn-join {
		margin: 0 auto;
	}


	.gnb {
		position: absolute;
		top: 80px;
		z-index: 99;
        margin-top: 0;
	}

	.gnb ul {
		padding: 0;
	}

	.gnb ul li {
		display: block;
	}

	.myx{
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
        gap: 10px;
        padding: 20px;;
	}

    .won-text{
        display: none;

    }

    .slots-page .slot-nav-links>li, .slots .slot-nav-links>li {
        width: 49%;
        padding: 5px;
    }

    .slot-nav-links {
        /* height: 0vh;
        overflow: scroll; */
        background: rgb(45, 45, 45);
        z-index: 100000;
        position: relative;
    }
    /* .slot-nav-container{
        height: 0;
    } */

    .arrowdown{
        display: inline-block;
    }

    .arrow {
        border: solid #999999;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        margin-left: 4px;
      }

      .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-bottom: 2px;
      }

      .up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-bottom: -2px;
      }
      
      .logo_left{
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 81px;
        text-align: center;
      }
    
      .logo_left a img{
        width: 83px;
      }


}

@media (max-width: 990px) {
    .slot-nav-container{
        height:238px;
        overflow: scroll;
    }
}
@media (max-width: 790px) {

    .slots-page .slot-nav-links>li, .slots .slot-nav-links>li {
        padding: 5px 20px 5px 0;
    }
    .slots-page .slot-nav-links>li:hover span, .slots-page .slot-nav-links>li.activeNav span, .slots .slot-nav-links>li:hover span, .slots .slot-nav-links>li.activeNav span {
        padding-bottom: 1px;

    }
}



@media (max-width: 720px) {
	.ngdialog-games-page .row {
		text-align: center;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

    .slots-page .slot-nav-links>li, .slots .slot-nav-links>li {
        padding: 5px 20px 5px 0;
    }
}


@media (max-width: 480px) {
	.swiper {
		height: 400px;
	}

	.promo-text img {
		width: 100%;
		margin: 0 auto;
	}


}

@media (max-width: 370px) {
    .slot-box {
        width: 48%;
 
    }

}