
@font-face { font-family: 'SCDream'; src: url('font/S-CoreDream-4Regular.woff') format('woff'); font-weight: 400; }
@font-face { font-family: 'SCDream'; src: url('font/S-CoreDream-5Medium.woff') format('woff'); font-weight: 500; }
@font-face { font-family: 'SCDream'; src: url('font/S-CoreDream-6Bold.woff') format('woff'); font-weight: 600; }
@font-face { font-family: 'SCDream'; src: url('font/S-CoreDream-7ExtraBold.woff') format('woff'); font-weight: 700; }


html{height:100%;overflow-x:hidden;overflow-y:scroll !important;}
body {background-color:#0f1012;height:100%;padding-right:0 !important;font-family:SCDream;color:#eee}
input, button, select, a, p{outline:none !important;font-family:SCDream, Fallback, sans-serif;}
li {list-style:none}
pre{background-color: #666666;border:0px solid #666666;}

a {text-decoration: none;color:#fff;}
[class^="icmn-"], [class*=" icmn-"] {vertical-align: middle;}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border: 3px solid #fff;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background: rgba(0,0,0,.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1);
}
::-webkit-scrollbar-track {
    background: #efefef;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
}


.modal-open {padding-right:0 !important;}
.wrapper{width: 100%;min-height:100%;overflow-x:hidden;position:relative;}
.wrapper p{margin:0 0 0;}
.modal-content {border:0}

/* -- NAV MAIN -- */

#header{position:fixed;top:0;left:0;width:100%;height:211px;background:#1f2125;z-index: 99;box-shadow:#485160 0.1em 0 0;}
#header .top1 { background: #1e2024;border-bottom: 1px solid #1a1c20;}
.custom-row {position: relative;width: 100%;max-width: 1260px;min-width: 280px;margin: 0 auto;}
#header .top_row {display: flex;align-items: center;justify-content:flex-end;height: 60px;}
#header .top1 a {height: 40px;line-height: 38px;padding: 0 26px;font-size: 15px;border-radius: 30px;margin-left:10px}
#header .top1 a.loginbtn {background: transparent;border: 1px solid #3d9209;color: #5ed316;}
#header .top1 a.joinbtn {background: #368109;color: #fff;}

#header > .top-info-box{margin:0 auto;height: 44px;}
#header > .top-info-box > ul.top_info_left{float:left;}
#header > .top-info-box > ul.top_info_left > li{margin:10px 10px;display: inline-block;font-size:13px;}

#header > .top-nav-box{margin:0px auto 0 auto;    background: #24262b;border-bottom: 1px solid #1a1c20;}
#header > .top-nav-box .nav_row {display: flex;align-items: center;justify-content: space-between;height: 90px;}
#header > .top-nav-box .nav_row div a {position: relative; display: inline-block;line-height: 50px;padding: 0 12px;color: #a7adb3;font-size: 18px;font-weight: 500;}
#header > .top-nav-box .nav_row div a:hover {background: #31353a;border-radius: 5px;color: #fff;}
#header > .top-nav-box .nav_row div a:hover:before {content: "";transform: scaleX(1);background: #4db30e;background: linear-gradient(90deg,transparent 0,#4db30e 50%,transparent);}
#header > .top-nav-box .nav_row div a:before {content: "";position: absolute;left:0;bottom: -20px;display: block;width: 100%;height: 1px;transition: .3s;transform: scaleX(0);}

#header > .top-nav-box .nav_row div li {position: relative; display: inline-block;line-height: 50px;padding: 0 20px;color: #a7adb3;font-size: 18px;font-weight: 500;}


.top_notice {width:100%;height:60px;background: #1f2125;border-bottom: 1px solid #1f2125;padding-top: 8px;}
.top_notice .scrolling_box {position: relative;overflow: hidden;height:44px;background: #16181b;width: 100%;display: flex;align-items: center;justify-content: space-between;}
.top_notice .scrolling_box img {height:24px;margin-left:20px}

.top_notice .scrolling_box marquee {height:40px; width: 94%;line-height: 40px;}

.m-menu-btn{
	width:40px;
	height:40px;
	background-color:transparent;
	border:none;
	color:#2e7cbb;
	font-size:30px;
	float:left;
	margin-top:19px;
	display:none;
	position:relative;
	z-index:1;
}
.user_info {display:flex;align-items: center;}
.user_info > div {margin:0 10px;background:rgba(0,0,0,.5);border-radius: 4px;text-align: center;padding:0 10px;font-size: 13px;height: 40px;display: flex;align-items: center;justify-content: space-between;}
.user_info > div a {margin-left:0 !important;padding:0 0px !important;}
.user_info > div a span {font-size: 12px;background:#047eba;border-radius: 4px;padding:5px 10px;margin-left:10px}
.user_info > div > span {font-size: 18px;margin-top: -2px;margin-right:10px;color: #d8c938;}

#loginModal .modal-dialog {max-width: 400px;}
.modal-content.login {border: 10px solid #242424;border-radius: 0;background-color: #121212;box-shadow: inset 0 0 4px rgba(0,0,0,.5), 0 2px 4px rgba(0,0,0,.5);padding:10px 40px 20px 40px;}
.modal-content.login button.btn-close{    filter: invert(1);position: absolute;right: 20px;top: 20px;}
.modal-content.login .modal-header {border:0;margin-bottom:20px}
.modal-content.login input {border: 1px solid #333;background-color: #1e1e1e;color: #fff;height: 40px;border-radius: 5px;margin-bottom: 5px;padding: 0 10px;font-size: 14px;    width: 100%;}
.modal-content.login .captcha {display: flex;align-items: center;justify-content: space-between;margin-bottom:10px}
.modal-content.login .captcha img{height:39px;margin-top: -4px;}
.modal-content.login .captcha .input_captcha{width: 130px;}
.modal-content.login .btn-login {border: 1px solid #54c211;color: #ccc;}

.main--wrap {margin:211px auto 0px 0px !important;  padding: 30px 0 100px 0;min-height: 1500px;background: url(../img/content_bg.jpg) no-repeat top,url(../img/footer_bg.jpg) no-repeat bottom;box-shadow: inset 0 6px 20px 2px rgba(0,0,0,.7);}
.main--wrap > div .page_title {font-size:24px;color:#eee;padding: 20px;border-radius: 6px;    overflow: hidden;}
.main--wrap > div .page_title span {color:#00ea7c;margin-left:5px;    position: relative;}
.main--wrap > .col-sm-8.mt-2.px-2,.main--wrap > .col-sm-9.mt-2.px-2 {min-width: 1260px;margin-left: auto;margin-right: auto;}
.glist a {transition: 0.4s;    display: inline-block;margin:5px 2px 8px 2px;}
.glist a:hover {transform: scale(1.1);}

.page_title span::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #69ef27;
	position: absolute;
	top: 57%;
	right: -20px;
	transform: translate(-50%,-50%);border-radius: 50%;
}
.page_title span::after {
	content: "";
	width: 100vw;
	height: 2px;
	background-color: #69ef27;
	position: absolute;
	top: 56%;
	right: -15px;
	transform: translateX(100vw);
}

.main-swiper {overflow: hidden;display: flex;}
.main-swiper .swp_box {
    display: flex;
    align-items: center;
    height: 400px;
    padding-left: 30px;
    letter-spacing: -2px;
}
.main-swiper .swp_box h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    text-shadow: 0 0 8px #000, 0 0 8px #000;
}
.main-swiper .swp_box .btn_link {
    display: inline-block;
    line-height: 42px;
    padding: 0 30px;
    margin: 10px 0 0 0;
    background: #368008;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
}
.side_model {
    position: relative;
    width: 100%;
    height: 400px;
}

.side_model img {
    position: absolute
}

.side_model .md_woman {
    top: 0;
    right: 80px;
    width: auto;
    height: 400px
}

.side_model .md_bg1 {
    top: 0;
    right: 70px;
    width: auto;
    height: 340px;
    -webkit-animation: bounce 3s linear infinite;
    animation: bounce 3s linear infinite
}

.side_model .md_bg2 {
    top: 20px;
    right: 5px;
    width: auto;
    height: 300px;
    -webkit-animation: bounce 4s linear infinite;
    animation: bounce 4s linear infinite
}

@-webkit-keyframes bounce {
    0%,to {
        top: 0
    }

    50% {
        top: -20px
    }
}

@keyframes bounce {
    0%,to {
        top: 0
    }

    50% {
        top: -20px
    }
}


.game_banner {
    margin-bottom: 20px
}

.game_banner:after {
    content: "";
    clear: both;
    display: block
}

.game_banner .bnr_item {
    position: relative;
    float: left;
    width: 625px;
    height: 260px;
    padding: 1px;
    margin: 0 0 10px 10px;
    transition: 0.3s;
    box-shadow: 0 4px 4px rgba(0,0,0,.8);
    cursor: pointer;
    z-index: 1
}

.game_banner .bnr_item:hover {
    padding: 1px;
    transform: translateY(-10px);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.9);
    z-index: 3
}

.game_banner .bnr_item:nth-child(odd) {
    margin: 0 0 10px 0
}

.game_banner .bnr_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s
}

.game_banner .bnr_item:hover:before {
    opacity: 1
}

.game_banner .bnr_item .bnr_box {
    height: 100%;
    transition: 0.3s;
    box-shadow: inset 0 6px 20px 2px rgba(0,0,0,.7)
}

.game_banner .bnr_item .bnr_box span {
    position: absolute;
    left: 10px;
    bottom: 5px;
    display: block;
    width: 298px;
    height: 114px;
    transition: 0.3s
}

.game_banner .bnr_casino .bnr_box {
    background: url(../img/bnr_casino.png) no-repeat 50%
}

.game_banner .bnr_casino:hover .bnr_box {
    background: url(../img/bnr_casino_over.png) no-repeat 50%
}

.game_banner .bnr_casino .bnr_box span {
    background: url(../img/bnr_title_casino.png) no-repeat 50%
}

.game_banner .bnr_casino:hover .bnr_box span {
    background: url(../img/bnr_title_casino_over.png) no-repeat 50%
}

.game_banner .bnr_slot .bnr_box {
    background: url(../img/bnr_slot.png) no-repeat 50%
}

.game_banner .bnr_slot:hover .bnr_box {
    background: url(../img/bnr_slot_over.png) no-repeat 50%
}

.game_banner .bnr_slot .bnr_box span {
    background: url(../img/bnr_title_slot.png) no-repeat 50%
}

.game_banner .bnr_slot:hover .bnr_box span {
    background: url(../img/bnr_title_slot_over.png) no-repeat 50%
}

.grd_bnr {
    background: #1e2024;
    background: linear-gradient(0deg,#1e2024 0,#393f46)
}

.bnr_casino:before {
    background: #cd711e;
    background: linear-gradient(0deg,#1e2024 0,#cd711e)
}

.bnr_slot:before {
    background: #0c91e6;
    background: linear-gradient(0deg,#1e2024 0,#0c91e6)
}


.jackpot_wrap {
    position: relative;
    padding: 1px;
    margin-bottom: 10px;
    box-shadow: 0 4px 4px rgba(0,0,0,.8)
}

.jackpot_wrap .jackpot_row {
    background: url(../img/jackpot_bg.png) no-repeat 50%;
    box-shadow: inset 0 -60px 60px 0 rgba(0,0,0,.7)
}

.jackpot_wrap .jackpot_row .jpt_box {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    background: url(../img/jackpot_coin.png) 0/480px repeat-y;
    -webkit-animation: drop_coin 5s linear infinite;
    animation: drop_coin 5s linear infinite
}

.jackpot_wrap .jackpot_row .jpt_box .jp_title {
    padding: 18px;
    border: 1px solid #377692;
    background: rgba(21,23,26,.8);
    border-radius: 10px;
    box-shadow: inset 0 6px 20px 2px rgba(0,0,0,.7)
}

.jackpot_wrap .jackpot_row .jpt_box .jp_title h3 {
    margin: 0 0 10px 0;
    color: #d4a500;
    font-size: 42px;
    font-weight: 600
}

.jackpot_wrap .jackpot_row .jpt_box .jp_title h4 {
    color: #ddd;
    font-size: 20px;
    font-weight: 400
}

.jackpot_wrap .jackpot_row .jpt_box .jp_num {
    flex-grow: 1;
    padding: 0 10px;
    text-align: right;
    letter-spacing: -5px;
	display:flex;    align-items: center;
    justify-content: space-between;
}
.jackpot-odometer {overflow:hidden;height: 92px;
    display: inline-block;
    width: 80%;
    position: relative;}

.jackpot_wrap .jackpot_row .jpt_box .jp_num em {
    margin: 0 15px 0 0;
    font-size: 84px;
    font-weight: 500
}

.jackpot_wrap .jackpot_row .jpt_box .jp_num span {
    font-size: 86px;
    font-weight: 600
}

.jp_grd_num {
    filter: drop-shadow(4px 6px 3px rgba(0,0,0,.6));
    background: linear-gradient(#baeb43,#82c528 50%,#539500 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.grd_jpt {
    background: #336e88;
    background: linear-gradient(0deg,#173a49 0,#4491b3)
}

@-webkit-keyframes drop_coin {
    0% {
        background-position: 50px -525px
    }

    to {
        background-position: 50px 0
    }
}

@keyframes drop_coin {
    0% {
        background-position: 50px -525px
    }

    to {
        background-position: 50px 0
    }
}

@-webkit-keyframes m_drop_coin {
    0% {
        background-position: center -525px
    }

    to {
        background-position: center 0
    }
}

@keyframes m_drop_coin {
    0% {
        background-position: center -525px
    }

    to {
        background-position: center 0
    }
}

@media (max-width: 1024px) {
    .jackpot_wrap {
        margin-bottom:20px
    }

    .jackpot_wrap .jackpot_row .jpt_box {
        flex-direction: column;
        padding: 15px 10px;
        background: url(assets/skin2/img/jackpot_coin.png) 0/80% repeat-y;
        -webkit-animation: m_drop_coin 5s linear infinite;
        animation: m_drop_coin 5s linear infinite
    }

    .jackpot_wrap .jackpot_row .jpt_box .jp_title {
        width: 100%;
        padding: 14px 8px 10px 8px;
        text-align: center
    }

    .jackpot_wrap .jackpot_row .jpt_box .jp_title h3 {
        margin: 0 0 5px 0;
        font-size: 24px;
        font-weight: 600
    }

    .jackpot_wrap .jackpot_row .jpt_box .jp_title h4 {
        font-size: 14px
    }

    .jackpot_wrap .jackpot_row .jpt_box .jp_num {
        margin: 13px 0 0 0;
        text-align: center;
        letter-spacing: -3px;
		width: 100%;display: none;
    }

    .jackpot_wrap .jackpot_row .jpt_box .jp_num em {
        margin: 0 10px 0 0;
        font-size: 46px
    }

    .jackpot_wrap .jackpot_row .jpt_box .jp_num span {
        font-size: 46px
    }
}

.m_logo,.rtmenu {display:none}
.menu-wrapper {display:none}

@media(max-width:690px){
	img {max-width: 100%;}
	.p-2 {padding: 0.2rem!important;}
	.p-3 {padding: 0.3rem!important;}
	.card-body {padding: 0.5rem!important;}
	.table th {font-size: 11px;padding: 0.2rem!important;}
	.table td {font-size: 11px;padding: 0.2rem!important;}
	.btn-sm  {font-size: 11px;padding: 0.2rem 0.3rem!important;}

	.menu-wrapper {position:relative;left:14px;top:0px;display: block;}
	.menu-wrapper #hamburger-menu {position: relative;width: 25px;height: 20px;}
	.menu-wrapper #hamburger-menu span {opacity: 1;left: 0;display: block;width: 100%;height: 3px;border-radius: 10px;color: black;background-color:#c1e880;
		position: absolute;-webkit-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .4s ease-in-out;transition: .4s ease-in-out;}
	.menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
	.menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
	.menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;width:70%;}
	.menu-wrapper #hamburger-menu.open span:nth-child(1) {top: 9px;-webkit-transform: rotate(135deg);transform: rotate(135deg);}
	.menu-wrapper #hamburger-menu.open span:nth-child(2) {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";right: -60px;}
	.menu-wrapper #hamburger-menu.open span:nth-child(3) {top: 9px;-webkit-transform: rotate(-135deg);transform: rotate(-135deg);    width: 100%;}

	#header {height: 61px;}
	#header .top-nav-box{display:none;position: fixed;top:50px;left:0;background:#2a333d;width: 100%;height:100vh;box-shadow: inset 0 4px 10px 2px rgba(0,0,0,.7);padding-top:20px}
	#header .top_row {justify-content: space-between;}
	#header .top1 a.loginbtn,#header .top1 a.joinbtn {padding: 0 14px;display: inline-block;width: 46.1%;text-align: center;}
	#header.active {display:block;top: 75px;overflow-y: auto; animation: moveOver 0.5s ease-out;}
	#header .m_logo{display: block;    padding: 0 !important;line-height: inherit !important;    margin-right: auto;}
	#header .m_logo img {height:44px;}
	#header > .top-nav-box {margin-top:10px}
	#header > .top-nav-box > ul.top_nav_left:last-child {margin-bottom: 80px;}

	#header .user_info {display: none; background: #343a40;position: fixed;top:60px;right:0;width: 100%;height:100vh;box-shadow: inset 0 4px 10px 2px rgba(0,0,0,.7);padding:20px}
	#header .user_info span {display:inline-block;text-align:left;}
	#header .user_info .user_nick {display: block;text-align: left;height: 30px;line-height: 30px;}
	#header .user_info .user_nick span { text-align: left; padding: 0 10px; display: inline-block;font-size: 13px;}
	#header .user_info .user_nick span img {    margin-top: -3px;}
	#header .user_info .user_nick span.logout {float:right;background: #a10000;border-radius: 12px;    font-size: 11px;line-height: 24px;margin-right: 5px;}
	#header .user_info > div {margin:10px 0;}
	#header .user_info > div a span {height:24px;line-height:24px;padding: 0 10px;}

	#header .rtmenu {display: block;font-size: 24px;color: #4dd7f1;}
	#header .user_info.active {display:block}
	#header > .top-nav-box.active {display: block !important;}
	#header > .top-nav-box .nav_row {height:inherit !important;display:block;}
	#header > .top-nav-box .nav_row .logo {display: none;}
	#header > .top-nav-box .top_nav_right a {display: block !important;width: 80%;margin: 10px auto 10px auto;background: rgba(0,0,0,.2); box-shadow: inset 0 4px 10px 2px rgba(0,0,0,.7);border-radius: 8px;border-bottom: 1px solid #343a40;border-right: 1px solid #343a40;}

	.main--wrap {margin:61px auto 0px 0px !important}
	.main--wrap > div .page_title {padding:15px 0px !important;}
	.top_notice {display: none;}

	.px-2 .py-2 > a {width:48%;display: inline-block;}

	#footer .lefta {display: none !important;}
	#footer .center {margin-left:0 !important; width:100% !important;padding:0 10px}
	#footer .center .cont a {padding:10px 5px !important;}
	#footer .center .cont a span {font-size:6.7vw !important}
	#footer ul.list {display: none !important;}
	
}

@keyframes moveOver {
	from {
	  transform: translateX(-300px);
	}
	to {
	  transform: translateX(0px);
	}
  }
  @keyframes moveOut {
	from {
	  transform: translateX(0px);
	}
	to {
	  transform: translateX(-300px);
	}
  }
  
@media(max-width:1600px){
	.top_notice .logout {display: none;}
	.top_notice div {display: none;}
	.main--wrap > div {width:100% !important;min-width: 100% !important;}
}

.after-login{
	width:auto;
	height:auto;
	position:absolute;
	right:0;
	top:50px;
	z-index:2;
	transition:0.5s;
	transform:scale(0);
	transform-origin:right top;
}
.after-login .al-cont{
	width:300px;
	height:auto;
	display:inline-block;
	padding:15px;
	margin-top:10px;
	background-color:#5fb8bb;
}
.al-head{
	width:100%;
	height:40px;
	float:left;
	border-bottom:solid 1px #22595a;
	margin-bottom:10px;
	display:none;
}
.al-head p{
	float:left;
	font-size:16px;
	margin-top:3px;
}
.al-head p svg{
	font-size:18px !important;
}
.al-close-btn{
	float:right;
	margin-top:0;
	width:auto;
	height:auto;
	padding:0;
	border:none;
	background-color:transparent;
}
.al-close-btn svg{
	font-size:26px !important;
}
.after-login .my-account{
	width:100%;
	height:auto;
	float:left;
}
.after-login .my-account .level{
	width:30%;
	height:94px;
	float:left;
	background-color:#0e9597;
	padding:7px 8px;
}
.after-login .my-account .level .icon-cont{
	width:48px;
	height:48px;
	display:inline-block;
	background-color:#fff;
	border-radius:50%;
	border:solid 1px #ddd;
}
.after-login .my-account .level .icon-cont div{
	width:100%;
	height:100%;
	float:left;
	display:table;
}
.after-login .my-account .level .icon-cont span{
	display:table-cell;
  	text-align:center;
  	vertical-align:middle;
}
.after-login .my-account .level .info{
	width:100%;
	height:auto;
	float:left;
	background-color:#22595a;
	border-radius:2px;
	margin-top:5px;
}
.after-login .my-account .level .info label{
	margin-bottom:0;
	color:#ffffff;
	font-size:13px;
	font-family:Pretendard;
	font-weight:normal;
	padding:2px 0;
}
.after-login .my-account .level .info label:first-child{
	width:22px;
	height:100%;
	float:left;
	background-color:#30b3b5;
}
/* Money */
.after-login .my-account .money{
	width:69%;
	height:89px;
	float:left;
	margin-left:1%;
}
.after-login .my-account .money a{
	width:100%;
	height:30px;
	float:left;
	background-color:#8cdbdd;
	border:solid 1px #8cdbdd;
	display:table;
	margin-bottom:2px;
	text-decoration:none;
}
.after-login .my-account .money a:last-child{
	margin-bottom:0;
}
.after-login .my-account .money a p{
	display: table-cell;
  	vertical-align: middle;
  	color:#22595a;
	font-size:13px;
	font-family:Pretendard;
	font-weight:normal;
	padding:0;
}
.after-login .my-account .money a button{
  	color:#22595a;
	font-size:10px;
	font-family:Pretendard;
	font-weight:normal;
	padding:3px 7px;
	background-color:#fff;
	border:none;
	position:relative;
	top:2px;
	transition:0.5s;
	pointer-events:none;
}
.after-login .my-account .money a:hover button{
  	color:#fff;
	background-color:#0e9597;
}
.after-login .my-account .money a p.label{
  	text-align:left;
  	padding-left:5px;
}
.after-login .my-account .money a p.label i{
  	font-style:normal;
  	color:#22595a;
}
.after-login .my-account .money a p.amount{
  	text-align:right;
  	padding-right:5px;
}
.after-login .my-account .money a span.yellow{
  	color:#0e9597;
}
.after-login .my-account .money a span.blue{
  	color:#2d8e0f;
}
/* Progress Bar */
.after-login .my-progress{
	width:100%;
	height:30px;
	float:left;
	border:solid 1px #0e9597;
	background-color:#0e9597;
	margin-top:10px;
	display:table;
	position:relative;
}
.after-login .my-progress *{
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
  	padding:0 4px;
}
.after-login .my-progress .label{
	color:#ffffff;
	font-size:12px;
	font-family:Pretendard;
	font-weight:normal;
}
.after-login .my-progress .percent{
	color:#fff;
	font-size:12px;
	font-family:Pretendard;
	font-weight:normal;
}
.progbar-cont{
	width:142px;
	height:12px;
	background-color:#8cdbdd;
	border-radius:5px;
	position:relative;
}
.progbar-cont div{
	width:80%;
	height:12px;
	position:absolute;
	top:0;
	left:0;
	background-color:#0e3f41;
	border-radius:5px;
}

/* Progress Bar */
.after-login .shortcut-links{
	width:100%;
	height:35px;
	float:left;
	border-radius:2px;
	border:solid 1px #5fb8bb;
	background-color:#5fb8bb;
	margin-top:10px;
}
.after-login .shortcut-links a{
	width:20%;
	height:100%;
	float:left;
	border:solid 1px #0e3f41;
	border-left:solid 1px #0e9597;
	background-color:#0e3f41;
	padding:0;
	color:#ffffff;
	font-size:12px;
	font-family:Pretendard;
	font-weight:normal;
	transition:0.5s;
	padding-top:7px;
	text-decoration:none;
}
.after-login .shortcut-links a:first-child{
	border-left:none;
}
.after-login .shortcut-links a svg{
	margin-right:3px;
	color:#5fb8bb;
	transition:0.5s;
}
.after-login .shortcut-links a:hover{
	background-color:#4caeae;
	border:solid 1px #22595a;
	color:#22595a;
}
.after-login .shortcut-links a:hover svg{
	color:#22595a;
}
.lgt-btn{
	width:20% !important;
	background-color:#0e9597 !important;
	background-size:100% 100%;
}

@media(max-width:500px){
	.after-login{
		width:100%;
		height:100%;
		position:fixed;
		transform:scale(1);
		right:0;
		top:100%;
		z-index:999 !important;
	}
	.after-login .al-cont{
		width:100%;
		height:260px;
		padding:15px;
		margin-top:0;
		position:absolute;
		left:0;
		bottom:0;
	}
	.al-head{
		display:block;
	}
}

/* -- BANNER MAIN -- */

.banner-main{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin: 0 !important;
}
.banner-main .banner-center{
	width:auto;
	height:100%;
	position:relative;
}
.banner-main .carousel-bg{
	width:100%;
}
.cbg-img-cont{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.cbg-img-cont img{
	position:absolute;
}
.cbg-img-cont .b1-girl{
	left:7.50%;
	bottom:0;
	width:32.42%;
	z-index:1;
	animation:b1_girl1_anim 6s ease infinite;
}
@keyframes b1_girl1_anim {
	0% {bottom:-13%;opacity:0;}
	5% {bottom:-13%;opacity:0;}
	15% {bottom:0;opacity:1;}
	20% {bottom:-6px;opacity:1;}
	95% {bottom:-6px;opacity:1;}
	100% {bottom:-6px;opacity:0;}
}
.cbg-img-cont .b1-confeti{
	left:5.10%;
	bottom:9%;
	width:58.39%;
	z-index:0;
	animation:b1_confeti_anim 6s ease infinite;
}
@keyframes b1_confeti_anim {
	0% {bottom:19%;opacity:0;}
	20% {bottom:19%;opacity:0;}
	40% {bottom:9%;opacity:1;}
	95% {bottom:9%;opacity:1;}
	100% {bottom:9%;opacity:0;}
}
.cbg-img-cont .b1-girl2{
	right:11%;
	bottom:0;
	width:24.33%;
	z-index:1;
	animation:b1_girl2_anim 6s ease infinite;
}
@keyframes b1_girl2_anim {
	0% {bottom:-10%;opacity:0;}
	10% {bottom:-10%;opacity:0;}
	20% {bottom:0;opacity:1;}
	25% {bottom:-27px;opacity:1;}
	95% {bottom:-27px;opacity:1;}
	100% {bottom:-27px;opacity:0;}
}
.cbg-img-cont .b1-casino{
	right:2.80%;
	bottom:0;
	width:21.81%;
	z-index:0;
	animation:b1_casino_anim 6s ease infinite;
}
@keyframes b1_casino_anim {
	0% {bottom:-10%;opacity:0;}
	25% {bottom:-10%;opacity:0;}
	45% {bottom:0;opacity:1;}
	95% {bottom:0;opacity:1;}
	100% {bottom:0;opacity:0;}
}

.cbg-img-cont .b2-curtain{
	left:0%;
	bottom:0;
	width:17.87%;
	z-index:1;
	animation:b2_curtain_anim 6s ease infinite;
}
@keyframes b2_curtain_anim {
	0% {left:-100%;opacity:0;}
	5% {left:-100%;opacity:0;}
	20% {left:0;opacity:1;}
	95% {left:0;opacity:1;}
	100% {left:0;opacity:0;}
}
.cbg-img-cont .b2-hipo{
	left:5.70%;
	bottom:0;
	width:35.63%;
	z-index:0;
	animation:b2_hipo_anim 6s ease infinite;
}
@keyframes b2_hipo_anim {
	0% {left:-100%;opacity:0;}
	10% {left:-100%;opacity:0;}
	30% {left:2.8%;opacity:1;}
	95% {left:2.8%;opacity:1;}
	100% {left:2.8%;opacity:0;}
}
.cbg-img-cont .b2-right{
	right:4%;
	bottom:-18px;
	width:36.68%;
	z-index:0;
	animation:b2_right_anim 6s ease infinite;
}
@keyframes b2_right_anim {
	0% {right:0%;opacity:0;}
	25% {right:0%;opacity:0;}
	45% {right:4%;opacity:1;}
	95% {right:4%;opacity:1;}
	100% {right:4%;opacity:0;}
}

.carousel-text-cont{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	text-align:center;
}
.ct-center{
	width:auto;
	height:auto;
	display:inline-block;
	position:relative;
	transform: translateY(-50%);
    top:59%;
}
.carousel-ct .item{
	animation:over_upward_anim 1s ease 1;
}
@keyframes over_upward_anim{
	0% {
	    transform: perspective(400px) rotate3d(1, 0, 0, 100deg);
	    opacity: 0;
	}
	40% {
	    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	    animation-timing-function: ease-in;
	}
	60% {
	    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	    opacity: 1;
	}
	80% {
	    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	    opacity: 1;
	}
	100% {
	    transform: perspective(400px);
	    opacity: 1;
	}
}
.carousel-ct .text-cont p{
	width:auto;
}
.carousel-ct .info{
	color:#fff;
	font-size:20px;
	font-family:NotoSansKr-Black;
	text-shadow: 3px 3px 3px black;
}

.carousel-ct .title2{
	color:#fff;
	font-size:40px;
	font-family:NotoSansKr-Black;
	text-shadow: 3px 3px 3px black;
	margin-bottom:20px;
}
.carousel-ct .title{
	color:#fff;
	font-size:48px;
	font-family:NotoSansKr-Black;
	position:relative;
}
.carousel-ct .title:before{
	content : "";
  	position: absolute;
  	left    : 0;
  	bottom  : 0;
  	height  : 1px;
  	width   : 100%;
  	background-color: #fff;
}
.carousel-ct .sub{
	color:#fff;
	font-size:30px;
	font-family:Pretendard;
}
.carousel-ct .text-cont button{
	color:#fff;
	font-size:16px;
	font-family:Pretendard;
	width:150px;
	height:46px;
	border-radius:3px;
	background-color:rgba(75,62,62,0.35);
	border:solid 2px #fff;
	margin-top:10px;
	transition:0.5s;
	position:relative;
}
.carousel-ct .text-cont button:before{
	content : "";
  	position: absolute;
  	left    : 0;
  	right   : 0;
  	top  : 0;
  	margin  : 0 auto;
  	height  : 100%;
  	width   : 0;
  	background-color:#fff;
  	transition:0.5s;
}
.carousel-ct .text-cont button:hover:before{
  	width   : 100%;
  	z-index:-1;
}
.carousel-ct .text-cont button:hover{
	color:#0e9597;
	background-color:transparent;
}
@media(max-width:1490px){
	.carousel-ct .title, .carousel-ct .title2{
		font-size:3vw;
	}
	.carousel-ct .sub{
		font-size:2vw;
	}
	.carousel-ct .text-cont button{
		font-size:14px;
		width:110px;
		height:35px;
	}
}
@media(max-width:1200px){
	.ct-center{
	    top:65%;
	}
}
@media(max-width:1100px){
	.ct-center{
	    top:50%;
	}
}
@media(max-width:560px){
	.carousel-ct .info{
		font-size:12px;
	}
	.carousel-ct .title, .carousel-ct .title2{
		font-size:16px;
	}
	.carousel-ct .title2{
		margin-bottom:10px;
	}
	.carousel-ct .sub{
		font-size:16px;
	}
	.carousel-ct .text-cont button{
		font-size:12px;
		width:100px;
		height:30px;
		margin-top:5px;
	}
	.banner-main .carousel-bg{
		width:130%;
		margin-left:-3%;
	}
}
@media(max-width:414px){
	.carousel-ct .info{
		font-size:10px;
	}
	.carousel-ct .title, .carousel-ct .title2{
		font-size:16px;
	}
	.carousel-ct .title2{
		margin-bottom:10px;
	}
	.carousel-ct .sub{
		font-size:14px;
	}
	.carousel-ct .text-cont button{
		font-size:10px;
	}
}

/* -- CATEGORY MAIN -- */

.category-main{
	width:100%;
	height:50px;
	float:left;
	text-align:center;    margin: 15px auto !important;
}
.category-main .category-center{
	width:900px;
	height:100%;
	display:inline-block;
}
.category-main .category-center a{
	width:33%;
	height:100%;
	float:left;
	display:inline-block;
	text-decoration:none;
	transition:0.5s;
	position:relative;
	border:solid 1px transparent;
	background-color:transparent;
	color:#FFFFFF;
	font-size:21px;
	padding:14px 0;    line-height: 21px;font-weight: 900;border-radius: 10px;
}

.category-main .category-center a img{
	transition:0.5s;
	opacity:0;
	margin:0 4px;
}
.category-main .category-center a:hover{
    text-shadow: 0px 2px 2px #000;
}
.category-main .category-center a.active{
	background: #00a8ea;
	text-shadow:0px 2px 2px #000;
	background-size:100% 100%;
	
}
.category-main .category-center a.active img{
	opacity:1;
}

@media(max-width:1200px){
	.category-main .category-center{
		width:100%;padding: 0 10px;
	}
	.category-main .category-center a img{
		display:none;
	}
}
@media(max-width:414px){
	.category-main .category-center a{
		font-size:12px;
	}
	.cs-title p {padding: 0px 33px;}
}

/* -- BODY MAIN -- */

.body-main{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
.body-main .body-center{
	width:auto;
	height:auto;
	display:inline-block;
}
.cs-title{
	width:100%;
	height:auto;
	display:inline-block;
	margin-top:35px;
}
.cs-title p{
	width:auto;
	color:#ccc;
	font-size:20px;
	padding:14px 44px;
	border-bottom:solid 1px #24689b;
	display:none;
	position:relative;
}
.cs-title p:before{
	content : "";
  	position: absolute;
  	right    : 0;
  	left  : 0;
  	bottom  : -1px;
  	margin:auto;
  	height  : 1px;
  	width   : 32px;
  	background-color: #0f4974;
}
.cs-title p.active{
	display:inline-block;
}
.cs-container{
	width:auto;
	max-width:1400px;
	height:auto;
	display:inline-block;
	margin-top:34px;
}
.cs-casino-slot{
	display:none;
	animation:cs_anim 1s ease 1 forwards;
}
.cs-casino-slot.active{
	display: block;    flex-wrap: wrap;
}
@keyframes cs_anim{
	0% {transform:scale(0);opacity:0;}
	100% {transform:scale(1);opacity:1;}
}
.cs-container .cs-btn{
	width:214px;
	height:auto;
	display:inline-block;
	position:relative;
	text-decoration:none;
	margin: 0 28px;
	margin-bottom:40px;
}
.cs-container .cs-btn .circle{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.cs-container .cs-btn .circle .circle-img{
	width:100%;opacity:0;
}
.cs-container .cs-btn .circle .img-cont{
	position:absolute;
	top:7px;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
}
.cs-container .cs-btn .circle .img-cont .main-img{
	width:auto;
	height:auto;
	position:relative;
}
.cs-container .cs-btn .circle .img-cont .main-img img{
	position:relative;
	z-index:1;
	transition:0.5s;
	width:171px;
	top:0;
}
.cs-container .cs-btn .circle .img-cont .main-img img.on{
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:auto;
	z-index:0;
}

.notice_area {display:flex;justify-content: space-between;width: 100%;gap: 10px;flex-wrap: nowrap;padding: 0 0px;max-width: 1260px;margin:auto}
.notice_area .boardbox,.notice_area .eventbox,.notice_area .csbox {padding: 23px;margin-top: 25px;vertical-align: top; border: 1px solid #2e3239;background: #1f2125;box-shadow: 0 3px 6px rgba(0,0,0,.7)}
.notice_area .csbox {margin-right:0;}

.notice_area .boardbox h2,.notice_area .eventbox h2,.notice_area .csbox h2 {font-size:18px;color:#aaa;margin-bottom:10px;}
.notice_area .boardbox h2 span,.notice_area .eventbox h2 span,.notice_area .csbox h2 span {display:inline-block;font-size:18px;color:#5ccb17;margin-top:-4px}

.notice_area .txt-box a,.notice_area .txt-box a span,.notice_area .txt-box a span font{height:24px;line-height:24px;    font-size: 13px;}

.CS_menu {
    display: flex;
    padding: 20px 0;
    border: 1px solid #2e3239;
    background: #1f2125;
    box-shadow: 0 3px 6px rgba(0,0,0,.7);
	margin-top:20px
}

.CS_menu .CS_m_row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-left: 1px dashed #3b404a;
    cursor: pointer
}

.CS_menu .CS_m_row:first-child {
    border-left: none
}

.CS_menu .CS_m_row .cs_m_icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    border-radius: 5px
}

.CS_menu .CS_m_row .cs_m_icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    transform: translate(-50%,-50%)
}

.CS_menu .CS_m_row .cs_m_box h3 {
    color: #eee;
    font-size: 24px;
    font-weight: 500;
    text-shadow: 0 2px 2px rgba(0,0,0,.6)
}

.CS_menu .CS_m_row .cs_m_box h3 span {
    margin: 0 5px
}

.CS_menu .CS_m_row .cs_m_box h4 {
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
    margin-bottom: 6px
}

.CS_menu .CS_m_row.theme_trg .cs_m_icon {
    background: #0b719f
}

.CS_menu .CS_m_row.theme_trg .cs_m_box h3 span {
    color: #23b3f4
}

.CS_menu .CS_m_row.theme_faq .cs_m_icon {
    background: #2e7601
}

.CS_menu .CS_m_row.theme_faq .cs_m_box h3 {
    color: #70ce35
}

.CS_menu .CS_m_row.theme_game .cs_m_icon {
    background: #9d0356
}

.CS_menu .CS_m_row.theme_game .cs_m_box h3 span {
    color: #ff1593
}

.CS_menu .CS_m_row.theme_payment .cs_m_icon {
    background: #9b3c11
}

.CS_menu .CS_m_row.theme_payment .cs_m_box h3 span {
    color: #f86826
}



.px-2 .py-2 {text-align:center}


/* hotel */
.cs-container .hotel{
	padding-bottom:20px;
}
.cs-container .hotel .cs-btn{
	width:266px;
}
.cs-container .hotel .cs-btn .circle .img-cont .main-img img{
	width:216px;
}
.cs-container .hotel .cs-btn .circle .img-cont .text-cont:before{
    background-image: url(assets/skin2/img/cs_btn_icon_bg2.png);
}


@media(max-width:540px){
	.cs-title{
		margin-top:10px;
	}
	.cs-container{
		width:100%;
		max-width:100%;
	}
	.cs-container .cs-btn{
		width:160px;
		margin: 0 10px;
		margin-bottom:20px;
	}
	.cs-container .cs-btn .circle .img-cont .main-img img{
		width:126px;
	}
	.cs-container .hotel .cs-btn{
		width:160px;
	}
	.cs-container .hotel .cs-btn .circle .img-cont .main-img img{
		width:126px;
	}
	.cs-container .hotel .cs-btn .circle .img-cont .text-cont img {
	    width:50%;
	}
	.cs-container .hotel .cs-btn .circle .img-cont .text-cont:before{
	    background-image: url(assets/skin2/img/cs_btn_icon_bg.png);
	}
}
@media(max-width:414px){
	.cs-container .cs-btn{
		width:160px;
		margin: 0 3px;
		margin-bottom:20px;
	}
	.cs-container .cs-btn .circle .img-cont .main-img img{
		width:145px;
	}
	.cs-container .cs-btn .name {font-size:14px !important}
	.notice_area {display:block;    padding: 0 10px;}
}
.cs-container .cs-btn .circle .img-cont .text-cont{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:2;
}
.cs-container .cs-btn .circle .img-cont .text-cont:before{
	content : "";
	position: absolute;
	left    : 0;
	top  : 0;
	height  : 100%;
	width   : 100%;
	background-image:url(assets/skin2/img/cs_btn_icon_bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:-1;
}
.cs-container .cs-btn .circle .img-cont .text-cont img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	height: 35px;
}
.cs-container .cs-btn:hover .circle .img-cont .main-img img{
	opacity:0.30;
	width:94%;
	top:-15px;
}
.cs-container .cs-btn:hover .circle .img-cont .main-img img.on{
	opacity:1;
}
.cs-container .cs-btn:hover .circle .img-cont .text-cont:before{
	animation:cs_icon_cont_anim 5s linear infinite;
}
@keyframes cs_icon_cont_anim {
	0% {transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}
.cs-container .cs-btn .name{
	color:#ffffff;
	font-size:20px;
	font-family:Pretendard;
	margin-top:19px;
	float:left;
	width:100%;
	text-align:center;
}

/* -- SLOT SUB PAGE -- */

.slot-sub-pg{
	width:1200px;
	height:589px;
	margin-bottom:40px;
	background-color:#0e9597;
	position:relative;
}
.slot-sub-pg .menu-right{
	width:13.34%;
	height:100%;
	background-color:#30b3b5;
	padding:10px;
	float:left;
}
.slot-sub-pg .menu-right .head{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
	text-align:center;
	border-bottom:solid 1px #0e9597;
}
.slot-sub-pg .menu-right .head .title{
	color:#0a5a5b;
	font-size:14px;
	font-family:Pretendard;
	margin-top:10px;
	margin-bottom:14px;
}
.slot-sub-pg .menu-right .btn-grp{
	width:100%;
	height:auto;
	float:left;
	margin-top:23px;
}
.slot-sub-pg .menu-right .btn-grp button{
	width:100%;
	height:30px;
	float:left;
	color:#ffffff;
	font-size:14px;
	font-family:Pretendard;
	border:none;
	background-color:transparent;
	transition:0.5s;
	text-align:left;
	padding:0;
	padding-left:20px;
}
.slot-sub-pg .menu-right .btn-grp button.active{
	background-color:#22595a;
}
.slot-sub-pg .menu-right .btn-grp button span{
	color:#a2e1e5;
	margin-right:5px;
	transition:0.5s;
}
.slot-sub-pg .menu-right .btn-grp button:hover{
	color:#22595a;
}
.slot-sub-pg .menu-right .btn-grp button:hover span{
	color:#22595a;
}
.slot-sub-pg .menu-right .btn-grp button.active:hover{
	color:#ffffff;
}
.slot-sub-pg .menu-right .btn-grp button.active:hover span{
	color:#a2e1e5;
}
.slot-sub-pg .ssp-body{
	width:100%;
	height:100%;
	float:left;
}
.slot-sub-pg .ssp-body .head{
	width:100%;
	height:auto;
	float:left;
	margin:13px 0;
}

.slot-sub-pg .ssp-body .head .title{
	width:100%;
	height:auto;
	font-size: 30px;
	color: white;
	text-shadow: 2px 2px 2px black;
	float:right;
}

.slot-sub-pg .ssp-body .head .back-btn{
	width:180px;
	height:37px;
	position:absolute;
	left:10px; top:15px;
	border:none;
	background-color:#085455;
	color:#ffffff;
	font-size:14px;
	font-family:Pretendard;
	transition:0.5s;
	padding:0;
	margin-left:30px;
}
.slot-sub-pg .ssp-body .head .back-btn svg{
	font-size:22px;
	position:relative;
	margin-top:-2px;
	top:3px;
	margin-right:2px;
}
.slot-sub-pg .ssp-body .head .back-btn:hover{
	background-color:#297273;
}
.game-container{
	width:100%;
	height:503px;
	overflow-y:scroll;
}
.game-container::-webkit-scrollbar {
    width:20px;
    background:#0e6263 !important;
}
.game-container::-webkit-scrollbar-thumb {
    background: #0e6263;
}
.game-container .gc-btn{
	width:180px;
	height:auto;
	display:inline-block;
	position:relative;
	cursor:pointer;
	margin:0 5px;
	margin-bottom:10px;
	border:solid 1px #000;
}
.game-container .gc-btn .main-img{
	width:100%;
}
.game-container .gc-btn .foot{
	width:100%;
	height:28px;
	background-color:#373636;
	display:table;
}
.game-container .gc-btn .foot p{
	color:#ffffff;
	font-size:14px;
	font-family:Pretendard;
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}
.game-container .gc-btn .overlay{
	width:100%;
	height:100%;
	position:absolute;
	background-color:rgba(0,0,0,0.71);
	top:0;
	left:0;
	transition:0.5s;
	opacity:0;
}
.game-container .gc-btn .overlay:before{
	content : "";
  	position: absolute;
  	left    : 0;
  	right    : 0;
  	top    : 0;
  	bottom  : 0;
  	margin: auto;
  	height  : 80%;
  	width   : 80%;
  	border:1px solid #30b3b5;
}
.game-container .gc-btn .overlay a{
  	position:absolute;
  	left:0;
  	right:0;
  	top:0;
  	bottom:0;
  	margin:auto;
  	height:40px;
  	width:40px;
  	border-radius:50%;
  	background-color:#30b3b5;
  	text-decoration:none;
  	display:inline-block;
  	padding-top:10px;
  	color:#ffffff;
	font-size:14px;
	font-family:Pretendard;
}
.game-container .gc-btn:hover .overlay{
	opacity:1;
}
.game-container .gc-btn:hover .overlay a{
	animation:play_anim 1s ease 1 forwards;
}
@keyframes play_anim{
	0% {top:60px;opacity:0}
	100% {top:0;opacity:1}
}

@media(max-width:1240px){
	.slot-sub-pg{
		width:96%;
		margin-left:2%;
	}
}
@media(max-width:1120px){
	.slot-sub-pg .menu-right{
		width:18.34%;
		height:100%;
		background-color:#30b3b5;
		padding:10px;
		float:left;
	}
	.slot-sub-pg .ssp-body{
		width:80%;
		height:100%;
		float:left;
	}
}
@media(max-width:840px){
	.slot-sub-pg {
	    height: auto;
	    display:inline-block;
	}
	.slot-sub-pg .menu-right{
		width:100%;
		height:auto;
		float:left;
	}
	.slot-sub-pg .menu-right .head{
		width:auto;
		height:45px;
	}
	.slot-sub-pg .menu-right .head img{
		float:left;
	}
	.slot-sub-pg .menu-right .head .title{
		float:left;
		margin-left:10px;
		margin-top:5px;
	}
	.slot-sub-pg .menu-right .btn-grp{
		width:100%;
		margin-top:23px;
	}
	.slot-sub-pg .menu-right .btn-grp button{
		width:auto;
		text-align:center;
		padding:0 15px;
	}
	.slot-sub-pg .ssp-body{
		width:100%;
		height:auto;
		float:left;
		margin-bottom:10px;
	}
	.slot-sub-pg .ssp-body .head .back-btn{
		width:180px;
		height:37px;
		position:absolute;
		right:10px;
		top:20px;
		margin-left:0;
	}
	.game-container{
		padding:0 10px;
		width:100%;
		height:auto;
		overflow-y:auto;
	}
}
@media(max-width:440px){
	.game-container .gc-btn{
		width:48%;
		height:auto;
		display:inline-block;
		position:relative;
		cursor:pointer;
		margin:0 0.5%;
		margin-bottom:10px;
		border:solid 1px #000;
	}
}

/* -- BOARD MAIN -- */

.board-main{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	background-color:#131c37;
	z-index:0;
}
.board-main .bm-head{
	width:100%;
	height:55px;
	float:left;
	background-color:#152a66;
	background:linear-gradient(to bottom,#273c79,#152a66);
	box-shadow:0px 2px 2px rgba(0,0,0,0.41);
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.board-main .bm-body{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	position:relative;
	z-index:1;
}
.board-cont{
	width:400px;
	height:auto;
	display:inline-block;
	margin:0 22px;
	vertical-align:top;
	margin-bottom:33px;
}
.board-cont .head{
	width:100%;
	height:55px;
	float:left;
}
.board-cont .head .title{
	float:left;
}
.board-cont .head .title button{
	width:32px;
	height:36px;
	background-color:transparent;
	border:none;
	padding:0;
	background-image:url(assets/skin2/img/icon/board_diamond.png);
}
.board-cont .head .title button svg{
	color:#6689ee;
	font-size:16px;
}
.board-cont .head .title .text-grp{
	display:inline-block;
	width:auto;
	height:auto;
	text-align:left;
	position:relative;
	top:11px;
	margin-left:3px;
}
.board-cont .head .title .text-grp .name{
	color:#ffffff;
	font-size:16px;
	font-family:Pretendard;
}
.board-cont .head .title .text-grp .name span{
	color:#ffffff;
	font-size:11px;
	font-family:Pretendard;
}
.board-cont .head .title .text-grp .sub{
	color:#798abb;
	font-size:10px;
	font-family:Pretendard;
}
.board-cont .head .more-btn{
	float:right;
	margin-top:12px;
	margin-right:2px;
	width:auto;
	height:auto;
	padding:4px 7px;
	color:#ffffff;
	font-size:14px;
	font-family:Pretendard;
	border:none;
	background-color:#2d4485;
	transition:0.5s;
}
.board-cont .head .more-btn:hover{
	background-color:#1f3738;
}
.board-cont .body{
	width:100%;
	height:auto;
	float:left;
	margin-top:27px;
}
.board-cont.notice  .body table{
	border-collapse: collapse;
	border-collapse: separate;
    border-spacing:0 5px;
    width:100%;
}
.board-cont.notice  .body table tr{
	width:100%;
	height:35px;
	background-color:#152a66;
	transition:0.5s;
}
.board-cont.notice .body table td a{
	color:#ffffff;
	font-size:12px;
	font-family:Pretendard;
	padding-left:13px;
	text-decoration:none;
}
.board-cont.notice .body table td:first-child{
	text-align:left;
}
.board-cont.notice .body table td:last-child{
	color:#ffffff;
	font-size:11px;
	font-family:Pretendard;
	padding-right:13px;
}
.board-cont.notice .body table tr:hover{
	background-color:#354d94;
	border:solid 1px #354d94;
}
.board-cont.notice .body table tr:hover a{
	color:#000000;
}
.board-cont.notice .body table tr:hover td:last-child{
	color:#000000;
}

.board-cont .event-banner{
	display:inline-block;
	margin:0 0;
	margin-top:5px;
	cursor:pointer;
	background-color:#000;
	text-decoration:none;
}
.board-cont .event-banner:first-child{
	margin-left:0;
}
.board-cont .event-banner:last-child{
	margin-right:0;
}
.board-cont .event-banner img{
	transition:0.5s;
}
.board-cont .event-banner .foot{
	width:100%;
	height:30px;
	background-color:#1e2d59;
	display:table;
	transition:0.5s;
}
.board-cont .event-banner .foot p{
	color:#ffffff;
	font-size:12px;
	font-family:Pretendard;
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
  	transition:0.5s;
}
.board-cont .event-banner:hover img{
	opacity:0.5;
}
.board-cont .event-banner:hover .foot{
	background-color:#121b25;
}
.board-cont .event-banner:hover .foot p{
	color:#a0a0a0;
}
.board-cont.dep-wit {
	width:313px;
}
.board-cont.dep-wit .head .title{
	margin-top:9px;
}
.board-cont.dep-wit .head .title .text-grp{
	top:0;
}
.board-cont.dep-wit .head .btn-grp{
	float:right;
	margin-top:12px;
}
.board-cont.dep-wit .head .btn-grp button{
	width:40px;
	height:25px;
	float:left;
	margin:0 1px;
	background-color:#6c7171;
	border:none;
	color:#ffffff;
	font-size:14px;
	font-family:Pretendard;
	padding:0;
	transition:0.5s;
}
.board-cont.dep-wit .head .btn-grp button.active{
	background-color:#3e59a5;
}
.board-cont.dep-wit .head .btn-grp button:hover{
	background-color:#1f3738;
}
.board-cont.dep-wit .head .btn-grp button.active:hover{
	background-color:#3e59a5;
}
.bank-tab{
	width:100%;
	height:auto;
	float:left;
	margin-top:9px;
	animation:1;
	animation-name:over_sideward_anim;
	animation-duration:0.5s;
	animation-timing-function:ease-in;
	animation-fill-mode:forwards;
	display:none;
}
.bank-tab.active{
	display:block;
}
.bank-tab table{
	width:100%;
}
.bank-tab table tr{
	height:35px;
}
.bank-tab table td{
	color:#7d9aed;
	font-size:12px;
	font-family:Pretendard;
}
.bank-tab table td:first-child{
	text-align:left;
	padding-left:7px;
}
.bank-tab table td:last-child{
	color:#fff;
	text-align:right;
	padding-right:7px;
}
.bank-tab table button{
	width:30px;
	height:19px;
	margin-right:4px;
	border:none;
	color:#ffffff;
	font-size:10px;
	font-family:Pretendard;
	background-color:#3e59a5;
	padding:0;
}
.carousel-dep-wit{
	width:100%;
}
.carousel-dep-wit .carousel-inner .item .list{
	width:100%;
	margin-top: 0px;
	animation:1;
	animation-name:deposit_list;
	animation-duration:0.3s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
	opacity:0;
	cursor:pointer;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(1){
	animation-delay: 0.1s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(2){
	animation-delay: 0.2s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(3){
	animation-delay: 0.3s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(4){
	animation-delay: 0.4s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(5){
	animation-delay: 0.5s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(6){
	animation-delay: 0.6s;
}
@keyframes deposit_list {
	0% { transform: translateY(-15px); opacity:0;}
	100%{ transform: translateY(0px); opacity:1;}
}

@media(max-width:1252px){
	.board-main{
		background-color:transparent;
	}
	.board-main .bm-head{
		display:none;
	}
	.board-cont{
		width:440px;
		background-color:#131c37;
		margin:0 10px;
		margin-bottom:20px;
	}
	.board-cont.dep-wit {
		width:440px;
		margin-bottom:40px;
	}
	.board-cont .head{
		padding:0 20px;
		background-color:#152a66;
		box-shadow:0px 2px 2px rgba(14,59,61,0.41);
	}
	.board-cont .body{
		padding:0 20px;
		margin-top:10px;
		margin-bottom:10px;
	}
}
@media(max-width:480px){
	.board-cont{
		width:96%;
		margin:0 0;
		margin-bottom:15px;
	}
	.board-cont .head{
		padding:0 10px;
	}
	.board-cont .body{
		padding:0 10px;
	}
	.board-cont.notice .body table td a {
	    font-size: 11px;
	}
	.board-cont.notice .body table td a {
	    padding-left:5px;
	}
	.board-cont .event-banner{
		width:32.33%;
		float:left;
		margin-right:1.50%;
	}
	.board-cont .event-banner img{
		width:100%;
	}
	.board-cont .event-banner .foot p{
		font-size:10px;
	}
	.board-cont.dep-wit {
		width:96%;
		margin-bottom:40px;
	}
	.bank-tab{
		margin-top:0;
	}
}

/* -- FOOTER MAIN -- */


#footer {
	background: #0f1012;
    clear: both;
    padding: 20px 0 20px 0;
    text-align: center
}
.copy_row {
    display: flex;
    align-items: center
}

.copy_row .cp_text {
    flex-grow: 1;
    min-width: 200px;
    color: grey;
    font-size: 14px
}

.copy_row .cp_text span {
    color: #5ccb17
}

.copy_row .cp_19 {
    width: 120px
}

.sliding-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    justify-content: space-between;
	border-radius: 8px;
}

.sliding-box .left,
.sliding-box .right {
    width: 30px;
    height: 30px;
    margin-top: 60px;
    cursor: pointer;
	display:none
}

.sliding-box .right {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.sliding-view {
    overflow: hidden;
    position: relative;
    flex-basis: 100%;
    width: 100%;
    height: 70px;
}

.sliding-view .lcontainer {
    position: absolute;
    left: 0;
    margin: 0px;
    width: 1800px;
}

.sliding-view .lcontainer li {
    float: left;
    margin: 0px 20px;
    text-align: center;
}

.sliding-view .lcontainer li img {
    margin: 15px auto;
    height:40px;
}




@media(max-width:1212px){
	.footer-main .center{
		width:96%;
	}
}
@media(max-width:840px){
	.footer-main .center .logo{
		float:none;
		margin-top:40px;
		padding-top:50px;
	}

	.footer-main .center .logo img{
		padding-top:15px;
	}

	.footer-main .center .contacts{
		float:none;
		margin-top:20px;
		margin-bottom:30px;
	}
}


/* *** *** ***  --- ---  *** *** *** */

/* *** --- EVOLUTION MODALS --- *** */

/* *** *** ***  --- ---  *** *** *** */

.modal-open .modal::-webkit-scrollbar {
    width: 0px;
    background: transparent !important;
}
.modal-open .modal::-webkit-scrollbar-thumb {
    background:transparent;
}
.evolution_modal{
	height:auto;
    position:absolute;
    top:10%;
    right:0;
    left:0;
    margin:auto;
    border-radius:20px;
    margin-bottom:30px;
  	padding:25px 25px 30px 25px;
    background-color:#161616;
    background-image:url(assets/skin2/img/mdl-bg.jpg);
    background-size:100% 169px;
    background-repeat:repeat-y;
	box-shadow:0 3px 7px rgba(0,0,0,0.92);
	text-align:center;
	overflow:hidden;
}
.evolution_modal:before{
	content:'';
	width:100%;
	height:14px;
	top:0;
	left:0;
	position:absolute;
	background-image:url(assets/skin2/img/mdl-top.jpg);
    background-repeat:repeat-x;
    pointer-events:none;
}
.evolution_modal:after{
	content:'';
	width:100%;
	height:14px;
	bottom:0;
	left:0;
	position:absolute;
	background-image:url(assets/skin2/img/mdl-bot.jpg);
    background-repeat:repeat-x;
    pointer-events:none;
}
.evolution_modal .modal-head{
	width:100%;
  	height:auto;
  	float:left;
  	margin-bottom:30px;
  	text-align:left;
}
.evolution_modal .modal-head .title{
	width:auto;
  	height:auto;
  	float:left;
}
.evolution_modal .modal-head .title p{
	color:#ffffff;
	font-size:24px;
	font-family:Pretendard;
	margin:0;
}
.evolution_modal .modal-head .title p span{
	color:#a2e1e5;
	font-size:14px;
	position:relative;
	top:-5px;
	margin-right:5px;
}
.evolution_modal .modal-head .title p .sm{
	color:#ffffff;
	font-size:18px;
	display:inline-block;
	vertical-align:bottom;
}
.evolution_modal .modal-head .title .sub{
	color:#3682bf;
	font-size:12px;
	font-family:Pretendard;
	margin-left:18px;
}
.evolution_modal .modal-head .close-btn{
  	float:right;
  	color:#fff;
  	font-size:30px;
}
.evolution_modal .modal-head .close-btn:hover{
  	color:#1b5c90;
}
.evolution_modal .modal_body .form-group{
	width:94%;
  	height:auto;
  	margin:0 auto;
  	position:relative;
  	margin-bottom:40px;
  	display:inline-block;
  	text-align:left;
}
.evolution_modal .modal_body .form-group:last-child{
  	margin-bottom:30px;
}
.evolution_modal .modal_body .form-group.w-ti-text{
  	margin-bottom:3px;
}
.evolution_modal .modal_body .form-group.w-btn-grp{
  	margin-bottom:10px;
}
.evolution_modal .modal_body .form-group{
  	margin-bottom:30px;
}
.evolution_modal .modal_body .form-group label{
	position:absolute;
	left:0;
	top:10px;
	color:#fffbfb;
	font-size:16px;
	font-family:Pretendard;
	transition:0.5s;
}
.evolution_modal .modal_body .form-group .info{
	color:#3682bf;
	font-size:24px;
	font-family:Pretendard;
	margin:5px 0;
}
.evolution_modal .modal_body .form-group input{
	width:100%;
  	height:44px;
  	float:left;
  	border:none;
  	background-color:transparent;
  	border-bottom:solid 1px #7b7b7b;
  	position:relative;
  	color:#fffbfb;
	font-size:16px;
	font-family:Pretendard;
}
.evolution_modal .modal_body .form-group.w-btn input{
	width:80%;
}
.evolution_modal .modal_body .form-group.w-btn button{
	width:19%;
  	height:44px;
  	float:left;
  	margin-left:1%;
  	border:none;
  	background-color:#0e9597;
  	position:relative;
  	border-radius:3px;
  	color:#fffbfb;
	font-size:16px;
	font-family:Pretendard;
	padding:0;
	transition:0.5s;
}
.evolution_modal .modal_body .form-group.w-btn button:hover{
  	background-color:#ccc;
  	color:#000;
}
.evolution_modal .modal_body .form-group select{
	width:100%;
  	height:44px;
  	float:left;
  	border:none;
  	background-color:transparent;
  	border-bottom:solid 1px #7b7b7b;
  	position:relative;
  	color:#fffbfb;
	font-size:16px;
	font-family:Pretendard;
}
.evolution_modal .modal_body .form-group select option{
	background-color:#333;
}
.evolution_modal .modal_body .form-group:after{
	content : "";
  	position: absolute;
  	left    : 0px;
  	right    : 0px;
  	bottom  : 0px;
  	margin  : auto;
  	width   : 0;
  	height  : 1px;
  	background-color:#3682bf;
  	transition:0.5s;
  	z-index:0;
}
.evolution_modal .modal_body .form-group.active:after{
  	width   : 100%;
}
.evolution_modal .modal_body .form-group.active label{
  	top:-20px;
  	font-size:14px;
  	color:#666666;
}
.fg-btn-grp{
	width:94%;
	height:auto;
	display:inline-block;
	margin-bottom:40px;
	margin-top:10px;
}
.fg-btn-grp button{
	width:16.25%;
	height:30px;
	float:left;
	margin-right:0.50%;
	border:none;
	background-color:#fff;
	color:#000;
	font-size:14px;
	font-family:Pretendard;
	transition:0.5s;
}
.fg-btn-grp button:last-child{
	margin-right:0;
	background-color:#436e6f;
	color:#fff;
}
.fg-btn-grp button:hover{
	background-color:#5fb8bb;
	color:#fff;
}
.evolution_modal .modal_body .modal_btn_grp{
	width:100%;
  	height:auto;
  	float:left;
  	position:relative;
  	padding:0 18px;
}
.evolution_modal .modal_body .modal_btn_grp button{
	width:130px;
  	height:55px;
  	float:left;
  	background-color:#1b5c90;
  	border:none;
  	border-radius:3px;
  	color:#fffbfb;
	font-size:15px;
	font-family:Pretendard;
	margin-right:8px;
	transition:0.5s;
}
.evolution_modal .modal_body .modal_btn_grp.center button{
	display:inline-block;
  	float:none;
	margin-right:0;
	margin:0 3px;
}
.evolution_modal .modal_body .modal_btn_grp button:last-child{
  	background-color:#333333;
  	border:solid 1px #454444;
}
.evolution_modal .modal_body .modal_btn_grp button:hover{
  	color:#fff;
  	background-color:#2d4485;
}
.evolution_modal .modal_body .modal_btn_grp button:last-child:hover{
  	color:#898989;
  	background-color:#221d1d;
}
.login_modal{
	width:600px;
}
.joinModal .evolution_modal{
    top:5%;
}

.guide_modal{
	width:100%;
	max-width:1100px;
}

@media screen and (max-width: 768px) {
	.info-pc { display: none !important; }
	.info-mobile {  }
}
@media screen and (min-width: 768px) {
	.info-pc {  }
	.info-mobile { display: none !important; }
}

.guide_modal .modal-head .title p svg{
	position:relative;
	top:1px;
	margin-right:5px;
}



.dep_wit_modal{
	width:600px;
}
.dep_wit_modal .modal-head .title p svg{
	position:relative;
	top:1px;
	margin-right:5px;
}
.not_eve_modal{
	width:650px;
}
.evol-modal-tbl{
	width:100%;
	text-align:center;
}
.evol-modal-tbl tr th{
	color:#fff;
    font-size:14px;
    font-family:Pretendard;
	background-color:#354d94;
	text-align:center;
	padding:0 5px;
	height:35px;
}
.evol-modal-tbl tr td{
	color:#fff;
    font-size:12px;
    font-family:Pretendard;
    height:40px;
	text-align:center;
	padding:0 5px;
	border-bottom:solid 1px #5fb8bb;
	cursor:pointer;
	transition:0.5s;
}
.evol-modal-tbl tr .d_btn{
	color:#fff;
    font-size:12px;
    font-family:Pretendard;
    background-color:#436e6f;
    border:none;
}
.evol-modal-tbl tr .w_btn{
	color:#fff;
    font-size:12px;
    font-family:Pretendard;
    background-color:#6c7171;
    border:none;
}
.not_eve_modal .evol-modal-tbl tr td:nth-child(2){
	text-align:left;
	padding-left:30px;
}
.evol-modal-tbl tr:hover td{
	background-color:#334d4e;
}
.pagination{
	margin-bottom:10px;
	/* display:inline-block !important; */
}
.pagination>li>a, .pagination>li>span{
    color:#000;
    font-size:12px;
    font-family:Pretendard;
}
.pagination .active{
	color:#fff;
    background-color:#354d94;
    /* border: 1px solid #354d94; */
}
.pagination .active:hover{
	color:#fff;
    background-color:#354d94;
}
.pagination>li>a:hover{
	color:#2db6b8;
}
.notice-see{
	width:100%;
	height:335px;
	float:left;
	margin-top:2px;
	background-color:#666666;
	padding:5px;
	margin-bottom:40px;
}
.notice-see .scroll_cont{
	width:100%;
	height:100%;
	float:left;
	overflow-y:scroll;
	text-align:left;
	padding:10px;
}
.notice-see .scroll_cont::-webkit-scrollbar  {
    background-color:#262626;
}
.notice-see .scroll_cont p{
	color:#fff;
    font-size:12px;
    font-family:Pretendard;
}
.evolution_modal.sub-pg{
    position:relative;
    display:inline-block;
    margin:auto;
    margin-top:10px;
    margin-bottom:30px;
  	padding:22px 10px;
  	box-shadow:none;
}

/* MyPage Modal */

.mypage_modal{
	width:650px;
	top:1%;
}
.mypage_modal button{
	white-space:nowrap !important;
	background-repeat:no-repeat !important;
}
.mypage_modal .header{
	margin-bottom:15px;
}
.mypage_modal .header .btn-grp button{
	font-size:16px;
	padding:0 0;
	background-color:#5fb8bb;
	border:none;
	transition:0.5s;
	color:#0c5454;
    font-size:12px;
    font-family:Pretendard;
    padding:0 10px;
    width:auto;
    height:35px;
    display:inline-block;
    margin-bottom:5px;
}
.mypage_modal .header .btn-grp button.active{
	color:#fff;
	background-color:#0e9597;
}
.mypage_modal .header .btn-grp button:hover{
	background-color:#8cdbdd;
}

/**/
.mypage_content .mp_cont{
	display:none;
}
.mypage_content .mp_cont.active{
	display:block
}
/**/
.myinfo_notice{
	display:table;
	width:94%;
	height:auto;
	float:left;
	margin-top:10px;
	margin-bottom:30px;
	margin-left:3%;
	background-color:#0f4147;
	border-radius:1px;
	padding:5px;
}
.myinfo_notice p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ccc;
	font-size: 14px;
	font-family: Pretendard;
}
/**/
.modal_body.mypage .form-group div:first-child{
	width:171px;
}
.mypage_bottom{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
}
.mypage_bottom .modal_btn_grp{
	width:auto;
	height:auto;
	float:none;
	margin-left:0;
	margin-top:0;
	display:inline-block;
}
/* table */
.mp_table{
	width:100%;
	max-height:450px;
	float:left;
	margin-top:7px;
	text-align:center;
	overflow:hidden;
}
.mp_table th{
	height:40px;
	background-color: #0f4147;
	color: #ccc;
	font-size: 14px;
	font-family: Pretendard;
	text-align:center;
}
.mp_table tbody tr{
	height:40px;
	background-color:rgba(41,100,127,0);
	text-shadow:0px 1px 1px #000;
	border-bottom:solid 1px #333333;
	text-align:center;
	cursor:pointer;
}
.mp_table tbody tr:hover{
	background-image:linear-gradient(#d23428, #e64611);
}
.mp_table tbody tr.active{
	background-color:rgba(243,186,31,0.4);
	border-bottom:none;
}
/**/
.mp_table td{
	color:#ffffff;
	font-size:14px;
}
.mp_table .d_btn{
	color:#fff;
	font-size: 12px;
	border:none;
	background-color:#333;
	border-radius:3px;
	padding: 2px 7px;
}
.mp_table .w_btn{
	color:#fff;
	font-size: 12px;
	border:none;
	background-color:#0f4147;
	border-radius:3px;
	padding: 2px 7px;
}
.mp_table td.date{
	font-size:12px;
}
.mp_table td.yellow{
	color:#ffff00;
}
.mp_table td.red{
	color:#ff0000;
}
.mp_table td.pink{
	color:#ff66ff;
}
/* 1:1 */
.inquiry_list{
	width:100%;
	height:325px;
	float:left;
	overflow:hidden;
}
.inquiry_table{
	width:98%;
	height:auto;
	float:left;
	margin-left:1%;
	margin-top:7px;
}
.inquiry_table .head{
	color:#fff;
    font-size:12px;
    font-family:Pretendard;
	background-color:#0e9597;
	text-align:center;
	padding:0 5px;
	height:35px;
	width:100%;
	float:left;
	display:table;
}
.inquiry_table .head p{
	display: table-cell;
  	vertical-align: middle;
}
.inquiry_table .head p:first-child{
	width:10%;
	text-align:center;
}
.inquiry_table .head p:last-child{
	width:90%;
	text-align:center;
}
/**/
.inquiry_table .row_tr{
	border-bottom:solid 1px #5fb8bb;
	width:100%;
	max-height:40px;
	float:left;
	cursor:pointer;
	transition:0.3s;
	overflow:hidden;
}
.inquiry_table .row_td{
	width:100%;
	height:40px;
	float:left;
	background-color:rgba(41,100,127,0);
	border-bottom:solid 1px #333333;
	text-align:center;
	cursor:pointer;
	color:#fff;
    font-size:11px;
    font-family:Pretendard;
}
.inquiry_table .row_td:hover{
	background-color:#334d4e;
}
.inquiry_table .row_td:hover .note_btn{
	background-color:#666666;
}
.inquiry_table .row_td .note_btn.active{
	background-color:#666666;
}
.inquiry_table .row_td p.active{
	color:#fff;
	text-decoration:underline;
}
/**/
.inquiry_table .row_td .td_btn{
	float:left;
	margin-left:7px;
	margin-top:7px;
	width:60px;
	height:25px;
	padding:0;
	border:none;
	border-radius:3px;
	background-color:#6c7171;
	color:#fff;
	font-size:12px;
}
.inquiry_table .row_td .arrow{
	float:left;
	margin-left:10.50%;
	margin-right:0px;
	margin-top:18px;
}
.inquiry_table .row_td .td_btn.red{
	background-color:#436e6f;
}
.inquiry_table .row_td p{
	float:left;
	margin-left:11px;
	margin-top:10px;
}
.inquiry_table .row_td p.date{
	font-size:12px;
	margin-left:0;
}
.inquiry_table .row_td div{
	width:30%;
	float:right;
	margin-right:12px;
}
.inquiry_table .row_td div .delete_btn{
	float:right;
	width:15px;
	height:13px;
	border:none;
	background-color:transparent;
	background-image:url(assets/skin2/img/icon/mess_delete.png);
	background-repeat:no-repeat !important;
	transition:0.3s;
	margin-top:13px;
}
.inquiry_table .row_td div .delete_btn:hover{
	background-image:url(assets/skin2/img/icon/mess_delete_on.png);
}
/**/
.td_view{
	width:100%;
	height:auto;
	float:left;
	background-color:#333333;
	margin-top:1px;
	margin-bottom:2px;
	color:#ffffff;
	font-size:14px;
	text-align:left;
	padding:20px 10px;
	overflow-y:scroll;
}
.td_view::-webkit-scrollbar{
	background-color:#333333;
}
.pagination.inquiry{
	margin:10px 0;
}
/**/
.inquiry_form{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-top:10px;
}
.inquiry_form input{
	width:600px;
	height:35px;
	border:none;
	background-color:#fff;
	color:#333333;
	font-size:14px;
	padding-left:20px;
}
.inquiry_form textarea{
	width:600px;
	height:250px;
	border:none;
	background-color:#fff;
	color:#333333;
	font-size:14px;
	padding:15px 20px;
	margin-top:10px;
}
.inquiry_form input::-webkit-input-placeholder{
	color:#333333;
	font-size:14px;
}
.inquiry_form textarea::-webkit-input-placeholder{
	color:#333333;
	font-size:14px;
}

/*note*/
.note_list{
	width:100%;
	height:457px;
	float:left;
	overflow:hidden;
}
.inquiry_table .row_tr.note{
	height:40px;
}
.inquiry_table .row_td.note p{
	margin-left:5%;
}
.td_view.note{
	height:159px;
}

.inquiry_table .row_td.note div{
	width:auto;
	float:right;
	margin-right:12px;
}
.inquiry_table .row_td div .note_btn{
	float:left;
	width:40px;
	height:25px;
	border:none;
	border-radius:3px;
	background-color:#0f4147;
	transition:0s;
	margin-top:7px;
	color:#ffffff;
	font-size:12px;
	margin-right:12px;
	padding:0;
}
.inquiry_table .row_td div .delete_btn:hover{
	background-image:url(assets/skin2/img/icon/mess_delete_on.png);
}

/* bet win */
.mp_table.bet_win td:first-child{
	text-align:left;
	width:25%;
	padding-left:7%;
}

/*coupon*/

.mp_table.coupon th:first-child{
	text-align:left;
	width:20%;
	padding-left:5%;
}
.mp_table.coupon td:first-child{
	text-align:left;
	width:20%;
	padding-left:5%;
}
.coupon_btn{
	width:60px;
	height:25px;
	background-color:#666666;
	border:none;
	border-radius:3px;
	color:#fff;
	font-size:12px;
	padding:0;
}
.coupon_btn.red{
	width:60px;
	height:25px;
	background-color:#0f4147;
	border:none;
	border-radius:3px;
	color:#fff;
}

/*level*/

.level_notice{
	width:100%;
	height:auto;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	background-color:#8cdbdd;
	text-align:center;
}
.level_notice .center{
	width:100%;
	height:auto;
	float:left;
	margin:10px 0;
	position:relative;
}
.level_notice .ln-cont{
	width:25%;
	color:#22595a;
	font-size:14px;
	float:left;
	/*margin-left:20px;*/
}
.level_notice .ln-cont span{
	font-size:14px;
	text-shadow:none;
	position:relative;
	top:-1px;
}
.level_notice .ln-cont button{
	width:auto;
	height:36px;
	color:#fff;
	font-size:14px;
	position:relative;
	border:none;
	border-radius:3px;
	background-color:#4caeae;
	padding:0 15px;
	margin-left:8px;
}
.level_notice .ln-cont button img{
	margin-right:5px;
	margin-top:1px;
}
.use_point_btn{
	width:100px;
	height:36px;
	color:#fff;
	font-size:14px;
	position:relative;
	border:none;
	border-radius:3px;
	background-color:#436e6f;
	transition:0.3s;
	float:right;
	margin-right:20px;
}
.use_point_btn i{
	text-shadow:none;
}
.use_point_btn:hover{
	background-color:#0e9597;
}
.level_table th:first-child{
	text-align:left;
	width:20%;
	padding-left:4%;
}
.level_table tbody tr{
	height:75px;
}
.level_table td:first-child{
	text-align:left;
	width:20%;
	padding-left:4%;
	color:#8cdbdd;
}
.level_table td:first-child img{
	margin-right:0;
}
@media(max-width:690px){
	.level_notice .ln-cont{
		width:100%;
		margin-left:0;
		text-align:left;
		padding-left:10px;
		margin:3px 0;
	}
	.use_point_btn{
		position:absolute;
		top:3px;
		right:10px;
		margin-right:0;
	}
}

@media(max-width:690px){
	.body-main .body-center{
	    width:100%;
	}
	.evolution_modal{
	  	padding:22px 10px;
	}
	.login_modal{
		width:96%;
	}
	.dep_wit_modal{
		width:96%;
	}
	.not_eve_modal{
		width:96%;
	}
	.mypage_modal{
		width:96%;
	}
	.evolution_modal .modal-head{
		width:94%;
	  	margin-left:3%;
	}
	.evolution_modal .modal-head .close-btn{
	  	/*display:none;*/
	}
	.evolution_modal.login_modal .modal-head .close-btn{
	  	display:block;
	}
	.evolution_modal .modal-head .title p{
		font-size:18px;
	}
	.evolution_modal .modal-head .title .sub{
		margin-left:0;
		margin-top:5px;
	}
	.evolution_modal .modal_body .form-group.w-btn button {
	    padding:0;
	    font-size:12px;
	}
	.fg-btn-grp button{
		padding:0;
		font-size:12px;
	}
	.evol-modal-tbl tr td {
	    font-size: 12px;
	}
	.not_eve_modal .evol-modal-tbl tr td:nth-child(2){
		padding-left:0;
	}
	.evolution_modal .modal_body .modal_btn_grp{
	  	padding:0 0;
	}
	.evolution_modal .modal_body .modal_btn_grp button{
	  	float:none;
	  	display:inline-block;
		margin-right:0;
	}
	.evolution_modal .modal_body .modal_btn_grp.center button{
		font-size:14px;
		margin:0 0;
		width:100px;
	}
	.p-txt{
		display:none;
	}
	.slot-sub-pg .ssp-body .head .back-btn {
	    width: auto;
	    height: 37px;
	    font-size:10px;
	    padding:0 5px;
	}
	.slot-sub-pg .ssp-body .head .back-btn svg {
	    font-size:14px;
	    margin-top:0;
	    top:2px;
	}
}
@media(max-width:416px){
	.inquiry_table .row_td div .note_btn{
		font-size:10px;
	}
	.coupon_btn{
		font-size:10px;
	}
	.level_notice .ln-cont{
		font-size:12px;
	}
	.level_notice .ln-cont span{
		font-size:12px;
	}
	.level_notice .ln-cont button{
		font-size:12px;
	}
	.use_point_btn{
		font-size:12px;
		padding:0;
	}
	.level_table td:first-child{
		text-align:center;
	}
	.level_table td:first-child img{
		display:block;
		margin:0 auto;
	}
}



.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}



.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}



.video_bg { position: absolute; top: -15px; left:50%; margin-left:-960px; width: 1920px; height: 515px; overflow: hidden; z-index:-100; }
.video_bg video {top: -240px; position: relative; opacity: 0.5; width: 1920px;}

@media(max-width:690px){
	.video_bg { top: 0px; left:0%; margin-left:0px; width:100%; }
	.video_bg video {top: 0px; width:100%; }

	.banner-main{
		width:100%;
		float:left;
		text-align:center;
	}
}

.loginModal .modal-content,.evolution_modal .modal-content {
	background-color: transparent;
}

.modal-content {
	/*background-color: transparent;*/
}

.row {
    --bs-gutter-x: 0;
}



@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.carousel-item.active.right,.carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.carousel-item.active.left,.carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.carousel-item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.btn {box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);border: 1px solid transparent;}



.text-bg-dark {background-color: #080808 !important;box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 2px rgb(0 0 0 / 5%);border: 1px solid transparent;}
.card-header {border-bottom: 1px solid;border-image: linear-gradient(to left,#111,#444,#111);border-image-slice: 1;}
.card-footer {border-top: 1px solid;border-image: linear-gradient(to left,#111,#444,#111);border-image-slice: 1;}

.text-bg-secondary  {background: linear-gradient(45deg, black, #181818);border: 0;box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 2px rgb(0 0 0 / 5%);border: 1px solid transparent;}

.bg-dark {background: linear-gradient(-45deg, black, #181818);border: 0;box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 2px rgb(0 0 0 / 5%);border: 1px solid transparent;}

.table th {background:#434237;color:#eee;}
.table td {background:#43423791;    --bs-table-bg-type: inherit !important; }
.list-group a{background:#1d492c;border-color: #329f34;color: #ccc;}
.list-group a:hover {background:#2d6d42;color:#eee}
.list-group a h5 {font-size: 16px;}
.list-group-item .subject h5  {font-size: 16px;}
.tab_type a {background:#333;color:#aaa;}
.tab_type a.active {color:#eee;}

.list-group-item {background:#000;border-color: #222;color: #aaa;}
.list-group-item .subject {border-bottom: 1px solid;border-image: linear-gradient(to left,#111,#444,#111);border-image-slice: 1;    padding: 5px 0;}

.table>:not(caption)>*>* {;color:#eee}
tbody, td, tfoot, th, thead, tr {border-color: #333;}

.form-control.amount {display:inline-block}
.col-form-label {color:#eee}



.popup_wrap {display: flex;z-index: 999;padding-right: 20px;flex-wrap: wrap;position: absolute;left: 0;top: 7%;max-width: 100%;min-width: 1400px;width: 100%;justify-content: center;}
.main_popup { min-width:300px;min-height:300px;max-width:400px;background: #111;}
.main_popup img {width:100%}
.main_popup h1 {height:40px;line-height:40px;margin-top:0px;background:rgba(0,0,0,0.3);border-radius:3px;text-align:center;font-size:16px;}
.main_popup .p_content {margin-top:0px;background:rgba(0,0,0,0.3);border-radius:0px;padding:0px;min-height: 200px;}
.main_popup .pop_close {height:34px;line-height:34px;width:100%;padding:0 30px;background:#000;color:#fff;text-align:center;font-size:13px;}
.main_popup .pop_close input {-webkit-appearance: auto;-moz-appearance: auto;appearance: auto;width:15px;height:15px;vertical-align: middle;}
.main_popup .pop_close button.oneday {width:120px;height:25px;line-height:25px;background:#333;color:#fff;margin-left:20px;border-radius:3px;border:0;}
.main_popup .pop_close button.close {width:60px;height:25px;line-height:25px;background:#333;color:#fff;margin-left:20px;border-radius:3px;border:0;}

@media(max-width:690px){
	.popup_wrap {top:0;position: fixed;left:0;min-width:100%;padding:0}
	.main_popup {min-width: 100%; max-width: 100%;position:fixed;left:0;top:0}
}



.btn_reload {
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 4px;
    background:#ffc107;
    vertical-align: middle;
    margin-top: -5px;
	color:#000;    text-decoration: none;
}

.modal-title, .modal-body {
	color:#000;
}


.text-big {
	font-size: 1.4em;
}

.text-huge {
	font-size: 1.8em;
}

.text-small {
	font-size: .85em;
}

.text-tiny {
	font-size: .7em;
}

@media(max-width:690px){
	.d-flex.flex-wrap .col {flex:0 0 50%}
	.main--wrap {
        padding:30px 0 40px 0;
        background-size: auto 300px
    }

    #footer {
        padding: 20px 0 90px 0
    }

    .custom-row {
        position: relative;
        width: calc(100% - 10px);
        min-width: 270px;
        margin: 0 5px
    }

	.game_banner .bnr_item {
        float:none;
        width: 100%;
        height: 120px
    }

    .game_banner .bnr_item,.game_banner .bnr_item:nth-child(odd) {
        margin: 0 auto 10px auto
    }

    .game_banner .bnr_item .bnr_box {
        background-size: cover;
        background-position: top
    }

    .game_banner .bnr_item:hover .bnr_box {
        background-size: cover;
        background-position: 50%
    }

    .game_banner .bnr_item .bnr_box span {
        left: 0;
        bottom: 5px;
        width: 183px;
        height: 70px;
        background-size: 183px 70px
    }

    .game_banner .bnr_item:hover .bnr_box span {
        background-size: 183px 70px
    }
	.main-swiper {
        width: 100%
    }

    .main-swiper .swp_box {
        justify-content: left;
        height:220px;
        padding-left: 0;
        letter-spacing: -1px;
        padding: 10px
    }

    .main-swiper .swp_box h2 {
        margin-bottom: 5px;
        font-size: 26px;
        text-shadow: 0 0 8px #000,0 0 8px #000
    }

    .main-swiper .swp_box h3 {
        margin-bottom: 5px;
        font-size: 20px;
        text-shadow: 0 0 8px rgba(0,0,0,.8),0 0 8px rgba(0,0,0,.8)
    }

    .main-swiper .swp_box .btn_link {
        line-height: 40px;
        padding: 0 15px
    }

	.side_model {height: 220px;position: absolute;}
    .side_model .md_woman {
        right: 20px;
        height: 220px
    }

    .side_model .md_bg1 {
        top: 20px;
        right: 20px;
        height: 180px
    }

    .side_model .md_bg2 {
        top: 20px;
        right: 5px;
        height: 140px
    }
	.CS_menu {
        flex-direction:column;
        padding: 15px 0
    }

    .CS_menu .CS_m_row {
        justify-content: flex-start;
        border-left: none;
        margin: 15px 0 0 15px
    }

    .CS_menu .CS_m_row:first-child {
        margin-top: 0;
        border-left: none
    }

    .CS_menu .CS_m_row .cs_m_icon {
        width: 40px;
        height: 40px;
        border-radius: 5px
    }

    .CS_menu .CS_m_row .cs_m_icon img {
        width: 24px
    }

    .CS_menu .CS_m_row .cs_m_box h3 {
        font-size: 20px;
        font-weight: 400
    }

    .CS_menu .CS_m_row .cs_m_box h4 {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 3px
    }
}
