@charset "UTF-8";
@import url("/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:400,500,700&display=swap");

ul	{padding:0px;margin:0px;}
li	{list-style:none;}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}

body {
		font-size: 14.5px;
		line-height: 1.45rem;
		font-family: Source Sans Pro,sans-serif;
		/*font-family: "Inter", sans-serif;*/
		letter-spacing: -0.01125rem;
		margin-left: 0px;
		margin-top: 0px;
}

p,td {
	color: #333;
	font-size: 14.5px;
	line-height: 1.45rem;
	font-family: Source Sans Pro,sans-serif;
}

textarea {
	color: #333;
	font-size: 14.5px;
	line-height: 1.45rem;
	font-family: Source Sans Pro,sans-serif;
	background-color: transparent;
	border:1 solid #B2B2B2;
	padding: 5 5 5 5;
}

a:link				{text-decoration:none;}
a:visited			{text-decoration:none;}
a:active			{text-decoration:none;}
a:hover				{text-decoration:none;color:red;}
.divyoutube		{position: absolute;cursor: pointer;}

.txtquickpick  {font-size:13px !important;color: #00746b;letter-spacing: -0.04rem;}
.txtnodata		{display: inline-flex;align-items: center;justify-content: center;width:100%;padding-bottom:5px;color:#a0a0a0;font-size:17px;}

.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 ******/

.ballsize0 {
	width: 18px !important;
	height: 18px !important;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	line-height: 1.45rem;
	border-radius: 50%;
}

.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%;
	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;
	overflow: hidden;
}

.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;
	color: #111;
	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 ~~~~~~*/

.bseachblank {
	float: left;
	width: 149px;
	height: 485px;
}

.bseachblank.on {
	display: block;
}

.bseachblank.off {
	display: none;
}

.bssheetblank {
	float: left;
	padding: 5px 7px 12px 7px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}

.bssheetnumw {
	margin-top: 0px;
	padding-top: 0px;
}

.bssheetnumw ul li {
	float: left;
	width: 20px;
	color: #dedede;
	text-align: center;
	font-weight: normal;
	line-height: 150% !important;
	border: 1px solid #dedede;
	background-color: #fff;
	margin: 1px;
}

.bssheetmiddle {
	float: left;
	width: 100%;
	color: #0025dd;
	font-weight: 600;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 1px;
}

/*~~~~~~ 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: 485px;
}

.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: -48px !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: 485px;
}

.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: -48px !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;
}

/*~~~~~~ Subscription Num Pick ~~~~~~*/

.numsheetmbox {
	border: 1px solid #cdcdcd;
    border-radius: 5px;
    background-color: #f7f7f7;
	padding-bottom: 7px;
}

.numsheetmbox.on {
	background-color: #e3fad8 !important;
	border-color: #5fb602 !important;
}

.numsheetpbox {
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	background-color: #f7f7f7;
}

.numsheetpbox.on {
	background-color: #e3fad8 !important;
	border-color: #5fb602 !important;
}

.numsheettop {
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 10px 10px;
}

.numsheetoptitle {
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	padding-top: 3px;
}

.numsheetwhite {
	margin: 0px 10px;
}

.numsheetwhite ul {
    display: flex;
    justify-content: space-between;
	padding: 0px !important;
	margin: 0px 0px 5px 0px !important;
}

.numsheetwhite ul li {
	float: left;
	width: 38px;
	color: #676767;
	text-align: center;
	font-weight: normal;
	line-height: 180% !important;
	border: 1px solid #cdcdcd;
	/*background-color: #fff;*/
	border-radius: 5px;
	margin: 0px;
	cursor: pointer;
}

.numsheetwhite ul li.on {
	color: #fff;
	background-color: #343443;
}

.numsheetmid {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0px 10px 10px;
	text-align: left
}

.numsheetmega {
	margin: 0px 10px;
}

.numsheetmega ul {
	display: flex;
    justify-content: space-between;
	padding: 0px !important;
	margin: 0px 0px 5px 0px !important;
}

.numsheetmega ul li {
	float: left;
	width: 38px;
	text-align: center;
	font-weight: normal;
	color: #676767;
	line-height: 180% !important;
	border: 1px solid #97d0f7;
	background-color: #ecf4f9;
	border-radius: 5px;
	margin: 0px;
	cursor: pointer;
}

.numsheetmega ul li.on {
	color: #fff;
	background-color: #224387;
}

.numsheetpower {
	margin: 0px 10px;
}

.numsheetpower ul {
	display: flex;
    justify-content: space-between;
	padding: 0px !important;
	margin: 0px 0px 5px 0px !important;
}

.numsheetpower ul li {
	float: left;
	width: 38px;
	color: #676767;
	text-align: center;
	font-weight: normal;
	line-height: 150% !important;
	border: 1px solid #f79797;
	background-color: #fef5f6;
	border-radius: 5px;
	margin: 0px;
	cursor: pointer;
}

.numsheetpower ul li.on {
	color: #fff;
	background-color: #872222;
}

/*~~~~~~ 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;
}

.prizechartxls		{}
.prizechartxls ul	{
	display: flex;
	align-items: center;
	justify-content: space-between;
	letter-spacing: -0.05rem;
	margin-bottom: 0px;
}
.prizechartxls	ul li {
	float: left;
	text-align: center;
}

.prizecharttitle	{
	font-weight: 550;
	line-height: 30px;
	border-top: 1px solid #565656;
	border-bottom: 1px solid #565656;
}
.prizechartitems {
	border-bottom: 1px dashed #cdcdcd;
	padding: 3px 0 2px 0;
}

.prizechartcol1	{width: 17%;}
.prizechartcol2	{width: 50%;}
.prizechartcol3	{width: 33%;line-height: 1rem;}

.prizechartexp	{line-height: 1.2rem;}
.prizechartballs	{margin: 0 60px}

.prizeballmy {
    border: 1px solid #454545 !important;
    background: #003b90 !important;
}

.prizeballmn {
    background: #cddef8 !important;
}

/*@@@@@@@ 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;}

/*###### Result List ######*/

.result-list {
	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;
	overflow: hidden;
}

.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: #ffffd9 !important;
}

.result-row:hover {
	background-color: #fffff0;
}

.result-col-no		{flex: 0 0 50px;}
.result-col-date		{flex: 0 0 140px;}
.result-col-nums	{flex-grow: 1;text-overflow: ellipsis;}
.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;
	margin: 0;
	padding: 5px 3px 5px 0px;
}

.opboard-list ol ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

/****** Comment Body ******/

.oplistuser {
	display: inline-flex !important;
    align-items: center;
}

.oplistcontents {
	color: #454545 !important;
	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 ******/

.boards-list {
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.boards-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.boards-list li {
	padding: 6px 1px 4px 1px;
	text-align: center; 
	white-space: nowrap;
	overflow: hidden;
}

.boards-header {
	height: 35px;
	color: #a0a0a0;
	font-weight: 400;
	background-color: #fafafc;
	border-bottom: 2px solid #eeeeee;
}

.boards-row {
	border-bottom: 1px dashed #eee;
}

.boards-row.on {
    background: #ffffd9 !important;
}

.boards-row:hover {
	background-color: #fffff0;
}

.boards-col-no		{flex: 0 0 45px;}
.boards-col-title		{flex-grow: 1;text-overflow: ellipsis;}
.boards-col-writer	{flex: 0 0 100px;}
.boards-col-date	{flex: 0 0 100px;}

.bbsform-side {flex-grow: 1;padding-right: 5px;}
.bbsform-title	{
	flex: 0 0 75px;
	padding-left: 5px;
	color: #676767;
	font-weight: 400;
}

/****** Testimonials List ******/

.boardt-list {
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.boardt-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.boardt-list li {
	padding: 4px 1px 3px 1px;
	/*white-space: nowrap;
	overflow: hidden;*/
}

.boardt-row {
	padding: 4px 5px 3px 5px;
	border-bottom: 1px dashed #eee;
}

.boardt-row.on {
    background: #ffffd9 !important;
}

.boardt-row:hover {
	background-color: #fffff0;
}

.boardt-col-picture {flex: 0 0 110px;padding-top: 8px;}
.boardt-col-body	{flex-grow: 1;}

.boardt-col-title		{font-weight: 600;flex-grow: 1;text-overflow: ellipsis;text-align: left;}
.boardt-col-side		{text-align: right;}
.boardt-col-text		{line-height: 1.38rem;}

.ttmastext		{letter-spacing:-0.05rem;color:#787878 !important;font-size:14px;}

/****** FAQ ******/

.accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
	border-bottom: 1px solid #e5e5e9;
}

.accordion_item {
	border-top: 1px solid #e5e5e9;
    overflow: hidden;
}

.accordion_title {
	line-height: 1.3rem;
	font-weight: 500;
    cursor: pointer;
    position: relative;
	padding: 10px 25px 0px 27px;
    outline: 0;
    cursor: pointer;
    background-image: url(/images/faqq.gif);
	background-repeat: no-repeat;
}

.accordion_title::after {
	content: '';
    background: url(/images/faq_plus.svg) no-repeat center;
    width: 18px;
    height: 18px;
    transition: .4s;
    position: absolute;
    right: 10px;
    top: 10px;
}

.accordion_title.active {
	color: #ff0000 !important;
	font-size: 15px;
	font-weight: 700;
}

.accordion_title.active::after {
	color: #ff0000;
	transform: rotateZ(45deg);
}

.accordion_text {
	line-height: 1.3rem;
	font-weight: 400;
	padding-left: 27px;
	margin-bottom: 7px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
	background-image: url(/images/faqa.gif);
    background-repeat: no-repeat;
}

/*###### MyPage Common ######*/

.mypage-top {
	height: 4px;
	background-color: rgb(176 199 225);
	border-top: 1px solid #dedee0;
    border-bottom: 1px solid #d5d5d5;
}

.myaccinfobox {
	border:1px solid #cccccc;
	border-radius:2px;
}

.myaccinfobox ul {
	height: 38px;
	display: flex;
	align-items: center;
	margin: 0;
	border-bottom: 1px solid #eee;
}

.myaccinfobox ul li {
	text-align: center;
}

.myaccinfotitle {
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color:#f8f8f8;
	border-bottom:1px solid #efefef;
}

.myaccinfoitem {
	width: 50%;
	color: #888;
	border-right:1px dashed #dedede;
}

.myaccinfotxt {
	width: 50%;
}

/****** 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-deptype.gray{color: #ababab !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 Order ******/

.order-list {
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.order-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.order-list li {
	padding: 6px 1px 4px 1px;
	text-align: center; 
	white-space: nowrap;
	overflow: hidden;
}

.order-header {
	height: 35px;
	color: #a0a0a0;
	font-weight: 400;
	background-color: #fafafc;
	border-bottom: 2px solid #eeeeee;
}
.order-row {
	border-bottom: 1px dashed #eee;
}

.order-row.on {
    background: #ffffd9 !important;
}

.order-row:hover {
	background-color: #fffff0;
}

.order-col-no		{flex: 0 0 45px;}
.order-col-date	{flex: 0 0 100px;}
.order-col-game{flex-grow: 1;text-overflow: ellipsis;}
.order-col-draw	{flex: 0 0 120px;}
.order-col-odno	{flex: 0 0 100px;}
.order-col-tkt	{flex: 0 0 45px;}
.order-col-status{flex: 0 0 80px;}
.order-col-scan	{flex: 0 0 80px;}
.order-col-prize	{flex: 0 0 80px;}

.order-col-drwm{flex: 0 0 130px;}
.order-col-scnm{flex: 0 0 60px;}

.order-side {flex-grow: 1;padding-right: 5px;}
.order-title	{
	flex: 0 0 80px;
	padding-left: 5px;
	color: #676767;
	font-weight: 400;
}

.order-draws {
	padding: 0px 5px 0 5px;
	background-color: #d9ffd9;
}

.order-balls {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 5px;
}

.order-ticket {
	width: 200px;
	padding: 0px;
	margin: 0 15px 5px 0;
}

.order-tktxt {
	height: 22px;
	padding: 2px 5px 0 10px;
	margin-bottom: 3px;
	background-color: #f0f0f0;
}

.order-tktpnl {
	height: 20px;
	font-family: arial;
	font-size: 14px;
	padding-left: 5px;
}

.order-tktnon {
	color: #aaa;
	height: 20px;
	font-family: arial;
	font-size: 13px;
	padding-left: 5px;
	letter-spacing: -0.06rem;
}

.order-scans {
	width: 100%;
	padding-top: 5px;
}

.order-scnpic {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
}

.order-scnitem {
	margin: 0 15px 5px 0;
}

.order-btnagain {
    color: #fff;
    padding: 0.1rem 0.5rem !important;
    margin: 0rem;
    background: #2eaf4f;
    border-radius: 0.3rem;
    font-size: 0.9rem;
    font-weight: 400;
}

.order-btnagain.on {
    background: #592bca !important;
}

/****** MyPage Subscription ******/

.subsc-list {
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.subsc-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.subsc-list li {
	padding: 6px 1px 4px 1px;
	text-align: center; 
	white-space: nowrap;
	overflow: hidden;
}

.subsc-header {
	height: 35px;
	color: #a0a0a0;
	font-weight: 400;
	background-color: #fafafc;
	border-bottom: 2px solid #eeeeee;
}
.subsc-row {
	border-bottom: 1px dashed #eee;
}

.subsc-row.on {
    background: #ffffd9 !important;
}

.subsc-row:hover {
	background-color: #fffff0;
}

.subsc-col-no	{flex: 0 0 45px;}
.subsc-col-game{flex: 0 0 110px;}
.subsc-col-tkt	{flex: 0 0 50px;}
.subsc-col-cond	 {flex: 0 0 88px;}
.subsc-col-status{flex: 0 0 100px;}
.subsc-col-price	{flex: 0 0 60px;}
.subsc-col-dsc	{flex: 0 0 48px;}
.subsc-col-last	{flex-grow: 1;text-overflow: ellipsis;}
.subsc-col-date	{flex: 0 0 93px;}

.subsc-side {flex-grow: 1;padding-right: 5px;}
.subsc-title	{
	flex: 0 0 80px;
	padding-left: 5px;
	color: #676767;
	font-weight: 400;
}

.subsc-balls {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 5px;
}

.subsc-ticket {
	width: 205px;
	padding: 0px;
	margin: 0 15px 5px 0;
}

.subsc-tktxt {
	height: 22px;
	padding: 2px 5px 0 10px;
	margin-bottom: 3px;
	background-color: #f0f0f0;
}

.subsc-tktpnl {
	height: 20px;
	font-family: arial;
	padding-left: 5px;
}

.subsc-tktnon {
	color: #aaa;
	height: 20px;
	font-family: arial;
	font-size: 13px;
	padding-left: 5px;
	letter-spacing: -0.06rem;
}

/****** MyPage Prize ******/

.prize-list {
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.prize-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.prize-list li {
	padding: 6px 1px 4px 1px;
	text-align: center; 
	white-space: nowrap;
	overflow: hidden;
}

.prize-header {
	height: 35px;
	color: #a0a0a0;
	font-weight: 400;
	background-color: #fafafc;
	border-bottom: 2px solid #eeeeee;
}
.prize-row {
	border-bottom: 1px dashed #eee;
}

.prize-row.on {
    background: #ffffd9 !important;
}

.prize-row:hover {
	background-color: #fffff0;
}

.prize-col-no		{flex: 0 0 45px;}
.prize-col-game{flex-grow: 1;text-overflow: ellipsis;}
.prize-col-draw	{flex: 0 0 153px;}
.prize-col-dnum	{flex: 0 0 138px;}
.prize-col-gnum	{flex: 0 0 130px;}
.prize-col-step	{flex: 0 0 50px;}
.prize-col-prize	{flex: 0 0 50px;}
.prize-col-scan	{flex: 0 0 40px;}
.prize-col-gap	{flex: 0 0 40px;}

/****** MyPage NPT Mmail ******/

.nptmail-list {
	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;
	overflow: hidden;
}

.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: #ffffd9 !important;
}

.nptmail-row:hover {
	background-color: #fffff0;
}

.nptmail-col-no		{flex: 0 0 45px;}
.nptmail-col-name	{flex: 0 0 100px;}
.nptmail-col-npt		{flex-grow: 1;text-overflow: ellipsis;}
.nptmail-col-status{flex: 0 0 100px;}
.nptmail-col-date	{flex: 0 0 100px;}

.nptmail-side {flex-grow: 1;padding-right: 5px;}
.nptmail-title	{
	flex: 0 0 100px;
	padding-left: 5px;
	color: #676767;
	font-weight: 400;
}

.nptbox-list {
	font-size: 13.5px;
	padding: 0 !important;
	border-bottom: 0px !important;
}

.nptbox-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.nptbox-list li {
	padding: 0;
	text-align: center; 
	white-space: nowrap;
	overflow: hidden;
}

.nptbox-row {
	border-bottom: 0 !important;
}

.nptbox-row.on {
    background: #ffffd9 !important;
}

.nptbox-row:hover {
	background-color: #fffff0;
}

.nptbox-col-no		{flex: 0 0 50px;}
.nptbox-col-game	{flex: 0 0 100px;}
.nptbox-col-odn	{flex: 0 0 100px;}
.nptbox-col-draw	{flex: 0 0 180px;}
.nptbox-col-mail	{flex: 0 0 80px;}
.nptbox-col-date	{flex: 0 0 120px;}

/****** MyPage 1:1 Inquiry ******/

.inquiry-list {
	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;
	overflow: hidden;
}

.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: #ffffd9 !important;
}

.inquiry-row:hover {
	background-color: #fffff0;
}

.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 100px;}

/****** 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 {
	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;
	overflow: hidden;
}

.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: #ffffd9 !important;
}

.mpoint-row:hover {
	background-color: #fffff0;
}

.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 100px;}
.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 {
	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;
	overflow: hidden;
}

.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;}

.cpending-side	{flex-grow: 1;padding-right: 10px;}
.cpending-title	{
	flex: 0 0 105px;
	padding-left: 5px;
	color: #757575;
	font-weight: 400;
}

/****** MyPage Cash Log List ******/

.mcash-list {
	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;
	overflow: hidden;
}

.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: #ffffd9 !important;
}

.mcash-row:hover {
	background-color: #fffff0;
}

.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 100px;}
.mcash-col-gap		{flex: 0 0 45px;}

/****** Deposit Details List ******/

.deposit-side	{flex-grow: 1;padding-right: 10px;}
.deposit-title	{
	flex: 0 0 85px;
	padding-left: 5px;
	color: #757575;
	font-weight: 400;
}

/****** MyPage Cash Out ******/

.cashout-list {
	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;
	overflow: hidden;
}

.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: #ffffd9 !important;
}

.cashout-row:hover {
	background-color: #fffff0;
}

.cashout-col-no		{flex: 0 0 45px;}
.cashout-col-bank	{flex-grow: 1;text-overflow: ellipsis;}
.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 100px;}

.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 MyBalls ******/

.myball-list {
	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;
	overflow: hidden;
}

.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: #ffffd9 !important;
}

.myball-row:hover {
	background-color: #fffff0;
}

.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;
	height: auto !important;
	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;
}

/*@@@@@@@ Default Page @@@@@@@*/

/****** Navigation Menus ******/

.sitetopmenu-subbox {
	padding: 5px 0 3px 15px;
	border-bottom: 1px dashed #eee;
}

.drawresult-wrapper {
    position: relative;
    display: inline-block;
}

.drawresult-submenu {
    display: none;
    position: absolute;
    top: 120%;
    left: -123px;
    min-width: 318px;
	height: 148px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    padding: 8px 0 0 0;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.drawresult-submenu.active {
    display: block;
    opacity: 1;
}

.drawresult-submenu a {
    display: block;
    padding: 0px;
    color: #555;
    text-decoration: none;
    font-size: 15px;
	font-weight: 500;
    white-space: nowrap;
}

.drawresult-submenu a:hover {
    color: #ff8040;
	font-weight: 700;
}

.helpdesk-wrapper {
    position: relative;
    display: inline-block;
}

.helpdesk-submenu {
    display: none;
    position: absolute;
    top: 120%;
    left: -23px;
    min-width: 130px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    padding: 5px 0 5px 0px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.helpdesk-submenu.active {
    display: block;
    opacity: 1;
}

.helpdesk-submenu a {
    display: block;
    padding: 0px;
    color: #555;
    text-decoration: none;
    font-size: 15px;
	font-weight: 500;
    white-space: nowrap;
}

.helpdesk-submenu a:hover {
    color: #ff8040;
	font-weight: 700;
}

.mypage-wrapper {
    position: relative;
    display: inline-block;
}

.mypage-submenu {
    display: none;
    position: absolute;
    top: 120%;
    left: -15px;
    min-width: 130px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    padding: 5px 0 5px 0px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mypage-submenu.active {
    display: block;
    opacity: 1;
}

.mypage-submenu a {
    display: block;
    padding: 0px;
    color: #555;
    text-decoration: none;
    font-size: 15px;
	font-weight: 500;
    white-space: nowrap;
}

.mypage-submenu a:hover {
    color: #ff8040;
	font-weight: 700;
	letter-spacing: -0.03rem;
}

/****** Guide Tab ******/

.guidetab {
	height: 38px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding-top: 5px;
}

.guidetab1top {
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
	border: 2px solid #e7e7e7;
}

.guidetab1top.on {
	color:#3142cc;
	font-size: 17px;
	font-weight: 700;
	padding-top: 6px;
	border-bottom: 2px !important;
}

.guidetab2top {
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
	border: 2px solid #e7e7e7;
}

.guidetab2top.on {
	color:#f44b0b;
	font-size: 17px;
	font-weight: 700;
	padding-top: 6px;
	border-bottom: 2px !important;
}

.guidetabbox {
	height: 138px;
	border: 2px solid #e7e7e7;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
	padding-top: 18px;
	margin-top: -2px;
}

.guidepic {
	width: 80px;
	margin-bottom: 5px;
}

.guideinfo {
	color: #787878;
	width: 110px;
	height: 130px;
	font-size: 16px;
	font-weight: 600;
}

.guidearrow {
	width: 32px;
	height: 130px;
	color: #777;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	padding-top: 33px;
}

/*@@@@@@@ WebSite Global @@@@@@@*/

/****** Block UI Layer ******/

.blockuibox {padding: 20px;}

.blockuihead {
	width: 100%;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 15px;
	display: flex;
    align-items: center;
	justify-content: space-between;
}

.blockuibody {
	width: 100%;
	padding: 0px 10px 15px 10px;
}

.blockuibody li {
	margin-bottom: 12px;
}

.blockuitext	{
	margin-bottom: 3px !important;
	text-align: left;
}

.blockuitext li {
	padding: 0px;
	margin: 0px;
}

.blockuitoptitle {
	color: #5a687c;
    font-size: 20px;
    font-weight: 700;
	padding-left: 3px;
    padding-bottom: 3px;
}

.blockuitopsub {
	padding-top: 3px;
	cursor: pointer;
}

.blockuicontent {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
    align-items: center;
	justify-content: center;
}

.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year {
	width: 40%;
	margin: 0 2px;
}

/****** 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: 105px;
	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-size: 15px;
	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: 4px 1px 0px 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mainbbslist-title	{flex-grow: 1;text-overflow: ellipsis;}
.mainbbslist-date	{flex: 0 0 45px;color: #565656;font-size: 15px;text-align: right;}
.mainbbslist-forum	{flex: 0 0 58px;color: #565656;font-size: 15px;text-align: right;}

.mainvodpresstitle {
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}

.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;
	font-size: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	padding: 0 12px;
	cursor: pointer;
}

.navitem:hover {
    color: #0c60da !important;
	font-weight: 650;
	letter-spacing: -0.03rem;
	text-decoration: none !important;
}

.navboxidle {}
.navboxstick {
	width: 1012px !important;
}

/****** Footer ******/

footer {
    width: 100%;
    background-color: #f4f4fa;
    margin-top: 5px;
}

.footerwrap {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 10px 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 {
	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 {
	color: #676767;
	font-size: 13px;
	letter-spacing: -0.05rem;
	line-height: 1.2rem;
}

/****** 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;
}

/****** Page Body & List Bottom ******/

.pageheader {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 5px;
}

.pageheadlines {
	height: 0px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 2px solid #f3f3f3;
	margin-top: 7px;
	margin-bottom: 12px;
}

.pagebodytexts	{
	width: 100%;
	padding: 0px 5px 0px 5px;
}

.pageheader li {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	display: inline-flex;
	align-items: center;
}

.pageheadertitle {
	width: 40%;	
	color: #232323;
	font-size: 20px;
	font-weight: 700;
	margin: 0px;
}

.pageheadermiddle {
	width: 20%;
}

.pageheaderside {
	width: 40%;
	font-size: 12px;
	color: #666;
	justify-content: flex-end;
	align-items: flex-end !important;
}

.pagebodymidbox {
	width: 100%;
    border: 0.1rem solid #d0d0d0;
    border-radius: 6px;
	margin-bottom: 15px;
}

.pagebodytopbox {
	color: #454545;
	font-size: 14.3px;
    margin-top: 10px;
    padding: 10px 15px 10px 15px;
    border: 2px solid #e7e7e7;
    border-radius: 6px;
    box-sizing: border-box;
	margin-bottom: 15px;
}

.pagebodywrap	{
	width: 100%;
}

.pagebodywrnd	{
	width: 100%;
	padding: 15px 22px 20px 22px;
	margin-bottom: 30px;
	background-color: #fff;
    border-radius: 6px;
}

.pagebodyround {
	width: 100%;
    border: 0.1rem solid #d0d0d0;
    border-radius: 6px;
}

.pagebodyheader {
	color: #555555;
	padding-bottom: 5px;
}

.pagebodymiddle {
	padding-top: 15px;
}

.pagebodymidbtn {}

.pagebodyfooter {}

#pagemove_this {
	scroll-margin-top: 45px;
}

#pagemove_top {
	scroll-margin-top: 50px;
}

/****** Paging ******/

.pageinglistwrap {display: flex;justify-content: space-between;}

.pageinglistleft {width: 17%;display:inline-flex;align-items:center;}
.pageinglistright {width: 17%;display:inline-flex;justify-content:end;align-items:center;}
.pageinglistbody {width:66%;display:inline-flex;justify-content:center;align-items:center;}
.pageinglistbody ul	{display:inline-block;margin-bottom:0px !important;}
.pageinglistbody li	{float:left;margin-left:3px;margin-right:3px;}

.pageingselect {
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	font-family:Source Sans Pro,sans-serif;
	width:36px;
	height:33px;
	line-height:33px;
	text-align: center;
	border:2px solid #5aa2fa !important;
	background-color:#5aa2fa;
}

.pageingnormal {
	color:#333333;
	font-size:15px;
	font-weight:400;
	font-family:Source Sans Pro,sans-serif;
	width:36px;
	height:33px;
	line-height:33px;
	text-align: center;
	background-color:#ffffff;
	border :2px solid #e8e8e8 !important;
	cursor:pointer;
}

/****** Data Read ******/

.datareadtop {
	width: 100%;
	padding: 15px 18px 10px 15px;
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.datareadtoptitle {
	font-size: 17px;
    font-weight: 600;
	float: left;
}

.datareadtopside {
	float: right;
}

.datareadsub {
	width: 100%;
	padding: 0px 18px 15px 15px;
}

.datareadboxgray {
	width: 100%;
	background: #f7f7f7;
    padding: 8px 18px 6px 18px;
    display: flex;
    justify-content: space-between;
}

.datareadboxuser {
	float: left;
	font-size: 15.5px;
    font-weight: 600;
}

.datareadboxdate {
	float: right;
	color: #888888;
	font-size: 13px;
	font-weight: 400;
}

.datareadboxexp {
	width: 100%;
	color: #454545;
	font-size: 14.3px;
	background: #f7f7f7;
    padding: 8px 18px 6px 18px;
}

.datareadbody {
	width: 100%;
	padding: 15px 18px 10px 18px;
}

.datareadfile {
	color: #000000 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 15px 18px 10px 18px;
}

.dataopformwrap {
    padding: 15px 15px 10px 15px;
    border: 2px solid #e7e7e7;
    border-radius: 6px;
    box-sizing: border-box;
	margin-bottom: 15px;
}