﻿
@charset "utf-8";
@import url(bootstrap.css);
@import url(game.css?v=2);
@import url(btn.css?v=1);
@import url(fonts.css);
@import url(table.css?v=8);
@import url(reset.css);
@import url(global.css);
@import url(common.css);
@import url(web.css?v=2);
@import url(index.css);
@import url(animation.css);
@import url(BebasNeue/bebasneue.css);
@import url(scrolltotop_arrow_style.css);

body {
	width: 100%;
	min-width: 1690px;
	position: relative;
    background-color: var(--bs-white);
	font-family: 'GmarketSansMedium', 'GmarketSansBold', 'GmarketSansLight', sans-serif;
	font-size: 1rem;
	color: var(--bs-main-dark);
}

a:link {
	text-decoration: none;
}
a {
	text-decoration: none;
	color: var(--bs-main-dark);
}
a:hover {
	text-decoration: none;
	color: var(--bs-primary);
}

input[type=checkbox] {
	zoom: 1.25;
}

input,
button,
select,
h1, h2, h3, h4, h5 {
	font-family: 'GmarketSansMedium', 'GmarketSansBold', 'GmarketSansLight', sans-serif;
}

element.style {
	font-family: 'GmarketSansMedium', 'GmarketSansBold', 'GmarketSansLight', sans-serif;
}


#content {
	overflow: hidden;
}

#footer{
	width:100%;
    padding-bottom: 1.5rem;
	margin:0 auto;
	text-align:center
}

span.info {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	margin: 0 2px 0 4px;
	border-radius: 50%;
	font-weight: bold;
	font-family: 'Noto Sans KR', sans-serif;
}
span.info.c {
	background: #ffdd00;
	color: #000;	
}
span.info.m {
	background: #f69024;
	color: #000;	
}
span.info.p {
	background: #00fed2;
	color: #000;	
}

.member-balance {
	display: flex;
	flex-wrap: wrap;
}
.member-balance .balance {
	display: flex;
	align-items: center;
}
.member-balance .balance .icon-circle {
	margin-right: 0.25rem;
}
.balance.c .icon-circle {
	background-color: var(--bs-color-c);
	color: var(--bs-primary);
}
.balance.s .icon-circle {
	background-color: var(--bs-color-s);
	color: var(--bs-primary);
}

.balance {
	display: inline-flex;
	align-items: center;
	font-size: 1rem;
}

.member-info {
	padding: 1rem;
	background-color: var(--bs-primary);
	color: var(--bs-main-light)
}
.member-info .member-balance {
	padding: 0.5rem 0;
	border-top: 1px solid var(--bs-primary-tint-light);
	border-bottom: 1px solid var(--bs-primary-tint-light);
}
.member-info .member-balance .balance p {
	margin-right: 0.75rem;
}

.btn-main.btn-icon {
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
}
.btn-main.btn-icon.position-relative .icon-circle {
	position: absolute;
	top: 0;
	right: 0
}


.balance {
	display: inline-flex;
	align-items: center;
	font-size: 1rem;
}

.side-menu {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0.5rem 0;
	background-color: var(--bs-main-light);
}
.side-menu .menu-item {
	display: flex;
	min-width: 68px;
	min-height: 68px;
	padding: 0.25rem;;
	background: #2f3c4d;
	background: linear-gradient(0deg, #2f3c4d 0%, #283442 45%, #303d4e 46%, #3a4a61 100%);
	border: 1px solid #10171d;
	color: #99a9c2
}
.side-menu .menu-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	border: 1px solid #435770;
	color: #99a9c2;
	font-family: 'GmarketSansMedium';
	font-size: 0.75rem;
	text-align: center;
}
.side-menu .menu-item i {
	display: block;
	background: linear-gradient(0deg, #8b9fba 10%, #e0e3e8 90%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 1.25rem;
}
.side-menu .menu-item:hover a {
	border-color: var(--bs-primary-highlight);
	color: var(--bs-primary-highlight);
	transition: 0.5s;
}
.side-menu .menu-item:hover i {
	background: var(--bs-primary-highlight);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-main.btn-icon {
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
}
.btn-main.btn-icon.position-relative .icon-circle {
	position: absolute;
	top: 0;
	right: 0
}


.main-menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow:visible;
	padding: 0px 35px;
	margin: 15px auto 0;
	background: url('../img//menu/bg-line.gif') left top repeat-x;
	z-index:99;
}
.main-menu > li{
	position:relative;
	overflow:visible;
	display:inline;
	float:left;
	padding: 18px 0 4px 0;
}
.main-menu > li > a{
	display:block;height:39px;
}

.main-menu > li:hover ul,
.main-menu > li.on ul{
	display:block !important;
	-webkit-transition:1s ease;
	-moz-transition:1s ease;
	-o-transition:1s ease;
	-ms-transition:1s ease;
	transition:1s ease;		
	-webkit-animation: fade 1s forwards;
	-moz-animation: fade 1s forwards;
	-o-animation: fade 1s forwards;
	animation: fade 1s forwards;
	animation-iteration-count:1;
	animation-fill-mode:backwards;		
}

.main-menu li ul{
	display:none;
	overflow:hidden;
	position:absolute;
	top: 50px;left:-40px;
	width:141px;
	border-radius: 5px;
	background: #000000;
	border: 1px solid #333;
	box-shadow: inset 0 0 3px #333;
	z-index:99999;
}
.main-menu li.soccer ul{
	left:-15px
}
.main-menu ul li{
	display:block;
	overflow:hidden;
	width:98%;
	margin:0 auto;padding:8px 0;
	border-bottom:1px solid #000;border-top:1px solid #222;
	text-align:center;
	cursor:pointer;
	z-index:99999;
}
.main-menu ul li a,
.main-menu ul li span{
	display: block;
	line-height: 24px;
	font-size: 15px;
	font-family: 'Noto Sans KR', sans-serif;
}
.main-menu ul li span.new{
	background:url('../img//icon/new.png') 92% 42% no-repeat;
}
.main-menu ul li:first-child{
	border-top:0px
}
.main-menu ul li:last-child{
	border-bottom:0px
}
.main-menu ul li:hover{
	background:rgba(0,0,0,0.5);
}
.main-menu ul li:hover span{
	color: #f15922 !important;
}

.main-menu > li:nth-child(6) ul {
	left: -25px;
}
.main-menu > li:nth-child(9) ul,
.main-menu > li:nth-child(11) ul {
	left: -30px;
}

ul.sub-menu,
ul.global-menu {
	display: flex;
	flex: 0 0 auto;
	overflow: hidden;
}
ul.sub-menu li,
ul.global-menu li {
	overflow: hidden;
	margin: 0 3px;
	cursor: pointer;
}

#header ul.sub-menu {
	margin-left: auto;
}
#header div.global-menu {
	display: flex;
	align-items: center;
	overflow: hidden;
	position: absolute;
	min-width: 500px;
	top: 0px;
	right: 0px;
	font: normal 11px 'Dutum','돋움';
}
#header div.container.global-menu .global-menu {
	display: inline-flex;
}

#header ul.sub-menu {
	margin-top: 15px
}
ul.sub-menu li {
	margin-left: 18px;
}

ul.global-menu li {
	font: normal 11px 'Dutum','돋움';
}
ul.global-menu li a {
	color: #a8a8a8;
}

/* div.balance {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-start;
	min-width: 180px;
	height: 30px;
	padding: 6px 10px;
	margin: 0 5px;
	background: #1d1d1d;
	border-radius: 50px;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
}
div.balance img {
	margin-right: 5px;
}
div.balance button {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;		
	width: 20px;
	height: 20px;
	border: 0px;
	border-radius: 50%;
	font-size: 16px;
	line-height: 16px;
}
div.balance span {
	margin: 0 5px;
	font-size: 16px;
}
div.balance span i {
	font-style: normal;
}
div.balance.money span {
	color: #f69024;
}
div.balance.money button {
	background: #f69024;
}
div.balance.point span {
	color: #00fed2;
}
div.balance.point button {
	background: #00fed2;
} */

.page-title {
	margin: 1rem auto
}

.page-title h2 {
	font-size: 1.75rem;
	color: var(--bs-gray-dark)
}
.page-title span {
	margin-left: 0.5rem;
	font-size: 1rem;
}

.page-title h2 img,
.page-title h2 i {
	display: none;
}

.page-title button {
	margin-left: 1rem;
	color: var(--bs-gold)
}

.page-title button:hover {
	color: #ffdd00
}

.page-title button i {
	margin-left: 0.25rem;
}

.brand-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem
}

.page-tab {
	display: flex;
	overflow: hidden;
	transition: 0.25s;
}

.page-tab li {
	min-width: 145px;
	height: 42px;
	margin: 0 0.5rem 0 0;
	border-radius: 5px;
	border: 1px solid var(--bs-main-gray);
	background: var(--bs-white);
	background-size: 100%;
	line-height: 42px;
	text-align: center;
	transition: 0.25s;
}

.page-tab li a {
	display: block;
	color: #999
}

.page-tab .active,
.page-tab li:hover {
	background: var(--bs-primary);
	border-color: var(--bs-primary);
	color: var(--bs-white)
}

.page-tab .active a,
.page-tab li:hover a {
	color: var(--bs-white)
}


.page-tab-danger li {
	min-width: auto;
	width: 100px;
	border-color: transparent;
	background: transparent
}
.page-tab-danger li a {
	color: var(--bs-main-tint)
}
.page-tab-danger .active,
.page-tab-danger li:hover {
	background: var(--bs-main-red-shade);
	border-color: var(--bs-main-red-shade);
}

span.icon-game {
	padding: 0.25rem 0.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #fff !important
}


.modal {
	background-color: rgba(0, 0, 0, 0.75);
}

.modal .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.modal .close:hover,
.modal .close:focus {
	color: var(--bs-colod);
	text-decoration: none;
	cursor: pointer;
}

.modal-container {
	margin: 0 auto;
	overflow: hidden;
	width: 500px;
	min-height: 300px;
	background-color: var(--bs-white);
	border-radius: 5px;
	-webkit-animation: scale-up-center 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-center 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.modal-content {
	width: auto !important;
	padding: 1rem;
	margin: 1rem;
	min-height: 200px;
	background-color: var(--bs-main-light);
	border: 0px;
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--bs-primary);
	padding: 1rem;
	color: var(--bs-white);
	border: 0
}

.modal-header h3,
.modal-header h4 {
	font-size: 1.5rem;
}

.game-icon {
	padding: 0.25rem 0.5rem;
	border-radius: 5px;
	background-color: var(--bs-danger);
	color: #fff;
	font-size: 0.75rem;
}

.game-count {
	border: 1px solid var(--bs-main-light);
	font-size: 0.875rem;
	color: var(--bs-main-tint);
}
.game-count .count-item a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0.75rem;
}
.game-count .count-item a:hover {
	transition: 0.2s;
}
.game-count .count-item:nth-child(even) {
	background-color: var(--bs-main-light);
}
.game-count .count-item i {
	margin-right: 0.5rem;
}
.game-count .count-item b {
	font-weight: normal;
}


.list-style {
	margin: 0 auto;
}

.list-style .list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--bs-white);
	min-height: 3rem;
	padding: 0 0.75rem;
	margin-bottom: 1px;
	text-align: left;
}

.list-style .list-item:nth-child(even) {
	background-color: var(--bs-main-gray5);
}

.list-style .list-item .title {
	flex: 0 0 auto;
}

.list-style .list-item .content {
	flex: 1 1 auto;
	margin-left: 0.75rem;
	;
}

.section.video {
	position: relative;
	padding: 0.5rem;
	border-radius: 5px;
	background-color: var(--bs-main-gray-main);
	text-align: center;
}

.section.video .import-video {
	margin: 0 auto
}

.section.video .import-tk {
	margin: 0 auto;
}

.information {
	padding: 0.75rem;
	border-radius: 5px;
	background-color: var(--bs-white);
	font-family: 'dotum';
	font-weight: bold;
}

.information .item {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.25rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid var(--bs-main-gray3);
}

.information .item > div {
	flex: 1 1 auto;
	margin-left: 0.7rem;
	text-align: left;
}
.information .item i {
	margin-top: 0.25rem;
}

.information .item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.snackbar {
	position: fixed;
	bottom: 0;
	min-width: 300px;
	padding: 1rem;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	background: var(--bs-primary);
	background-size: cover;
	text-align: center;
	animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	z-index: 99999;
	color: var(--bs-white)
}
.snackbar .snackbar-bottom img {
	width: auto;
	height: 25px;
}


.snackbar .mt-05 {
	margin-bottom: 0.5rem;
}

.snackbar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
	color: var(--bs-white)
}
.snackbar-header .fc-black {
	font-size: 1.5rem;
	color: var(--bs-white) !important
}

.snackbar.snackbar-type2 {
	background: var(--bs-color-c)
}

.maintenance {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	z-index: 999;
}

.domain-page {
	background: var(--bs-main-gray) url("../img/common/bg.jpg") center top no-repeat;
	background-size: cover;
}

.domain-container {
	width: 800px;
	background: rgba(0, 0, 0, 0.5);
	background-size: contain;
	border-radius: 5px;
	border: 1px solid var(--bs-main-dark);
	padding: 30px 1rem 1rem 1rem;
	margin: 0 auto 0;
	text-align: center;
}

.domain .title {
	overflow: hidden;
	width: 370px;
	border-radius: 25px;
	margin: 0 auto 10px;
	font-weight: bold;
	color: var(--bs-main-blue)
}

.domains {
	padding: 1rem;
	margin-top: 1rem;
	border-radius: 10px;
}

.domain {
	position: relative;
	padding: 1rem 1rem 1.5rem 1rem;
	margin-bottom: 25px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 3px solid var(--bs-main-gray-text);
	border-radius: 5px;
}

.domain .title {
	color: var(--bs-main-gray-text);
}

.domain p {
	background-color: var(--bs-main-blue);
	border: 1px solid var(--bs-main-blue);
}

.domain p a {
	color: var(--bs-white);
}


.pop-container hr {
	margin: 0px;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #666;
	background-color: #333
}
.account-container .pop-join {
	width: 700px;
	margin: 0 auto;
	background-color: transparent;
}

.account-container .text1,
.account-container .text2 {
	text-shadow: 0 0 5px #000;
}

.logo-title {
	padding: 0 0.75rem;
	background-color: var(--bs-black);
	color: var(--bs-white)
}
.logo-title img {
	height: 40px;
	margin-right: 1rem;
}
.logo-title .pop-close {
	margin-bottom: 0 !important;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;

}

.pop-wrapper {
	width: 600px;
	background: var(--bs-black) url(../img/modal/bg1.jpg) center top no-repeat;
	background-size: 100%;
	border-radius: 5px;
	border: 1px solid #333;
	padding-top: 2rem;
	margin: 0 auto 1rem;
	text-align: center;
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#pop-entrance-s.modal {
	padding-top: 10vh;
	background-color: rgba(0, 0, 0, 0.90);
}

#pop-entrance-s .pop-wrapper {
	background: #140f0d url(../img/modal/bg3.jpg) center top no-repeat !important;
}
#pop-entrance-s .pop-wrapper-close {
	width: 600px;
}

.banner-entrance-s {
	width: 523px;
	height: 171px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/slot/banner-bg.jpg) center top no-repeat;
}

.brand-item .bg-shadow-75,
.swiper-slide .bg-shadow-75 {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	color: var(--bs-white);
}

.area-style1 {
	overflow: hidden;
}


.game-slot .game-slot-cover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.game-slot-item {
	overflow: hidden;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-radius: 5px;
	border: 1px solid var(--bs-main-gray);
	background: var(--bs-white);
	color: var(--bs-main-blue);
}


.game-slot-item .row {
	overflow: hidden;
	padding: 0 0.25rem;
	margin-top: 0.5rem;
	margin-left: 0;
	margin-right: 0;
}

.game-slot-item .row>div {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.game-slot-item .item-title {
	text-align: center;
	font-weight: bold;
	color: var(--bs-main-blue);
}

.game-slot-item .item-button {
	text-align: center;
	color: var(--bs-primary)
}

.game-slot-item .item-button div {
	margin-left: 0.5rem;
}

.game-slot-item .item-button button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	min-height: 90px;
	border-radius: 5px;
	border: 2px solid var(--bs-primary);
	background-color: var(--bs-white);
	font-size: 1.1rem;
	color: var(--bs-main-black);
}

.game-slot-item .item-button button:hover,
.game-slot-item .item-button.pick button {
	background-color: var(--bs-danger);
	border-color: var(--bs-danger);
	color: var(--bs-white)
}

.game-slot-item-wide {
	flex: 0 0 50% !important
}



.pop-container {
	position: absolute;
	padding: 1rem;
	border-radius: 5px;
	border: 2px solid var(--bs-main-gray);
	background: var(--bs-white);
}


.login-page {
	background: var(--bs-white) url(../img/login/background-bg.jpg) center top no-repeat;
}
.login-page .container {
	height: 100vh;
}

.login-container {
	position: relative;
	overflow: visible;
	padding: 2rem;
	width: 100%;
	margin: 0 auto;
	background: var(--bs-white) url(../img/login/bg.jpg) center top no-repeat;
	background-size: 100%;
	border: 3px solid var(--bs-white);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	border-radius: 8px;
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@media (min-width: 1200px) {
	.login-container {
		width: 400px;
	}
}

.login-container .login-header {
	color: #a97d37;
}

.login-form {
	padding-top: 2rem;
}

.login-form .form {
	display: flex;
	align-items: center;
	padding: 0rem 0.5rem;
	margin: 0 auto 5px;
	border: 2px solid var(--bs-gray-tint);
	background-color: var(--bs-gray-tint);
	border-radius: 0px;
}

.login-form .form i,
.pop-code .form i {
	margin-right: 0.5rem;
	color: var(--bs-gray);
}

.login-form .form .form-control {
	flex: 0 0 80%;
	background-color: transparent;
	border: 0px;
	/* font-family: 'bebas_neue' !important; */
	cursor: pointer;
}

.login-form .form:hover {
	cursor: pointer;
}

.pop-code .modal-container {
	width: 350px;
}

.buttons {
	text-align: center;
}

.login-container .btn-login {
	width: 100%;
	height: 60px;
	background: var(--bs-main-red);
	border: 0px;
	color: var(--bs-white);
	font-size: 2rem;
	font-family: 'bebas_neue' !important;
}

.login-container .btn-login:hover {
	color: var(--bs-warning)
}

.login-container .btn-join {
	width: 100%;
	height: 40px;
	padding: 0px;
	background: var(--bs-white);
	border: 1px solid var(--bs-secondary);
	color: var(--bs-secondary);
	font-family: 'bebas_neue' !important;
	font-size: 1.5rem;
}

#pop-login .bottom,
.modal-btn-cs {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	margin: 1rem auto;
	border-radius: 5px;
	background: url('../img/login/banner-cs.jpg') center top no-repeat;
	text-align: center;
}

#pop-login .bottom button,
.modal-btn-cs button {
	width: 100%;
	padding: 0.5rem 0 !important;
	background: rgba(0, 0, 0, 0.5) !important;
	-webkit-animation: blink-2 0.6s infinite both;
	animation: blink-2 0.6s infinite both;
}

.login-cs {
	margin: 2rem auto 0;
	width: 340px;
	cursor: pointer;
}

.login-cs h3 {
	color: var(--bs-gold);
	transition: 0.5s;
}

.login-cs h3:hover {
	color: #fff
}


.brandModal {
	border: 3px solid var(--bs-main-blue);
	border-radius: 5px;
	background-color: var(--bs-white);
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.brandModal .brand-sub-list {
	align-items: flex-start;
	padding: 0 0.75rem;
}

.brand-sub-list {
	display: flex;
	flex-wrap: wrap;
}

.brand-sub-list .brand-item {
	padding: 0.25rem;
	border-radius: 5px;
	text-align: center;
}

.brand-sub-list .brand-item a {
	color: var(--bs-main-black);
	transition: 0.5s;
}

.brand-sub-list .brand-item a:hover {
	color: var(--bs-main-red)
}

.brand-sub-list .brand-item div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 99.8%;
	margin: 0 auto 0.5rem;
	border: 1px solid var(--bs-main-gray);
	border-radius: 10px;
	overflow: hidden;
	object-fit: cover;
}

.brand-sub-list .brand-item img {
	width: 100%;
	min-height: 100%;
}

.brand-sub-list .brand-item p {
	flex: 1 1 auto;
	padding: 0.25rem;
	margin-bottom: 0.5rem;
}


.bg-container {
	padding: 0.5rem;
	background-color: var(--bs-main-gray);
}

.bg-container.border-main-blue {
	border: 3px solid var(--bs-main-blue);
}

.game-division-sort ul {
	display: flex;
}

.game-division-sort li {
	margin-right: 2px;
	background-color: var(--bs-white);
	text-align: center;
	font-size: 0.75rem;
	transition: 0.5s;
	border: 1px solid var(--bs-main-gray-border);
	color: var(--bs-main-gray-text);
}

.game-division-sort li a {
	display: block;
	width: 100%;
	color: var(--bs-main-gray-text);
}

.game-division-sort li p {
	margin: 0.75rem 0 0.25rem 0;
	font-size: 1rem;
}

.game-division-sort li p i {
	font-size: 1.25rem;
	color: var(--bs-main-gray4);
}

.game-division-sort li span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.game-division-sort li:hover,
.game-division-sort li.pick,
.game-division-sort li.active,
.game-division-sort li.on {
	background: var(--bs-main-gray-text);
	color: var(--bs-white);
}

.game-division-sort li:hover a,
.game-division-sort li.pick a,
.game-division-sort li.active a,
.game-division-sort li:hover i,
.game-division-sort li.pick i,
.game-division-sort li.active i,
.game-division-sort li.on i,
.game-division-sort li.on i {
	color: var(--bs-white) !important;
}

.game-division-sort.text-only li {
	line-height: 60px;
}

.game-search {
	padding: 0.5rem;
	background-color: var(--bs-main-gray);
}
.game-search select {
	max-width: 150px;
}

.section.game-slot .title {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px 10px 0 0;
	background: var(--bs-main-blue);
	color: var(--bs-white)
}

.sub-title {
	color: var(--bs-main-blue);
	font-size: 1.25rem;
}
.sub-title-bar {
	padding-bottom: 0.5rem;;
	border-bottom: 1px solid var(--bs-main-gray)
}

.section.border-area {
	padding: 1rem;
	margin: 1rem;
	border-radius: 5px;
	background-color: var(--bs-white);
	border: 1px solid var(--bs-main-gray);
}


.btn-logout {
	width: 42px;
	height: 42px;
	border: 0px;
	background: url('../img/common/btn-logout.png');
}

.btn-logout:active {
	position: relative;
	top: 1
}

.section.member {
	display: flex;
	align-items: center;
	margin-left: auto;
	padding: 0.75rem;
	font-size: 0.875rem;
	color: #fff
}

.section.member a {
	color: #fff
}

.section.member .title {
	display: flex;
	margin-right: 0.75rem;
}

.section.member .btn-text {
	position: relative;
}

.section.member .btn-text span {
	position: absolute;
	top: -0.25rem;
	right: -0.75rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	background-color: var(--bs-info);
	border-radius: 50%;
	color: #000;
	font-size: 0.875rem;
	-webkit-animation: blink-1 0.6s infinite both;
	animation: blink-1 0.6s infinite both;
}

.section.member .cash,
.section.member .point {
	padding: 0px;
}

.section.member .bg-gray {
	padding: 0.75rem 0.75rem;
	border-radius: 25px;
	background-color: #090909
}

.cash,
.point {
	display: flex;
	align-items: center;
	padding: 0.5rem;
	color: var(--bs-gold);
}

.cash span,
.point span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	padding-top: 0.25rem;
	margin-right: 0.25rem;
	margin-bottom: 0.15rem;
	border-radius: 50%;
	background-color: var(--bs-gold);
	color: #242424;
	font-size: 1rem;
	font-family: 'GmarketSansBold';
	line-height: 1.25rem;
}

.point {
	color: var(--bs-orange);
}

.point span {
	background-color: var(--bs-orange);
}

.no-touch {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.gnb-inner {
	display: flex;
	align-items: center;
	height: 60px;
	line-height: 59px;
	position: relative;
	background-color: #252525;
}

.gnb-inner li {
	font-size: 0.9125rem;
	/* font-family: 'gmarket_sans_bold' */
	font-family: 'GmarketSansMedium';
	color: #fff
}

.gnb-inner li a {
	color: #fff
}

.gnb-inner li:hover,
.gnb-inner li a:hover {
	cursor: pointer;
	color: #ffdd00
}

.gnb-left {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	width: 72%;
}

.gnb-left li {
	margin: 0 12px
}

.gnb-left>li:last-child {
	margin-right: 40px;
	position: relative;
}

/* .gnb-left > li:last-child::before {
    box-shadow: -10px 3px 5px rgba(0,0,0,.8);
    border: 1px solid transparent;
    content: "";
    height: 65px;
    left: 75px;
    position: absolute;
    transform: rotate( 35deg );
    width: 0px;
} */
.gnb-left>li:last-child:last-child::after {
	border-bottom: 59px solid #a90e12;
	border-left: 40px solid transparent;
	content: "";
	height: 0px;
	position: absolute;
	top: -13px;
	width: 0px;
}

.gnb-right {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 28%;
	background: linear-gradient(to left, #e91a24, #c20f1a, #a90e12);
	text-align: right;
}

.gnb-right li {
	margin: 0 0.2rem;
}

.gnb-right li i {
	font-size: 1.25rem;
}

.gnb-right li.logout {
	margin-left: 1rem;
}

.gnb-right li.logout a {
	color: #ed828e
}

.main-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	overflow: visible;
	margin: 1.5rem auto;
	z-index: 99;
}

.main-menu>li {
	flex: 1 1 auto;
	position: relative;
	overflow: visible;
	padding: 0 0;
	text-align: center;
	font-size: 22px;
}

.main-menu>li>a {
	display: block;
}

.main-menu>li:hover>a {
	color: #b50b1b
}

.main-menu>li:hover ul,
.main-menu>li.on ul {
	display: block !important;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
	-webkit-animation: fade 1s forwards;
	-moz-animation: fade 1s forwards;
	-o-animation: fade 1s forwards;
	animation: fade 1s forwards;
	animation-iteration-count: 1;
	animation-fill-mode: backwards;
}

.main-menu li ul {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 30px;
	width: 150px;
	border-radius: 10px;
	background: #fff;
}

.main-menu ul li {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
	cursor: pointer;
	font-family: 'GmarketSansMedium';
}

.main-menu ul li a,
.main-menu ul li span {
	display: block;
	line-height: 24px;
	font-size: 1rem
}

.main-menu ul li:first-child {
	border-top: 0px
}

.main-menu ul li:last-child {
	border-bottom: 0px
}

.main-menu ul li:hover {
	background-color: #b50b1b;
}

.main-menu ul li:hover span {
	color: #fff !important;
}

ul.sub-menu,
ul.global-menu {
	display: flex;
	flex: 0 0 auto;
	overflow: hidden;
}

ul.sub-menu li,
ul.global-menu li {
	overflow: hidden;
	margin: 0 3px;
	cursor: pointer;
}

#header ul.sub-menu {
	margin-left: auto;
}

#header div.global-menu {
	display: flex;
	align-items: center;
	overflow: hidden;
	position: absolute;
	min-width: 500px;
	top: 0px;
	right: 0px;
	font: normal 11px 'Dutum', '돋움';
}

#header div.container.global-menu .global-menu {
	display: inline-flex;
}

#header ul.sub-menu {
	margin-top: 15px
}

ul.sub-menu li {
	margin-left: 18px;
}

.account-info {
	overflow: hidden;
	width: 160px;
}

.account-info li {
	display: flex;
	align-items: center;
	padding: 0 0.5rem;
	border: 1px solid #ddd;
	border-radius: 25px;
	line-height: 26px;
}

.account-info li:nth-child(2) {
	margin: 3px 0;
}

.account-info li i {
	margin-right: 5px;
}

.account-info .name span {
	font-weight: bold
}

.account-info .name b {
	margin: 0 0 0 4px;
	color: #ffdd00;
}

.account-info .name img {
	vertical-align: middle;
	width: 25px;
	height: auto;
}

.account-info .memo a,
.account-info .coupon a {
	color: #ffdd00;
}

.account-info .money,
.account-info .point {
	display: none;
}

.account-info .money-game span {
	color: #ff6620;
}

.account-info .point {
	padding-right: 5px;
}

.account-info .point button.style3 {
	position: relative;
	top: -2px;
	left: 5px;
	line-height: 16px;
	color: #fff;
}

.account-info .point button.style3:hover {
	color: #ffdd00
}

.account-info button.style1.type3.hidden {
	display: none;
	float: right;
	padding: 0px 20px 4px 26px;
	-moz-box-shadow: inset 0px 0px 0px 0px #727272;
	-webkit-box-shadow: inset 0px 0px 0px 0px #727272;
	box-shadow: inset 0px 0px 0px 0px #727272;
	box-shadow: 0px;
	font-size: 18px;
	line-height: 36px;
}

.account-info button.style1.type3.hidden:hover {
	color: #ffdd00;
}

.tabs {
	border-radius: 5px 5px 5px 5px;
}

ul.tabs-nav {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid var(--bs-main-gray-border);
	overflow: auto;
}

ul.tabs-nav li {
	flex: 1 1 auto;
	margin-right: 2px;
	padding: 0.25rem 0.5rem;
	background-color: var(--bs-main-gray-dark);
	border-bottom: 0px;
	font-size: 0.875rem;
	text-align: center;
	cursor: pointer;
}

ul.tabs-nav li:hover,
ul.tabs-nav li.active {
	background: var(--bs-main-gray-shade);
	color: var(--bs-white);
}
ul.tabs-nav li:hover a,
ul.tabs-nav li.active a {
	color: var(--bs-white);
}

ul.tabs-nav li a {
	font-size: 0.75rem;
	text-decoration: none;
	color: var(--bs-main-gray-shade);
}

.tab-content {
	border: 0px;
	background-color: transparent;
}


.account-info{
	display: inline-flex;
	height: 36px;
	overflow: hidden;
	color: #fff;
	z-index: 9;
}
.account-info{
	overflow:hidden;
	display: flex;
	align-items: center;
}
.account-info li{
	display: inline-block;
	overflow:hidden;
	margin-right:10px;
	line-height: 26px;
	font-size:12px;
	font-weight:normal;
	color:#faebd4;
}
.account-info li i {
	margin-right: 5px;
}
.account-info .name span{
	font-weight:bold
}
.account-info .name b{
	margin:0 0 0 4px;
	color:#ffdd00;
}
.account-info .name img{
	vertical-align:middle;
	width:25px;height:auto;
}
.account-info .memo{
}
.account-info .memo a,
.account-info .coupon a{
	color:#ffdd00;
}

.account-info .money,
.account-info .point {
	display: none;
}

.account-info .money-game span{
	color: #ff6620;	
}
.account-info .point{
	padding-right:5px;
}

.account-info .point button.style3{
	position:relative;
	top:-2px;left:5px;
	line-height:16px;
	color:#fff;
}
.account-info .point button.style3:hover{
	color:#ffdd00
}

.account-info button.style1.type3.hidden{
	display:none;
	float:right;
	padding:0px 20px 4px 26px;
	-moz-box-shadow:inset 0px 0px 0px 0px #727272;
	-webkit-box-shadow:inset 0px 0px 0px 0px #727272;
	box-shadow:inset 0px 0px 0px 0px #727272;
	box-shadow:0px;
	font-size:18px;
	line-height:36px;
}
.account-info button.style1.type3.hidden:hover{
	color:#ffdd00;
}

#header #btn{
	clear:both;
	display:inline;
	float:left;
	margin:0px 0 0 0px; 
}

#header .notice {
	display: flex;
	overflow: hidden;
	height: 47px;
	padding: 0px 30px 0 35px;
	margin-left: -1px;
	border: 0px;
	background:url('../img/notice-bg.gif') left top repeat-x;
}
#information {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: space-between;
	margin: 0 30px 0 0;
}
#information h2{
	width: 22px;
	height: 22px;
	background:url('../img/notice-icon.png') left top no-repeat;
	font-size: 0px;
}
#information marquee{
	height: 34px;
	margin-left: 10px;
	line-height: 27px;
	color: #ffdd00;
}
#header .jackpot {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	width: 312px;
	height: 43px;
	margin-top: 0px;
	margin-left: auto;
	cursor: pointer;
	background:url('../img/lotto.gif') left top no-repeat;
	border-radius: 3px;
}
#header .jackpot img {
	margin-left: 10px;
}
#header .jackpot span {
	margin: -5px 10px 0 0;
	font-weight: bold;
	font-size: 22px;
	line-height: 16px
}


section.messenger{
}

div.kakaotalk,
div.wechat{
	overflow:hidden;
	height:60px;
}
div.kakaotalk{
	margin-bottom:5px;
	background:#e4e4e4 url('../img//icon/kakao.jpg') 98% bottom no-repeat;
}
div.wechat{
	background:#e4e4e4 url('../img//icon/wechat.jpg') 98% bottom no-repeat;
}
div.kakaotalk p, div.wechat p{
	width:74%;
	margin:10px 0 0 10px;padding:10px 0;
	background:#484848;
	text-align:center;color:#fff;font-size:14px;
}
div.kakaotalk p b, div.wechat p b{
	color:#ffdd00;font-size:16px
}

div.cs div.kakaotalk,
div.cs div.wechat{
	width:94%;
	margin:0 auto 5px;
}
div.cs div.kakaotalk p,
div.cs div.wechat p{
	width:64%;
	margin:6px 0 0 6px;padding:7px 0;
	font-size:12px
}
div.cs div.kakaotalk p b,
div.cs div.wechat p b{
	display:block;
}

.wrap_btn,
.wrap.btn{
	width:100%;
	text-align:center;
	margin:5px auto;padding:5px 0 5px 0;
	overflow:hidden;
}
.wrap.btn p{
	width:40%;
	float:left;display:inline;
	text-align:left;
}
.wrap.btn .right{
	width:40%;
	float:right;display:inline;
	text-align:right;
}
.wrap.btn img, 
.wrap.btn input,
.wrap.btn button{
	margin:0 1px 0 1px
}
.wrap.btn img:hover,
.wrap.btn input:hover{
	cursor:pointer
}
.wrap.btn .left img,
.wrap.btn .left input,
.wrap.btn .left button{
	margin:0 2px 0 0
}
.wrap.btn .right img,
.wrap.btn .right input,
.wrap.btn .right button{
	margin:0 0px 0 2px
}
.wrap.btn input
{vertical-align:middle}

.wrap.btn.ar{
	text-align:right
}

#subtab ul {
	display: flex;
	overflow: hidden;
	transition: 0.25s;
}
#subtab li{
	min-width: 145px;
	height: 42px;
	margin: 0 0.5rem 0 0;
	border-radius: 5px;
	border: 1px solid var(--bs-main-gray);
	background: var(--bs-white);
	background-size: 100%;
	line-height: 42px;
	text-align: center;
	transition: 0.25s;
}
#subtab li a {
	display: block;
	color: #999
}
#subtab .on{
	background: var(--bs-primary);
	border-color: var(--bs-primary);
	color: var(--bs-white)
}

#subtab .go{
	background: #1178a9;
	border-color: #33639b;
	color: var(--bs-white)
}

#subtab .go span,
#subtab .go:hover span,
#subtab .on span,
#subtab .on:hover span {
	color: var(--bs-white)
}
#subtab li:hover span{
	color: var(--bs-primary)
}
#subtab li:last-child {
	margin: 0;		
}

#subtab .wrap.btn
{overflow:hidden;width:20%;float:right;display:inline;margin:0;padding:0;
text-align:right;}
#subtab .wrap.btn img
{margin:4px 4px 0 0}


div.search{
	padding: 1rem;
	background: var(--bs-white);
	border: 1px solid var(--bs-main-gray)
}
div.search label{
	width: 98%;
	display:block;
	overflow:hidden;
	margin: 0px auto 10px;
	padding: 0 0 6px 0;
	border-bottom:1px solid #000;
	color: #ccc;
}

div.search p{
	overflow:hidden;float:left;
	display: inline-flex;
	align-items: center;
	margin: 2px 10px 0 5px;
	font-size:14px;
	/* color:#fff; */
	font-weight: 200
}
div.search p input {
	margin: 0 2px 0 5px
}
div.search p input.style1.search{
	width: 688px;
}
div.search p.block {
	margin: 5px 0 0 0;
}

#qmenu
{width:228px;overflow:hidden;margin:0 auto;margin-top:4px;color:#ccc;}
#qmenu h3
{position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent:-9999px;overflow:hidden;visibility:hidden;}
#qmenu li
{width:100%;overflow:hidden;margin-bottom:2px;}
#qmenu a
{height:39px;line-height:34px;display:block;padding:0 0 0 16px;
color:#ccc;text-decoration:none;
background:url(../img//qm_bg.png) left top no-repeat}
#qmenu a:hover
{color:#fff;text-decoration:none;background-position:0px -39px;
background-position:0px -39px;}




 /* 게임 */

.game-sort{
	width:100%;
	overflow:hidden;
}
.game-sort h3{
	display:none
}
.game-sort ul{
	overflow:hidden;;
}
.game-sort li{
	overflow:hidden;
	float:left;display:inline;
	padding: 11px 22px 11px 35px;
	margin-right: 1px;
	box-shadow: 0px 0px 3px #000;
	border-radius: 1px;
	background: rgba(0,0,0,0.1);
	border: 1px solid #2e2e2e;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	color: #ccc;
	cursor:pointer;
}
.game-sort .on {
	position:relative;
	top:0px;
	border-color: #55392e;
	text-align:center;font-weight:bold;
	font-weight:700;
	color: #f05922;

}
.game-sort .on span{
	font-weight:bold;
}
.game-sort li:hover{
	color:#f05922;
}
.game-sort li:first-child{
	border-left-width:1px
}
.game-sort li:last-child{
	margin-right:0px !important;
}
.game-sort li input{
	margin:0 30px 0 6px;
}
.game-sort li img{
	margin-right:4px;
}

.game-sort .btn{
	width:99.8%;
	overflow:hidden;
	margin:0 auto !important;padding:2px 0 !important;
	text-align:right;
}

.game-sort label{
	overflow:hidden;
	float:left;display:inline;
	margin:5px 0 0 5px;padding:0 0 0 16px;
	font-weight:bold;
}
.game-sort p {
	overflow:hidden;
	float:left;display:inline;
	margin:5px 0 0 10px;
	font-size:11px;
}

.game-sort li.all{
	background:url('../img//game/game-sort-all.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.soccer{
	background:url('../img//game/game-sort-soccer.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.baseb{
	background:url('../img//game/game-sort-baseball.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.valleyb{
	background:url('../img//game/game-sort-volleyball.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.basketb{
	background:url('../img//game/game-sort-basketball.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.hockey{
	background:url('../img//game/game-sort-hockey.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.egame{
	background:url('../img//game/game-sort-game.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.etc{
	background:url('../img//game/game-sort-fav.png') 10px 13px no-repeat;
	background-size: 15px;
}
.game-sort li {
	background-size: 15px;
}

#subbody div.cs{
	overflow: hidden;
	width: 99.3%;
	padding: 10px 0;
	margin: 10px auto;
	background: rgba(0,0,0,0.1);
	box-shadow: inset 0 0 3px #555;
	border: 1px solid #000;
	border-radius: 5px;
}
#subbody div.cs p{
	overflow:hidden;
	width: 85%;
	padding: 0 0 10px 0;
	margin: 0 auto;
	border-bottom: 1px solid #292929;
	color: #999;
	text-align: center;
	font-weight: 200
}
#subbody div.cs div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 85%;
	margin: 10px auto;
}
#subbody div.cs div span {
	flex: 1 1 auto;
	padding: 10px;
	margin-left: 10px;
	border-radius: 25px;
	background: #0b0b0b;
	font-size: 16px;
	text-align: center;
	color: #fee600;
}



#wrap_betslip .quick_banner{
	width:240px;
	overflow:hidden;
	margin:20px auto 0;
	text-align:center
}
#wrap_betslip .quick_banner li{
	width:238px;
	margin-bottom:5px;
	text-align:left;
}
#wrap_betslip .quick_banner li.charge span{
	display:block;
	margin:16px 0 0 100px;
	font-size:18px;
}
#wrap_betslip .quick_banner li.exchange span{
	display:block;
	margin:16px 0 0 20px;
	font-size:18px;
}

#wrap_betslip .quick_banner li.vod1 span{
	display:block;
	margin:10px 0 0 110px;
	font-size:14px;font-weight:normal;
}
#wrap_betslip .quick_banner li.vod2 span{
	display:block;
	margin:10px 0 0 20px;
	font-size:14px;font-weight:normal;
}
#wrap_betslip .quick_banner li.vod1 b,
#wrap_betslip .quick_banner li.vod2 b{
	display:block;
	font-size:18px
}

.score-link {
	width: 99.4%;
	overflow:hidden;
	margin: 10px auto;
	background: rgba(0,0,0,0.1);
	box-shadow: inset 0 0 3px #555;
	border: 1px solid #000;
	border-radius: 5px;
	text-align:center;
}
.score-link h3{
	display:none;
	width:100%;height:48px;
	overflow:hidden;
	font-size:0px;
}
.score-link ul{
	overflow: hidden;
	padding: 10px 0;
	margin: 0 auto;
	text-align:center;
}
.score-link li{
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 70px;
	margin: 2px 2px;
	-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	background:rgba(0,0,0,0.25);
	border:1px solid #201b01;
}
.score-link li:hover{
	border:1px solid #524307;
}
.score-link li a{
	width:100%;height:65px;
	overflow:hidden;
	display:block;
}
.score-link li span{
	position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent:-9999px;overflow:hidden;visibility:hidden;
}
.score-link .named a {
	background:url("../img//banner/sport02.png") center top no-repeat;
}
.score-link .naver a {
	background:url("../img//banner/sport01.png") center top no-repeat;
}

.score-link .nba a {
	background:url("../img//banner/sport08.png") center top no-repeat;
}
.score-link .kbl a {
	background:url("../img//banner/sport10.png") center top no-repeat;
}
.score-link .wkbl a {
	background:url("../img//banner/sport11.png") center top no-repeat;
}
.score-link .mlb a {
	background:url("../img//banner/sport06.png") center top no-repeat;
}
.score-link .kovo a {
	background:url("../img//banner/sport12.png") center top no-repeat;
}
.score-link .sevenm a {
	background:url("../img//banner/sport03.png") center top no-repeat;
}
.score-link .flash a {
	background:url("../img//banner/sport04.png") center top no-repeat;
}
.score-link .kbo a {
	background:url("../img//banner/sport07.png") center top no-repeat;
}
.score-link .uefa a {
	background:url("../img//banner/sport05.png") center top no-repeat;
}
.score-link .nhl a {
	background:url("../img//banner/sport09.png") center top no-repeat;
}
.score-link .kb a {
	background:url("../img//banner/sport07.png") center top no-repeat;
}

div.bank{
	overflow:hidden;
	padding-top: 10px;
	margin:10px 0 20px 0;
	background-color: var(--bs-white);
	-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	text-align:center;
}
div.bank h3{
	width:100%;
	overflow:hidden;
	padding:12px 0 10px 0;
}
div.bank h3 p {
    display: none;
	overflow: hidden;
	width: 86%;
	padding: 6px 10px;
	margin: 5px auto;
	border-radius: 25px;
	background: #000;
	text-align: center;
}
div.bank h3 span {
	font-size: 12px;
	font-weight: 200
}

div.bank ul{
	overflow:hidden;
	width:80%;
	margin:8px auto;
}
div.bank li{
	overflow:hidden;
	width:100%;line-height:30px;
    text-align: left;
	font-size:13px;
}
div.bank li span{
	display:inline;
	float:right;
	overflow:hidden;
	width:60%;;line-height:30px;
    text-align: center;
	font-size:13px;
}
div.bank li img{
	margin-right:4px;
}

/* 베팅내역 게시판 */

.wrap_bbsbet{
	width:98.6%;
	margin:10px auto;padding:0.5%;
	border:2px solid #3e3e3e;
}
.wrap_bbsbet fieldset{
	width:99%;
	margin:5px auto 5px;
}
.wrap_bbsbet .home,
.wrap_bbsbet .homewin,
.wrap_bbsbet .homewin_nopick,
.wrap_bbsbet .homepick,
.wrap_bbsbet .away,
.wrap_bbsbet .awaywin,
.wrap_bbsbet .awaywin_nopick,
.wrap_bbsbet .awaypick{
	width:25% !important;
}
.wrap_bbsbet .league{
	width:14% !important;
}

/* 게시판 */



/* 내역첨부 */
#bethistory_pop
{width:1200px;margin:0px;}
#bethistory_pop .tablestyle_gamelist
{width:1190px;border-top:2px solid #666666}
#bethistory_pop tbody td
{height:32px;line-height:32px;text-align:center;font-size:11px;color:#d4d4d4;
background:url(../img//table_td.gif) left top repeat-x;background-color:#3d3e43;
border-left:1px solid #4a4e4f;border-top:1px solid #4a4e4f;border-bottom:1px solid #17181a;border-right:1px solid #17181a;}
#bethistory_pop tbody .league
{text-align:left}

#bethistory_pop tfoot .input
{display:visible !important;margin:0 -20px 0 10px}
#bethistory_pop tfoot .info
{padding:0 0 0 18px}



/* 머니 */
ul.information{
	width:99%;
	overflow:hidden;
	margin:0 auto;
}
ul.information ul{
	width:100%;
	margin:10px auto;
}
ul.information li{
	width:100%;
	margin:5px auto 0;
	padding:0 0 0 0px;
	font-size:13px;color:#fff;letter-spacing:-1px;
	font-weight: 200;
}
ul.information b{
	font-size:13px;color:#ffdd00;
	font-weight: 200;
}

.money p.money,
.money p.point{
	width:98.6%;
	overflow:hidden;
	margin:0px auto 10px;padding:0.8% 0 0.8% 1%;
	background:rgba(0,0,0,0.5);
	border:2px solid #f15922;
	border-radius: 25px;
	color:#faebd4	
}
.money p.money span,
.money p.point span{
	display:inline-block;
	margin:0 0 0 1%;padding:0px;
	line-height:22px;color:#ffdd00;
}
.money p.point span{
	color:#ffdd00;
}

div.flow{
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
div.flow li{
	display:inline-block;
	overflow:hidden;
	width:20.5%;min-height:50px;
	padding: 10px 0;
	background-color: var(--bs-main-light);
	border-radius: 15px;
	color:var(--bs-primary);
}
div.flow li:nth-child(2),
div.flow li:nth-child(4),
div.flow li:nth-child(6){
	position:relative;
	width:5%;min-height:40px;
	border:0px;background:transparent;
	color:var(--bs-primary);font-size:26px;
}
div.flow li:nth-child(2) i,
div.flow li:nth-child(4) i,
div.flow li:nth-child(6) i{
	position:relative;
	top:50px;

}
 div.flow li b{
	display:block;
	margin-bottom:5px;
	font-size:20px;
}


fieldset.money{
	padding: 1rem;
	border:1px solid var(--bs-primary);
	border-radius: 5px;	
}
fieldset.money h4{
	padding: 1rem;
	background: var(--bs-primary);
	color: var(--bs-white);
	font-weight: 400
}

dl.money {
	overflow:hidden;
	line-height: 33px;
	text-align:left;
}
dl.money dt{
	width: 100px;
	overflow: hidden;
	margin: 0 0px 4px 0;
	background-color: var(--bs-main-gray-border);
	border-radius: 25px;
	font-size: 13px;
	padding:0 0 0 2%;text-align:left;
}
dl.money i{
	margin-right:6px
}
dl.money dd {
	width:99.8%;
	height:33px;line-height:33px;
	overflow:hidden;
	display:block;
	margin:0 0 4px 0;padding:0 0 20px 0;
	float:right;display:inline-block;
	font-size:12px;text-align:left;color:#fff;
}

dl.money .style1.pw {
	position:relative;
	width: 200px;

}
dl.money .style1.money{
	width: 200px !important;
	border: 2px solid var(--bs-danger);
	color:var(--bs-danger);font-weight:bold;
}

span.danger {
	font-size:11px;color:#ff0000;font-family:"돋움"
}

dl.money .inputstyle_short
{margin-top:6px;}

.money-btn{
	width:100%;
	overflow:hidden;
	margin: 5px auto;
	text-align:left;
}
.money-btn input{
	width:88px;
	display: inline-block;
	padding: 5px 0 8px 0;
	margin-bottom: 2px;
	background: #282a36;
	background: -moz-linear-gradient(top, #282a36 0%, #030305 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #282a36), color-stop(100%, #030305));
	background: -webkit-linear-gradient(top, #282a36 0%, #030305 100%);
	background: -o-linear-gradient(top, #282a36 0%, #030305 100%);
	background: -ms-linear-gradient(top, #282a36 0%, #030305 100%);
	background: linear-gradient(to bottom, #282a36 0%, #030305 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282a36', endColorstr='#030305', GradientType=0 );
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: inset 0 0 3px #666;
	font-family: 'Noto Sans KR', sans-serif;
	color:#fff;
	text-align:center;
	font-weight: 400;
	text-shadow:0 0 5px #000;
	outline:none
}
.money-btn input:hover{
	cursor:pointer;
	color:#ffff00
}


.container-cs-register {
	margin-top: 1rem;
	border: 1px solid var(--bs-main-gray);
}
.container-cs-register h4{
	width:99%;
	padding: 6px 0;
	margin: 5px auto 0;
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #4c4c4c), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(100%, #131313));
	background: -webkit-linear-gradient(top, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%);
	background: -o-linear-gradient(top, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%);
	background: -ms-linear-gradient(top, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%);
	background: linear-gradient(to bottom, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 12px;
	color: #ccc;
	text-shadow:0 0 1px #000;	
}
.container-cs-register table{
	width: 100%;
	margin:10px auto;
}

ul.coupon{
	overflow:hidden;
	margin:0% auto
}
ul.coupon li{
	display:inline-block;
	margin:1%;
	text-align:center;vertical-align:top
}
div.c_type1,div.c_type2,div.c_type3,div.c_type4{
	width:277px;height:126px;
	margin-bottom:6px;
	border:1px solid #333;
	text-align:center;
}
div.c_type1 p,div.c_type2 p,div.c_type3 p,div.c_type4 p{
	padding:34px 0 8px 0;
	font:bold 30px 'nanumsquare','나눔스퀘어';
	text-shadow:0 0 5 #ffdd00
}
div.c_type1 span,div.c_type2 span,div.c_type3 span,div.c_type4 span{
	padding:3px 5px;
	-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	background:rgba(0,0,0,0.1);
}
div.c_type1{
	background:url('../img//c_type1.jpg') left top no-repeat;
}
div.c_type2{
	background:url('../img//c_type2.jpg') left top no-repeat;
}
div.c_type3{
	background:url('../img//c_type2.jpg') left top no-repeat;
}
div.c_type4{
	background:url('../img//c_type2.jpg') left top no-repeat;
}

div.c_type_new{
	width: 275px;
	height: 125px;
	color: #fff;
	background:url('../img/c_type_new.jpg') left top no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

div.c_type_new p{
	font:bold 30px 'nanumsquare','나눔스퀘어';
	text-shadow:0 0 5 #ffdd00;
	margin-bottom: 15px;
}



/* 가이드 */

#gameguide{
	clear:both;
	width:100%;min-height:700px;
	overflow:hidden;
	margin:0 auto 20px;
	line-height:22px;
	color: var(--bs-seccess);
}

#gameguide dl{
	width:98%;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;line-height:18px
}
#gameguide dt{
	font-size: 1.5rem;
	color: var(--bs-danger);
	font-weight: 400;
	margin: 0 0 10px 0;
	padding:0 0 0 0px;
}
#gameguide dd{
	margin:0 0 5px 5px;
	font-weight: 200
}

#gameguide ul{
	overflow:hidden;
	margin:10px 0 0 10px;
}
#gameguide li{
	color: var(--bs-main-blue)
}
#gameguide .example{
	overflow:hidden;
	margin:0px 0 10px 10px;
}
#gameguide .example li{
	font-size: 0.875rem;
	font-weight: 200

}

/* 팝업 */
div.popup{
	overflow:hidden;
	position:absolute;
	padding-bottom: 96px;
	background-color: var(--bs-white);
	border: 3px solid var(--bs-primary-contrast);
	border-radius: 5px;
	z-index:9999
}
div.popup .container {
	padding: 0;
}
div.popup .content{
	width:100%; height: auto;
	margin:0 auto;
}
div.popup .content img{
	width:100%; height: auto;
}

div.popup h2{
	padding: 1rem;
	margin: 0 auto;
	background: var(--bs-primary);
	font-size: 1rem;
	color:	var(--bs-white);
}

div.popup p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.5) !important;
	line-height: 24px;
	font-weight:normal;
	font-size: 12px;
	color: #fff;
	z-index: 9;
}
div.popup p input{
	margin-left: 10px;
}
div.popup p a{
	float:right;
	padding:0px 8px;
	margin-right: 10px;
	color:#fff;
}

.paging,
.wrap.page{
	padding:10px 0;
	font-size:12px;text-align:center;
}
.paging a,
.wrap.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.75rem;
	height: 1.75rem;
	margin: 0 0.5rem;
	border: 1px solid var(--bs-main-gray);
	background-color: var(--bs-white);
	border-radius: 5px;
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: var(--bs-gray)
}
.paging a:hover,
.wrap.page a:hover{
	color: var(--bs-main-red);
}
.paging strong,
.wrap.page strong{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.75rem;
	height: 1.75rem;
	margin: 0 0.5rem;
	border: 1px solid var(--bs-main-gray);
	background-color: var(--bs-white);
	border-radius: 5px;
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: var(--bs-main-red);
}
.paging strong:hover,
.wrap.page strong:hover{
	cursor:default;
}


.pop.shadow{
	display:block;
	position:absolute;
	top:0px;left:0px;
	width:100%;
	height:100%;;
	background:rgba(0,0,0,0.5);
	border-radius: 5px;
	border: 1px solid #000;
	z-index:99
}
.pop.graph{
	overflow:hidden;
	position:absolute;
	top:20%;left:50%;
	width: 500px;
	padding: 1rem;
	margin-left: -250px;
	background: var(--bs-white);
	border-radius: 5px;
	border:1px solid var(--bs-primary);
}
.pop.graph h3{
	display:block;
	padding: 0.5rem;
	margin: 0 auto;
	background: var(--bs-primary);
	color: #fff;
	text-align:center;
}

.pop.graph dl {
	overflow:hidden;
	padding: 1rem;
	background-color: var(--bs-main-light);
	border-radius: 5px;
}
.pop.graph dt,.pop.graph dd{
	display:inline;
	float:left;
	height:34px;line-height:28px;
}
.pop.graph dt{
	width:25%;
	font-weight:normal;
}
.pop.graph dd{
	width:75%;
}

.pop.graph dd img{
	margin-right:4px;
}
