@charset "utf-8";
/* CSS Document */
html, body{
	font-family: '微軟正黑體', sans-serif;
	font-size: 100%;
	background:#e9e4df;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat; 
}
ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -30px;
}
li{
	list-style:none;
}
.banner{
	width:100%;
}
.logo{
	position:absolute;
	top:2%;
	left:2%;
	z-index:1;
	width: 224px;
}
.top_img{
	display: block;
}
.top_mobile{
	display: none;
}
.tourmenu{
	width:100%;
	margin:0 0 2em 0;
}
.tour_menubar{
	width:100%;
	text-align:center;
}
.tour_btn{
	width:15%;
	max-width:160px;
	margin:0.5%;
	display:inline-block;
}
.tour_link{
	width:100%;
}
.tour_link img:hover{
	-webkit-filter:saturate(0.7);
}
.tour_banner{
	display: block;
}
.tour_mobile{
	display: none;
}
.flight{
	position: relative;
	height: auto;
	width: 100%;
	padding: 2em 0;
}
.flight-title{
	width:100%;
	height:70px;
	background-image: url(../images/tag-01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display:table;
	margin:1em 0;
}
.flight-text{
	width:100%;
	font-size: 23px;
	line-height: 40px;
	color: #000;
	text-align:left;
	padding:0 1.5em;
}
.flight-text table{
	background-color: #FFF;
	margin: 1em 0 0 0;
	font-size: 18px;
	color:#4b4b4b;
	line-height: 23px;
}
.flight-text td{
	border: 1px solid #969592;
}
.features{
	position: relative;
	height: auto;
	width: 100%;
	padding: 2em 0;
}
.features-title{
	width:100%;
	height:70px;
	background-image: url(../images/tag-02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display:table;
	margin:1em 0;
}
.features-text{
	width:100%;
	font-size: 23px;
	line-height: 40px;
	color: #000;
	text-align:left;
	padding:0 1.5em;
}
.features-text li{
	list-style-type:square;
}
.viewpoint{
	position: relative;
	height: auto;
	width: 100%;
	padding: 2em 0;
}
.viewpoint-title{
	width:100%;
	height:70px;
	background-image: url(../images/tag-03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display:table;
	margin:1em 0;
}
.viewpoint-into{
	margin:1em 1.5em;
	position: relative;
	display:table;
	text-align:center;
}
.viewpoint-text{
	width:100%;
	font-size: 23px;
	line-height: 40px;
	color: #000;
	text-align:left;
	vertical-align: middle;
	padding-top:5%;
}
.viewpoint-text strong{
	font-size: 33px;
	font-weight: bold;
	color: #cb3030;
	display: table;
}
.viewpoint-photo{
	width:100%;
	max-width:670px;
	height:auto;
	display:inline-block;
	vertical-align: middle;
}
.viewpoint-btn{
	width: 100%;
	margin:2.5em 0 1.5em 0;
	text-align:center;
}
.btn-back{
	width: 100%;
	max-width:428px;
	display: inline-block;
	margin:0 auto;
}
.v-photo-r{
	float:right;
	margin:0 0 0 0.7em;
}
.v-photo-l{
	float:left;
	margin:0 0.7em 0 0;
}
footer{
	position: relative;
	height: auto;
	width: 100%;
	text-align:center;
	padding: 2em 0;
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.footer-travel{
	width:100%;
	text-align:center;
}
.footer-title{
	width:100%;
	height:70px;
	background-image: url(../images/travel/travel-title.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display:table;
	margin:1em 0;
}
.footer-btn{
	max-width:224px;
	margin:0 20px;
	display:inline-block;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    overflow: hidden;
    z-index: 999;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    background: url(../images/top.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
@media(max-width:1200px){
.viewpoint-photo{
	width:40%;
}
.flight-text,
.features-text,
.viewpoint-text{
	font-size: 20px;
	padding-top:0;
}
.viewpoint-text strong{
	font-size: 25px;
}
}
@media(max-width:1024px){

}
@media(max-width:990px){
.logo{
	width: 150px;
}
}
@media(max-width:768px){
.tour_btn{
	margin:0.3%;
}
.footer-btn{
	width:30%;
	margin:1%;
}
.viewpoint-photo{
	width:100%;
	max-width:100%;
	display: table;
}
}
@media(max-width:640px){
.logo{
	width: 100px;
}
.top_img{
	display: none;
}
.top_mobile{
	display: block;
}
.tour_banner{
	display: none;
}
.tour_mobile{
	display: block;
}
.flight-text table{
	font-size: 14px;
}
.flight-text,
.features-text,
.viewpoint-text{
	font-size: 18px;
}
.viewpoint-text strong{
	font-size: 20px;
}
.flight-title,
.features-title,
.viewpoint-title,
.footer-title{
	height:40px;
}
.btn-back{
	width:60%;
	max-width:320px;
}
footer{
	padding: 2em 0 4em 0;
}
}
@media(max-width:480px){
}
