<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	font-family:Arial, Helvetica,"微軟正黑體","黑體",sans-serif;
}
html, body, [id^="page_"]{/*id開頭為page_*/
	width: 100%;
	height: auto;
}
body{background:url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center bottom ;}
a{text-decoration:none;}

/* 主圖 */
.banner_area{
	width: 100%;
	height: 608px;
	background: url(../images/header_bg.gif) no-repeat center top;
	background-size: cover;
}
.header{
	width: 1000px;
	height: 608px;
	position:relative;
	margin: 0 auto;
}
.head-img &gt; img{
	display: block;
	position: absolute;
}
.head-img &gt; img.title{
  	top: 85px;
    left: 165px;
    z-index: 1;}
.head-img &gt; img.cat{
	bottom: 12px;
    left: 270px;
    z-index:2;}
.head-img &gt; img.city{
	bottom: 14px;
    left: -54px;
    z-index: 3;}
.head-img &gt; img.fire01{
	bottom: 117px;
    left: -323px;
    z-index: 4;}
 img.fire01,img.fire03,img.fire05,img.fire07{
 	animation-name: AA;
	-webkit-animation-name: AA;
	/*--animation-delay:1.5s;--*/
	animation-duration: 3.5s;	
	-webkit-animation-duration:3.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
 }   
@-webkit-keyframes AA {
  0% {
  	opacity: 0.2;
  	-webkit-transform:scale(0.5);
  	transform:scale(0.5);
  	}
  25%{
  	opacity: 1;
  	-webkit-transform:scale(1);
  	transform:scale(1);}
  75%{
  	opacity:0.5;
  	-webkit-transform:scale(0.7);
  	transform:scale(0.7);}
  100%{
  	opacity:0;
  	-webkit-transform:scale(0.2);
  	transform:scale(0.2);}
  }
 img.fire02,img.fire04,img.fire06,img.fire08{
 	animation-name: BB;
	-webkit-animation-name: BB;
	/*--animation-delay:1.5s;--*/
	animation-duration: 4.5s;	
	-webkit-animation-duration:4.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
 }    
@-webkit-keyframes BB {
  0% {
  	opacity: 0.2;
  	-webkit-transform:scale(0.5);
  	transform:scale(0.5);
  	}
  25%{
  	opacity: 1;
  	-webkit-transform:scale(1);
  	transform:scale(1);}
  75%{
  	opacity:0.5;
  	-webkit-transform:scale(0.7);
  	transform:scale(0.7);}
  100%{
  	opacity:0;
  	-webkit-transform:scale(0.2);
  	transform:scale(0.2);}
  }
.head-img&gt; img.fire02{
	bottom: 215px;
    left: -233px;
    z-index: 5;}
.head-img &gt; img.fire03{
	top: 140px;
    left: -69px;
    z-index: 6;}
.head-img &gt; img.fire04{
	top: 40px;
    left: 141px;
    z-index: 7;}
.head-img &gt; img.fire05{
	top: 55px;
    right: 346px;
    z-index: 8;}
.head-img &gt; img.fire06{
	bottom: 186px;
    right: -210px;
    z-index: 9;}
.head-img &gt; img.fire07{
	bottom: 77px;
    right: -255px;
    z-index: 10;}
.head-img &gt; img.fire08{
	bottom: 189px;
    right: -291px;
    z-index: 11;}


/* 內容─團─more按鈕 */
.btnmore {
    color: #ffffff;
    background: #ffb100;
    margin: 10px 0px 5px 90%;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    border-bottom: solid 5px #d09000;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: ease;
}
.btnmore:hover {
     opacity: 0.8;
}
.btnmore:active {
    border-bottom: solid 0px #c36600;
	margin-top: 5px;
}

/* 選單 */
.nav{
	width: 100%;
	height: auto;
	padding: 9px 0px;
	background-color: #057edb;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #0365d1), color-stop(0.3, #057edb), color-stop(0.7, #057edb), color-stop(1, #0365d1));
	background: -moz-linear-gradient(left, #0365d1 0%, #057edb 30%, #057edb 70%, #0365d1 100%);
	background: -webkit-linear-gradient(left,  #0365d1 0%, #057edb 30%, #057edb 70%, #0365d1 100%);
	background: -o-linear-gradient(left,  #0365d1 0%, #057edb 30%, #057edb 70%, #0365d1 100%);
	background: -ms-linear-gradient(left,  #0365d1 0%, #057edb 30%, #057edb 70%, #0365d1 100%);
	background: linear-gradient(left,  #0365d1 0%, #057edb 30%, #057edb 70%, #0365d1 100%);*/
	position: relative;
	z-index: 2;
	
}
.nav &gt; ul{
	width: 1050px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.nav &gt; ul &gt; li{float: left; margin-right: 0.1%;}
.nav &gt; ul &gt; li:last-child{margin-right: 0px;}
.nav &gt; ul &gt; li &gt; a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	color: white;
	border-radius: 8px;
	padding: 0px 5px;
}
.nav &gt; ul &gt; li &gt; a:hover{background-color: #0365d1;}
#page_japan .nav &gt; ul &gt; li:nth-child(1) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_korea .nav &gt; ul &gt; li:nth-child(2) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_chm .nav &gt; ul &gt; li:nth-child(3) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_sea .nav &gt; ul &gt; li:nth-child(4) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_island .nav &gt; ul &gt; li:nth-child(5) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_eu .nav &gt; ul &gt; li:nth-child(6) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_an .nav &gt; ul &gt; li:nth-child(7) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_mea .nav &gt; ul &gt; li:nth-child(8) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_nsa .nav &gt; ul &gt; li:nth-child(9) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_ciitf .nav &gt; ul &gt; li:nth-child(10) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_tw .nav &gt; ul &gt; li:nth-child(11) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_cruise .nav &gt; ul &gt; li:nth-child(12) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_air .nav &gt; ul &gt; li:nth-child(13) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_taichung .nav &gt; ul &gt; li:nth-child(14) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_kaohsiung .nav &gt; ul &gt; li:nth-child(15) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_gift .nav &gt; ul &gt; li:nth-child(16) &gt; a{color: #fff; background-color: white; color: #0365d1;}
#page_address .nav &gt; ul &gt; li:nth-child(17) &gt; a{color: #fff; background-color: white; color: #0365d1;}
.nav2{
	width: 100%;
	height: auto;
	/*背景漸層*/
	background-color: #abe5f5;
}
.nav2 &gt; ul{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.nav2 &gt; ul &gt; li{float: left;}
.nav2 &gt; ul &gt; li &gt; a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #004980;
	padding: 0px 10px;
}
.nav2 &gt; ul &gt; li &gt; a:hover{background: #90daf1;}

/* 內容 */
.content{
	clear: both;
	width: 1000px;
	height: auto;
	padding-top: 30px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}
.content &gt; img{display: block; margin: 0px auto;}
.sale{
	display: block;
	width: 100%;
	height: auto;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #c90314;
	margin: 0px auto 20px auto;
}
.box{
	width: 100%;
	height: auto;
	background-color: white;
	box-shadow: 0px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	padding-bottom: 20px;
}
h1{
	display: block;
	width: 100%;
	height: auto;
	line-height: 33px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: #523b09;
	/*背景漸層*/
	background-color: #ffcd38;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffcd38), color-stop(1, #ffff00));
	background: -moz-linear-gradient(left, #ffcd38 0%, #ffff00 100%);
	background: -webkit-linear-gradient(left,  #ffcd38 0%, #ffff00 100%);
	background: -o-linear-gradient(left,  #ffcd38 0%, #ffff00 100%);
	background: -ms-linear-gradient(left,  #ffcd38 0%, #ffff00 100%);
	background: linear-gradient(left,  #ffcd38 0%, #ffff00 100%);
}
h1 span{font-size: 15px; font-weight: normal; letter-spacing: 1px;}
.boxin{
	width: 100%;
	height: auto;
	padding: 0px 2% 5px 2%;
}
.boxin &gt; img{display: block; margin: 0px auto;}
h3{
	clear: both;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #037cdd;
	padding-top: 30px;
}
h4{
	font-size: 20px;
	font-weight: bold;
	color: #51565d;
	padding-top: 20px;
}
p{
	text-align: justify;
	font-size: 18px;
	color: #51565d;
	padding-top: 10px;
}
p a{text-decoration: underline;}
p a:hover{text-decoration: none;}
p.step{overflow: hidden;}
p.step span{float: left;}
p.step span:first-child{
	width: 7%;
	height: auto;
	font-size: 12px;
	text-align: center;
	color: white;
	background-color: #51565d;
	padding: 4px 0px;
	margin-right: 1%;
	border-radius: 10px;
}
p.step span:last-child{width: 92%;}
ol.number{
	width: 100%;
	height: auto;
	margin: 0px auto;
	list-style: decimal inside;
	text-align: justify;
	text-indent: -20px;
	font-size: 18px;
	line-height: 1.5em;
	color: #51565d;
	padding: 0px 0px 0px 20px;
	margin-top: 10px;
}

/* 內容─圖文 */
img.graphic{
	float: left;
	width: 24%;
	height: auto;
	padding-top: 20px;
}
div.graphic{
	float: right;
	width: 74%;
	height: auto;
}

/* 內容─地圖 */
div.map{
	float: left;
	width: 39%;
	height: auto;
}
iframe.map{
	float: right;
	width: 60%;
	height: 420px;
	padding-top: 20px;
}
a.map img{
	display: block;
	float: right;
	width: 60%;
	height: auto;
	padding-top: 20px;
}

/* 內容─機票 */
[class^="air_"]{width: 100%; overflow: hidden; margin-bottom: 5px;}
[class^="air_"] a{
	display: block;
	float: left;
	font-size: 19px;
	color: black;
	border-bottom: 2px dotted #bfbfbf;
	padding: 15px 0px 4px 0px;
	margin-right: 2%;
	overflow: hidden;
}
[class^="air_"] a .small{font-size: 12px; color: #959595;}
[class^="air_"] a:hover{background-color: #fffadc;}
[class^="air_"] a .area{float: left;}
[class^="air_"] a .price{
	float: right;
	text-align: right;
	color: #c90314;
}
[class^="air_"] a .price:before{content: "$";}
[class^="air_"] a .price:after{content: "起";}
.air_ticket a{width: calc(94%/4);}
.air_free a{width: 49%;}
.air_ticket a:nth-child(4n){margin-right: 0px;}
.air_free a:nth-child(even){margin-right: 0px;}
[class^="air_"] a.moreair{
	float: right;
	font-size: 14px;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
	line-height: 28px;
	color: white;
	border-bottom: 0px;
	background-color: #959595;
	border-radius: 2px;
	padding: 0px;
	margin: 16px 0px 0px 0px;
}
[class^="air_"] a.moreair:hover{background-color: #626262;}

/* 內容─團 */
.goods{
	width: 100%;
	height: auto;
	border-bottom: 2px dotted #bfbfbf;
	padding: 20px 0px 10px 0px;
	overflow: hidden;
}
.goods &gt; a{
	display: block;
	max-width: 82%;
	float: left;
	font-size: 21px;
	color: black;
}
.goods &gt; a:hover{background-color: #fffadc;}
.goods .price{
	min-width: 145px;
	float: right;
	text-align: right;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	color: #c90314;
}
.goods .price:before{
	content: "$";
	font-size: 14px;
	font-weight: normal;
}
.goods .price:after{
	content: "元起";
	font-size: 14px;
	font-weight: normal;
}
.goods .price_del{
	min-width: 80px;
	float: right;
	text-align: right;
	text-decoration: line-through;
	font-size: 17px;
	color: #51565d;
	padding-top: 12px;
}
.goods .date{
	float: left;
	min-width: calc(100% - 350px);
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #025fcf;
	margin-top: 8px;
}
.goods .date span.start{
	display: inline-block;
	font-size: 10px;
	color: white;
	background-color: #04abf5;
	padding: 0px 10px;
	border-radius: 15px;
}
.goods .date a{color: #025fcf; margin-left: 5px;}
.goods .date a:hover{text-decoration: underline;}

/* gotop */
#gotop {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 1rem;
    font-weight: 700;
    background-color: #ff0000;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001;
    position: fixed;
   	right: 56px;
    bottom: 20px;
    display: none;
}
#gotop:hover { background-color: #ec6941; }

/* TTE找山富 */
.address{
	display: block;
    width: 159px;
    height: 150px;
    text-decoration: none;
    text-indent: -9999px;
    background-image: url(../images/address.png);
    z-index: 1001;
    position: fixed;
    right: 20px;
    bottom: 100px;
}

.address:hover {
   background-image: url(../images/address-hover.png);
}

/* 其他 */
.clear{clear: both;}
.sp00{color: #c44d22;}
.sp01{font-size: 21px; color: #c44d22;}

/* boxslider */
.mid_area{
	width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 54px;
    right: -10px;
    z-index: 500;
}
.bxslider{
	display: none;
}
.bx-wrapper{
	position: absolute;
	width: 300px;
	height: 350px;
	right: 20px;
	top: 60px;
	background-color: #fff;
	border-radius: 2px;
	background-image: url(../images/star_title.png);
	background-position: 4px 3px;
	background-repeat: no-repeat;
	padding: 60px 25px;
}
.bx-wrapper li{
	position: relative;
}
.bx-wrapper img{
	width: 100%;
	margin-bottom: 8px;
}
h2{
	font-size: 13px;
	padding: 5px 8px;
	position: absolute;
	top: 91px;
	color: #fff;
	background-color: rgba(20,20,20,0.6); 
	line-height: 22px;
	width: 100%;
	min-height: 54px;
}
.import{
	font-size: 13px;
	line-height: 22px;
	display: block;
	background-image: url(../images/list_style.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px center;
}
.bx-pager{
	overflow: hidden;
	position: absolute;
	bottom: -30px;
}
.bx-pager-item a{
	text-indent: -9999px;
	display:inline-block;
	width: 8px;
	height: 8px;
	 background-image: url(../images/pager.png);
}
.bx-pager-item a.active{
	background-image: url(../images/pager_2.png);
}
.bx-pager-item{
	float: left;
	margin: 0px 6px;
}
.bxslider a{
	display: block;
	color: #333;
}
.bxslider li:hover{
	background-color: #fffadc;
}
.price_o{
	font-size: 18px;
	font-family: Helvertica,Arial,sans-serif;
	color: #727171;
	font-weight: bold;
	text-decoration: line-through;
	margin: 20px 10px 0px 0px;
	float: left;
}
.price_p{
	font-size: 30px;
	font-style: italic;
	font-family: Helvertica,Arial,sans-serif;
	color: #c90314;
	font-weight: bolder;
	margin: 10px 0px 0px 20px;
	text-align: right;
}
.price_p span{
	font-size: 14px; 
	margin-right: 5px;
}
.bx-controls-direction{
	display: none;
}
.tag{
	position: absolute;
	left: 0;
	top:0;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
	line-height: 25px;
	padding: 0px 20px;
	background-color: #c90314;
}

@media screen and (max-width: 999px){
body{
	background-position: center top;
	background-repeat: repeat-y;}
/* 主圖 */
.banner_area{ 
	height: auto;
    background: none;}
.header{
	width: 100%;
	height: auto;
}
.head-img{
	width: 100%;
	position: initial;
	height: auto;
	background: url(../images/header_bg_rwd.jpg) repeat-x center 35px;
	background-size: 100%;
    padding-bottom: 57%;
}
.head-img &gt; img{display: none !important;}
/* boxslider */
.mid_area{position:initial;}
.bx-wrapper{
	position: initial;
	width: 100%;
	height: initial;
	background-image: initial;
	padding: 10px 10px;
	margin: 20px 0;
}
.bx-wrapper img{
	float: left;
	margin-right: 10px;
}
h2{
	position: initial;
	background-color: transparent;
	color: #00a1e9;
	font-weight: bold;
	font-size: 15px
}
.bx-pager{
	position: initial;
	bottom: 0;
}
.price_o,.bx-pager,{margin-top: 5px;}
.price_o{margin-left: 0;}
/* 選單 */
.nav{
	display: none;
	width: 100%;
	height: 100%;
	padding: 0px;
	position:fixed;
	z-index: 2000;
	top: 40px;
}
.nav &gt; ul{width: 100%; height: 100%; padding: 10px 10% 40px 10%; overflow: auto;}
.nav &gt; ul &gt; li{float: none; padding: 2px 0px; margin-right: 0px;}
.nav2 &gt; ul{display: none;}
/* boxslider */
.mid_area{width: 95%;}
/* 內容 */
.content{width: 96%;}
/* gotop */
#gotop {bottom: 10px; right: 10px;}
/* TTE找山富 */
.address{display: none;}
}

@media screen and (max-width: 984px){
/* 內容─團 */
.goods &gt; a{max-width: 100%;}
}

@media screen and (max-width: 920px){

}

@media screen and (max-width: 831px){
/* 內容─機票 */
.air_ticket a{width: 49%;}
.air_ticket a:nth-child(even){margin-right: 0px;}
.air_free a{float: none; width: 100%; margin-right: 0px;}
}

@media screen and (max-width: 799px){
/* 內容─地圖 */
div.map{
	float: none;
	width: 100%;
}
iframe.map{
	float: none;
	width: 100%;
	height: 200px;
}
a.map img{
	float: none;
	width: 100%;}
}

@media screen and (max-width: 729px){
/* 內容─團─more按鈕 */
.btnmore {margin: 10px 0px 5px 85%;}
/* 內容 */
p.step span:first-child{width: 10%;}
p.step span:last-child{width: 89%;}
}

@media screen and (max-width: 600px){
/* 內容 */
.content &gt; img{width: 100%;}
.boxin &gt; img{width: 100%;}
p.step span:first-child{display: block; width: 70px;}
p.step span:last-child{display: block;	width: 100%; padding-top: 5px;}
/* boxslider */
.bx-wrapper img{
	float: initial;
	margin-right: 10px;
	width: 100%;
}
.bx-pager{
	margin-left: 6%;
	margin-top: 30px;
}
.price_o{margin-left: 50px;}
h2{
	padding: 5px 8px;
	margin-top: -70px;
	margin-bottom: 10px;
	color: #fff;
	background-color: rgba(20,20,20,0.6); 
	line-height: 22px;
	min-height: 55px;
}
/* 內容─圖文 */
img.graphic{float: none; width: 100%;}
div.graphic{float: none; width: 100%;}
}

@media screen and (max-width: 459px){
/* 內容─團─more按鈕 */
.btnmore {margin: 10px 0px 5px 75%;}
/* 內容─機票 */
.air_ticket a{float: none; width: 100%; margin-right: 0px;}
}</pre></body></html>