<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);*/

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html {
}
body {
	font-family: "Noto Sans TC", "Microsoft JhengHei", "敺株��迤暺煾��", "Apple LiGothic Medium", "��𧢲�𨅯�瑚葉暺�", "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	line-height: 1.4;
	font-size: 12pt;
	height: 100%;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s; /* Safari */
	transition: 0.3s;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: 0.2s; /* Safari */
	transition: 0.2s;
	cursor: pointer;
}
a:hover {
	color: #73cde5;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .8 )  url('http://sampsonresume.com/labs/pIkfp.gif')  50% 50%  no-repeat;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;
}
/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
	display: block;
}
.wrapper {
	width: 100%;
	height: 100%;
}
.checksize {
	position: fixed;
	z-index: 99;
	padding: 5px;
	top: 0px;
	right: 0px;
	color: #FFF;
	background: #000;
}
.background_image {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -2;
	background: url(../images/bg_landing.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-webkit-transition: 0.5s ease-out; /* Safari */
	transition: 0.5s ease-out;
}
.blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.bg_black {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	background: #000;
	opacity: 0;
	-webkit-transition: 0s; /* Safari */
	transition: 0s;
}
.bg_white {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	background: #FFF;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0s; /* Safari */
	transition: 0s;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	overflow: hidden;
	position: absolute;
	z-index: 9;
	width: 100%;
	-webkit-transition: 0s; /* Safari */
	transition: 0s;
}
.headerBar {
	width: 100%;
	height: 15px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.logoBar {
	width: 485px;
	height: 80px;
	background: url(../images/logoBar.png) no-repeat right center;
}
/* Middle
-----------------------------------------------------------------------------*/
.container {
	width: 100%;
	position: absolute;
	padding: 30px;
	left: 0;
	top: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.fixed {
	display: inherit;
}
.back_to_home_btn {
	position: fixed;
	z-index: 10;
	width: 300px;
	height: 110px;
	left: 0px;
	top: 20px;
	background: url(../images/back_to_home_btn.png) no-repeat center center;
	display: none;
}
.back_to_home_btn:hover {
	opacity: 0.7;
	cursor: pointer;
}
 @media screen and (max-width:950px) {
.back_to_home_btn {
	left: -310px;
}
}
.landingPage {
}
.landingLogo {
	margin: 0 auto;
	width: 600px;
	height: 145px;
	background: url(../images/landingLogo.png) no-repeat center center;
	background-size: contain;
	margin-bottom: 10px;
	-webkit-transition: 0s; /* Safari */
	transition: 0s;
	-webkit-transition: width 0.3s, height 0.3s; /* Safari */
	transition: width 0.3s, height 0.3s;
}
 @media screen and (max-width:950px) {
.landingLogo {
	width: 210px;
	height: 252px;
}
}
 @media screen and (max-width:500px) {
.landingLogo {
}
}
.landingInfo {
	margin: 20px auto;
	width: 100%;
	max-width: 800px;
	font-size: 14pt;
	color: #FFF;
	text-align: center;
	/*text-shadow: 0px 0px 3px rgba(0,0,0,0.4);*/
		
	-webkit-transition: opacity 0s; /* Safari */
	transition: opacity 0s;
}
.highlight {
	font-weight: bold;
	color: #00adee;
}
.enterBtn {
	margin: 0 auto;
	width: 300px;
	height: 50px;
	background: #fff;
	font-size: 14pt;
	color: #002b57;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 8px;
	box-shadow: 0px 5px #002b57;
	-webkit-transition: 0s; /* Safari */
	transition: 0s;
}
.enterBtn:hover {
	background: #00adee;
	color:#fff;
	box-shadow: 0px 5px #002b57;
	cursor: pointer;
}
.nextBtn {
	position: fixed;
	z-index: 8;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/nextBtn.png) no-repeat 95% 95%;
	display: none;
	opacity: 0;
	-webkit-transition: 0s; /* Safari */
	transition: 0s;
	-webkit-transition: background .3s; /* Safari */
	transition: background .3s;
	animation-name: nextBtn_ani;
	animation-iteration-count: infinite;
	animation-duration: 3s;
}
.nextBtn:hover {
	cursor: pointer;
}
 @keyframes nextBtn_ani {
 0% {
background-position: 95% 95%;
}
 50% {
background-position: 96% 95%;
}
}
.gamePage {
	width: 100%;
	height: 100%;
}
#game_page_1 {
	display: none;
}
#game_page_2 {
	display: none;
}
#game_page_3 {
	display: none;
}
#game_page_4 {
	display: none;
}
#game_page_5 {
	display: none;
}
#game_page_6 {
	display: none;
}
.chapterTitle {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 55px;
	color: white;
	opacity: .7;
	text-align: center;
}
 @media screen and (max-width:500px) {
.chapterTitle {
	top: 30px;
}
}
.story_script {
	font-size: 18pt;
	color: white;
	padding: 20px;
	-webkit-transition: 0s; /* Safari */
	transition: 0s;
	-webkit-transition: width .3s; /* Safari */
	transition: width .3s;
}
.script_01 {
	position: absolute;
	width: 70%;
	max-width: 800px;
	text-align: left;
	top: 30%;
	left: 10%;
}
.script_02 {
	position: absolute;
	width: 70%;
	max-width: 700px;
	text-align: left;
	top: 50%;
	right: 8%;
}
 @media screen and (max-width:950px) {
.script_01 {
	width: 90%;
	left: 0;
	top: 20%;
}
.script_02 {
	width: 90%;
	right: 0;
	top: 50%;
}
}
 @media screen and (max-width:500px) {
.story_script {
	font-size: 16pt;
}
.script_01 {
	width: 100%;
	left: 0;
	top: 20%;
}
.script_02 {
	width: 100%;
	right: 0;
	top: 50%;
}
}
.answerBox {
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.question_icon {
	width: 100px;
	height: 120px;
	margin: 0 auto;
	margin-top: -50px;
	background: url(../images/question_icon.png) no-repeat center center;
	background-size: contain;
	opacity: 0;
	-webkit-transition: 0s; /* Safari */
	transition: 0s;
}
 @media screen and (max-width:950px) {
.question_icon {
	display: none !important;
}
}
 @media screen and (max-width:500px) {
.question_icon {
	display: none !important;
}
}
.question {
	text-align: center;
	font-size: 22pt;
	padding: 20 0px;
	margin-bottom: 25px;
	opacity: 0;
}
.answer_script {
	font-size: 18pt;
	padding: 5px 20px;
	margin-bottom: 10px;
	color: white;
	opacity: 0;
	border-radius: 6px;
	-webkit-transition: 0s; /* Safari */
	transition: 0s;
	-webkit-transition: background 0.3s; /* Safari */
	transition: background 0.3s;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}
.answer_script:hover {
	cursor: pointer;
	background: rgba(255,255,255,0.3);
}
.answer_01 {
}
.answer_02 {
}
.answer_03 {
}
 @media screen and (max-width:500px) {
.question {
	font-size: 16pt;
}
.answer_script {
	padding: 5px 10px;
	font-size: 12pt;
}
}
.infoBtn {
	width: 22px;
	height: 22px;
	/*background: url(../images/infoBtn.png) no-repeat center center;*/
	display: inline;
	margin-left: 10px;
}
.infoBtn:hover {
	opacity: 0.5;
}
.infoBtn img {
	padding-top: 4px;
	max-width: 22px;
	max-height: 22px;
	cursor: pointer;
}
 @media screen and (max-width:500px) {
.infoBtn {
	width: 16px;
	height: 16px;
}
.infoBtn img {
	max-width: 16px;
	max-height: 16px;
}
}
#resultPage {
	display: none;
}
.result_box {
}
.result_script {
	color: white;
	text-align: center;
	font-size: 20pt;
	margin-top: 100px;
	margin-bottom: 25px;
	-webkit-transition: 0s; /* Safari */
	transition: 0s;
	-webkit-transition: width .3s; /* Safari */
	transition: width .3s;
}
 @media screen and (max-width:500px) {
.result_script {
	margin-top: 10px;
	font-size: 16pt;
}
}
.result_text {
	color: #FFF;
	text-align: center;
	font-size: 12pt;
	padding: 20px 0;
	max-width: 960px;
	margin: 0 auto;
}
#type_text {
	color: #73cde5;
	font-size: 16pt;
}
.big_text {
	font-size: 16pt;
}
.resultImage {
	width: 100%;
	height: 100%;
	max-width: 500px;
	max-height: 360px;
	/*background: url(../images/type_01.jpg) no-repeat center center;
				background-size: contain;*/
	margin: 0 auto;
}
.resultImage img {
	float: left;
	width: 100%;
	height: 100%;
}
/* ----- Form ----- */
.fontTitle {
	font-size: 16pt;
}
.sharing_form {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 30px 0px;
	color: #FFF;
	text-align: center;
}
.formInfo {
	width: 100%;
	margin-bottom: 10px;
	font-size: 14pt;
}
.formField {
	margin: 20px auto;
	height: 30px;
	max-width: 960px;
	display: -webkit-flex;
	display: flex;
	font-size: 12pt;
}
.textField {
	padding: 8px;
	border-radius: 4px;
	width: 100%;
	height: 30px;
	max-height: 100px;
	border: none;
	font-family: "Noto Sans TC", "Microsoft JhengHei", "敺株��迤暺煾��", "Apple LiGothic Medium", "��𧢲�𨅯�瑚葉暺�", "Lucida Grande", "Lucida Sans Unicode", Helvetica;
}
.checkBox {
	min-width: 18px;
	height: 18px;
	margin: 2px 10px 0 0;
}
#submit_btn {
	width: 140px;
}
.terms {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 40px;
	width: 100%;
	max-width: 960px;
	color: #FFF;
	font-size: 11pt;
}
 @media screen and (max-width:500px) {
.terms {
	font-size: 10pt;
}
}
.termsTitle {
	border-top: 2px dotted #999999;
	padding-top: 30px;
	color: #00adee;
	font-size: 10pt;
	font-weight: bold;
}
ol {
	list-style-type: decimal;
}
li {
	margin-bottom: 6px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	min-height: 80px;
	padding: 12px;
	background: #003571;
	font: 12px Arial, sans-serif;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.footerContent {
	width: 960px;
	max-width: 960px;
	margin: 0 auto;
}
 @media screen and (max-width:500px) {
.footerContent {
	display: inline;
}
}
.footerText {
	float: left;
	color: #629fbe;
}
.footerLogo {
	float: right;
	-webkit-flex: none;
	flex: none;
	width: 220px;
	height: 28px;
	margin: 12px 0 0 0;
}
 @media screen and (max-width:500px) {
.footerLogo {
	margin-bottom: 0;
}
}


/* for mobile */
@media screen and (max-width:500px) {
.container {
	padding: 20px;
}
.header {
	display: none !important;
}
.footer {
	display: none !important;
}
}
/* Thank You Page */
.package_list, ticket_list {
	/*display: -webkit-flex;
	display: flex;*/
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	max-width:990px;
	width:100%;
}
.package_box {
	padding: 20px;
	position: relative;
	-webkit-flex: 1;
	flex: 1;
	display:inline-block;
	width: calc( 100% / 3 - 1% );
}
.ticket_box {
	padding: 20px;
	position: relative;
	-webkit-flex: 1;
	flex: 1;
	display:inline-block;
	width: calc( 100% / 2 - 1% );
	}
.packageTitle {
	margin-top: 0;
	padding-top: 0;
	font-size: 14pt;
}
.ticketTitle {
	margin-top: 0;
	padding-top: 0;
	font-size: 18pt;
	font-weight:bold;
}
.ticketTitle span{
	font-size: 14pt;
}
.package_img {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	background: url("../images/package_img_01.jpg");
	margin: 0 auto;
}
#package_img_01 {
	background: url("../images/package_img_01.jpg");
}
#package_img_02 {
	background: url("../images/package_img_02.jpg");
}
#package_img_03 {
	background: url("../images/package_img_03.jpg");
}
#package_img_04 {
	background: url("../images/package_img_04.jpg");
}
#package_img_05 {
	background: url("../images/package_img_05.jpg");
}
#package_img_06 {
	background: url("../images/package_img_06.jpg");
}
#ticket_img_01 {
	background: url("../images/ticket_img_01.jpg");
}
#ticket_img_02 {
	background: url("../images/ticket_img_02.jpg");
}
.promoInfo {
	height: 90px;
	margin: 12px 0;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
	font-size:14px;
}
.priceBox {
	color: #FFF;
	margin: 0 auto;
	text-align: center;
}
price {
	font-size: 20px;
}
.actionBtn {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 6px;
	width: 160px;
	height: 40px;
	margin: 4px auto;
	text-align: center;
	background: #008f96;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: 0.2s; /* Safari */
	transition: 0.2s;
}
.actionBtn:hover {
	background: #00bcbc;
}
 @media screen and (max-width:650px) {
.package_box {
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.package_list {
	display: inline;
}
}


/* attraction */
.attract {
	max-width:960px;
	margin:0 auto;
	color:#fff;
	text-align:center;	
}
.att-box {
	width: calc(100% / 3 - 1%);
	padding:20px;
	vertical-align:top;
	display:inline-block;
}
 @media screen and (max-width:950px) { 
	.att-box {
	width: 100%;
	padding:20px;
	display:block;
	}
}
.att-img {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	overflow:hidden;
	margin: 15px auto;
}
.att-name {
	font-size:22px;
	font-weight:bold;
}
.att-des {
	font-size:14px;
}

/* snow */
canvas {
	display: block;
}</pre></body></html>