@font-face {
	font-family: noto sans tc;
	font-style: normal;
	font-weight: 500;
	src: url(../font/NotoSansTC-Medium.woff2) format('woff2'), url(../font/NotoSansTC-Medium.woff) format('woff'), url(../font/NotoSansTC-Medium.otf) format('opentype')
}
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	outline: 0
}
body {
	width: 100%;
	min-width: 1200px;
	font-family: Microsoft JhengHei;
	background-color: #0c8fc3;
	overflow-x: hidden;
}
#page_bg {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	min-height: 1100px;
	top: 0;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	z-index: -9
}
.day #page_bg {
	background-image: url(../images/bg_day.jpg)
}
.night #page_bg {
	background-image: url(../images/bg_night.jpg)
}
li {
	list-style-type: none
}
.wrap {
	width: 1200px;
	height: 910px;
	margin: 0 auto;
	position: relative
}
.logo {
	width: 300px;
	height: 140px;
	display: block;
	margin: 30px auto;
	position: relative;
	right: 30%;
	z-index: 99;
}
.logo img {
	max-width: 100%
}
.slogan {
	width: 520px;
	height: 326px;
	position: relative;
	z-index: 1;
	right: 0%;
	top: 2%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 38%;
	animation: bounceInDown ease-in-out 1.9s alternate;
	
}
.slogan img {
	max-width: 100%;
}
.main_btn {
	position: absolute;
	top: 10%;
	left: 5%;
	z-index: 1
}
.rabbit01 {
	width: 688px;
	height: 514px;
	margin-top: -37%;
	margin-left: -14%;
	z-index: 4;
	animation: bounceInUp ease-in-out 1.2s alternate, float ease-in-out 2s infinite;
}
.rabbit01 img {
	max-width: 100%;
}
.rabbit02 {
	position: absolute;
	width:5%;
	top: 6%;
	left: 685px;
	animation: bounceInDown ease-in-out 2.1s alternate, fly ease-in-out 2s infinite;
}
.rabbit03 {
	position: absolute;
	width: 8%;
    top: 5%;
    right: 260px;
	animation: bounceInDown ease-in-out 1.6s alternate, fly ease-in-out 3s infinite;
}
 @keyframes fly {
 0% {
 margin-top: -10px;
}
 50% {
 margin-top: 0px;
}
 100% {
 margin-top: -10px;
}
}
.char09 {
	background: url(../images/char09.png) no-repeat 0 0;
	width: 110px;
	height: 160px;
	display: block;
	z-index: -1;
	top: -10px;
	left: 200px;
	position: absolute
}
.main_btn a:hover {
	animation: bounce .3s ease-in-out
}
.char img {
	width: 250%;
}
.evt_btn {
	position: absolute;
	top: 46%;
}
.evt_btn li:hover {
	filter: sepia(1.5)drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5));/*---webkit-filter: brightness(1.5)drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
	-moz-filter: brightness(1.5)drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));--*/
}
.evt_btn li {
	position: absolute;
	width: 110px;
}
.content_txt ol {
	font-size: 16px;
}
.content_txt ol li {
	color: #edffff;
	text-align: left;
}
a {
	cursor: pointer
}
.content_txt  img {
	    margin-top: 3%;
		    margin-right: 4%;
}
.content_txt a img {
	    margin-top: 3%;
}
.content_txt a img:hover {
	animation: bounce .3s ease-in-out
}
.content_txt h4 {
	font-size: 16px;
	color: #daffe2;
	text-align: left;
}
.content_txt h5 {
	font-size: 16px;
	color: #ff9595;
	text-align: center;
}
/*----Table----*/

.content table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 85%;
	margin: 1% auto;
}
.content table tr:first-child td {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #21709e;
}
.content table td {
	border: 1px solid #96a6af;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	color: #002b44;
	background-color: #e5f6ff;
	vertical-align: middle;
	font-weight: bold;
}
.text {
	word-wrap: break-word;
	background: url(../images/talk_bg.png) no-repeat 0 0;
	color: #fdd23e;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	width: 60px;
	height: 45px;
	padding: 8px 0 0 10px;
	line-height: 1;
	top: -25px;
	left: 40px;
	position: absolute;
	overflow: hidden
}
.text p {
	animation: talk 2s linear infinite;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 6px
}
.text.delay p {
	animation: talk 3s linear infinite 1s
}
.evt_name {
	top: -37px;
	left: -10px;
	position: absolute;
	word-wrap: break-word;
	border: solid 1px #fff;
	background: #000;
	color: #fdd23e;
	border-radius: 8px;
	text-align: left;
	text-decoration: none;
	font-size: 19px;
	font-weight: 700;
	padding: 12px 32px 12px 15px;
	line-height: 1;
	z-index: 9;
	transform-origin: 85px 30px;
	transform: scale(0);
	transition: all .1s linear
}
.evt_name p::after {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/evt_btn_a.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	top: 14px;
	right: 12px
}
.evt_btn li:hover .evt_name p {
	animation: talk2 .3s linear;
	overflow: hidden;
	white-space: nowrap
}
.evt_name::after {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/text_bg.png) no-repeat 0 0;
	width: 20px;
	height: 15px;
	bottom: -15px;
	left: 87px
}
.evt_btn li:hover .evt_name {
	transform: scale(1)
}
.evt_btn li:hover .text {
	opacity: 0
}
.evt01 {
	left: 65px;
	top: 80px;
}
.evt02 {
	left: 339px;
	top: 80px;
}
.evt03 {
	left: 613px;
	top: 80px;
}
.evt04 {
	left: 887px;
	top: 80px;
}
.evt05 {
	left: 65px;
	top: 202px;
}
.evt06 {
	left: 339px;
	top: 202px;
}
.evt07 {
	left: 613px;
	top: 202px;
}
.evt08 {
	left: 887px;
	top: 202px;
}
.evt09 {
	left: 199px;
	top: 325px;
}
.evt10 {
	left: 473px;
	top: 325px;
}
.evt11 {
	left: 747px;
	top: 325px;
}

.content_txt h4 strong {
	font-weight: bold;
	color:#ffcc1b;
	font-size: 18px;
}
.n01 {
	top: 70px;
	left: -140px
}
.n02 {
	top: 16px;
	left: 1140px
}
.n03 {
	top: -108px;
	left: -74px
}
.n04 {
	top: 557px;
	right: -242px;
	position: absolute;
	z-index: -1
}
.n01 .evt_name {
	top: 10px
}
.n01 .text {
	top: 20px;
	left: 45px
}
.n02 .evt_name {
	left: -20px;
	top: -20px
}
.n02 .text {
	top: -10px;
	left: 35px
}
.n03 .evt_name {
}
.n03 .text {
	top: -24px;
	left: 50px
}
.balloon {
	position: relative;
	min-width: 1900px;
	left: 50%;
	transform: translateX(-50%);
}
.npc .text {
	background: url(../images/talk_bg_w.png) no-repeat 0 0;
	color: #000
}
.npc .evt_name p::after {
	display: none
}
.npc .evt_name {
	border: solid 1px #000;
	background: #fff;
	color: #e81202;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 20px
}
.npc .evt_name::after {
	background: url(../images/text_bg_w.png) no-repeat 0 0
}
.night .evt_name.d, .day .evt_name.n {
	display: none
}
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.7);
	z-index: -1;
	display: none;
	top: 0;
	left: 0
}
.content_bg {
	background: url(../images/content_bg.png) no-repeat 0 0;
	width: 1200px;
	height: 900px;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute
}
.reveal-modal {
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 10000;
	height: 100%
}
.content_txt {
	width: 865px;
	height: 650px;
	text-align: center;
	line-height: 2;
	overflow-y: auto;
	margin-top: 145px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 18%;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 0;
}
.content_txt h1 {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
}
.content_txt p {
	font-size: 16px;
	font-weight: bold;
}
.content_txt h3 a img {
}
.content_txt h3 a img:hover {
	filter: brightness(1.5)drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
	-webkit-filter: brightness(1.5)drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
	-moz-filter: brightness(1.5)drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
}
.content_txt h2 {
	color: #fff365;
	font-size: 22px;
	text-align: left;
}
.content_txt table {
	color: #B74900;
	font-weight: bold;
}
.content_txt h3 {
	color: #91ffd6;
	font-size: 16px;
	text-align: left;
}
#close {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 50px;
	font-weight: 100;
	color: #fff;
	border: solid 1px #fff;
	text-align: center;
	top: 52px;
	left: 96%;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}

.form {
	width: 480px;
	margin: 0 auto;
	font-weight: 700;
	color: #4a2514
}
.form table {
	width: 100%
}
.form td:first-child {
	width: 150px;
	text-align: right
}
.form td:last-child {
	text-align: left;
	padding-left: 10px
}
.form input {
	line-height: 20px;
	border: 1px solid #b7b3a7;
	padding: 0 5px;
	margin: 3px 5px;
	font-family: Microsoft JhengHei;
	font-size: 13px
}
.form input[type=text] {
	width: 180px
}
.form label {
	margin: 0 10px
}
#evt01 .content_txt ol li {
	width: 470px;
	margin: 0 auto;
	color: #3a1000;
	font-weight: 400
}
.btn {
	display: inline-block;
	margin: 8px
}
.btn:hover {
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2)
}
.center {
	text-align: center!important
}
.download_detail {
	padding-top: 20px
}
.download_detail p {
	line-height: 30px
}
.download_detail span {
	width: 100px;
	display: inline-block
}
.content_txt .dl_link li {
	display: inline-block;
	width: 100px;
	text-align: center;
	margin: 20px;
	border: 0
}
.dl_link {
	text-align: center;
	width: 96%
}
.dl_link li a {
	border: 1px solid #944e2d;
	padding: 10px;
	width: 100%;
	display: block;
	color: #fff3c7;
	border-radius: 5px;
	background: #683706
}
.dl_link li a:hover {
	background: #8c4e10;
	color: #fff;
	border: 1px solid #af6011
}
.detail {
	width: 90%;
	margin: 10px auto 0
}
table.table {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	background: #c5a283
}
#evt02 table:first-child td:first-child {
	width: 23%
}
#evt02 table:last-child td:last-child {
	width: 10%
}
.format {
	font-size: 14px;
	text-align: left;
	width: 80%;
	font-weight: 700
}
.format td:first-child {
	width: 80px;
	color: #713434
}
#evt04 .table {
	width: 100%;
	font-size: 14px
}
.content_txt table tr td img {
	text-align: center;
	margin-top: 10px;
}
.content ol {
	padding-left: 20px;
}
.content li {
	list-style-type: decimal !important;
}
#footer {
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 40px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	top: 35px;
	height: 85px;
	background-color: #0c8fc3;
}
#footer table {
	margin: 0 auto;
}
#footer span {
	color: #e97902
}
#footer ul li {
	line-height: 15px;
	margin-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#footer .about {
	padding-right: 20px;
	line-height: 18px;
	font-size: 12px;
}
.copyright {
}
.about p:first-child {
	text-transform: uppercase
}
.about a {
	color: #737373
}
.service {
	max-width:100%;
	margin:0 auto;
	padding-top:50px;
}
.service p {
	text-align:left;
	font-size:14px;
	color:#aefbff;
	font-weight: normal;
}
@media screen and (max-width:1919px) {
.n04 {
	display: none!important
}
#footer {
	top: 0px;
}

}
@media screen and (max-width:1500px) {
.n01 {
	display: none!important
}
.slogan {
	margin-top:15%;

}
.rabbit01 {
	margin-top: -56%;
}

}
@media screen and (max-width:1366px) {
.main_btn {
	top: 20px;
	left: 40px
}
.slogan {
	top: -131px;
}
}
@media screen and (max-width:1300px) {
.n02, .n03 {
	display: none!important
}
html, body {
	width: 100%;
	min-width: 1200px;
	overflow-x: hidden
}
}
@keyframes bounce {
30% {
transform:scale(1.1, .9)
}
60% {
transform:scale(.9, 1.1) translateY(-3px)
}
100% {
transform:scale(1, 1)
}
}
@keyframes talk {
0% {
width:0
}
80% {
width:100%
}
81% {
width:0
}
100% {
width:0
}
}
@keyframes talk2 {
from {
width:0
}
to {
	width: 100%
}
}
.snow-canvas {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 0;
	pointer-events: none
}
.content_txt::-webkit-scrollbar {
width:5px
}
.content_txt::-webkit-scrollbar-track {
background:rgba(0,0,0,.1);
border-radius:10px
}
.content_txt::-webkit-scrollbar-thumb {
border-radius:10px;
-webkit-box-shadow:inset 1px 1px 6px 2px rgba(171,171,171,.9)
}
.bgm {
	right: 1%;
	top: 2%;
	position: fixed;
	z-index: 2
}
.btn-mute {
	width: 28px;
	height: 12px;
	background: url(../images/sound_on.gif);
	display: block;
	cursor: pointer
}
.mute {
	background: url(../images/sound_off.png)
}
.finish_post {
	cursor: pointer
}
.fb a {
	background: url(../images/fb_icon.png);
	background-size: 100%;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	position: fixed;
	right: 24px;
	bottom: 95px
}
.red {
	color: red
}
#evt03 .content .content_bg .content_txt table tr td strong {
	color: #7D3200;
}
.awards {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 400px;
}
#evt04 .content .content_bg .content_txt .awards table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.awards h5 {
	font-size: 28px;
	color: #EBA454;
}
input {
	width: 300px;
	height: 30px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
