/* ----------------------------------------------------------------
   共用區
-----------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
body {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif ;
}
/* 文字選取變色 IE9+、Safari、Chrome*/
body *::selection {
	background-color: #a9272e;
	color: #000!important;
}
/*文字選取變色 Firefox */
body *::-moz-selection {
 background-color: #a9272e;
 color:#000!important;
}



.position_r{position: relative;}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-center {
	margin: 0 auto!important;
	position: relative;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

a {
	font-size: 1em;
	margin: 0;
	text-decoration: none;
	color: #f23534;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none!important;
}
p {
	font-size: 1.125em;
	color: #444444;
	letter-spacing: 1px;
	text-align: justify;
}
p a {
	/*font-size: 1.125em;
	color: #f23534;
	text-decoration: underline;*/
}

.bg_orange {
	background-color: #fc4341;
}

.bg_white {
	background-color: #FFF;
}
.bg_black {
	background-color: #000;
}

.text_white {
	color: #fff;
}

.text_black {
    color: #000;
}

.text_small{
	font-size: 80%!important;
}

.mg_1{
	margin: 1em;
}

.mgr_05 {
	margin-right: 0.5em;
}

.mgr_1 {
	margin-right: 1em;
}

.mgr_2 {
	margin-right: 2em;
}

.mgr_3 {
	margin-right: 3em;
}


.mgr_4 {
	margin-right: 4em;
}

.mgb_0 {
	margin-bottom: 0!important;
}

.mgb_05 {
	margin-bottom: 0.5em;
}


.mgb_1 {
	margin-bottom: 1em;
}
.mgb_2 {
	margin-bottom: 1em;
}

.mgb_3 {
	margin-bottom: 3em;
}

.mgb_4 {
	margin-bottom: 3em;
}

.mgb_6 {
	margin-bottom: 6em;
}

.mgb_8 {
	margin-bottom: 8em;
}

.mgt_05 {
	margin-top: 0.5em;
}

.mgt_1 {
	margin-top: 1em;
}
.mgt_2 {
	margin-top: 2em;
}
.mgt_3 {
	margin-top: 3em;
}

.mgt_4 {
	margin-top: 4em;
}


.mgt_5 {
	margin-top: 5em;
}


.mgt_6 {
	margin-top: 6em;
}


.mgr_0 {
	margin-right: 0;
}

.mgr-1 {
	margin-right: -1em;
}

.mgl_05 {
	margin-left: 0.5em;
}

.mgl_1 {
	margin-left: 1em;
}

.mgl_2 {
	margin-left: 2em;
}


.mgl_3 {
	margin-left: 3em;
}
.mg_0 {
	margin: 0em;
}


.pd_0 {
	padding: 0;
}

.pdlr_02 {
	padding:0 0.2em;
}

.pdl_05 {
	padding-left:0.5em;
}

.pdr_05 {
	padding-right:0.5em;
}

.pdb_05 {
	padding-bottom:0.5em;
}


.pd_1 {
	padding: 1em;
}

.pd_3 {
	padding: 3em;
}

.pd_4 {
	padding: 4em;
}


.pd_15 {
	padding: 1.5em;
}
.pd_05 {
	padding: 0.5em;
}

.pdl_0 {
	padding-left: 0;
}

.pdr_0 {
	padding-right: 0;
}


.pdt_0 {
	padding-top: 0;
}

.pdb_0 {
	padding-bottom: 0;
}


.pdr_025 {
	padding-right: 0.25em;
}


.pd_2 {
	padding: 2em;
}
.pd_3 {
	padding: 3em;
}
.pdl_1 {
	padding-left: 1em;
}
.pdl_2 {
	padding-left: 2em;
}
.pdl_075 {
	padding-left: 0.75em;
}
.pdr_075 {
	padding-right: 0.75em;
}
.pdr_1 {
	padding-right: 1em;
}

.pdr_2 {
	padding-right: 2em;
}

.pdlr_1 {
	padding: 0 1em;
}

.pdlr_2{
	padding:0 2em;

}

.pdlr_3{
	padding:0 3em;

}

.pdt_5{
	padding-top:5em;
}

.pdtb_1{
	padding:1em 0;
}

.pdt_3{
	padding-top:3em;
}


.pdt_1{
	padding-top:1em;
}

.pdb_05{
	padding-top:0.5em;
}

.pdtb_05 {
	padding: 0.5em 0;
}

.lh_1 {
	line-height: 1;
}

.lh_12 {
	line-height: 1.2;
}

.lh_16 {
	line-height: 1.6;
}

.lh_18 {
	line-height: 1.8;
}

.lh_2 {
	line-height: 2;
}

.lh_3 {
	line-height: 3;
}

.lh_0 {
	line-height: 0;
}

/* BackTop */
#back-top {
    position: fixed;
    bottom: 10px;
    right: 40px;
    background:url(../images/btn_top.png) no-repeat;
    background-size:100%;
    width:39px;
    height:39px;
    opacity:0.85;
    z-index: 990;
}
#back-top a {
    display:block;
    width:39px;
    height:39px;
    text-align:center;
}
#back-top span {
    display: block;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
@media(max-width:640px){
#back-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    opacity:0.85;
    z-index: 9999;
}
}


@media (max-width: 320px) {
.btn_purple {
    padding: 0.5em 0.75em;

}
}

.oh{overflow: hidden;}

header{position: fixed; top:0; left: 0; z-index: 10000; width: 100%;}

/* ----------------------------------------------------------------
   首頁---TOP
-----------------------------------------------------------------*/

#top{ padding: 1em 0; border-top:1px solid #fff;}


.logo{ height:45px; margin-top:0.25em;}


@media (max-width: 985px) {

.logo{margin-top:0em;height:34px;}



}



/* ----------------------------------------------------------------
   首頁---主選單 navbar
-----------------------------------------------------------------*/

.navbar {	
	transition: .5s;
	top: 0px;
	z-index: 1000;
	min-height: 5em;
	background:rgba(0%,0%,0%,0);
}
.navbar-tiger {
	margin-bottom: 0;
	border-radius: 0;
	z-index: 100;
	
}


.navbar-tiger ul {
	background:rgba(255%,255%,255%,0.8);
	border-radius:10px;
}
.navbar-tiger li {
}
.navbar-tiger li a {
	display: block;
	color: #000;
	font-weight: 700;
	font-size: 1.25em;
	margin:0 0.2em;
	line-height:3.5em;
	transition: all 0.1s linear;
	padding-top:0;
    padding-bottom:0;
}




.navbar-tiger li a:hover, .navbar-tiger li a:visited {
	border-bottom:4px solid #a9272e;

}



.navbar-tiger li a:hover {color: #a9272e; background:none;}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 7px 8px;
    margin-top: 0.5em;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border: 1px solid #000;
}


.navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-tiger-line{ width:100%;  height:4px; }


.navbar-tiger .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15%;
    margin-left: -12%;
}


.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fff;
  border-color: #a9272e;
}

@media (max-width: 1450px) {
.navbar-tiger .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -6%;
    margin-left: -6%;
}
}

@media (max-width: 1268px) {
.navbar-tiger .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -3%;
    margin-left: -3%;
}
}


@media (max-width: 1024px) {
.navbar-tiger .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
}



@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

.navbar-tiger li a {
    font-size: 1em!important;
    margin: 0 0 1px 0;
    line-height: 3.6;
    text-align: center;
}

    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav>li {
        float: none;
    }

    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

	.navbar-header { background-color: #fff;width: 100%;}


	.logo{ height: 30px;margin:0.3em; }

	.navbar-header { 
	background:none; 
	width: 100%;} 

.navbar-tiger ul {
width: 100%;    
}   

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 2.45;
  }
}
  .dropdown-menu font{
	color:#666;
	font-size:18px;
	line-height: 18px;
	width:100%;
	display:inline-block;
	text-align:center;
	padding-bottom:10px;
  }
  .dropdown-menu span{
	color:#666;
	font-size:12px;
  }


@media (max-width: 414px) {

.navbar-header { 
	width: 110%;
    padding: 0.5em 1em;    

} 	

.navbar {
    min-height: 0;
}

}


@media (max-width: 320px) {

.navbar-header .logo, footer .logo{ height:2.5em; margin:0.3em;}

}

/* ----------------------------------------------------------------
   首頁---主選單 輪播BANNER
-----------------------------------------------------------------*/

#kv_menu {
    width: 100%;
    display: block;
    position: relative;
	background:#720f14;
}
.kv_menubar {
    width: 100%;
	padding:40px 0;
	text-align:center;
}
.kv_menubar a {
	display:inline-block;
	position: relative;
	margin:0 20px;
}
.kv_menubar img {
	width:auto;
	height:42px;
}

@media (max-width: 1200px) {
.kv_menubar img {
	height:35px;
}
}

@media (max-width: 1024px) {
.kv_menubar img {
	height:30px;
}
}

@media (max-width: 991px) {
.kv_menubar {
	padding:30px 0;
}
.kv_menubar a {
	margin:0 10px;
}
.kv_menubar img {
	height:25px;
}
}

@media (max-width: 780px) {
.kv_menubar {
	padding:20px 0;
}
.kv_menubar img {
	height:20px;
}
}

@media (max-width: 640px) {
#kv_menu {
	display:none;
}
}

@media (max-width: 414px) {
}

/* ----------------------------------------------------------------
   首頁---活動亮點 樂拿好禮 精彩活動
-----------------------------------------------------------------*/

#highlight {
    width: 100%;
	background:#fcc81a;
}
#highlight img {
    width: 100%;
	height:auto;
}
#gifts {
    width: 100%;
	background:#e0e0e0;
}
#gifts img {
    width: 100%;
	height:auto;
}
#events {
    width: 100%;
	background:#720f14;
}
#events img {
    width: 100%;
	height:auto;
}
#commodity {
    width: 100%;
	background:#720f14;
}
#commodity img {
    width: 100%;
	height:auto;
}
.info-web {
	display:block;
}
.info-phone {
    display:none;
}

@media (max-width: 640px) {
.info-web {
	display:none;
}
.info-phone {
    display:block;
}
}

/* ----------------------------------------------------------------
   首頁---日本旅遊區
-----------------------------------------------------------------*/

#japan {
    width: 100%;
    display: block;
    position: relative;
	background:#ee8486;
	padding-bottom:1.5em
}
.japan_top {
    width: 100%;
	text-align:center;
}
.district_info {
	width:90%;
	margin:0 auto;
	position: relative;
	display:table;
}

.japan_top img {
	width:100%;
	height:auto;
}
.district_map {
	width:100%;
	height:auto;
	position:relative;
	display: table;
	clear:both;
}
.districtbox {
	width:25%;
	float:left;
	display:inline-block;
}
.districtbox img {
	width:100%;
	height:auto;
}
.districtbox:hover {
	transform:translateY(-7px);
	transition: all 0.5s linear;
}
.mapbox {
	width:50%;
	float:right;
	text-align:center;
	display:inline-block;
	margin-top:-150px;
}
.mapbox img {
	max-width:717px;
	width:100%;
	height:auto;
}

@media (max-width: 800px) {
.mapbox {
	margin-top:-100px;
}
}

@media (max-width: 780px) {
.mapbox {
	margin-top:-50px;
}
}

@media (max-width: 640px) {
.district_info {
	width:95%;
	margin:0 auto;
	position: relative;
	display:table;
}
.mapbox {
	width:100%;
	float:none;
	display: table;
	margin-top:0;
}
.districtbox {
	width:50%;
	float:left;
	display: table;
}
}

@media (max-width: 414px) {
}

/* ----------------------------------------------------------------
   首頁---主選單 輪播BANNER
-----------------------------------------------------------------*/

#banner {
    width: 100%;
    display: block;
    position: relative;
}

#banner .item {
	height: 100% !important;
} 
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.carousel-inner h1.title {
	display: block;
	height: 550px;
	width: 100%;
	background: url(../images/slogan.png) no-repeat center 0;
	background-size: contain;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 15%;
	z-index: 3;
}
.top-train {
	width: 100%;
	position:absolute;
	z-index: 2;
	display: block;
	bottom:-13px;
}
.top-train img{
	height: auto;
	width: auto;
}

.item, .item .active {
	background-color:;
}

.item img, .item .active img {
	opacity: ;
}
@media (max-width: 1500px) {
.carousel-inner h1.title {
	display: block;
	height: 400px;
	width: 100%;
	background-size: contain;
	top: 15%;
}
}

@media (max-width: 1024px) {
	.carousel-inner {
		/*padding-top: 70px;*/
		/*margin-top: 70px;*/
	}
}

@media (max-width: 991px) {
	.carousel-inner h1.title {
		top: 20%;
		height: 0;
		width: 100%;
		text-indent: -9999px;
		background-size: 50%;
		padding-bottom: 50%;
		z-index: 2;
	}
	.dropdown-menu font{
	color:#666;
	font-size:14px;
	line-height: 14px;
	width:100%;
	display:inline-block;
	text-align:center;
	padding-bottom:10px;
  }
  .dropdown-menu span{
	color:#666;
	font-size:11px;
  }

}

@media (max-width: 414px) {
	.carousel-inner h1.title {
		display: block;
		height: 0;
		width: 100%;
		text-indent: -9999px;
		position: absolute;
		background-size: 60%;
		padding-bottom: 60%;
		top: 10%;
		z-index: 2;
	}
	.top-train img{
	height: 30px;
	width: auto;
	}
}




/* -----------------------------------------------------grid: -----------
   首頁---雲直播
-----------------------------------------------------------------*/

#carousel-id{}

.item {
	height: auto!important;
} 

.item h1 {
    display: block;
    width: 100%;
    height: 53px;
    background: url(../images/h1_carousel.png) no-repeat center top;
    text-align: center;
    text-indent: -9999px;
    margin: 36px 0 50px 0;
}


.item h5 {
    display: block;
    width: 100%;
    height: 50px;
    background: url(../images/title_live.png) no-repeat center top;
    text-align: center;
    text-indent: -9999px;
    margin: 30px 0 15px 0;
}
.item h6 {
    display: block;
    width: 100%;
    height: 26px;
    text-align: center;
    text-indent: -9999px;
    margin: 20px 0 10px 0;
}
.title-live-1{
    background: url(../images/tag_live_1.png) no-repeat center top;
}
.title-live-2{
    background: url(../images/tag_live_2.png) no-repeat center top;
}
.title-live-3{
    background: url(../images/tag_live_3.png) no-repeat center top;
}
.title-live-4{
    background: url(../images/tag_live_4.png) no-repeat center top;
}
.live_phone{
	display: none;
	text-align:center;
}
.live_phonebox{
	font-size: 1.25em;
	width:80%;
	margin:15px auto;
	background-color:#FFF;
	padding:15px;
	border-radius: 10px;
}
.live_phonebox font{
	font-size: 1.25em;
	font-weight: 800;
	border-bottom:#333333 dashed 1px;
	display:table;
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
}
.live_phonebox a{
	font-size: medium;
	padding:0.5em 1.5em;
}
.live_01{
	max-width:700px;
	width:100%;
	margin:0 auto;
}
.live_01 img{
	width:100%;
	height:auto;
	margin: 0 10px 10px 10px;
	transition: all 0.5s linear;
}
.live_01 a img:hover{
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}
.live_02{
	max-width:820px;
	width:100%;
	margin:0 auto;
}
.live_02 img{
	width:100%;
	height:auto;
	margin: 0 15px 10px 15px;
}
.live_03{
	max-width:740px;
	width:100%;
	margin:0 auto;
}
.live_03 img{
	width:100%;
	height:auto;
	margin: 0 15px 10px 15px;
}
.item h2 {
    display: block;
    width: 100%;
    height: 24px;
    background: url(../images/h2_carousel.png) no-repeat left top;
    text-align: left;
    text-indent: -9999px;
}

.item h3 {
font-size: 1em;
font-weight:600;
margin:0 0 10px 0; 
}

.item h4 {
    font-size: 1.25em;
    color: #000;
    text-align: center;
	letter-spacing: 0;
    /*font-family: ‘cwTeXMing’, serif;*/
    /*padding: 45px 0 2px 0;*/
    /*margin-top: 0;*/
    line-height: 1.5;
}

.item .subtitle {
    font-size: 1em;
    color: #000;
    text-align: center;
    font-family: ‘cwTeXMing’, serif;
    font-weight: bold;
    letter-spacing: 0;
    border-bottom: 1px solid #000;
    /*padding: 45px 0 2px 0;*/
    /*margin-top: 0;*/
    /*line-height: 1.5*/
}

.item p{ font-size: 1.125em; line-height: 2; color: #000;}

.item span{ font-size: 1em; line-height: 1.2; letter-spacing: 0; }

.item .box{margin-top: 135px;}

.bg_item{
background-position: center!important;
background-repeat:no-repeat!important;
height: 550px;
}

.carousel-indicators {
   bottom: 50px!important;
}


@media (max-width: 1024px) {

.item {
    height: auto!important;
} 

}


.carousel-caption {
	top: 7%;
	padding-bottom: 30px;
	right: 5%;
	left: 50%;
	width:45%;	
}

.carousel .left, .carousel .right {
	background-image: none;
}/* 滑鼠移到幻燈片<>的漸層消失*/


.carousel-inner{ background-color: #f8f8f8;}

.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 2px 7px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #666666;
    border: 0;
    border-radius: 20px;
}

.carousel-indicators .active {
    width: 18px;
    height: 18px;
    background-color: #e29d2b;
	margin: 1px 7px;
}

.btn_white_3{     
    width: 100%;
    display: block;
    text-align: center;
    border:none;
    margin:0;
}
.btn_white_3 span{ 
padding: 0.25em 1.75em; color: #000; 
border:1px solid #000;
transition: all 0.5s linear;
width: 100%; display: inline;
}
.btn_white_3 span:hover{
background-color: #000; color: #fff;}



@media (max-width: 1024px) {

.bg_item{
background-image: none;
width: 100%;
height: 0;
}



.carousel-inner {
background-color: #dfdcd3!important;
padding-bottom: 4em;
}

}

@media (max-width: 991px) {

.item {
    height: auto!important;
    overflow: hidden;
}  

.carousel-indicators {
    bottom: 5px!important;
}


}

@media (max-width: 414px) {

  



.item h1 {
    margin: 0.5em 0 0.5em 0;
}
.item .box{margin-top: 0px;}


.item p{ font-size: 0.9em; line-height: 2;}
 

}

.img_carousel_top {
    width: 100%;
    height: 36px;
    background: url(../images/img_carousel_top.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.img_carousel_bottom {
    width: 100%;
    height: 50px;
    background: url(../images/img_carousel_bottom.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.carousel-inner {
padding-bottom: 0em;
}


.item h4 {
    line-height: 1.5;
}

}


/* ----------------------------------------------------------------
   首頁---線上遊
-----------------------------------------------------------------*/


#photo{ width:100%; height:auto;padding:2em 0em 2em 0em; background-color: #57768f;overflow: hidden; margin-top: -2px;
}

#photo h1{ display: block; width: 100%;     height: 52px; background:url(../images/h1_photo.png) no-repeat center top; 
text-align: center;
	text-indent: -9999px; margin-bottom: 1.5em;

     }


#photo h2{
    font-size: 1.25em;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;  
    text-align: center; 
    margin:1em 0 1.75em 0; 
}

.photo_box{
height:auto;
margin-top: 4em; 

}

.photobox_title {
    position: absolute;
    text-align: center;
    width: 90%;
}
.photobox_title div {
    line-height: 2;
    font-size: 1.375em;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
} 

.photobox_title div:after, .photobox_title div:before {
    position: absolute;
    top: 50%;
    background: none;
    content: "";
    height: 1px;
    width: 24%;
} /*調整背景橫線的左右距離*/
.photobox_title div:before {
    left: 0;
}
.photobox_title div:after {
    right: 0;
}


.photo_box p{
font-size: 1.25em;
color: #fff;
letter-spacing: 1px;
text-align: center;
    line-height: 2.6;    
}


@media (max-width: 1024px) {
.photobox_title div:after, .photobox_title div:before {

    width: 13%;
}
}

@media (max-width: 768px) {
.photobox_title{ width: 96%; }

.photobox_title div:after, .photobox_title div:before {
    background-color: #fff;
    width: 39%;
}
}

@media (max-width: 767px) {
.photo_box h3{
    font-size: 1.55em;
    line-height: 0.4;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.1;  
    margin-top: 0;  
}

.photo_box p{
font-size: 1.25em;
color: #fff;
letter-spacing: 1px;
text-align: center;
    line-height: 2.6;    
}
	
.photo_box {
margin-top: 0.5em;    
}

}


@media (max-width: 414px) {

#photo h2{
    line-height: 1.6;
}

.photobox_title{ width: 92%; }


.photobox_title div:after, .photobox_title div:before {

    width: 29%;
}

}

@media (max-width: 320px) {

.photobox_title{ width: 90%; }

}



/* ----------------------------------------------------------------
   首頁---footer
-----------------------------------------------------------------*/

footer{width:100%; padding:3em 0!important; background-color:#fff;}

@media (max-width: 414px) {


footer p{ font-size: 0.7em; line-height:3em;}
}


/* ----------------------------------------------------------------
   大BANNER
-----------------------------------------------------------------*/

.banner_travel {
    width: 100%;
    height: 343px;
    margin-top: 3.5em;    
    position: relative;
}
.banner_travel_img_1 {
    background: url(../images/travel_1/header_travel.jpg) no-repeat center top;
	background-size: cover;
}
.banner_travel_img_2 {
    background: url(../images/header_travel_2.jpg) no-repeat center top;
	background-size: cover;
}
.banner_travel_img_3 {
    background: url(../images/header_travel_3.jpg) no-repeat center top;
	background-size: cover;
}
.banner_travel_img_4 {
    background: url(../images/header_travel_4.jpg) no-repeat center top;
	background-size: cover;
}
.banner_travel_img_5 {
    background: url(../images/header_travel_5.jpg) no-repeat center top;
	background-size: cover;
}
.banner_travel h1{ 
    font-size: 3.5em;
    color: #fff;
    text-align: center;
    padding-top: 135px;
    font-family: ‘cwTeXMing’, serif;
    font-weight: 800;
    letter-spacing: 2px; }



.img_banner_travel_bottom {
    width: 100%;
    height: 40px;
    background: url(../images/travel_1/img_banner_travel_bottom.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom:-10px;
    z-index: 999;
}


@media (max-width: 414px) {

.banner_travel {
    height: 0;
    padding-bottom: 76%;    
}
.banner_travel_img_1 {
    background: url(../images/travel_1/header_travel_phone.jpg) no-repeat center top;
	background-size: cover;
}
.banner_travel_img_2 {
    background: url(../images/header_travel_phone_2.jpg) no-repeat center top;
	background-size: cover;
}
.banner_travel_img_3 {
    background: url(../images/header_travel_phone_3.jpg) no-repeat center top;
	background-size: cover;
}
.banner_travel_img_4 {
    background: url(../images/header_travel_phone_4.jpg) no-repeat center top;
	background-size: cover;
}
.banner_travel_img_5 {
    background: url(../images/header_travel_phone_5.jpg) no-repeat center top;
	background-size: cover;
}
.banner_travel h1{ 
font-size: 2em;
 text-align: left;
 padding-left: 5%;
 padding-top: 110px;
 }

}

@media (max-width: 320px) {

.banner_travel h1 {
    padding-top: 76px;}

}



/* ----------------------------------------------------------------
   猿遊會---footer
-----------------------------------------------------------------*/

footer.tigerair{width:100%; padding:3em 0 0 0!important; background-color: #ee8486;}

.tigerbottom{ width:100%;text-align:center;}
.tigerbottom p{
	display:inline-block;
	font-size:20px;
	color:#fff;
	letter-spacing: 2px;
	padding:0 15px;
	line-height: 30px;
}
.tigerbottom img{ width:100%; height:auto;}

@media (max-width: 1280px) {
.tigerbottom p{font-size:16px;}
}

@media (max-width: 640px) {
}



.prize{
	text-align:left;
	border:#000 solid 1px;
	border-radius:10px;
	background-color: rgba(255, 255, 255, 0.7);
	padding:10px;
	margin:1em auto;
	max-width:420px;
	font-size:16px;
	line-height:26px;
}