@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: #0c1230;}

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: #1e2a6a;
	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-color: rgba(0,0,0,0.25);
	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: 492px;
	display: flex;
	flex-direction: column;
    align-items: center;
}

.slogan {
	position: relative;
	display: block;
	background: url(../images/slogan.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: 100px 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-color: #00a0e9;
	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-color:#008dcf;}
.olbtn:active {color:#fff;background-color:#008dcf;}

.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: block;
	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: #1e2a6a;
	background-color: #ffda79;
	padding: 10px 20px;
}

td {
	border-radius: 10px;
	padding: 10px 20px;
	background-color: #11184b;
}

tr.sr td { background-color: #0c113e;}

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: #0c1230;
}

.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;
}

