@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	font-family: "Noto Sans TC", '微軟正黑體', 'Arial', 'Helvetica',  sans-serif !important;
}

* {box-sizing: border-box;}

body { background-color: #140B08;}

p {
	font-family: 'Noto Sans TC';
	font-weight: 400;
	font-size: 20px;
    line-height: 30px;
	letter-spacing: 1px;
	color: #fff;
}

ol {
	font-family: 'Noto Sans TC';
	font-weight: 400;
	font-size: 20px;
    line-height: 30px;
	letter-spacing: 1px;
	list-style-position: inside;
	margin-left: 25px;
	text-indent: -25px;
	color: #fff;
}

.yellow { color: #fff100;}

.cyan { color: #00ffff;}

.square { list-style-image: url(../images/square.png);}

.bold { font-weight: 600;}

.wrapper {
	position: relative;
	display: block;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.bg {
	position: absolute;
	width: 100%;
	min-width: 1000px;
	height: 100%;
}

.bg1, .bg2 {
	position: relative;
	width: 100%;
	display: block;
	background-color: #140B08;
	margin: 0 auto;
}

.bg1 {
	height: 3520px;
	background: url(../images/bg_01.jpg) top center no-repeat;
}

.bg2 {
	height: 100%;
	background: url(../images/bg_02.jpg) top center repeat-y;
}

.head {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 1080px;
	margin: 0 auto;
}

.home {
	position: absolute;
	display: block;
	width: 246px;
	height: 99px;
	background: url(../images/home.png) top center no-repeat;
	top: 25px;
	left: 25px;
	opacity: 1;
}

.home:hover { opacity: 0.9;}

.links {
	position: absolute;
	height: 54px;
	background: linear-gradient(90deg, rgba(54,25,12,.82), rgba(20,11,8,.72)); border: 1px solid rgba(225,169,83,.35); box-shadow: 0 0 18px rgba(222,146,48,.18);
	border-radius: 27px 0 0 27px;
	padding: 0 25px;
	top: 25px;
	right: 0;
	display: flex;
	align-items: center;
}

.account, .download, .comeback {
	font-weight: 600;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

.account:hover, .download:hover, .comeback:hover, .fb:hover, .fbs:hover { opacity: 0.9;}

.account, .download, .comeback, .fb { margin-right: 10px;}

.fb, .fbs {
	display: block;
	width: 34px;
	height: 34px;
	opacity: 1;
	cursor: pointer;
}

.fb { background: url(../images/link_fb.png) top center no-repeat;}

.fbs { background: url(../images/link_fbs.png) top center no-repeat;}

.center {
	width: 100%;
	height: 1080px;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 450px;
	display: flex;
	flex-direction: column;
    align-items: center;
}

.slogan {
	position: relative;
	display: block;
	background: url(../images/slogan1.png) top center no-repeat;
	width: 1138px;
	height: 576px;
}

.light1, .light2 {
	position: absolute;
	display: block;
	width: 1138px;
	height: 576px;
}

.light1 { background: url(../images/slogan_light_01.png) top center no-repeat;}

.light2 {
	background: url(../images/slogan_light_02.png) top center no-repeat;
	animation-delay: 0.75s;
}

.content {
	position: relative;
	width: 100%;
	max-width: 1050px;
	min-width: 1000px;
	padding: 80px 25px 50px 25px;
	margin: 0 auto;
}

.title {
	display: block;
	margin: 50px auto 25px auto;
}

.olbtnbox {	
	margin-top: 5px;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}

.olbtn {
	display: inline-block;
	font-family: 'Noto Sans TC';
	font-weight: 600;
	font-size: 20px;
    line-height: 20px;
	letter-spacing: 1px;
	background: linear-gradient(180deg,#6b3518 0%,#2c1209 100%); border:1px solid #d8a24f; box-shadow: inset 0 0 12px rgba(255,219,137,.25), 0 0 12px rgba(183,99,35,.25);
	border-radius: 10px;
	text-align: center;
	margin-right: 10px;
	padding: 10px;
	cursor: pointer;
	transition: all .5s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari and Chrome */
	-o-transition: all .5s; /* Opera */
}
.olbtn:link {color:#fff;text-decoration:none;}
.olbtn:visited {color:#fff;text-decoration:none;}
.olbtn:hover {color:#fff;background: linear-gradient(180deg,#8b4b21 0%,#3a170a 100%);}
.olbtn:active {color:#fff;background: linear-gradient(180deg,#8b4b21 0%,#3a170a 100%);}

.btnbox {
	margin-top: 25px;
	background: url(../images/btn_bg.png) center center no-repeat;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lottery, .inquire, .login, .logout { cursor: pointer;}

.inquire:hover, .login:hover, .logout:hover { filter: brightness(125%);}

.lottery {
	position: relative;
	width: 435px;
	height: 435px;
	background: url(../images/btn_lottery.png) top center no-repeat;
}

.btnlight {
	position: absolute;
	width: 435px;
	height: 435px;
	background: url(../images/btn_lottery_light.png) top center no-repeat;
}

.inquire {
	width: 221px;
	height: 221px;
	background: url(../images/btn_inquire.png) top center no-repeat;
}

.login, .logout {
	width: 221px;
	height: 221px;
}

.login {
	background: url(../images/btn_login.png) top center no-repeat;
}

.logout {
	/*display: none;*/
	background: url(../images/btn_logout.png) top center no-repeat;
}

table {
	width: 100%;
	border: 0px;
	border-spacing: 3px;
	font-family: 'Noto Sans TC';
	font-weight: 400;
	font-size: 20px;
    line-height: 30px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	margin-top: 25px;
	word-break: break-all;
}

th {
	border-radius: 10px;
	font-weight: 600;
	color: #2c130a;
	background: linear-gradient(180deg,#f5d586 0%,#c8893a 100%);
	padding: 10px 20px;
}

td {
	border-radius: 10px;
	padding: 10px 20px;
	background: rgba(49,23,13,.86); border: 1px solid rgba(211,143,65,.45);
}

tr.sr td { background: rgba(31,14,9,.9); border: 1px solid rgba(190,112,50,.35);}

td.tc { text-align: left;}

.icon {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icon.png) top center no-repeat;
	margin: 0 auto;
	cursor: pointer;
}

/* 遮罩 */
.mask {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

.mask.on {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.close {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top center no-repeat;
	top: -35px;
	right: -35px;
	cursor: pointer;
}

.picture {
	position: relative;
	width: 1000px;
	height: 547px;
	display: none;
}

.picture.on {
	display: block;
}

.cy {
	position: relative;
	width: 100%;
	min-width: 1000px;
	background-color: #140B08;
}

.cycenter {
	width: 1000px;
	min-width: 1000px;
	padding: 25px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.gflogo {
	position: relative;
	width: 135px;
	height: 37px;
	background: url(../images/gflogo.png) top center no-repeat;
}

.pwlogo {
	position: relative;
	width: 151px;
	height: 34px;
	background: url(../images/pwlogo.png) top center no-repeat;
	margin-left: 15px;
}

.cytxt {
	position: relative;
	width: 574px;
	font-size: 12px;
	color: #FFF;
	margin-left: 15px;
}

.cytxt .txt1 {
	line-height: 12px;
}

.cytxt .txt2 {
	line-height: 17px;
	margin-top: 10px;
}

.cr15{
	position: relative;
	width: 45px;
	height: 45px;
	background: url(../images/cr15.png) top center no-repeat;
	margin-left: 15px;
}
 Theme override: cancel original flashing effects 
.flashing,.light1,.light2,.btnlight{animation:none !important;}
.light1,.light2{display:none !important;}
.btnlight{opacity:.38;}
.yellow{color:#ffe08a;} .cyan{color:#f6b45d;}
@media (max-width:1000px){.wrapper,.head,.content,.cy{min-width:0}.content{min-width:0;width:100%;}.head{min-width:0;height:760px}.center{height:760px;transform:scale(.76);transform-origin:top center}.btnbox{transform:scale(.78);transform-origin:top center;height:340px}.links{transform:scale(.9);transform-origin:top right}.home{transform:scale(.85);transform-origin:top left}}


/* 主標題局部微閃光：命 左上角、輪 右下角 */
.slogan-sparkle {
	position: absolute;
	display: block;
	width: 120px;
	height: 120px;
	pointer-events: none;
	z-index: 20;
	opacity: 0;
	mix-blend-mode: screen;
	transform: translate(-50%, -50%) scale(.45) rotate(-18deg);
	filter: drop-shadow(0 0 8px rgba(255, 235, 160, .9)) drop-shadow(0 0 18px rgba(255, 177, 54, .55));
	animation: titleSparkleBlink 2.8s ease-in-out infinite;
}

.slogan-sparkle::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 96px;
	height: 10px;
	border-radius: 999px;
	background: linear-gradient(90deg,
		rgba(255,255,255,0) 0%,
		rgba(255,242,174,.15) 28%,
		rgba(255,255,255,.95) 50%,
		rgba(255,204,92,.38) 64%,
		rgba(255,255,255,0) 100%);
	transform: translate(-50%, -50%) rotate(-35deg);
}

.slogan-sparkle::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 43%, rgba(255,255,255,.95) 50%, transparent 57%),
		linear-gradient(0deg, transparent 43%, rgba(255,236,154,.9) 50%, transparent 57%),
		radial-gradient(circle, rgba(255,255,255,.95) 0 5%, rgba(255,224,120,.75) 12%, rgba(255,224,120,.18) 30%, transparent 62%);
	clip-path: polygon(50% 0%, 58% 39%, 100% 50%, 58% 61%, 50% 100%, 42% 61%, 0% 50%, 42% 39%);
}

.sparkle-ming {
	left: 268px;
	top: -15px;
	animation-delay: 0s;
}

.sparkle-lun {
	left: 971px;
	top: 188px;
	animation-delay: 1.35s;
}

@keyframes titleSparkleBlink {
	0%, 57%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(.35) rotate(-18deg); }
	8% { opacity: .78; transform: translate(-50%, -50%) scale(.82) rotate(-18deg); }
	14% { opacity: .45; transform: translate(-50%, -50%) scale(.68) rotate(-18deg); }
	21% { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(-18deg); }
	32% { opacity: 0; transform: translate(-50%, -50%) scale(.48) rotate(-18deg); }
}

/*==========================
  主標金屬掃光
==========================*/

.shine{
    position:absolute;
    overflow:hidden;
    pointer-events:none;
    z-index:30;
}

/* 左邊 */
.shine-left{

    left:108px;
    top:-15px;

    width:290px;
    height:5px;

}

/* 右邊 */

.shine-right{

    left:811px;
    top:188px;

    width:290px;
    height:5px;

}


.shine::before{

    content:"";

    position:absolute;

    top:-60px;
    left:-120px;

    width:70px;
    height:130px;

    background:linear-gradient(
        90deg,
        rgba(255,255,255,0),
        rgba(255,255,255,.15),
        rgba(255,245,180,.95),
        rgba(255,180,30,.8),
        rgba(255,255,255,.15),
        rgba(255,255,255,0)
    );

    filter:blur(3px);

    transform:skewX(-35deg);

    animation:goldSweep 2.8s linear infinite;

}

@keyframes goldSweep{

    0%{

        left:-120px;
        opacity:0;

    }

    10%{

        opacity:1;

    }

    80%{

        opacity:1;

    }

    100%{

        left:280px;
        opacity:0;

    }

}
