@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: #da643f;}

p {
	font-family: 'Noto Sans TC';
	font-weight: 400;
	font-size: 20px;
    line-height: 30px;
	letter-spacing: 1px;
	color: #2c0d00;
	margin-top: 25px;
}

ol {
	font-family: 'Noto Sans TC';
	font-weight: 400;
	font-size: 20px;
    line-height: 30px;
	letter-spacing: 1px;
	list-style-position: inside;
	margin-top: 25px;
	margin-left: 25px;
	text-indent: -25px;
	color: #2c0d00;
}

li { margin-top: 5px;}

.red { color: #e60012;}

.blue { color: #00479d;}

.green { color: #007130;}

.diamond { list-style-image: url(../images/diamond.png);}

.square { list-style-image: url(../images/square.png);}

.bold { font-weight: 600;}

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: #361d03;
	text-align: center;
	vertical-align: middle;
	margin-top: 25px;
	word-break: break-all;
}

th {
	border-radius: 10px;
	font-weight: 600;
	color: #fff;
	padding: 10px;
}

td {
	border-radius: 10px;
	padding: 10px;
}

.rtable th { background-color: #a34225;}

.gtable th { background-color: #59612b;}

.gtable th.th1, .gtable th.th2, .gtable th.th3 {
	background-color: #99a070;
	cursor: pointer;
}

.gtable th.th1:hover, .gtable th.th2:hover, .gtable th.th3:hover, .gtable th.th1.on, .gtable th.th2.on, .gtable th.th3.on { background-color: #59612b;}

.rtable td { background-color: #f1e2de;}

.gtable td { background-color: #d5d7ca;}

.rtable tr.sr td { background-color: #dcb4a7;}

.gtable tr.sr td { background-color: #acb095;}

td.tc { text-align: left;}

.wrapper {
	position: relative;
	display: block;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.head {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 930px;
	margin: 0 auto;
	background: url(../images/kv.jpg) top center no-repeat;
}

.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;}

.kvcover {
	position: absolute;
	width: 100%;
	height: 332px;
	bottom: 0;
	margin: 0 auto;
	background: url(../images/kv+.png) top center no-repeat;
}

.bg {
	position: relative;
	width: 100%;
	display: block;
	background: url(../images/bg.png) top center repeat-y, url(../images/bg+.jpg) top center no-repeat;
	background-color: #fbf6ed;
	margin: -1px auto;
	padding-bottom: 50px;
}

.content {
	position: relative;
	width: 100%;
	max-width: 1000px;
	padding: 0 25px;
	margin: 0 auto;
}

.title {
	display: block;
	margin: 50px auto 0 auto;
}

.event {
	display: block;
	margin-top: 25px;
}

.olbtnbox {	
	margin-top: 25px;
	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: #a8482d;
	border-radius: 10px;
	text-align: center;
	margin-right: 10px;
	padding: 10px;
	cursor: pointer;
	transition: all .25s;
	-moz-transition: all .25s; /* Firefox 4 */
	-webkit-transition: all .25s; /* Safari and Chrome */
	-o-transition: all .25s; /* Opera */
}
.olbtn:link {color:#fff;text-decoration:none;}
.olbtn:visited {color:#fff;text-decoration:none;}
.olbtn:hover {color:#fff;background-color:#c15435;}
.olbtn:active {color:#fff;background-color:#c15435;}

.btnbox {
	margin-top: 25px;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lottery, .gift, .inquire {
	position: relative;
	width: 223px;
	height: 163px;
}

.lottery {background: url(../images/btn_lottery.png) top center no-repeat;}

.lottery:hover { background: url(../images/btn_lottery-.png) top center no-repeat;}

.gift { background: url(../images/btn_gift.png) top center no-repeat;}

.gift:hover { background: url(../images/btn_gift-.png) top center no-repeat;}

.inquire { 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: 149px;
	height: 163px;
	cursor: pointer;
}

.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;}

.stage1, .stage2, .stage3 { display: none;}

.stage1.on, .stage2.on, .stage3.on { display: block;}

.icon1, .icon2 {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icon.png) top center no-repeat;
	margin: 0 auto;
	cursor: pointer;
}

/* canvas */
#particles-js canvas {
	display: block;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 930px;
	pointer-events: none;
}

.cy {
	position: relative;
	width: 100%;
	min-width: 1000px;
	background-color: #da643f;
}

.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;
}