.bgcskyblue	{background-color: #e2efff;}
.bgclskyblue	{background-color: #ecf4fe;}

.bgcskynavy	{background-color: rgb(215 221 255 / 80%);}
.bgcdeepblue	{background-color: rgb(1 26 194 / 100%);}
.bgclightnavy	{background-color: rgba(244 249 254 / 100%);}

/****** Title & Text ******/

.txtpanneltitle	{font-size: 18px;font-weight: 650;letter-spacing: -0.03rem;}
.txtpannelmid	{font-size: 16px;font-weight: 600;color: #787878;}
.txtpannelsub	{font-size: 16px;font-weight: 500;color: #787878;}
.txtpannelitem	{font-size: 16px;font-weight: 500;color: #565656;}
.txtdeposit		{width: 93px;}

.txttblguide {
	color: #00746b;
	font-size: 14px;
}

/****** Lotto Ball ******/

.ballsize1 {
	width: 28px;
	height: 28px;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	line-height: 1.7rem;
	border-radius: 50%;
}

.ballsize2 {
	width: 22px !important;
	height: 22px !important;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	line-height: 1.45rem;
	border-radius: 50%;
}

.ballsize3 {
	width: 36px;
	height: 36px;
	color: #555;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	line-height: 2.2rem;
	border-radius: 50%;
}

.ballcolorw {
	border: 1px solid #a6a6a6;
	background: #fff;
}

.ballcolor0 {
	border: 1px solid #e9bd04;
	background: linear-gradient(to bottom, #fcf649 0%, #e9bd04 100%);
}

.ballcolor1 {
	border: 1px solid #0181f4;
	background: linear-gradient(to bottom, #5ab1ff 0%, #0181f4 100%);
}

.ballcolor2 {
	border: 1px solid #23771b;
	background: linear-gradient(to bottom, #74be77 0%, #23771b 100%);
}

.ballcolor3 {
	border: 1px solid #05739a;
	background: linear-gradient(to bottom, #6cafc7 0%, #05739a 100%);
}

.ballcolor4 {
	border: 1px solid #a614da;
	background: linear-gradient(to bottom, #bf73da 0%, #a614da 100%);
}

.ballcolor5 {
	border: 1px solid #d29501;
	background: linear-gradient(to bottom, #f9c546 0%, #d29501 100%);
}

.ballcolor6 {
	border: 1px solid #c212d4;
	background: linear-gradient(to bottom, #fa3cf2 0%, #c212d4 100%);
}

.ballcolor7 {
	border: 1px solid #0ca491;
	background: linear-gradient(to bottom, #41d7c9 0%, #0ca491 100%);
}

.ballcolor10 {
	border: 1px solid #a6a6a6;
	background: linear-gradient(to bottom, #cacaca 0%, #a6a6a6 100%);
}

.ballcolormm {
	border: 1px solid #111ea6;
	background: linear-gradient(to bottom, #3142cc 0%, #111ea6 100%);
}

.ballcolorpb {
	border: 1px solid #d21401;
	background: linear-gradient(to bottom, #f44b0b 0%, #d21401 100%);
}

/*@@@@@@@ Play Game @@@@@@@*/

.gameplaybox {
    width: 100%;
    padding: 3px;
    border-radius: 5px;
	margin-top: 8px;
    margin-bottom: 20px;
}

.gameplogo {
	float: left;
	width: 20%;
	text-align: center;	
}

.gamepannel {
	float: right;
	width: 80%;
	font-family: Source Sans Pro, sans-serif;
	font-size: 14.5px;
	line-height: 1.3rem;
	background-color: #fff;
	border-radius: 4px;
}

.gamepannel ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.gamebtmlinemm {border-bottom: 1px solid #003b90;}
.gamebtmlinepb {border-bottom: 1px solid #cd2525;}

.gamepannel li {
	padding: 3px 1px 1px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.gamepannel-header {
	font-weight: 500;
	height: 30px;
	border-radius: 4px 4px 0px 0px;
}

.gamepannel-row {
	height: 32px;
}

.gamepannel-col-prize	{flex: 0 0 27%;padding-left:10px !important;}
.gamepannel-col-date	{flex: 0 0 36%;}
.gamepannel-col-limit	{flex: 0 0 37%;padding-right:10px !important;}

/*~~~~~~ Game Pannel ~~~~~~*/

.gamepnlbox	{margin-bottom: 20px;}

.gamepnltop {
	height: 24px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.gamepnltitle {
	height: 24px;
	font-family: "Inter", sans-serif;
	font-size: 18px;
    font-weight: 650;
    letter-spacing: -0.03rem;
	line-height: 1.5rem;
}

.gamepnltside {
	display: inline-flex;
}

.gamepnlbody {
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.gamepnlodtop	{
	padding: 5px 10px 5px 10px;
	border-radius: 5px 5px 0px 0px;
}

.gamepnlorder {
	height: 30px;
	display: flex;
	justify-content: space-between;
	padding: 2px 3px 0px 3px;
}

.bdodmm {border-left: 1px solid #003b90;border-right: 1px solid #003b90;border-bottom: 1px solid #003b90;}
.gamepnlodbody {
	padding: 5px 10px 5px 10px;
	border-radius: 0px 0px 5px 5px;
}

.gameoptbox {
	font-size: 15px;
	padding: 0px;
	border: 0.1rem solid #e7e7e7;
    border-radius: 4px;
}

.gameopthead {
	display: flex;
	justify-content: space-between;
	padding: 12px 15px 10px 15px;
}

.gameoptmid {
	padding: 10px 15px 10px 15px;
}

.gameoptfoot {
	padding: 10px 15px 12px 15px;
}

.gameodwrap {
	display: flex;
	justify-content: space-between;
	padding-bottom: 3px;
	background: #fff;
}

.gameodwrap ul {
	margin: 0px;
	padding: 0px;
}

.gameodwrap ul li {
	height: 32px;
	padding: 4px 0px 0px 3px;
}

/*~~~~~~ Game Button ~~~~~~*/

.btn-ordermm {
	color: #fff !important;
	background: linear-gradient(to bottom, #1e74fd 0%, #0259ea 100%) !important;
	border: #025bf0 1px solid;
}

.btn-orderpb {
	color: #fff !important;
	background: linear-gradient(to bottom, #ff4b37 0%, #ff2109 100%) !important;
	border: #f21800 1px solid;
}

.btn-gamepnls {
	height: 24px;
	padding: 2px 7px 2px 7px;
	font-size: 14px !important;
	font-weight: 450;
	letter-spacing: -0.05rem;
	border-radius: 5px;
	border: 1px solid #d1d1d1;
	background: #fff;
}

.btn-gorder {
	width: 75px;
	height: 34px;
	padding: .2rem .75rem;
	font-size: 15px;
	font-weight: 550;
	letter-spacing: -0.01rem;
	border-radius: 6px;
}

.btn-gcntmm	 {}
.btn-gcntmm.on {background: #3552c4 !important;border-color: #3552c4 !important;color: #ffffff !important;}

.btn-gcntpb {}
.btn-gcntpb.on {background: #c71212 !important;border-color: #c71212 !important;color: #ffffff !important;}


.btn-betslip {
	height: 22px;
	color: #fff;
	padding: 0px 5px 0px 5px;
	font-size: 12px !important;
	font-weight: 450;
	letter-spacing: -0.05rem;
	line-height: 1.35rem;
	border-radius: 4px;
	border: 1px solid #d1d1d1;
}

.btn-gguide {}
.btn-gguide:hover {color: #fff !important;background-color: #008080;}
.btn-mybload {}
.btn-mybload:hover {color: #fff !important;background-color: #007700;}
.btn-mybsave {}
.btn-mybsave:hover {color: #fff !important;background-color: #8000ff;}
.btn-gselect {}
.btn-gselect:hover {color: #fff !important;background-color: #fb5200 !important;}
.btn-gnumdel {}
.btn-gnumdel:hover {color: #fff !important;background-color: #333;}

/*~~~~~~ BetSlip ~~~~~~*/

.bsareafield {
	float: left;
	width: 100%;
	font-family: arial, verdana, sans-serif;
}

.bsticketnum ul li {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.bsticketnum ul li.on {
	color: #fb5200;
	font-weight: bold;
	text-decoration: underline;
}

.bsticketnum ul li.off {
	color: #333333;
	font-weight: normal;
}

.bseachmtkt {
	float: left;
	width: 149px;
	height: 495px;
}

.bseachmtkt.on {
	display: block;
}

.bseachmtkt.off {
	display: none;
}

.bssheetmbox {
	float: left;
	padding: 5px 7px 12px 7px;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: center;
}

.bssheetmbox.hover {
	margin-top: -36px !important;
	margin-left: -1px !important;
	border: 2px solid #fecc45 !important;
	background-color: #feffcf !important;
	background-image: url('') !important;
	height: 530px;
}

.bssheetmbox.on {
	background-color: #e3fad8 !important;
	border-color: #5FB602 !important;
}

.bseachptkt {
	float: left;
	width: 149px;
	height: 495px;
}

.bseachptkt.on {
	display: block;
}

.bseachptkt.off {
	display: none;
}

.bssheetpbox {
	float: left;
	padding: 5px 7px 12px 7px;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: center;
}

.bssheetpbox.hover {
	margin-top: -36px !important;
	margin-left: -1px !important;
	border: 2px solid #fecc45 !important;
	background-color: #feffcf !important;
	background-image: url('') !important;
	height: 530px;
}

.bssheetpbox.on {
	background-color: #e3fad8 !important;
	border-color: #5FB602 !important;
}

.bssheettop {
	float: left;
	width: 100%;
	height: 24px;
	padding-top: 2px;
	display: none;
	overflow-y: hidden;
}

.bssheettop.on {
	display: block;
}

.bssheethead {
	float: left;
	width: 100%;
	color: #333;
	font-weight: 600;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 1px;
}

.bssheetwhite {
	margin-top: 0px;
	padding-top: 0px;
}

.bscellnodeco {
	border: 0px !important;
	margin: 1px !important;
	background-color: transparent !important;
	cursor: auto !important;
}

.bssheetwhite ul li {
	float: left;
	width: 20px;
	color: #676767;
	text-align: center;
	font-weight: normal;
	line-height: 150% !important;
	border: 1px solid #cdcdcd;
	/*background-color: #ffffff;*/
	margin: 1px;
	cursor: pointer;
}

.bssheetwhite ul li.on {
	color: #ffffff;
	background-color: #343443;
}

.chkoutbox {
	float: left;
	width: 100%;
	border: 1px solid #cdcdcd;
	padding: 12px 15px 12px 15px;
	margin: 15px 0px 15px; 0px;
}

.coboxarrow {
	background-image: url('/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
}

.bgclmm			{background-color: #e5eefb;}
.bgclpb				{background-color: #fceff0;}
.bdbtmmm		{border-bottom: 1px solid #003b90;}
.bdbtmpb			{border-bottom: 1px solid #cd2525;}
.bstabmm			{border-top: 3px solid #4677c4;}
.bstabpb			{border-top: 3px solid #de8387;}

.bssheetmega ul li {
	float: left;
	width: 20px;
	color: #676767;
	text-align: center;
	font-weight: normal;
	line-height: 150% !important;
	border: 1px solid #97d0f7;
	background-color: #ecf4f9;
	margin: 1px;
	cursor: pointer;
}

.bssheetmega ul li.on {
	color: #ffffff;
	background-color: #224387;
}

.bssheetpower ul li {
	float: left;
	width: 20px;
	color: #676767;
	text-align: center;
	font-weight: normal;
	line-height: 150% !important;
	border: 1px solid #f79797;
	background-color: #fef5f6;
	margin: 1px;
	cursor: pointer;
}

.bssheetpower ul li.on {
	color: #ffffff;
	background-color: #872222;
}

.bssheetmidmm {
	float: left;
	width: 100%;
	color: #0025dd;
	font-weight: 600;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 1px;
}

.bssheetmidpb {
	float: left;
	width: 100%;
	color: #dd0000;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 2px;
}

/*~~~~~~ Progress Bar ~~~~~~*/

#myprogress {
    float: left;
    width: 100%;
    height: 25px;
    background-color: #dedede;
    border-radius: 5px;
}

#mypbar {
    width: 10%;
    height: 25px;
    background-color: #4caf50;
    text-align: center;
    line-height: 25px;
    color: white;
    border-radius: 5px;
}

/*@@@@@@@ Result @@@@@@@*/

.pagebodytopboxout {
    margin-top: 5px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    box-sizing: border-box;
	margin-bottom: 15px;
}

.pagebodytopboxmid {
	border: 1px solid #fff;
    border-radius: 7px;
    padding: 7px;
}

.pagebodytopboxinner {
	padding: 9px 7px 8px 7px;
	margin: 0;
	display: flex;
	align-items: center;
	background: #fff;
    border-radius: 3px;
}

.pagebodytopboxinner li {
	white-space: nowrap;
	overflow: hidden;
}

.result-top-logo		{flex: 0 0 160px;text-align: center;}
.result-top-date		{flex: 0 0 190px;line-height: 1.25rem;}
.result-top-drawno{flex-grow: 1;text-overflow: ellipsis;}	/* Takes up all remaining space */

/*###### Result List ######*/

.result-list {
    font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.result-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.result-list li {
	padding: 6px 1px 4px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.result-header {
	height: 35px;
	color: #a0a0a0;
	font-weight: 400;
	background-color: #fafafc;
	border-bottom: 2px solid #eeeeee;
}
.result-row {
	border-bottom: 1px dashed #eee;
}

.result-row.on {
    background: #e6efff !important;
}

.result-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.result-col-no		{flex: 0 0 50px;}
.result-col-date		{flex: 0 0 140px;}
.result-col-nums	{flex-grow: 1;text-overflow: ellipsis;}	/* Takes up all remaining space */
.result-col-x			{flex: 0 0 33px;}
.result-col-result	{flex: 0 0 60px;}
.result-col-jackpot	{flex: 0 0 170px;}
.result-col-jackpus	{flex: 0 0 75px;}
.result-col-jackplc	{flex: 0 0 95px;}
.result-col-vod		{flex: 0 0 85px;}
.result-col-text		{flex: 0 0 65px;}

/*@@@@@@@ HelpDesk @@@@@@@*/

/*###### HelpDesk Common ######*/

.sitelist-top {
	height: 4px;
    border-bottom: 2px solid #eee;
}

.boards-top {
	height: 4px;
	background-color: rgb(176 199 225);
	border-top: 1px solid #dedee0;
    border-bottom: 1px solid #d5d5d5;
}

/****** Comment List ******/

.txtbbsopuser {
	color: #454545 !important;
	font-weight: 550 !important;
}

.opboard-list {
	padding: 0px 18px 10px 18px;
}

.opboard-list ol {
	border-top: 1px dashed #dedede;
	color: #333333;
	padding: 5px 3px 5px 0px !important;
	margin: 0px;
}

.opboard-list ol ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}

/****** Comment Body ******/

.oplistuser {
	display: inline-flex !important;
    align-items: center;
}

.oplistcontents {
	color: #454545 !important;
	font-size: 14.5px;
	line-height: 1.3rem;
	padding-left: 24px;
	padding-top: 2px;
}

.opformbody {
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.opformuser {
	color: #000000;
	font-size: 17px;
	font-weight: 550;
	display: inline-flex;
    align-items: center;
	padding-bottom: 3px;
}

/****** Member's Forum List ******/

.mmbbs-list {
    font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.mmbbs-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.mmbbs-list li {
	padding: 6px 1px 4px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.mmbbs-header {
	height: 35px;
	color: #a0a0a0;
	font-weight: 400;
	background-color: #fafafc;
	border-bottom: 2px solid #eeeeee;
}
.mmbbs-row {
	border-bottom: 1px dashed #eee;
}

.mmbbs-row.on {
    background: #e6efff !important;
}

.mmbbs-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.mmbbs-col-no		{flex: 0 0 45px;}
.mmbbs-col-title	{flex-grow: 1;text-overflow: ellipsis;}	/* Takes up all remaining space */
.mmbbs-col-writer	{flex: 0 0 100px;}
.mmbbs-col-date	{flex: 0 0 90px;}

.bbsform-side {flex-grow: 1;padding-right: 5px;}
.bbsform-title	{
	flex: 0 0 75px;
	padding-left: 5px;
	color: #676767;
	font-weight: 400;
}

/*@@@@@@@ My Page @@@@@@@*/

/*###### MyPage Common ######*/

.mypage-top {
	height: 4px;
	background-color: rgb(176 199 225);
	border-top: 1px solid #dedee0;
    border-bottom: 1px solid #d5d5d5;
}

/****** Deposit ******/

.cldeposit			{color: #592bca !important;}
.bgcldepo			{background-color: #f7f4fd;border: 1px solid #e0e0e0;}

.btn-deptype		{font-size: 15px;font-weight: 550;}
.btn-deptype.on{background: #592bca !important;border-color: #592bca !important;color: #ffffff !important;}
.btn-depamt		{font-size: 15px;font-weight: 550;}
.btn-depamt.on	{background: #592bca !important;border-color: #592bca !important;color: #ffffff !important;}
.btn-depamt.gray	{color: #ababab !important;}

.depositbox			{display: none;}
.depositbox.on		{display: block;}

/****** MyPage NPT Mmail ******/

.nptmail-list {
    font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.nptmail-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.nptmail-list li {
	padding: 6px 1px 4px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.nptmail-header {
	height: 35px;
	color: #a0a0a0;
	font-weight: 400;
	background-color: #fafafc;
	border-bottom: 2px solid #eeeeee;
}
.nptmail-row {
	border-bottom: 1px dashed #eee;
}

.nptmail-row.on {
    background: #e6efff !important;
}

.nptmail-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.nptmail-col-no		{flex: 0 0 45px;}
.nptmail-col-name	{flex: 0 0100px;}
.nptmail-col-npt	{flex-grow: 1;text-overflow: ellipsis;}	/* Takes up all remaining space */
.nptmail-col-status	{flex: 0 0 100px;}
.nptmail-col-date	{flex: 0 0 90px;}

.nptmail-side {flex-grow: 1;padding-right: 5px;}
.nptmail-title	{
	flex: 0 0 120px;
	padding-left: 5px;
	color: #676767;
	font-weight: 400;
}

/****** MyPage 1:1 Inquiry ******/

.inquiry-list {
   font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.inquiry-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.inquiry-list li {
	padding: 4px 1px 1px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.inquiry-header {
	color: #a0a0a0;
	font-weight: 400;
	height: 35px;
	border-bottom: 1px solid #eee;
}

.inquiry-row {
	 border-bottom: 1px dashed #eee;
}

.inquiry-row.on {
    background: #e6efff !important;
}

.inquiry-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.inquiry-col-no		{flex: 0 0 45px;}
.inquiry-col-title	{flex-grow: 1;text-overflow: ellipsis;}
.inquiry-col-reply	{flex: 0 0 65px;}
.inquiry-col-date	{flex: 0 0 90px;}

/****** MyPage 1:1 Inquiry Replys ******/

.inqreply-list {
	padding: 0px 0px 5px 0px;
}

.inqreply-list ol {
	border-top: 1px dashed #dedede;
	color: #333333;
	padding: 5px 3px 5px 0px !important;
	margin: 0px;
}

.inqreply-list ol ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}

/****** MyPage Point List ******/

.mpoint-top {
	border-top: 2px solid #ecedf0;
}

.mpoint-list {
   font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.mpoint-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.mpoint-list li {
	padding: 4px 1px 1px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.mpoint-header {
	color: #a0a0a0;
	font-weight: 400;
	height: 35px;
	border-bottom: 1px solid #eee;
}

.mpoint-row {
	 border-bottom: 1px dashed #eee;
}

.mpoint-row.on {
    background: #e6efff !important;
}

.mpoint-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.mpoint-col-no			{flex: 0 0 45px;}
.mpoint-col-orderno	{flex: 0 0 100px;}
.mpoint-col-add		{flex: 0 0 50px;}	
.mpoint-col-use		{flex: 0 0 50px;}
.mpoint-col-balance	{flex: 0 0 65px;}
.mpoint-col-memo	{flex-grow: 1;text-overflow: ellipsis;}
.mpoint-col-date		{flex: 0 0 130px;}
.mpoint-col-gap		{flex: 0 0 45px;}

/****** MyPage Cash Log Page ******/

.cpendingbox {}

.cpendingwrap {
	margin-bottom: 15px;
}

.cpendingheader {
	width: 100%;
	display: flex;
	align-item: center;
	justify-content: space-between;
}

.cpendingbody {}

.cpending-list {
    font-family: Source Sans Pro, sans-serif;
	font-size: 14.5px;
	line-height: 1.3rem;
	padding: 5px 15px 8px 15px;
    border: 2px solid #e7e7e7;
    border-radius: 6px;
}

.cpending-list ul {
  padding: 5px 5px 1px 5px;
  margin: 0;
  display: flex;
  align-items: center;
  border-top: 1px dashed #eee;
}

.cpending-list li {
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.cpending-col-name	{flex: 0 0 140px;}
.cpending-col-amt		{flex: 0 0 50px;}
.cpending-col-exp		{flex-grow: 1;text-overflow: ellipsis;}
.cpending-col-btn		{flex: 0 0 120px;}

.cpendingside	{flex-grow: 1;padding-right: 10px;}
.cpendingtitle	{
	flex: 0 0 105px;
	padding-left: 5px;
	color: #757575;
	font-weight: 400;
}

/****** MyPage Cash Log List ******/

.mcash-list {
   font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.mcash-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.mcash-list li {
	padding: 4px 1px 1px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.mcash-header {
	color: #a0a0a0;
	font-weight: 400;
	height: 35px;
	border-bottom: 1px solid #eee;
}

.mcash-row {
	 border-bottom: 1px dashed #eee;
}

.mcash-row.on {
    background: #e6efff !important;
}

.mcash-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.mcash-col-no			{flex: 0 0 45px;}
.mcash-col-orderno	{flex: 0 0 100px;}
.mcash-col-add		{flex: 0 0 60px;}	
.mcash-col-use		{flex: 0 0 60px;}
.mcash-col-balance	{flex: 0 0 70px;}
.mcash-col-memo	{flex-grow: 1;text-overflow: ellipsis;}
.mcash-col-date		{flex: 0 0 90px;}
.mcash-col-gap		{flex: 0 0 45px;}

/****** Deposit Details Page ******/

.mcash-side	{flex-grow: 1;padding-right: 10px;}
.mcash-title	{
	flex: 0 0 90px;
	padding-left: 5px;
	color: #757575;
	font-weight: 400;
}

/****** MyPage Cash Out ******/

.cashout-list {
    font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.cashout-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.cashout-list li {
	padding: 6px 1px 4px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.cashout-header {
	height: 35px;
	color: #a0a0a0;
	font-weight: 400;
	background-color: #fafafc;
	border-bottom: 2px solid #eeeeee;
}
.cashout-row {
	border-bottom: 1px dashed #eee;
}

.cashout-row.on {
    background: #e6efff !important;
}

.cashout-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.cashout-col-no		{flex: 0 0 45px;}
.cashout-col-bank	{flex-grow: 1;text-overflow: ellipsis;}	/* Takes up all remaining space */
.cashout-col-req	{flex: 0 0 65px;}
.cashout-col-fee	{flex: 0 0 65px;}
.cashout-col-cout	{flex: 0 0 80px;}
.cashout-col-status	{flex: 0 0 100px;}
.cashout-col-date	{flex: 0 0 90px;}

.cashout-side {flex-grow: 1;padding-right: 5px;}
.cashout-title	{
	flex: 0 0 95px;
	padding-left: 5px;
	color: #676767;
	font-weight: 400;
}

/****** MemInfo Page ******/

.memformside	{flex-grow: 1;padding-right: 10px;}
.memformtitle	{
	flex: 0 0 105px;
	padding-left: 5px;
	color: #757575;
	font-weight: 400;
}

/****** MyPage Cash Log List ******/

.myball-list {
   font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.myball-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.myball-list li {
	padding: 5px 1px 3px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.myball-header {
	color: #a0a0a0;
	font-weight: 400;
	height: 35px;
	border-bottom: 1px solid #eee;
}

.myball-row {
	 border-bottom: 1px dashed #eee;
}

.myball-row.on {
    background: #e6efff !important;
}

.myball-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.myball-col-no		{flex: 0 0 45px;}
.myball-col-name	{flex: 0 0 138px;}
.myball-col-balls	{flex-grow: 1;text-overflow: ellipsis;}
.myball-col-dates	{flex: 0 0 220px;}
.myball-col-day		{flex: 0 0 182px;}
.myball-col-gap		{flex: 0 0 38px;}
.myball-col-del		{flex: 0 0 38px;}

/****** Contract Us (Inquiry) ******/

.contactuswrap {margin-bottom: 10px;padding-left: 5px;}
.contactusfield {width: 100%;padding-bottom: 7px;line-height: 1.35rem;margin: 0px;}
.contactusititle {
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0px 0px 3px;
	margin-bottom: 1px;
}

/*@@@@@@@ SignUp & Login @@@@@@@*/

/****** SignUp ******/

.signupbox {
    width: 100%;
    padding: 25px 32px 20px 32px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 4px 16px -4px rgba(0, 0, 0, .16);
}

.signupifield {width: 100%;padding-bottom: 10px;}
.signupifield ol {display: flex;justify-content: space-between;padding: 0px;margin: 0px;}

.signupititle {
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0px 0px 3px;
	margin-bottom: 3px;
}

/****** Login ******/

.loginbox {
	width: 450px;
	padding: 32px;
	background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 4px 16px -4px rgba(0, 0, 0, .16);
	margin-bottom: 10px;
}

.logintop {
	color: #a0a0a0;
	font-size: 16px;
	font-weight: 500;
	display: flex;	
	align-items: center;
	justify-content: space-between;
	padding: 0px 5px 0px 5px;
}

.loginbtm {
	color: #a0a0a0;
	font-size: 14px;
}

.imgappword {
	width: 136px;
	height: 48px;
	border-radius: 4px;
	border:1px solid #888888;
}

/*@@@@@@@ WebSite Global @@@@@@@*/

/****** Button ******/

.form-check .form-check-input7 {display: none;}

.form-check .form-check-label7 {
	cursor: pointer;
	position: relative;
	min-height: 20px;
	padding: 0px 0 0 32px;
	line-height: 1.7em;
	color: #141515;
}

.form-check .form-check-label7:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: transparent;
	border-radius: 100px;
	border: 1px solid #cdcdcd;
}

.form-check .form-check-label7:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	opacity: 0;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input7[type="radio"] ~ .form-check-label7:before {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='ffffff' fill-rule='evenodd'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='4' cy='4' r='4'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
}

.form-check-input7:checked ~ .form-check-label7:after {background-color: #ff321c;border-color: #ff321c !important;}
.form-check-input7:checked ~ .form-check-label7:before {opacity: 1;}

.toggleSwitch .toggleButtonmm {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #1e74fd;
}

#toggle5:checked ~ .toggleSwitch {background: #1e74fd;}
#toggle5:checked ~ .toggleSwitch .toggleButtonmm {left: calc(100% - 18px);background: #fff;}
#toggle6:checked ~ .toggleSwitch {background: #1e74fd;}
#toggle6:checked ~ .toggleSwitch .toggleButtonmm {left: calc(100% - 18px);background: #fff;}

.toggleSwitch .toggleButtonpb {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ff321c;
}

#toggle7:checked ~ .toggleSwitch {background: #ff321c;}
#toggle7:checked ~ .toggleSwitch .toggleButtonpb {left: calc(100% - 18px);background: #fff;}
#toggle8:checked ~ .toggleSwitch {background: #ff321c;}
#toggle8:checked ~ .toggleSwitch .toggleButtonpb {left: calc(100% - 18px);background: #fff;}

/****** Input ******/

.inputboxappword {
	height: 58px !important;
	padding: 10px !important;
}

/****** Main Contents Pannel ******/

.maingamepannel		{display: flex;justify-content: space-between;padding: 20px 5px 5px 0px;}
.maingameitems		{width: 72%;}
.maingamepnlalpha	{float: left;width: 50%;padding: 10px 30px 0px 0px;}
.maingamepnlbeta		{float: right;width: 50%;}
.maingamepnlbeta:before {display:block; content: ""; width: 1px; height: 440px; background: url('/images/maingameline.png') repeat-y; position:absolute;}
.maingamepnlomega {width: 100%;padding: 10px 0px 0px 30px;}
.maingameside			{width: 26%;}

.maingamelogo {
	height: 80px;
	text-align:center;
	border-bottom: #c8d9fa solid 1px;
}

.maingameprize {
	font-family: tahoma;
	text-align:center;
	line-height: 2.5rem;
	padding: 10px 0px 0px 0px;
	margin-bottom: 2px;
}

.txtgameprize {
	font-size: 42px;
	font-weight: 800;
	padding-bottom: 10px;
}

.txtgamedraw {
	color: #333333;
	font-family:Source Sans Pro,sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.maingametime {
	border-radius: 5px;
    padding: 5px 10px 5px 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03rem;
	margin-bottom: 10px;
}

.maingameorder {
	padding-bottom: 22px;
	border-bottom: #c8d9fa solid 1px;
	margin: 12px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.maingameresult {
	color: #555;
	font-size: 18px;
	font-weight: 500;
	line-height: 2rem;
	text-align:center;
}

.btn-mainguide		{
	width: 36%;
	height: 42px;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	background: #fff !important;
	border: #dedede 1px solid;
	box-shadow: none;
}

.btn-mainmm {
	width: 61%;
	height: 42px;
	color: #fff;
	font-size: 16px;
	font-weight: 450;
	border-radius: 5px;
	background: #003b90 !important;
	border: #3552c4 1px solid;
}

.btn-mainpb {
	width: 61%;
	height: 42px;
	color: #fff;
	font-size: 16px;
	font-weight: 450;
	border-radius: 5px;
	background: #cd2525 !important;
	border: #c71212 1px solid;
}

.maintrgtcall {
	line-height: 1.5rem;
	margin-bottom: 12px;
}

.maintrgtvod {
	font-size: 13.5px;
	text-align: center;
	letter-spacing: -0.05rem;
	line-height: 1rem;
}

/****** Main Contents Next ******/

.maingameround {
    width: 100%;
    height: 440px;
    border-radius: 10px;
	background-color: #fff;
	padding: 15px 20px 0 20px;
}

.mainboxround {
	padding: 18px 20px 25px 20px;;
    width: 100%;
    /*height: 140px;*/
    border-radius: 10px;
    border: 1px solid #e1e4eb;
}

.maintestimonials {
	font-size: 18px;
	font-weight: 700;
	display: flex;
    justify-content: space-between;
	padding: 0 5px 5px 5px;
}

.maintestimlist {
	display: flex;
    justify-content: space-between;
    gap: 25px;
	margin-bottom: 5px;
}

.maintestimlist ol {
	width: 33%;
	border-radius: 6px;
	background: #fff;
	margin: 0px;
	padding: 10px 18px 15px 20px;
}

.maintestimlist ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.maintestimlist ul li {
  text-align: left;
  line-height: 1.0rem;
}

.maintestimlist li {
	text-align: left;
	padding: 3px 1px 1px 1px;
}

.txtmaintestim {
	color: #565656;
	height: 100%;
	max-height: 130px;
	font-size: 15px;
    line-height: 1.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mainbbstitle {
	font-size: 18px;
	font-weight: 700;
	display: flex;
    justify-content: space-between;
	padding: 0 5px 10px 5px;
	border-bottom: 1px solid #e1e4eb;
	margin-bottom: 8px;
}

.mainbbslist {
	font-family: Source Sans Pro, sans-serif;
	font-size: 16px;
	line-height: 1.3rem;
	padding: 0 5px 0px 5px;
}

.mainbbslist ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  border-top: 1px dashed #eee;
}

.mainbbslist li {
	padding: 5px 1px 3px 1px;
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
	text-overflow: ellipsis;
}

.mainbbslist-title	{flex-grow: 1;text-overflow: ellipsis;}
.mainbbslist-date	{flex: 0 0 60px;color: #565656;font-size: 15px;text-align: right;}

.mainvodpresstitle {
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 25px;
}

.mainvodpresslist ul {margin: 0px;padding:0px;}
.mainvodpresslist {
	display: flex;
    justify-content: space-between;
    gap: 15px;
	margin-bottom: 5px;
}

.mainbtmbn {
	display: flex;
    justify-content: space-between;
	padding-left: 8px;
}

.mainbtmbn ul {
	width: 23%;
	display: inline-flex;
	align-items: center;
	margin: 0px;
	border-right: 1px dashed #e1e4eb;
}

.txtbtmbntitle {
	font-size: 20px;
	font-weight: 700;
}

/****** Main Global ******/

.wrapfullsize {width: 100%;}

.wrapboxcenter {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 16px 0px 20px 0px;
}

/*
.wraproundwhite {
	background-color: #ffffff;
	padding: 38px;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgb(0, 0, 0, 0.05);
	transition:.3s;
}*/

/****** Header ******/

header {
	height: 140px;
	min-height: 90px;
	position: sticky;
	top: -90px;
	z-index: 999;
}

#navtop {
	width: 1000px;
	height: 90px;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	justify-content: space-between;
	background-image: url(/images/topimg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.navwrap	{
	width: 100%;
	min-width: 1000px;
	height: 50px;
	background-color: #ffffff;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}

#navbody {
	width: 1000px;
	height: 50px;
	margin-left: auto;
    margin-right: auto;
	padding-top: 3px;
	display: flex;
	justify-content: space-between;
	align-items: center;  
	transition:.3s;
}

#navbody ul {
	display: inline-flex;
	align-items: center;
	margin: 0 0px;
}

.navbtmspace	{clear: both;height: 25px;}

.navitem {
    color: #000000 !important;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	font-size: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	padding: 0 12px;
	cursor: pointer;
}

.navitem:hover {
    color: #0c60da !important;
	font-weight: 650;
	text-decoration: none !important;
}

.navboxidle {}
.navboxstick {
	width: 1020px !important;
}

/****** Footer ******/

footer {
    width: 100%;
    background-color: #f4f4fa;
    margin-top: 20px;
}

.footerwrap {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0px 0px 25px 0px;
}

.footermenu ul li {
    float: left;
    margin-right: 13px;
    cursor: pointer;
}

.footersectmn ul {
	line-height: 1.2rem;
}

.footertxttop {
    color: #6d6d6d;
    font-size: 13px;
}

.footertxttop:hover {
    color: #333333 !important;
	text-decoration: none !important;
	font-weight: 500;
}

.footertxtcopy {
    color: #6d6d6d;
    font-size: 13px;
	line-height: 1.0rem;
}

.footertxtsect {
	color: #7A7671;
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana,tahoma,arial;
	margin-bottom: 10px;
}

.footertxtmenu {
	color: #7f7f7f;
	font-size: 12.5px;
}

.footerlinem1	{border-bottom: 1px solid #d2d2d2;}
.footerlinem2	{border-bottom: 1px solid #f7f7f7;}
.footerlinec1		{border-left: 1px solid #d2d2d2;height: 165px;}
.footerlinec2		{border-left: 1px solid #f7f7f7;height: 165px;}
.footerlinesep {
    width: 100%;
    height: 5px;
    background-image: url(/images/footerbgline.png);
}

/****** Body Global ******/

.bodystandalone {
    font-size: 14.5px;
	line-height: 1.45rem;
	background: #f9f9f9;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0;
}

.warpcontainer {
	align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 50px;
    position: relative;
    width: 100%;
}

.warpcontainer::before {
	width: 100%;
	content: "";
	height: 100vh;
	left: 50%;
	position: fixed;
	transform: translateX(-50%) translateY(50%);
	background: linear-gradient(0deg, rgb(0 59 255 / 38%) 0, rgba(255, 180, 0, 0) 100%);
	z-index: -1;
}

.wrapwholepage {
	padding-top: 13vh;
}

/****** Body Main ******/

.sitebodycenter {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
}

#pagemove_top {
	scroll-margin-top: 60px;
}

.sitebodymain {
	float: left;
    width: 798px;
    padding-right: 18px;
    border-right: 1px solid #cccccc;
}

.sitebodyaside {
	float: right;
    width: 202px;
    padding-left: 15px;
}

/****** Body aSide Game ******/

.siteasiadeclock {
	height: 45px;
	padding-left: 25px;
	margin-left: -15px;
	margin-bottom: 20px;
	background-image: url('/images/halfclock.gif');
    background-repeat: no-repeat;
}

.asideboxpngtxt	{color: #888;font-weight: 600;}
.asideboxpngtxt:hover	{color: #333;font-weight: 800;}
.asideboxpngame {
	padding: 5px 10px 2px 10px;
	margin-bottom: 8px;
	background-color: #f0f0f0;
	border-radius: 3px;
}

.asideboxexptitle {
	color: #fff;
	font-weight: 700;
	padding: 7px 0px 5px 18px;
	margin-left: -15px !important;
	margin-bottom: 12px;
    background-color: #cccccc;
    border-radius: 0px 5px 5px 0px;
}

.asideboxexptext li {
	color: #676767;
	font-size: 13px;
	letter-spacing: -0.05rem;
	line-height: 1.2rem;
	margin-bottom: 15px;
}

/****** Body aSide Menus ******/

.siteasidetitle {
    color: #ffffff;
	margin-left: -15px !important;
	margin-bottom: 10px;
    background-color: #f0f0f0;
    border-radius: 0px 5px 5px 0px;
}

.asideboxtitle {
	color: #676767;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 0px 10px 15px;
	margin: 0px;
	display: inline-flex;
	align-content: center;
}

.asideboxmenus {
	padding: 5px 0px; 15px 5px;
	margin-bottom: 15px;
}
.asideboxmenus li {padding-left: 12px;}
.asideboxmnshort {padding-left: 0px !important;}

.txtasideboxmtitle {
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 3px !important;
	padding-left: 0px !important;
}

.txtasideboxmitem {
	color: #666666;
	font-size: 15px;
}
.txtasideboxmitem :hover {color: #fb5200;}

.asideboxpntxt	{color: #fff;font-weight: 600;}
.asideboxpntxt:hover	{font-size:15px;color: #fff;font-weight: 800;}
.asideboxpannel {margin-bottom: 10px;}
.asideboxpntitle {
	padding: 5px 10px 2px 10px;
	margin-bottom: 8px;
	background-color: #cccccc;
	border-radius: 3px;
}

.asideboxpnbody {
	color: #666666;
	font-size: 13.5px;
}

.asideboxpnbody li {
	padding-left: 5px;
}