@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@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", "Noto Serif TC", '微軟正黑體', 'Arial', 'Helvetica',  sans-serif !important;
}

* {box-sizing: border-box;}

img { max-width:100%;}

p {
	font-family: 'Noto Sans TC';
	font-weight: 500;
	font-size: 20px;
    line-height: 30px;
	letter-spacing: 1px;
	color: #363636;
}

.bold {
	font-weight: 700;
}

ol {
	font-family: 'Noto Sans TC';
	font-weight: 500;
	font-size: 20px;
    line-height: 30px;
	letter-spacing: 1px;
	list-style-position: inside;
	color: #363636;
	margin-left: 24px;
	text-indent: -24px;
}

.red {
	color: #e60012;
}

.blue {
	color: #0068b7;
}

.square {
	list-style-image: url(../images/square.png);
}

.wrapper {
	position: relative;
	display: block;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.masthead {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 1203px;
	display: block;
	background: url(../images/index.jpg) top center no-repeat;
	margin: 0 auto;
}

/* canvas */
#particles-js canvas {
	display: block;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 1080px;
	pointer-events: none;
	z-index: 1;
}

.home {
	position: absolute;
	display: block;
	width: 295px;
	height: 131px;
	background: url(../images/home.png) top center no-repeat;
	top: 13px;
	left: 13px;
	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 {
	position: relative;
	width: 100%;
	height: 1069px;
	max-width: 1000px;
	margin: 0 auto;
}

.cos {
	position: absolute;
	display: block;
	background: url(../images/cos.png) top center no-repeat;
	width: 653px;
	height: 851px;
	top: 120px;
	left: 282px;
	opacity: 0;
}

.slogan {
	position: absolute;
	display: block;
	background: url(../images/slogan.png) top center no-repeat;
	width: 219px;
	height: 444px;
	top: 225px;
	left: 55px;
	opacity: 0;
	animation-delay: 0.5s;
}

.subslogan {
	position: absolute;
	display: block;
	background: url(../images/subslogan.png) top center no-repeat;
	width: 62px;
	height: 393px;
	top: 451px;
	left: 242px;
	opacity: 0;
	animation-delay: 1s;
}

.time {
	display: block;
	background: url(../images/time.png) top center no-repeat;
	width: 578px;
	height: 86px;
	margin: 0 auto;
}

/* animation */
.fadeIn{
	animation-name: fadeIn;
	animation-duration: 2s;	
	animation-timing-function: ease-in-out;	
	animation-fill-mode: forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0.0;		
	}
	80% {
		opacity: 1;	
	}	
	100% {
		opacity: 1;	
	}		
}

.bg {
	display: block;
	width: 100%;
	min-width: 1000px;
	background: url(../images/bg.jpg) top center repeat-y;
	display: flex;
	flex-direction: column;
    align-items: center;
}

.content {
	width: 1000px;
	padding: 50px 25px;
	margin: 0 auto;
}

.title {
	display: block;
	margin: 50px auto 25px auto;
}

.rtitle, .gtitle {
	font-family: 'Noto Serif TC' !important;
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 5px;
}

.rtitle {
	color: #a40035;
}

.gtitle {
	color: #00736d;
}

.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: #996c33;
	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:#81511c;}
.olbtn:active {color:#fff;background-color:#81511c;}

.btnbox {
	margin-top: 25px;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lottery, .gift, .inquire, .login, .logout {
	height: 294px;
	cursor: pointer;
}

.lottery, .gift, .inquire, .login {
	display: block;
}

.lottery {
	width: 239px;
	background: url(../images/btn_lottery.png) top center no-repeat;
}

.lottery:hover { background: url(../images/btn_lottery-.png) top center no-repeat;}

.gift {
	width: 223px;
	background: url(../images/btn_gift.png) top center no-repeat;
}

.gift:hover { background: url(../images/btn_gift-.png) top center no-repeat;}

.inquire {
	width: 208px;
	background: url(../images/btn_inquire.png) top center no-repeat;
}

.inquire:hover { background: url(../images/btn_inquire-.png) top center no-repeat;}

.login, .logout {
	width: 199px;
}

.login {
	background: url(../images/btn_login.png) top center no-repeat;
}

.login:hover { background: url(../images/btn_login-.png) top center no-repeat;}

.logout {
	display: block;
	background: url(../images/btn_logout.png) top center no-repeat;
}

.logout:hover { background: url(../images/btn_logout-.png) top center no-repeat;}

table {
	width: 100%;
	border: 0px;
	border-spacing: 3px;
	color: #363636;
	font-family: 'Noto Sans TC';
	font-weight: 500;
	font-size: 20px;
    line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	word-break: break-all;
}

th {
	border-radius: 10px;
	font-weight: 600;
	color: #fff;
	padding: 20px;
}

.ltable th {
    background-color: #7d0022;
}

.gtable th {
    background-color: #005752;
}

td {
	border-radius: 10px;
	padding: 20px;
}

.ltable td {
	background-color: #eedee2;
}

.gtable td {
	background-color: #dee9e9;
}

.ltable tr.sr td {
    background-color: #debfc8;
}

.gtable tr.sr td {
    background-color: #bfd5d4;
}

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 {
	width: 100%;
	min-width: 1000px;
	background-color: #996c33;
}

.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;
}