@import url('/css/pretendard.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

@font-face {
	font-family: 'Swagger';
	src: url('/assets/fonts/swagger/SDSwaggerTTF.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

* {
	--dark-color: #04213c;
	--gnb-color: #013369;
	--dark-box: rgba(0, 0, 0, 0.2);
	--dark-border: rgba(255, 255, 255, 0.2);
	--dark-text: rgba(255, 255, 255, 0.8);
	--dark-button: rgba(255, 255, 255, 1.0);
	--light-color: #fff;
	--light-box: rgba(0, 0, 0, 0.05);
	--light-border: rgba(0, 0, 0, 0.1);
	--light-text: rgba(0, 0, 0, 0.9);
	--color-white: #fff;
	--color-blue: #1983DF;
	--color-red: #F64356;
	--color-green: #1FB99F;
	--color-purple: #b917d6;
	--color-black: #111;
	--color-yellow: #ffc400;
	--color-orange: #FF9C00;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

/** Casting Source **/
.flex {
	display: flex;
}

.space-between {
	justify-content: space-between;
}

.v-center {
	align-items: center;
}

.mt5,
.my5 {
	margin-top: 5px !important;
}

.mt10,
.my10 {
	margin-top: 10px !important;
}

.mt15,
.my15 {
	margin-top: 15px !important;
}

.mt20,
.my20 {
	margin-top: 20px !important;
}

.mb5,
.my5 {
	margin-bottom: 5px !important;
}

.mb10,
.my10 {
	margin-bottom: 10px !important;
}

.mb15,
.my15 {
	margin-bottom: 15px !important;
}

.mb20,
.my20 {
	margin-bottom: 20px !important;
}

.pt5,
.py5 {
	padding-top: 5px !important;
}

.pt10,
.py10 {
	padding-top: 10px !important;
}

.pt15,
.py15 {
	padding-top: 15px !important;
}

.pt20,
.py20 {
	padding-top: 20px !important;
}

.pb5,
.py5 {
	padding-bottom: 5px !important;
}

.pb10,
.py10 {
	padding-bottom: 10px !important;
}

.pb15,
.py15 {
	padding-bottom: 15px !important;
}

.pb20,
.py20 {
	padding-bottom: 20px !important;
}

@keyframes blink-effect {
	50% {
		opacity: 0;
	}
}

.blink {
	animation: blink-effect 1s step-end infinite;

	/*
	animation-name: blink-effect;
	animation-duration: 1s;
	animation-iteration-count:infinite;
	animation-timing-function:step-end;
	*/
}

.livegame-wrap {
	display: block;
	width: 900px;
	height: 760px;
	color: var(--dark-text);
}

.live-frame {
	position: relative;
	background-color: var(--dark-color);
	width: 900px;
	height: 760px;
	overflow-x: clip;
}

.live-frame .header {
	position: relative;
	width: 100%;
	height: 115px;
}

.live-frame .container {
	position: relative;
	width: 100% !important;
	height: calc(100% - 115px);
}

.live-frame .container:before {
	content: "";
	position: absolute;
	top: -45px;
	left: 50%;
	width: 575px;
	height: 660px;
	border-radius: 70px;
	transform: translateX(-50%);
	z-index: 0;
}

#forex.coin_forex .live-frame {
	background-image: url(/imgs/games/forex/bg_coin_forex.jpg);
	background-position: center center;
}

#forex.exchange_forex .live-frame {
	background-image: url(/imgs/games/forex/bg_exchange_forex.jpg);
	background-position: center center;
}

#powerball_evo .live-frame {
	background-image: url(/imgs/games/powerball_evo/bg_powerball_evo.jpg);
	background-position: center center;
}

#pbladder_evo .live-frame {
	background-image: url(/imgs/games/pbladder_evo/bg_pbladder_evo.jpg);
	background-position: center center;
}

#powerball .live-frame,
#pb_ntry .live-frame {
	background-image: url(/imgs/games/powerballbtc/bg_powerball.jpg);
	background-position: center center;
}

#powerball_dh .live-frame {
	background-image: url(/imgs/games/powerball_dh/bg_dh_powerball.png);
	background-position: center center;
}

#chart .live-frame {
	background-image: url(/imgs/games/chart/bg_chart.jpg);
	background-position: center center;
}

#nuguri .live-frame {
	background-image: url(/imgs/games/nuguri/bg_nuguri.jpg);
	background-position: center center;
}

#soccer .live-frame {
	background-image: url(/imgs/games/soccer/bg_soccer.jpg);
	background-position: center center;
}

#baseball .live-frame {
	background-image: url(/imgs/games/baseball/bg_baseball.jpg);
	background-position: center center;
}

#garujigi .live-frame {
	background-image: url(/imgs/games/garujigi/bg_garujigi.jpg);
	background-position: center center;
}

#squidgame .live-frame {
	background-image: url(/imgs/games/squidgame/bg_squidgame.jpg);
	background-position: center center;
}

#keno_dh .live-frame {
	background-image: url(/imgs/games/keno_dh/bg_keno_dh.jpg);
	background-position: center center;
}

#kenoladder_dh .live-frame {
	background-image: url(/imgs/games/kenoladder_dh/bg_kenoladder_dh.jpg);
	background-position: center center;
}

#pbladder_dh .live-frame {
	background-image: url(/imgs/games/pbladder_dh/bg_pbladder_dh.png);
	background-position: center center;
}

#keno_ntry .live-frame {
	background-image: url(/imgs/games/keno_ntry/bg_keno_ntry.jpg);
	background-position: center center;
}

#ladder_ntry .live-frame {
	background-image: url(/imgs/games/ladder_ntry/bg_ladder_ntry.jpg);
	background-position: center center;
}

#pbladder_eos .live-frame,
#pbladder_ntry .live-frame {
	background-image: url(/imgs/games/pbladder_ntry/bg_pbladder_ntry.jpg);
	background-position: center center;
}

#pkladder_ntry .live-frame {
	background-image: url(/imgs/games/pkladder_ntry/bg_pkladder_ntry.jpg);
	background-position: center center;
}

#kladder_eos .live-frame,
#kenoladder_ntry .live-frame {
	background-image: url(/imgs/games/kenoladder_ntry/bg_kenoladder_ntry.jpg);
	background-position: center center;
}

#sb_ntry .live-frame {
	background-image: url(/imgs/games/sb_ntry/bg_sb_ntry.jpg);
	background-position: center center;
}

#pb_ntry .live-frame {
	background-image: url(/imgs/games/pb_ntry/bg_pb_ntry.jpg);
	background-position: center center;
}

#dragontiger_lo .live-frame {
	background-image: url(/imgs/games/dragontiger_lo/bg_dragontiger_lo.jpg);
	background-position: center center;
}

#baseballstudiolo .live-frame {
	background-image: url(/imgs/games/baseballstudiolo/bg_baseballstudiolo.jpg);
	background-position: center center;
}

#quickdraw .live-frame {
	background-image: url(/imgs/games/quickdraw/bg_quickdraw.jpg);
	background-position: center center;
}

#lotto365 .live-frame {
	background-image: url(/imgs/games/lotto365/bg_lotto365.jpg);
	background-position: center center;
}

#powerball_evo .live-frame .container:before,
#lotto365 .live-frame .container:before {
	background-color: #031526;
	border: 7px solid #e5ad02;
}

#pbladder_evo .live-frame .container:before {
	background-color: #031526;
	border: 7px solid #214a9d;
}

#powerball .live-frame .container:before,
#powerball_dh .live-frame .container:before,
#squidgame .live-frame .container:before,
#pb_ntry .live-frame .container:before,
#sb_ntry .live-frame .container:before,
#dragontiger_lo .live-frame .container:before,
#baseballstudiolo .live-frame .container:before,
#quickdraw .live-frame .container:before {
	background-color: #04213c;
	border: 7px solid #2a70ab;
}

#chart .live-frame .container:before {
	background-color: #04213c;
	border: 7px solid #ffae00;
}

#nuguri .live-frame .container:before,
#garujigi .live-frame .container:before {
	background-color: #2f2101;
	border: 7px solid #a06205;
}

#soccer .live-frame .container:before,
#baseball .live-frame .container:before {
	background-color: #01232d;
	border: 7px solid #0a576e;
}

#keno_dh .live-frame .container:before {
	background-color: #04213c;
	border: 7px solid #2a70ab;
}

#kenoladder_dh .live-frame .container:before {
	background-color: #32062f;
	border: 7px solid #ff00f6;
}

#pbladder_dh .live-frame .container:before {
	background-color: #061830;
	border: 7px solid #2a70ab;
}

#ladder_ntry .live-frame .container:before {
	background-color: #32062f;
	border: 7px solid #ff00f6;
}

#kladder_eos .live-frame .container:before,
#kenoladder_ntry .live-frame .container:before {
	background-color: #32062f;
	border: 7px solid #ff00f6;
}

#pbladder_eos .live-frame .container:before,
#pkladder_ntry .live-frame .container:before,
#pbladder_ntry .live-frame .container:before {
	background-color: #061830;
	border: 7px solid #2a70ab;
}

#keno_ntry .live-frame .container:before {
	background-color: #04213c;
	border: 7px solid #2a70ab;
}

#forex .live-frame .container:before {
	background-color: #012a42;
	border: 7px solid #089994;
}

@media all and (min-width: 769px) and (max-width: 1024px) {
	#forex .live-frame .header .main-title h6 {
		font-size: 1.0rem;
	}
}

.live-frame .header .main-title {
	position: absolute;
	width: 450px;
	text-align: center;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 39;
}

.live-frame .header .main-title h6 {
	position: absolute;
	font-family: 'Swagger';
	width: 320px;
	top: 93px;
	left: 50%;
	width: 320px;
	transform: translateX(-50%);
	text-align: center;
	font-size: 1.063rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
}

.live-frame .header .subtitle {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

#powerball .live-frame .header .subtitle h6,
#pb_ntry .live-frame .header .subtitle h6 {
	color: var(--gnb-color);
}

#chart .live-frame .header .subtitle h6 {
	color: var(--color-white);
}

.live-frame .header .subtitle h6 img {
	display: block;
}

.live-frame .header .option {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.live-frame .header .option ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 10px;
}

.live-frame .header .option ul li {
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	cursor: pointer;
}

#powerball .live-frame .header .option ul li,
#powerball_dh .live-frame .header .option ul li,
#pb_ntry .live-frame .header .option ul li,
#chart .live-frame .header .option ul li,
#squidgame .live-frame .header .option ul li,
#sb_ntry .live-frame .header .option ul li,
#forex .live-frame .header .option ul li,
#quickdraw .live-frame .header .option ul li,
#lotto365 .live-frame .header .option ul li {
	background-color: var(--gnb-color);
}

#powerball_evo .live-frame .header .option ul li {
	background-color: #413026;
}

#pbladder_evo .live-frame .header .option ul li {
	background-color: #1b4670;
}

#nuguri .live-frame .header .option ul li,
#garujigi .live-frame .header .option ul li {
	background-color: #644806;
}

#soccer .live-frame .header .option ul li,
#baseball .live-frame .header .option ul li {
	background-color: #0a576e;
}

#keno_ntry .live-frame .header .option ul li,
#pbladder_eos .live-frame .header .option ul li,
#pkladder_ntry .live-frame .header .option ul li,
#pbladder_ntry .live-frame .header .option ul li,
#pbladder_dh .live-frame .header .option ul li,
#keno_dh .live-frame .header .option ul li,
#baseballstudiolo .live-frame .header .option ul li {
	background-color: #004c72;
}

#kenoladder_dh .live-frame .header .option ul li,
#kladder_eos .live-frame .header .option ul li,
#kenoladder_ntry .live-frame .header .option ul li {
	background-color: #821485;
}

#dragontiger_lo .live-frame .header .option ul li {
	background-color: #910b31;
}

.live-frame .header .option ul li.volume:after {
	content: "\f6a8";
	font-family: "Font Awesome 6 Pro";
}

.live-frame .header .option ul li.volume.muted:after {
	content: "\f2e2";
	font-family: "Font Awesome 6 Pro";
}

.live-frame .header .option .tooltip {
	position: relative;
	cursor: pointer;
}

.live-frame .header .option .tooltip .txt {
	visibility: hidden;
	width: 450px;
	min-width: 120px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 6px;
	text-align: left;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1000;
	line-height: 110%;
}

.live-frame .header .option .tooltip:hover .txt {
	visibility: visible;
}

.live-frame .header .option .tooltip .txt h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 110%;
}

.live-frame .header .option .tooltip .txt p {
	font-size: 13px;
	font-weight: 300;
	line-height: 110%;
}

.live-frame .header .option li .share-copy {
	display: none;
	position: absolute;
	top: 0;
	right: -40px;
	background-color: rgba(0, 0, 0, 0.9);
	width: 450px;
	padding: 0.5rem 1rem 1rem;
	z-index: 55;
	border-radius: 8px;
}

.share-copy .share-header {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	color: var(--light-color);
}

.share-copy .close {
	font-size: 1.5rem;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.2;
}

.share-copy textarea {
	width: 100%;
	text-align: left !important;
	height: 174px;
	padding: 7px;
	font-size: 0.688rem;
	line-height: 120%;
}

.live-frame .container .go-sidebar {
	width: 225px;
	padding: 0 7px;
	height: 580px;
	/* height: 100%; */
}

.live-frame .go-sidebar .go-btn-group {
	display: flex;
	align-items: center;
	column-gap: 5px;
	padding: 5px;
	height: 80px;
	padding: 10px;
}

.live-frame .go-sidebar.left-box .go-btn-group {
	justify-content: center;
}

.live-frame .go-sidebar.right-box .go-btn-group {
	justify-content: space-between;
}

.live-frame .go-btn-group .button {
	position: relative;
	font-family: 'Swagger';
	display: block;
	width: 58px;
	height: 50px;
	line-height: 53px;
	text-align: center;
	border-radius: 15px;
	outline: 1px solid var(--light-border);
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.25rem;
	font-weight: 400;
	overflow: hidden;
	transition: 0.3s;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);*/
	z-index: 1;
}

.live-frame .go-btn-group .button:hover {
	outline: 1px solid var(--light-border);
	color: #F9BF11;
}

#powerball_evo .live-frame .go-btn-group .button,
#pbladder_evo .live-frame .go-btn-group .button,
#powerball .live-frame .go-btn-group .button,
#chart .live-frame .go-btn-group .button,
#powerball_dh .live-frame .go-btn-group .button,
#pb_ntry .live-frame .go-btn-group .button,
#soccer .live-frame .go-btn-group .button,
#baseball .live-frame .go-btn-group .button,
#squidgame .live-frame .go-btn-group .button,
#pbladder_dh .live-frame .go-btn-group .button,
#pbladder_eos .live-frame .go-btn-group .button,
#pbladder_ntry .live-frame .go-btn-group .button,
#pkladder_ntry .live-frame .go-btn-group .button,
#sb_ntry .live-frame .go-btn-group .button,
#keno_dh .live-frame .go-btn-group .button,
#keno_ntry .live-frame .go-btn-group .button,
#dragontiger_lo .live-frame .go-btn-group .button,
#baseballstudiolo .live-frame .go-btn-group .button,
#forex .live-frame .go-btn-group .button,
#quickdraw .live-frame .go-btn-group .button,
#lotto365 .live-frame .go-btn-group .button {
	background: rgb(25, 131, 223);
	background: linear-gradient(180deg, rgba(25, 131, 223, 1) 0%, rgba(25, 131, 223, 0.2007177871148459) 100%);
}

#powerball_evo .live-frame .go-btn-group .button:hover,
#pbladder_evo .live-frame .go-btn-group .button:hover,
#powerball .live-frame .go-btn-group .button:hover,
#chart .live-frame .go-btn-group .button:hover,
#powerball_dh .live-frame .go-btn-group .button:hover,
#pb_ntry .live-frame .go-btn-group .button:hover,
#soccer .live-frame .go-btn-group .button:hover,
#baseball .live-frame .go-btn-group .button:hover,
#squidgame .live-frame .go-btn-group .button:hover,
#keno_ntry .live-frame .go-btn-group .button:hover,
#pbladder_eos .live-frame .go-btn-group .button:hover,
#pbladder_ntry .live-frame .go-btn-group .button:hover,
#pkladder_ntry .live-frame .go-btn-group .button:hover,
#pbladder_dh .live-frame .go-btn-group .button:hover,
#keno_dh .live-frame .go-btn-group .button:hover,
#dragontiger_lo .live-frame .go-btn-group .button:hover,
#baseballstudiolo .live-frame .go-btn-group .button:hover,
#forex .live-frame .go-btn-group .button:hover,
#quickdraw .live-frame .go-btn-group .button:hover,
#lotto365 .live-frame .go-btn-group .button:hover {
	background: rgb(25, 131, 223);
	background: linear-gradient(180deg, rgba(25, 131, 223, 0.24833683473389356) 0%, rgba(25, 131, 223, 1) 50%, rgba(25, 131, 223, 0.2007177871148459) 100%);
}

#nuguri .live-frame .go-btn-group .button,
#garujigi .live-frame .go-btn-group .button {
	background: rgb(61, 44, 3);
	background: linear-gradient(180deg, rgba(61, 44, 3, 1) 0%, rgba(61, 44, 3, 0.2497373949579832) 100%);
}

#nuguri .live-frame .go-btn-group .button:hover,
#garujigi .live-frame .go-btn-group .button:hover {
	background: rgb(61, 44, 3);
	background: linear-gradient(180deg, rgba(61, 44, 3, 0.24833683473389356) 0%, rgba(61, 44, 3, 1) 50%, rgba(61, 44, 3, 0.2007177871148459) 100%);
}

#kenoladder_dh .live-frame .go-btn-group .button,
#kladder_eos .live-frame .go-btn-group .button,
#kenoladder_ntry .live-frame .go-btn-group .button {
	background: rgb(175, 90, 173);
	background: linear-gradient(180deg, rgba(175, 90, 173, 1) 0%, rgba(149, 28, 123, 1) 100%);
}

#kenoladder_dh .live-frame .go-btn-group .button:hover,
#kladder_eos .live-frame .go-btn-group .button:hover,
#kenoladder_ntry .live-frame .go-btn-group .button:hover {
	background: rgb(173, 43, 171);
	background: linear-gradient(180deg, rgba(173, 43, 171, 1) 0%, rgba(130, 10, 127, 1) 49%, rgba(116, 14, 93, 1) 100%);
}

.live-frame .container .center-box,
.live-frame .container .left-box,
.live-frame .container .right-box {
	position: absolute;
	top: 0;
	z-index: 0;
}

.live-frame .container .left-box {
	left: 0;
}

.live-frame .container .right-box {
	right: 0;
}

.live-frame .container .center-box {
	position: relative;
	width: 450px;
	top: 0;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}

.live-frame .container .center-box iframe {
	width: 450px;
	height: 410px;
}

.live-frame .container .center-box #loading {
	position: absolute;
	display: flex;
	padding: 25px;
	flex-direction: column;
	color: #ffae00;
	background-color: #000;
	font-size: 16px;
	top: 0;
	left: 0;
	width: 450px;
	height: 410px;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.live-frame .container .center-box h6 {
	font-family: 'Swagger' !important;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 5px;
}

.live-frame .container .center-box .guide-message {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 450px;
	height: 410px;
	background-color: rgba(0, 0, 0, 0.8);
}

.live-frame .container .center-box .guide-message h5 {
	color: var(--color-yellow);
	font-size: 1.625rem;
}

.live-frame .container .center-box .guide-message p {
	padding: 10px 20px;
	font-size: 1.375rem;
}

.live-frame .container .center-box .bar_graph .bar {
	background-color: rgba(0, 0, 0, 0.2);
	height: 18px;
}

#powerball .live-frame .container .center-box .bar_graph .bar,
#chart .live-frame .container .center-box .bar_graph .bar,
#powerball_dh .live-frame .container .center-box .bar_graph .bar,
#pb_ntry .live-frame .container .center-box .bar_graph .bar,
#sb_ntry .live-frame .container .center-box .bar_graph .bar {
	background-color: #23415d;
}

#nuguri .live-frame .container .center-box .bar_graph .bar,
#garujigi .live-frame .container .center-box .bar_graph .bar {
	background-color: rgba(255, 255, 255, 0.2);
}

#soccer .live-frame .container .center-box .bar_graph .bar,
#baseball .live-frame .container .center-box .bar_graph .bar {
	background-color: rgba(255, 255, 255, 0.2);
}

.live-frame .container .center-box .bar_graph .per {
	line-height: 18px;
}

.live-frame .container .center-box .bar_graph .tx {
	font-family: 'Swagger' !important;
	font-size: 18px;
	width: 30px;
	height: 30px;
	letter-spacing: -1.0px;
	line-height: 32px;
}

.live-frame .container .center-box .progress_bar_graph {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 41px 0 71px;
	width: 100%;
	box-sizing: border-box;
	border: none;
}

#powerball_dh .live-frame .container .center-box .progress_bar_graph {
	padding: 0px 31px 0 51px;
}

.live-frame .container .center-box .progress_bar_graph .bar {
	width: 100%;
	height: 18px;
	border-radius: 11px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-bottom: 25px;
}

.live-frame .container .center-box .progress_bar_graph .squidgame_left,
.live-frame .container .center-box .progress_bar_graph .squidgame_right,
.live-frame .container .center-box .progress_bar_graph .dragontiger_lo_odd,
.live-frame .container .center-box .progress_bar_graph .dragontiger_lo_even,
.live-frame .container .center-box .progress_bar_graph .baseballstudiolo_odd,
.live-frame .container .center-box .progress_bar_graph .baseballstudiolo_even,
.live-frame .container .center-box .progress_bar_graph .garu,
.live-frame .container .center-box .progress_bar_graph .ong {
	position: relative;
	float: left;
	height: 100%;
	border-radius: 11px;
	color: #fff;
}

.live-frame .container .center-box .progress_bar_graph .squidgame_left,
.live-frame .container .center-box .progress_bar_graph .dragontiger_lo_odd,
.live-frame .container .center-box .progress_bar_graph .baseballstudiolo_odd,
.live-frame .container .center-box .progress_bar_graph .garu {
	background-color: var(--color-blue);
	color: #fff;
}

.live-frame .container .center-box .progress_bar_graph .squidgame_right,
.live-frame .container .center-box .progress_bar_graph .dragontiger_lo_even,
.live-frame .container .center-box .progress_bar_graph .baseballstudiolo_even,
.live-frame .container .center-box .progress_bar_graph .ong {
	background-color: var(--color-red);
	color: #fff;
}

.live-frame .container .center-box .progress_bar_graph .garu .tx {
	background-color: var(--color-blue);
	background-image: url(/imgs/games/garujigi/garu_bg.png);
	background-size: cover;
	overflow: hidden;
	text-indent: -9999px;
}

.live-frame .container .center-box .progress_bar_graph .ong .tx {
	background-color: var(--color-blue);
	background-image: url(/imgs/games/garujigi/ong_bg.png);
	background-size: cover;
	overflow: hidden;
	text-indent: -9999px;
}

.live-frame .container .center-box .progress_bar_graph .per {
	position: absolute;
	left: 9px;
	top: 0;
	line-height: 18px;
	white-space: nowrap;
	font-size: 9px;
}

.live-frame .container .center-box .progress_bar_graph .tx {
	position: absolute;
	font-family: 'Swagger' !important;
	font-size: 17px;
	top: -5px;
	left: -41px;
	width: 26px;
	height: 26px;
	letter-spacing: -1.0px;
	line-height: 28px;
	text-align: center;
	border-radius: 16px;
}

#powerball_dh .live-frame .container .center-box .progress_bar_graph .tx {
	left: -21px;
}

.live-frame .bar-chart {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #23415d;
	margin: 1.125rem auto;
	width: 100%;
	height: 15px;
	border-radius: 10px;
}

.live-frame .bar-chart .bar-name {
	position: relative;
	font-family: 'Swagger' !important;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 17px;
	border-radius: 30px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	z-index: 10;
}

.live-frame .bar-chart.large .bar-name {
	background-color: var(--color-red);
	color: var(--color-white);
}

.live-frame .bar-chart.middle .bar-name {
	background-color: var(--color-blue);
	color: var(--color-white);
}

.live-frame .bar-chart.small .bar-name {
	background-color: var(--color-green);
	color: var(--color-white);
}

.live-frame .bar-chart .num {
	position: absolute;
	top: 50%;
	right: 5px;
	font-size: 9px;
	color: #fff;
	transform: translateY(-50%);
}

.live-frame .bar-chart .bar {
	position: relative;
	margin-left: -2px;
	flex: 1;
	display: flex;
	overflow: hidden;
	height: 15px;
}

.live-frame .bar-chart.large .progress-bar,
.live-frame .bar-chart.middle .progress-bar,
.live-frame .bar-chart.small .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	border-radius: 0;
}

.live-frame .bar-chart.large .progress-bar {
	left: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgb(219, 59, 76);
	background: linear-gradient(180deg, rgba(219, 59, 76, 1) 0%, rgba(255, 75, 94, 1) 50%, rgba(219, 59, 76, 1) 100%);
}

.live-frame .bar-chart.middle .progress-bar {
	right: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgb(26, 119, 200);
	background: linear-gradient(180deg, rgba(26, 119, 200, 1) 0%, rgba(25, 131, 223, 1) 50%, rgba(26, 119, 200, 1) 100%);
}

.live-frame .bar-chart.small .progress-bar {
	right: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgb(30, 173, 149);
	background: linear-gradient(180deg, rgba(30, 173, 149, 1) 0%, rgba(31, 185, 159, 1) 50%, rgba(30, 173, 149, 1) 100%);
}

.live-frame .container .center-box .v_bar_graph {
	position: relative;
	padding-top: 5px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0 auto;
	height: 50px;
	column-gap: 50px;
	margin-bottom: 30px;

}

.live-frame .container .center-box .v_bar_graph .bar {
	position: relative;
	display: block;
	width: 15px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	margin-bottom: -2px;
	border-radius: 10px;
}

.live-frame .container .center-box .v_bar_graph .bar .per {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 9px;
	color: #979797;
}

.live-frame .container .center-box .v_bar_graph .baseball_s_left,
.live-frame .container .center-box .v_bar_graph .baseball_s_center,
.live-frame .container .center-box .v_bar_graph .baseball_s_right,
.live-frame .container .center-box .v_bar_graph .baseball_h_left,
.live-frame .container .center-box .v_bar_graph .baseball_h_center,
.live-frame .container .center-box .v_bar_graph .baseball_h_right {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 15px;
	border-radius: 10px;
}

.live-frame .container .center-box .v_bar_graph .baseball_s_left,
.live-frame .container .center-box .v_bar_graph .baseball_h_left {
	background: var(--color-blue);
}

.live-frame .container .center-box .v_bar_graph .baseball_s_center,
.live-frame .container .center-box .v_bar_graph .baseball_h_center {
	background: var(--color-yellow);
}

.live-frame .container .center-box .v_bar_graph .baseball_s_right,
.live-frame .container .center-box .v_bar_graph .baseball_h_right {
	background: var(--color-red);
}

.live-frame .container .center-box .v_bar_graph .tx {
	position: absolute;
	font-family: 'Swagger' !important;
	font-size: 17px;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 26px;
	height: 26px;
	line-height: 28px;
	text-align: center;
	border-radius: 16px;
}

.live-frame .container .left-box .status {
	width: 85%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	column-gap: 10px;
	margin: 15px auto;
	padding: 10px;
}

.live-frame .container .left-box .status h1 {
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
}

.live-frame .container .left-box .status .count {
	font-size: 1.75rem;
	font-weight: 700;
	color: #F9BF11;
	line-height: 110%;
}

#powerball_evo .live-frame .container .left-box .status,
#pbladder_evo .live-frame .container .left-box .status,
#powerball .live-frame .container .left-box .status,
#chart .live-frame .container .left-box .status,
#powerball_dh .live-frame .container .left-box .status,
#pb_ntry .live-frame .container .left-box .status,
#squidgame .live-frame .container .left-box .status,
#sb_ntry .live-frame .container .left-box .status,
#dragontiger_lo .live-frame .container .left-box .status,
#baseballstudiolo .live-frame .container .left-box .status,
#forex .live-frame .container .left-box .status {
	background-color: #04213c;
}

#nuguri .live-frame .container .left-box .status,
#garujigi .live-frame .container .left-box .status {
	background-color: #3d2c03;
}

#soccer .live-frame .container .left-box .status,
#baseball .live-frame .container .left-box .status {
	background-color: #063e4f;
}

#pbladder_eos .live-frame .container .left-box .status,
#pkladder_ntry .live-frame .container .left-box .status,
#pbladder_ntry .live-frame .container .left-box .status,
#pbladder_dh .live-frame .container .left-box .status,
#keno_ntry .live-frame .container .left-box .status,
#keno_dh .live-frame .container .left-box .status,
#quickdraw .live-frame .container .left-box .status,
#lotto365 .live-frame .container .left-box .status {
	background-color: #004c72;
}

#kenoladder_dh .live-frame .container .left-box .status,
#kladder_eos .live-frame .container .left-box .status,
#kenoladder_ntry .live-frame .container .left-box .status {
	background-color: #510d52;
}

.live-frame .container .chat-box,
.live-frame .container .result-box {
	position: relative;
	background-size: 211px 580px;
	width: 211px;
	/* height: 580px; */
	height: 100%;
	display: flex;
	flex-direction: column;
}

#forex .live-frame .container .chat-box,
#forex .live-frame .container .result-box {
	background: url(/imgs/games/forex/bg_forex_result.png) center center no-repeat;
}

#quickdraw .live-frame .container .chat-box,
#quickdraw .live-frame .container .result-box {
	background: url(/imgs/games/quickdraw/bg_quickdraw_result.png) center center no-repeat;
}

#powerball_evo .live-frame .container .chat-box,
#powerball_evo .live-frame .container .result-box {
	background: url(/imgs/games/powerball_evo/bg_powerball_evo_result.png) center center no-repeat;
}

#pbladder_evo .live-frame .container .chat-box,
#pbladder_evo .live-frame .container .result-box,
#baseballstudiolo .live-frame .container .chat-box,
#baseballstudiolo .live-frame .container .result-box {
	background: url(/imgs/games/pbladder_evo/bg_pbladder_evo_result.png) center center no-repeat;
}

#powerball .live-frame .container .chat-box,
#powerball .live-frame .container .result-box,
#pb_ntry .live-frame .container .chat-box,
#pb_ntry .live-frame .container .result-box,
#squidgame .live-frame .container .chat-box,
#squidgame .live-frame .container .result-box,
#sb_ntry .live-frame .container .chat-box,
#sb_ntry .live-frame .container .result-box {
	background: url(/imgs/games/powerballbtc/bg_powerball_result.png) center center no-repeat;
}

#powerball_dh .live-frame .container .chat-box,
#powerball_dh .live-frame .container .result-box {
	background: url(/imgs/games/powerball_dh/bg_dh_powerball_result.png) center center no-repeat;
}

#pb_ntry .live-frame .container .chat-box,
#pb_ntry .live-frame .container .result-box {
	background: url(/imgs/games/pb_ntry/bg_pb_ntry_result.png) center center no-repeat;
}

#ladder_ntry .live-frame .container .chat-box,
#ladder_ntry .live-frame .container .result-box {
	background: url(/imgs/games/ladder_ntry/bg_ladder_ntry_result.png) center center no-repeat;
}

#pbladder_eos .live-frame .container .chat-box,
#pbladder_eos .live-frame .container .result-box,
#pbladder_ntry .live-frame .container .chat-box,
#pbladder_ntry .live-frame .container .result-box {
	background: url(/imgs/games/pbladder_ntry/bg_pbladder_ntry_result.png) center center no-repeat;
}

#pkladder_ntry .live-frame .container .chat-box,
#pkladder_ntry .live-frame .container .result-box {
	background: url(/imgs/games/pkladder_ntry/bg_pkladder_ntry_result.png) center center no-repeat;
}

#kladder_eos .live-frame .container .chat-box,
#kladder_eos .live-frame .container .result-box,
#kenoladder_ntry .live-frame .container .chat-box,
#kenoladder_ntry .live-frame .container .result-box {
	background: url(/imgs/games/kenoladder_ntry/bg_kenoladder_ntry_result.png) center center no-repeat;
}

#chart .live-frame .container .chat-box,
#chart .live-frame .container .result-box {
	background: url(/imgs/games/chart/bg_chart_result.png) center center no-repeat;
}

#nuguri .live-frame .container .chat-box,
#nuguri .live-frame .container .result-box,
#garujigi .live-frame .container .chat-box,
#garujigi .live-frame .container .result-box {
	background: url(/imgs/games/nuguri/bg_nuguri_result.png) center center no-repeat;
}

#soccer .live-frame .container .chat-box,
#soccer .live-frame .container .result-box,
#baseball .live-frame .container .chat-box,
#baseball .live-frame .container .result-box {
	background: url(/imgs/games/soccer/bg_soccer_result.png) center center no-repeat;
}

#keno_dh .live-frame .container .chat-box,
#keno_dh .live-frame .container .result-box {
	background: url(/imgs/games/keno_dh/bg_keno_dh_result.png) center center no-repeat;
}

#kenoladder_dh .live-frame .container .chat-box,
#kenoladder_dh .live-frame .container .result-box {
	background: url(/imgs/games/kenoladder_dh/bg_kenoladder_dh_result.png) center center no-repeat;
}

#kenoladder_dh .live-frame .container .result-box {
	background: url(/imgs/games/kenoladder_dh/bg_kenoladder_dh_result.png) center center no-repeat;
}

#pbladder_dh .live-frame .container .chat-box,
#pbladder_dh .live-frame .container .result-box {
	background: url(/imgs/games/pbladder_dh/bg_pbladder_dh_result.png) center center no-repeat;
}

#keno_ntry .live-frame .container .chat-box,
#keno_ntry .live-frame .container .result-box {
	background: url(/imgs/games/keno_ntry/bg_keno_ntry_result.png) center center no-repeat;
}

#dragontiger_lo .live-frame .container .chat-box,
#dragontiger_lo .live-frame .container .result-box {
	background: url(/imgs/games/dragontiger_lo/bg_dragontiger_lo_result.png) center center no-repeat;
}

#baseballstudiolo .live-frame .container .chat-box,
#baseballstudiolo .live-frame .container .result-box {
	background: url(/imgs/games/baseballstudiolo/bg_baseballstudiolo_result.png) center center no-repeat;
}

#lotto365 .live-frame .container .chat-box,
#lotto365 .live-frame .container .result-box {
	background: url(/imgs/games/lotto365/bg_lotto365_result.png) center center no-repeat;
}

.live-frame .container .chat-box,
.live-frame .container .result-box {
	border-radius: 35px;
	width: 100%;
	height: 100%;
	padding: 15px 7px 5px 7px;
	margin-bottom: 5px;
}

.live-frame .container .chat-box .sidebar-close,
.live-frame .container .result-box .sidebar-close {
	display: none;
}

.live-frame .container .chat-box h6,
.live-frame .container .result-box h6 {
	font-family: 'Swagger';
	font-weight: 300;
	font-size: 1.25rem;
}

.live-frame .container .result-box .pattern-show {
	display: flex;
	font-family: 'Swagger';
	font-size: 16px;
	align-items: center;
	color: #fff;
	padding: 1px 10px;
	border-radius: 25px;
	background: #E83144;
	background: -webkit-linear-gradient(0deg, #E83144, #F86F7E);
	background: linear-gradient(0deg, #E83144, #F86F7E);
}

.live-frame .container .record-list {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
}

.live-frame .container .record-list .record-panel {
	background-color: var(--dark-box);
	border-radius: 0.5rem;
	overflow: hidden;
	margin-bottom: 5px;
}

.live-frame .container .record-list .record-panel .panel-head {
	font-size: 1rem;
	text-align: center;
	padding: 2px 10px;
	font-family: 'Swagger';
	font-weight: 400;
}

.live-frame .container .record-list .record-panel .panel-head span {
	font-family: 'Swagger';
	color: rgba(255, 255, 255, 0.4);
}

.live-frame .container .record-list .record-panel .panel-body {
	padding: 10px 7px;
	font-weight: 600;
}

.live-frame .container .record-list .record-panel:first-child .panel-head,
.live-frame .container .record-list .record-panel:first-child .panel-body ul li,
.live-frame .container .record-list .record-panel:first-child .panel-body span {
	animation-duration: 1s;
	animation-name: newResult;
}

.live-frame .container .record-list .record-panel:first-child .panel-head {
	animation-delay: 0;
}

.live-frame .container .record-list .record-panel:first-child .panel-body ul li:nth-child(1) {
	animation-delay: 0.1s;
}

.live-frame .container .record-list .record-panel:first-child .panel-body ul li:nth-child(2) {
	animation-delay: 0.2s;
}

.live-frame .container .record-list .record-panel:first-child .panel-body ul li:nth-child(3) {
	animation-delay: 0.3s;
}

.live-frame .container .record-list .record-panel:first-child .panel-body ul li:nth-child(4) {
	animation-delay: 0.4s;
}

.live-frame .container .record-list .record-panel:first-child .panel-body ul li:nth-child(5) {
	animation-delay: 0.5s;
}

.live-frame .container .record-list .record-panel:first-child .panel-body ul li:nth-child(6) {
	animation-delay: 0.6s;
}

.live-frame .container .record-list .record-panel:first-child .panel-body span:nth-child(1) {
	animation-delay: 0.1s;
}

.live-frame .container .record-list .record-panel:first-child .panel-body span:nth-child(2) {
	animation-delay: 0.2s;
}

.live-frame .container .record-list .record-panel:first-child .panel-body span:nth-child(3) {
	animation-delay: 0.3s;
}

.live-frame .container .record-list .record-panel:first-child .panel-body span:nth-child(4) {
	animation-delay: 0.4s;
}

.live-frame .container .record-list .record-panel:first-child .panel-body span:nth-child(5) {
	animation-delay: 0.5s;
}

.live-frame .container .record-list .record-panel:first-child .panel-body span:nth-child(6) {
	animation-delay: 0.6s;
}

@keyframes newResult {
	0% {
		left: 20px;
		opacity: 0;
	}

	50% {
		left: 5px;
		opacity: 0.1;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}

#powerball .live-frame .container .record-list .record-panel,
#pb_ntry .live-frame .container .record-list .record-panel,
#chart .live-frame .container .record-list .record-panel,
#powerball_dh .live-frame .container .record-list .record-panel {
	background-color: #032b4f;
}

#powerball .live-frame .container .record-list .record-panel .panel-head,
#chart .live-frame .container .record-list .record-panel .panel-head,
#powerball_dh .live-frame .container .record-list .record-panel .panel-head,
#pb_ntry .live-frame .container .record-list .record-panel .panel-head,
#squidgame .live-frame .container .record-list .record-panel .panel-head,
#pbladder_ntry .live-frame .container .record-list .record-panel .panel-head,
#pkladder_ntry .live-frame .container .record-list .record-panel .panel-head,
#sb_ntry .live-frame .container .record-list .record-panel .panel-head,
#quickdraw .live-frame .container .record-list .record-panel .panel-head,
#lotto365 .live-frame .container .record-list .record-panel .panel-head {
	background-color: #155188;
}

#nuguri .live-frame .container .record-list .record-panel,
#garujigi .live-frame .container .record-list .record-panel {
	background-color: #3d2c03;
}

#nuguri .live-frame .container .record-list .record-panel .panel-head,
#garujigi .live-frame .container .record-list .record-panel .panel-head {
	background-color: #7f5d0e;
}

#soccer .live-frame .container .record-list .record-panel,
#baseball .live-frame .container .record-list .record-panel {
	background-color: #063e4f;
}

#soccer .live-frame .container .record-list .record-panel .panel-head,
#baseball .live-frame .container .record-list .record-panel .panel-head {
	background-color: #0e6c88;
}

#kladder_eos .live-frame .container .record-list .record-panel .panel-head,
#kenoladder_ntry .live-frame .container .record-list .record-panel .panel-head,
#kenoladder_dh .live-frame .container .record-list .record-panel .panel-head {
	background-color: #8c198f;
}

#pbladder_dh .live-frame .container .record-list .record-panel .panel-head,
#pbladder_eos .live-frame .container .record-list .record-panel .panel-head,
#keno_ntry .live-frame .container .record-list .record-panel .panel-head,
#keno_dh .live-frame .container .record-list .record-panel .panel-head {
	background-color: #1a82b8;
}

#powerball_evo .live-frame .container .record-list .record-panel .panel-head,
#baseballstudiolo .live-frame .container .record-list .record-panel .panel-head,
#forex .live-frame .container .record-list .record-panel .panel-head {
	background-color: #234262
}

.live-frame .container .pattern-wrap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: var(--main-text);
	z-index: 10;
}

.live-frame .container .pattern-wrap .tab-group {
	padding: 0 40px 0 10px;
	background-color: #04213c;
}

#powerball_evo .live-frame .container .pattern-wrap .pattern-header,
#pbladder_evo .live-frame .container .pattern-wrap .pattern-header,
#powerball .live-frame .container .pattern-wrap .pattern-header,
#chart .live-frame .container .pattern-wrap .pattern-header,
#powerball_dh .live-frame .container .pattern-wrap .pattern-header,
#pb_ntry .live-frame .container .pattern-wrap .pattern-header,
#squidgame .live-frame .container .pattern-wrap .pattern-header,
#pbladder_eos .live-frame .container .pattern-wrap .pattern-header,
#pbladder_ntry .live-frame .container .pattern-wrap .pattern-header,
#pkladder_ntry .live-frame .container .pattern-wrap .pattern-header,
#sb_ntry .live-frame .container .pattern-wrap .pattern-header,
#keno_dh .live-frame .container .pattern-wrap .pattern-header,
#keno_ntry .live-frame .container .pattern-wrap .pattern-header,
#dragontiger_lo .live-frame .container .pattern-wrap .pattern-header,
#baseballstudiolo .live-frame .container .pattern-wrap .pattern-header,
#quickdraw .live-frame .container .pattern-wrap .pattern-header,
#lotto365 .live-frame .container .pattern-wrap .pattern-header {
	padding: 0 40px 0 10px;
	background-color: #04213c;
}

#baseball .live-frame .container .pattern-wrap .tab-group,
#soccer .live-frame .container .pattern-wrap .tab-group,
#pbladder_dh .live-frame .container .pattern-wrap .pattern-header,
#pbladder_dh .live-frame .container .pattern-wrap .tab-group {
	padding: 0 40px 0 10px;
	background-color: #01232d;
}

#nuguri .live-frame .container .pattern-wrap .tab-group,
#garujigi .live-frame .container .pattern-wrap .tab-group {
	padding: 0 40px 0 10px;
	background-color: #2f2101;
}

#kenoladder_dh .live-frame .container .pattern-wrap .tab-group {
	padding: 0 40px 0 10px;
	background-color: var(--color-purple);
}

.live-frame .container .pattern-wrap .pattern-header .sub-nav-wrapper ul li a,
.live-frame .container .pattern-wrap .tab-group a {
	background-color: transparent;
	color: #fff;
	padding: 15px 12px;
	border: none;
	width: auto
}

.live-frame .container .pattern-wrap .pattern-header .sub-nav-wrapper ul li.show a {
	color: var(--color-yellow);
}

.live-frame .container .pattern-wrap .pattern-header .sub-nav-wrapper ul li.show:before {
	background-color: var(--color-yellow);
}

.live-frame .container .pattern-wrap .pattern-header .sub-nav-wrapper ul li.show:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent var(--color-yellow) transparent;
}

.live-frame .container .pattern-wrap .tab-group {
	justify-content: center;
	margin: 0;
}

.live-frame .container .pattern-wrap .tab-group a.current,
.live-frame .container .pattern-wrap .tab-grid a.current,
.live-frame .container .pattern-wrap .tab-group a:hover,
.live-frame .container .pattern-wrap .tab-grid a:hover {
	color: var(--color-yellow);
}

.live-frame .container .pattern-wrap .tab-group a.current:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background-color: var(--color-yellow);
}

.live-frame .container .pattern-wrap .tab-group a.current:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent var(--color-yellow) transparent;
	transform: translateX(-50%);
}

/*그리드탭*/
.live-frame .container .pattern-wrap .tab-grid {
	padding: 10px 40px 10px 15px;
	background-color: #04213c;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	text-align: center;
}

.tab-grid a {
	position: relative;
	display: block;
	background-color: transparent;
	text-align: left;
	color: #fff;
	padding: 3px 0;
	border: none;
	width: auto;
}

.live-frame .container .pattern-wrap .close {
	position: absolute;
	right: 1rem;
	top: 0.65rem;
}

.live-frame .container .pattern-wrap .tab-group.multi {
	display: block;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.live-frame .container .pattern-wrap .tab-group.multi a {
	display: inline-block;
	background-color: transparent;
	width: auto;
	height: 31px;
	padding: 7px 1.25rem;
	border: none;
}

.live-frame .container .pattern-wrap .close {
	position: absolute;
	right: 5px;
	top: 10px;
	color: rgba(255, 255, 255, 0.5);
}

/* chat rank */
.top-chatting {
	height: calc(100% - 22px);
	overflow-x: hidden;
	overflow-y: auto;
}

.top-chatting .ranking-list li {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #124756;
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 7px 10px;
	line-height: 1.75rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
}

.top-chatting .ranking-list li:before {
	display: none;
}

.top-chatting .ranking-list .best {
	height: auto;
}

.top-chatting .ranking-list .best .profile {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 15px 0 0 0 !important;
}

.top-chatting .ranking-list .best .profile .profile-photo {
	background-image: url(/imgs/avatar.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.top-chatting .ranking-list .best .profile .profile-photo img {
	width: 90px;
	height: 90px;
	object-fit: cover;
}

.top-chatting .ranking-list .best a {
	display: block;
	text-align: center;
}

.top-chatting .ranking-list .best .nickname {
	display: block;
	text-align: center;
	height: 35px;
	line-height: 35px;
}

.chat_rank {
	margin-right: 5px;
	color: #fff386;
	font-weight: 600;
}

/* user pick common */
.live-frame .panel-body ul.ball span {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
}

.live-frame .panel-body ul.strategy span,
.live-frame .user-pick .pick-list li span {
	font-family: 'Swagger';
	font-weight: 400;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.9) !important;
}

.user-pick {
	padding: 0 3px;
}

.live-frame .user-pick {
	height: calc(100% - 28px);
}

.user-pick .pick-list {
	height: calc(100% - 120px);
	overflow-y: auto;
}

.user-pick .pick-list li {
	position: relative;
	display: flex;
	justify-content: space-between;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 7px 5px;
	font-size: 14px;
}

.user-pick .pick-list li .id_name span {
	display: inline-block;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: 0.75rem;
	width: 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.9);
}

.user-pick .pick-list li span.private:before {
	content: "\f30d";
	font-family: "Font Awesome 6 Pro";
}

.user-pick .pick-list li span.private {
	background-color: #777;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
}

.user-pick .pick-list li span.chat {
	background-color: #777;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	color: var(--light-color);
}

.user-pick .pick-list li span.chat.on {
	background-color: #ff9900;
}

.user-pick .pick-list li em.win-streak,
.user-pick .pick-list li em.lose-streak {
	position: absolute;
	font-style: normal;
	display: block;
	width: 14px;
	height: 14px;
	top: 2px;
	left: 2px;
	color: var(--color-white);
	font-size: 0.625rem;
	line-height: 0.625rem;
	border-radius: 4px;
	text-align: center;
}

.user-pick .pick-list li em.win-streak {
	border: 1px solid var(--dark-box);
	background-color: #f64356;
}

.user-pick .pick-list li em.lose-streak {
	border: 1px solid var(--dark-box);
	background-color: #999;
}

.user-pick .pick-list li.post-validated {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.3);
	text-align: center;
	border: none;
}

.user-pick .pick-list li.post-validated i {
	font-size: 2rem;
	margin: 15px auto;
}

.user-pick .pick-list li.post-validated h6 {
	font-size: 1rem;
}

.pickinfo {
	position: fixed;
	z-index: 100;
	width: 177px;
	height: 100px;
	background-color: #124756;
	border: 1px solid #426c78;
	border-radius: 5px;
	color: var(--light-color);
	font-size: 12px;
}

.pickinfo .header-bar {
	background-color: #0e3945;
	color: var(--light-color);
	text-align: center;
	padding: 5px 0 0 0;
}

.pickinfo .header-bar .id_name {
	color: var(--light-color);
}

.pickinfo .info-body {
	padding: 7px 10px 5px;
}

.pickinfo dt,
.pickinfo dd {
	padding: 2px 2px 2px 0;
}

.pickinfo dl dt {
	float: left;
	width: 25%;
}

.pickinfo dl dd {
	margin-left: 15px;
	color: rgba(255, 255, 255, 0.5)
}

.pickinfo dl dd:after {
	content: "";
	display: block;
	clear: both;
}

.pickinfo .win {
	color: #f64356
}

.pickinfo .lose {
	color: #999
}

@media (min-width: 900px) {

	/* 스크롤바 공통 */
	::-webkit-scrollbar {
		width: 2px;
	}

	::-webkit-scrollbar-track {
		position: absolute;
		right: 0;
		background: rgba(0, 0, 0, 0.05);
		position: relative;
		z-index: 10;
	}

	::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	::-webkit-scrollbar-thumb:hover {
		background: rgba(0, 0, 0, 0.3);
	}

	.livegame-wrap .header .nav-toggle {
		display: none
	}
}

@media (max-width: 899.9px) {
	.live-frame {
		background-image: none !important;
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 0;
	}

	.livegame-wrap {
		width: 100%;
		height: auto;
	}

	.livegame-wrap .header {
		display: block;
		height: 40px;
		flex: inherit;
		background-color: var(--gnb-color);
	}

	.live-frame .header .main-title {
		top: 10px;
		width: 40%;
		height: 100%;
		display: none;
	}

	.live-frame .header .subtitle {
		display: none;
		top: 10px;
		left: 10px;
		font-size: 0.75rem;
	}

	.livegame-wrap .header .option {
		position: absolute;
		width: 100%;
		top: 10px;
		right: 7px;
		display: none;
	}

	.livegame-wrap .header .option li {
		position: static;
	}

	.livegame-wrap .header .option li .share-copy {
		width: 100%;
		top: 10px;
		right: 0;
	}

	.livegame-wrap .header .option .tooltip .txt {
		top: 45px;
		right: 20px;
	}

	.live-frame .container .pattern-wrap .pattern-header {
		padding: 0 50px 0 10px;
		background-color: #04213c;
	}

	.live-frame .container .pattern-wrap .pattern-header .sub-nav-wrapper ul li a,
	.live-frame .container .pattern-wrap .tab-group a {
		padding: 15px 10px;
	}

	.live-frame .container .result-box .pattern-show {
		display: none;
	}

	.livegame-wrap .status {
		flex-direction: column;
		row-gap: 10px;
	}

	.livegame-wrap .status h1 {
		font-size: 1.0rem;
	}

	.livegame-wrap .header .nav-toggle {
		position: absolute;
		top: 10px;
		left: 0;
		width: 100%;
		padding: 0 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		z-index: 10;
	}

	.livegame-wrap .header .nav-toggle a {
		color: var(--color-white);
		font-size: 0.75rem;
		font-weight: 500;
		text-align: center;
		border-radius: 30px;
		padding: 2px 10px 4px;
		background: #E83144;
		background: -webkit-linear-gradient(0deg, #E83144, #F86F7E);
		background: linear-gradient(0deg, #E83144, #F86F7E);
	}

	.livegame-wrap .header .nav-toggle a.volume:after {
		content: "\f6a8";
		font-family: "Font Awesome 6 Pro";
	}

	.livegame-wrap .header .nav-toggle a.volume.muted:after {
		content: "\f2e2";
		font-family: "Font Awesome 6 Pro";
	}

	.live-frame .container {
		position: relative;
		width: 100% !important;
		padding-bottom: 0px;
		height: calc(100% - 40px);
	}

	.live-frame .container:before {
		top: 0;
		width: 100%;
		height: auto;
	}

	#powerball_evo .live-frame .container:before,
	#pbladder_evo .live-frame .container:before,
	#powerball .live-frame .container:before,
	#chart .live-frame .container:before,
	#nuguri .live-frame .container:before,
	#garujigi .live-frame .container:before,
	#soccer .live-frame .container:before,
	#baseball .live-frame .container:before,
	#squidgame .live-frame .container:before,
	#powerball_dh .live-frame .container:before,
	#keno_dh .live-frame .container:before,
	#keno_ntry .live-frame .container:before,
	#kenoladder_dh .live-frame .container:before,
	#pbladder_dh .live-frame .container:before,
	#kladder_eos .live-frame .container:before,
	#pb_ntry .live-frame .container:before,
	#dragontiger_lo .live-frame .container:before,
	#baseballstudiolo .live-frame .container:before {
		border: 0;
		border-radius: 0;
		width: 100%;
		height: 100%;
	}

	#powerball .live-frame .container:before,
	#powerball_dh .live-frame .container:before,
	#squidgame .live-frame .container:before,
	#keno_ntry .live-frame .container:before,
	#keno_dh .live-frame .container:before,
	#pb_ntry .live-frame .container:before,
	#baseballstudiolo .live-frame .container:before,
	#dragontiger_lo .live-frame .container:before {
		background-color: #04213c;
	}

	#chart .live-frame .container:before {
		background-color: #04213c;
	}

	#nuguri.livegame-wrap .header,
	#garujigi.livegame-wrap .header,
	#nuguri .live-frame .container:before,
	#garujigi .live-frame .container:before {
		background-color: #2f2101;
	}

	#soccer.livegame-wrap .header,
	#baseball.livegame-wrap .header,
	#soccer .live-frame .container:before,
	#baseball .live-frame .container:before {
		background-color: #01232d;
	}

	#kladder_eos.livegame-wrap .header,
	#kenoladder_dh.livegame-wrap .header,
	#kladder_eos .live-frame .container:before,
	#kenoladder_dh .live-frame .container:before {
		background-color: #550d58;
	}

	.live-frame .container .center-box {
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 0;
		padding-bottom: 10px;
	}

	.live-frame .container .center-box #loading {
		width: 100%;
		height: 410px;
		padding: 15px;
	}

	.live-frame .container .center-box iframe {
		top: 0;
		width: 100%;
	}

	.live-frame .container .left-box,
	.live-frame .container .right-box {
		position: absolute;
		opacity: 0;
		top: 0;
		bottom: 0;
		transition: 0.5s;
		z-index: 10;
	}

	.live-frame .container .left-box {
		left: -225px;
	}

	.live-frame .container .right-box {
		right: -225px;
	}

	.live-frame .container .left-box.show {
		opacity: 1;
		left: 0;
	}

	.live-frame .container .right-box.show {
		opacity: 1;
		right: 0;
	}

	.live-frame .container .center-box .nav-toggle {
		display: flex
	}

	/* 모바일에서 채팅랭킹, 회차결과 좌우 바 높이 */
	.live-frame .container .go-sidebar {
		height: 100%;
	}

	.live-frame .container .chat-box,
	.live-frame .container .result-box {
		position: relative;
		height: 100%;
		background-size: 211px 100% !important;
	}

	.live-frame .container .chat-box .sidebar-close,
	.live-frame .container .result-box .sidebar-close {
		position: absolute;
		display: block;
		top: 15px;
		color: var(--color-white);
		font-size: 1rem;
	}

	.live-frame .container .chat-box .sidebar-close {
		right: 20px;
	}

	.live-frame .container .result-box .sidebar-close {
		left: 20px;
	}

	.live-frame .container .pattern-wrap .tab-group {
		justify-content: flex-start;
		overflow-x: auto;
	}

	.live-frame .container .pattern-wrap .tab-content {
		height: calc(100% - 48px);
		overflow-y: auto;
	}

	.live-frame .container .pattern-wrap .tab-group a {
		display: inline-block;
		flex-shrink: 0;
		padding: 15px 10px;
	}
}

@media (max-width: 479.9px) {
	.live-frame {
		background-image: none !important;
	}

	#powerball .live-frame .header .main-title {
		width: 70%;
	}
}

.live-frame .layer_help {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 39;
	background: rgba(0, 0, 0, 0.7);
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	backdrop-filter: blur(3px);
}

.live-frame .layer_help.show {
	opacity: 1;
	visibility: visible;
}

.live-frame .layer_help .btn-close {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 20px;
	cursor: pointer;
}

.live-frame .layer_help .text_layer {
	background-color: #000;
	color: #fff;
	border: 2px solid #777;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	padding: 25px 15px;
	border-radius: 10px;
}