/* ----------------------------------------------------------------
   共用區
-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap');
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}

body {
    font-family: 'Noto Sans TC', sans-serif;
	color:#fff;
	background-color:#9fceea;
}

/* 文字選取變色 IE9+、Safari、Chrome*/
body *::selection {
    background-color: #f7ae1f;
    color: #000 !important;
}

/*文字選取變色 Firefox */
body *::-moz-selection {
    background-color: #f7ae1f;
    color: #000 !important;
}

.img_rwd{
	width:100%;
	height:auto;
}
.img_b30{
	margin-bottom:30px;
}
.img_t30{
	margin-top:30px;
}
.img_web{
	display:block;
}
.img_phone{
	display:none;
}

@media (max-width: 640px) {
.img_web{
	display:none;
}
.img_phone{
	display:block;
}

}

.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 {
}

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;
	vertical-align: top;
}

.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;
}

/* Goabout */
#go-tickets {
    position: fixed;
    top: 45%;
    right: 30px;
    background:url(../images/tickets-button.png) no-repeat;
    background-size:100%;
    width:120px;
    height:120px;
    z-index: 990;
}
#go-tickets a {
    display:block;
    width:120px;
    height:120px;
    text-align:center;
}

/* BackTop */
#back-top {
    position: fixed;
    bottom: 10px;
    right: 40px;
    background:url(../images/btn_top.png) no-repeat;
    background-size:100%;
    width:50px;
    height:84px;
    opacity:0.85;
    z-index: 990;
}
#back-top a {
    display:block;
    width:50px;
    height:84px;
    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: 30px;
    opacity:0.85;
    z-index: 9999;
}
#go-tickets {
    position: fixed;
	top:auto;
	bottom:120px;
    right: 25px;
    background:url(../images/tickets-button.gif) no-repeat,url(../images/tickets-button.png) no-repeat;
    background-size:100%;
    width:55px;
    height:55px;
    z-index: 990;
}
#go-tickets a {
    display:block;
    width:55px;
    height:55px;
    text-align:center;
}
}


@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: 3.18em;
    margin-top: 0.5em;
}

@media (max-width: 985px) {

    .logo {
        margin-top: 0.1em;
        height: 2.7em;
    }



}



/* ----------------------------------------------------------------
   首頁---主選單 navbar
-----------------------------------------------------------------*/

.navbar {
    transition: .5s;
    top: 0px;
    z-index: 1000;
    min-height: 5em;


}

.navrow {
	padding:0 1.5em;
}
@media (max-width: 640px) {
.navrow {
	padding:0 1.7em 0 0;
}
}
.nav{
	background-color:rgba(255,255,255,0.7);
	border-radius:15px;
}
.navbar-saga {
    margin-bottom: 0;
    border-radius: 0;
    z-index: 100;
}


.navbar-saga ul {}

.navbar-saga li {}

.navbar-saga li a {
	font-family: "微軟正黑體", Arial;
	font-weight:900;
    display: block;
    color: #383838;
    font-size: 1.5em;
    margin: 0.75em 0.5em;
    line-height: 2em;
    transition: all 0.1s linear;
    padding-top: 0;
    padding-bottom: 0;
}




.navbar-saga li a:hover,
.navbar-saga li a:visited {
}



.navbar-saga li a:hover {
    color: #008c32;
	border-radius:15px;
	background-color:#fff;
}


.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-saga-line {
    width: 100%;
    height: 4px;
}


.navbar-saga .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: #f7ae1f;
}


@media (max-width: 1450px) {

    .navbar-saga .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-saga .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-saga .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 7px 8px;
    margin-top: 10px;
    margin-bottom: 8px;
    background-color: rgba(71,182,250,0.3);
    background-image: none;
    border-radius: 5px;
    border: 2px solid #fff;
}
@media (max-width: 2560px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-saga li a {
        font-size: 1.3em !important;
		font-weight:bolder;
        margin: 0 0 1px 0;
        line-height: 3.6;
        text-align: center;
		border-bottom:#FFF dotted 1px;
    }

    .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: 2.7em;
    }

    .navbar-header {
        background: none;
        width: 100%;
    }

    .navbar-saga 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{
        height: 2.5em;
    }

}


/* ----------------------------------------------------------------
   首頁---主選單 輪播BANNER
-----------------------------------------------------------------*/

#banner {
    width: 100%;
    display: block;
    position: relative;
	background:url(../images/kv_bg.jpg) no-repeat;
	background-size:100%;
	overflow:hidden;
}
@media (max-width: 640px) {
#banner {
	padding: 2em 0 1em 0;
}
}
#sky{ width:100%;position:relative;}
*{margin:0px; padding:0px;}
.slogan,.people1,.people2,.people3,.people4,.people5,.airplane,.door,.sunleaf,.castletree,.cloud,.island{
	position:absolute;
}
.dynamic-repeat1 {
	animation-iteration-count: infinite;
}
.dynamic-repeat2 {
	animation-delay:0.3s;
	animation-iteration-count: infinite;
}
.dynamic-repeat3 {
	animation-delay:1.2s;
	animation-iteration-count: infinite;
}
.bannershadow{ width:100%; height:20px; position:absolute; bottom:0; background:url(../images/shadow_t.png) no-repeat bottom center; background-size:100%;}
.footershadow{ width:100%; height:20px; background:url(../images/shadow_t.png) no-repeat bottom center; background-size:100%;}
.evalogo{
	width:20%;
	max-width:164px;
	height:auto;
	position:absolute;
	left:10px;
	top:10px;
	z-index:9999990;
}
.tigermenu{
	position:absolute;
	width:100%;
    z-index: 100;
}
.tigermenu ul{
	width:100%;
	text-align:right;
	font-family: "微軟正黑體", Arial;
}
.tigermenu a {
	font-weight:900;
    display: inline-block;
    color: #383838;
    font-size: 1.4em;
    margin: 0.75em 0.5em;
    line-height: 2em;
}
.tigermenu img {
	width:44px;
	height:auto;
}
.tigermenu a:hover {
	transform:translateY(-5px);
	transition: all 0.3s linear;
	color: #48832a;
}
.tigermenu a:hover img {
	transition: all 0.3s linear;
	filter: invert(46%) sepia(9%) saturate(3302%) hue-rotate(63deg) brightness(86%) contrast(81%);
}

@media (max-width: 1300px)  {
.tigermenu a {
    font-size: 1.25em;
}
.tigermenu img {
	width:35px;
	height:auto;
}
}

#banner .photo {
    width: 100%;
	height:auto;
}

.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: 370px;
    width: 100%;
    background: url(../images/slogan-big.png) no-repeat center 0;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 2;
}


.item,
.item .active {
    background-color: ;
}

.item img,
.item .active img {
    opacity: ;
}

@media (max-width: 1200px) {
    .carousel-inner h1.title {
        display: block;
        height: 370px;
        width: 100%;
        background: url(../images/slogan-big.png) no-repeat center center;
        background-size: 90%;
        top: 20%;
    }
}

@media (max-width: 1024px) {
    .carousel-inner {
        /*padding-top: 70px;*/
        /*margin-top: 70px;*/
    }
}

@media (max-width: 991px) {
    .carousel-inner h1.title {
        top: 20%;
        display: block;
        height: 0;
        width: 100%;
        background: url(../images/slogan-big.png) no-repeat center center;
        text-indent: -9999px;
        position: absolute;
        background-size: 90%;
        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%;
        background: url(../images/slogan.png) no-repeat center 0;
        text-indent: -9999px;
        position: absolute;
        background-size: 92%;
        padding-bottom: 54%;
        top: 20%;
        z-index: 2;
    }
}




/* -----------------------------------------------------grid: -----------
   首頁---左右輪替
-----------------------------------------------------------------*/

#carousel-id {}

.item {
    height: 600px !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: 40px 0 15px 0;
}

.item h6 {
    display: block;
    width: 100%;
    height: 26px;
    text-align: center;
    text-indent: -9999px;
    margin: 20px 0 10px 0;
}

.live_imgtitle {
	position:relative;
	width:100%;
	margin:2em auto 0em auto;
	text-align:center;
}
.live_imgtitle img{
	max-width:588px;
	width:100%;
	height:auto;
	animation:TestMove3 3s infinite alternate; /*IE*/
    -moz-animation:TestMove3 3s infinite alternate; /*FireFox*/
    -webkit-animation:TestMove3 3s infinite alternate;  /*Chrome, Safari*/
}
@keyframes TestMove3{
    from {filter: none}
    to {filter:brightness(125%)}
}
@-moz-keyframes TestMove3{
    from {filter: none}
    to {filter:brightness(125%)}
}
@-webkit-keyframes TestMove3{
    from {filter: none}
    to {filter:brightness(125%)}
}

.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;
}


.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.35em;
    color: #000;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.5;
	font-weight:700;
	text-shadow:2px 10px 10px rgba(0,0,0,0.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: 600px;
}

.hwangho{
	background-image:url(../images/bg_carousel_1.jpg);
	background-size: cover;
}
.yangtze{
	background-image:url(../images/bg_carousel_2.jpg);
	background-size: cover;
}

.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: #fff;
    border: 0;
    border-radius: 20px;
}

.carousel-indicators .active {
    width: 18px;
    height: 18px;
    background-color: #deb525;
    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 {
        width: 100%;
        height: 100%;
		padding:2em 0 6em 0;
    }



    .carousel-inner {
        background-color: #dfdcd3 !important;
        padding-bottom: 4em;
    }

}

@media (max-width: 991px) {

    .item {
        height: auto !important;
        overflow: hidden;
    }

    .carousel-indicators {
		bottom: 10px !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;
    }
	.btn_white_3 span {
		display: inline-block;
	}
}

.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_photoframe_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;
}

/* ----------------------------------------------------------------
   線上旅展優惠
-----------------------------------------------------------------*/

#stf {
    width: 100%;
    padding: 15em 0em 1em 0em;
	position:relative;
	display: block;
	background:url(../images/cloud_01.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-size:100%;
	background-color: #dae7fb;
}
.tag {
	width:100%;
	max-width:1311px;
	margin:0 auto;
}
.tag img {
	width:100%;
	height:auto;
}
.tag .ptitle {
	position: absolute;
	width:100%;
	height:auto;
	z-index: 77;
}
.tag .people{
	position: relative;
	z-index: 66;
	-webkit-animation: baloon_1 3s infinite;
    -moz-animation: baloon_1 3s infinite;
    -o-animation: baloon_1 3s infinite;
    animation: baloon_1 3s infinite;
}
@-webkit-keyframes baloon_1{
0% { transform:translateY(-5px);}
50% {transform:translateY(10px);}
100% {transform:translateY(-5px);}
}

@-moz-keyframes baloon_1{
0% { transform:translateY(-5px);}
50% {transform:translateY(10px);}
100% {transform:translateY(-5px);}
}

@-o-keyframes baloon_1{
0% { transform:translateY(-5px);}
50% {transform:translateY(10px);}
100% {transform:translateY(-5px);}
}

@keyframes baloon_1{
0% { transform:translateY(-5px);}
50% {transform:translateY(10px);}
100% {transform:translateY(-5px);}
}

.onlinesale {
    width: 100%;
    padding: 0.5em 0 2em 0;
	position:relative;
	display:table;
	text-align: center;
}
.onlinesale .secondtitle{
	font-size: 1.85em;
	line-height:1.8em;
	font-weight: 700;
	color: #009944;
}
.onlinesale h1{
    width:auto;
	display:inline-block;
	background-color: #009944;
	font-size: 2.5em;
	font-weight: 700;
	color: #fff;
	padding: 0.3em 1em;
	border-radius:200px;
}
.onlinesale h1 span{
	font-size: 1.25em;
	font-weight: 700;
	color: #ffea00;
	margin-top: -5px;
	display: inline-block;
	text-shadow:2px 2px 5px rgba(172,58,0,0.5);
}
.sale-link,.infinity-link{
	width: 100%;
	display: table;
	padding-top: 1.5em;
	text-align: center;
}
.sale-link img:hover ,.infinity-link img:hover{
	-webkit-filter: brightness(120%); /* Safari */
    filter: brightness(120%);
	transition: all 0.3s linear;
}
.sale-link img{
	max-width: 595px;
	width: 35%;
	animation-iteration-count: infinite;
}
.infinity-link img{
	max-width: 800px;
	width: 47%;
	animation-iteration-count: infinite;
}

#infinity{
	margin: 2em 0;
}
.infinity-info{
	margin: 0.5em 0;
	text-align: center;
}
.infinity-info .secondtitle{
	font-size: 1.85em;
	line-height:1.8em;
	font-weight: 700;
	color: #009944;
}
.infinity-box{
	width: 60%;
	margin: 0.5em auto;
	vertical-align:middle;
	position: relative;
}
.infinity-logo{
	display: inline-block;
	position: relative;
	float: left;
	max-width: 239px;
	width: 18%;
}
.infinity-text{
	display: inline-block;
	position: relative;
	float: left;
	font-size: 1.5em;
	color: #4c4b4b;
	text-align: left;
	padding: 0 0.5em;
	width: 81.9%;
	line-height: 1.8em;
}


@media (max-width: 1200px) {
#stf {
    padding: 10em 0em 1em 0em;
}
.onlinesale {
    padding:0 0 1em 0;
}
.onlinesale h1,.cathaybk h1{
	font-size: 2em;
	line-height:1.5em;
	padding: 0.3em 1em;
}
.infinity-box{
	width: 90%;
}
}
@media (max-width: 768px) {
#stf {
    padding: 5em 0em 1em 0em;
}
.onlinesale h1{
	font-size: 1.4em;
	line-height:1.5em;
}
.infinity-box{
	width: 100%;
}
.infinity-text{
	font-size: 1.3em;
	line-height: 1.5em;
}
.sale-link img{
	width: 60%;
}
.infinity-link img{
	width: 80%;
}
}
@media (max-width: 640px) {
.infinity-logo{
	width: 100%;
	max-width: 100%;
	margin: 0.5em;
	text-align: center;
}
.infinity-logo img{
	width: 30%;
}
.infinity-text{
	width: 100%;
	margin: 0.5em 0;
}
.onlinesale .secondtitle{
	font-size: 1.5em;
	line-height:1.8em;
}
.infinity-info .secondtitle{
	font-size: 1.5em;
	line-height:1.8em;
}
}

/* ----------------------------------------------------------------
   長榮大旅行家X星野集團
-----------------------------------------------------------------*/


#hoshino {
    width: 100%;
    padding: 15em 0em 1em 0em;
	position:relative;
	display: block;
	background:url(../images/cloud_02.jpg);
	background-repeat:no-repeat;
	background-position:top,bottom;
	background-size:100%,100% 80%;
	background-color: #eef4fd;
}
.tag {
	width:100%;
	max-width:1311px;
	margin:0 auto;
}
.hoshinoinfo{
	width: 100%;
	position:relative;
	text-align: center;
}
.hoshinoinfo .secondtitle{
	font-size: 1.85em;
	line-height:1.8em;
	font-weight: 700;
	color: #e95502;
}
.hoshinohotle{
	width: 100%;
	position:relative;
	text-align: center;
	margin: 1em 0;
}
.hotle{
	width: 21.9%;
	margin: 1%;
	display: inline-block;
	border-radius: 35px;
	border: solid 10px #fff ;
	box-shadow: 0 0 0 2px #fff,0 10px 10px rgba(99, 167, 208, 0.3),5px 5px 10px 0px rgba(0,0,0,0.15) inset;
	text-align: center;
	position:relative;
}
.hotle font {
	width: 100%;
	position: absolute;
	display: inline-block;
	padding-bottom: 15px;
	bottom:0;
	left: 0;
	font-size: 1.5em;
	color: #fff;
	z-index: 10;
	text-shadow:5px 5px 10px rgba(0%,0%,0%,0.5);
	background:url(../images/hoshino_gradient.png)repeat-x bottom;
	background-size: contain;
	border-radius: 0 0 20px 20px;
}
.hotle span {
    font-size: small;
	width: 100%;
	display: table;
}
.hotle img {
	border-radius: 20px;
	box-shadow:5px 5px 10px 0px rgba(0,0,0,0.15) inset;
	position:relative;
}
.hotle-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	background:url(../images/hoshino_gradient.png) no-repeat bottom;
    background-size:100%;
}
.hoshino-link{
	width: 100%;
	display: table;
	padding-top: 1.5em;
}
.hoshino-link img:hover {
	-webkit-filter: brightness(120%); /* Safari */
    filter: brightness(120%);
	transition: all 0.3s linear;
}
.hoshino-link img{
	max-width: 589px;
	width: 30%;
	animation-iteration-count: infinite;
}
@media (max-width: 1200px) {

}
@media (max-width: 768px) {
.hotle{
	width: 45.9%;
	margin: 1.5%;
}
.hoshino-link img{
	width: 50%;
}
}
@media (max-width: 640px) {
#hoshino {
    padding: 3em 0em 1em 0em;
}
.hoshinoinfo .secondtitle{
	font-size: 1.5em;
	line-height:1.8em;
}
}

/* ----------------------------------------------------------------
   自由行選長榮
-----------------------------------------------------------------*/

#fittour {
    width: 100%;
    padding: 12em 0em 1em 0em;
	position:relative;
	display: block;
	background:url(../images/cloud_03.jpg);
	background-repeat:no-repeat,repeat;
	background-position:top;
	background-size:100%;
	background-color: #b5d8f5;
}
.tag {
	width:100%;
	max-width:1311px;
	margin:0 auto;
}
.tag img {
	width:100%;
	height:auto;
}
.fittourinfo{
	width: 100%;
	position:relative;
	text-align:center;
}
.fittitle{
	width: 100%;
	display: table;
	margin: 1em 0;
	text-align: center;
}
.fittitle img{
	width: 100%;
	max-width: 908px;
}
.fittext{
	font-size: 1.75em;
	color: #4c4b4b;
}
.fittext font{
	font-size: 1.25em;
	font-weight: 700;
	color: #ea5404;
	font-style: italic;
}
.fittext span{
	font-size: 1.1em;
	font-weight: 700;
	color: #ea5404;
}
.fitltravel{
	width: 100%;
	text-align: left;
	margin: 1em 0;
}
.fitltravel a {
	width: 21.1%;
	margin: 1.5%;
	display: inline-block;
	border-radius: 35px;
	border: solid 10px #fff ;
	box-shadow: 0 0 0 2px #fff,0 10px 10px rgba(99, 167, 208, 0.3),5px 5px 10px 0px rgba(0,0,0,0.15) inset;
}
.fitltravel a:hover{
	border: solid 10px #fff;
	transform:translatex(10px)translateY(10px);
	transition: all 0.3s linear;
	box-shadow: 0 5px 5px rgba(99, 167, 208, 0.3);
}
.fitltravel img {
	border-radius: 20px;
	position:relative;
	z-index: -1;
}
@media (max-width: 1200px) {
#fittour {
    padding: 9em 0em 1em 0em;
}
.fittitle img{
	width: 90%;
}
}
@media (max-width: 991px) {
.fitltravel a {
	width: 27.5%;
	margin: 2.5%;
}
}
@media (max-width: 768px) {
#fittour {
    padding: 5em 0em 1em 0em;
}
.fittext{
	font-size: 1.25em;
}
}
@media (max-width: 640px) {
.fitltravel a {
	width: 44.5%;
	margin: 2.5%;
}
}

/* ----------------------------------------------------------------
   團體行程搶先看
-----------------------------------------------------------------*/

#grouptr {
    width: 100%;
    padding: 2em 0em;
	position:relative;
	display: block;
	background-color: #b5d8f5;
}
.tag {
	width:100%;
	max-width:1266px;
	margin:0 auto 1.5em auto;
}
.tag img {
	width:100%;
	height:auto;
}
.grouptrinfo{
	width: 100%;
	position:relative;
	text-align:center;
}
.grouptravel{
	width: 100%;
	text-align: left;
	margin: 1em 0;
}
.grouptravel a {
	width: 21.1%;
	margin: 1.5%;
	display: inline-block;
	border-radius: 35px;
	border: solid 10px #def0ff ;
	box-shadow: 0 0 0 2px #fff,0 10px 10px rgba(99, 167, 208, 0.3),5px 5px 10px 0px rgba(0,0,0,0.15) inset;
}
.grouptravel a:hover{
	border: solid 10px #fff;
	transform:translatex(10px)translateY(10px);
	transition: all 0.3s linear;
	box-shadow: 0 5px 5px rgba(99, 167, 208, 0.3);
}
.grouptravel img {
	border-radius: 20px;
	position:relative;
	z-index: -1;
}
@media (max-width: 991px) {
.grouptravel a {
	width: 27.5%;
	margin: 2.5%;
}
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
.grouptravel a {
	width: 44.5%;
	margin: 2.5%;
}
}

/* ----------------------------------------------------------------
   FUN飛購票秘技
-----------------------------------------------------------------*/

#funfly {
    width: 100%;
    padding: 12em 0em 3em 0em;
	position:relative;
	display: block;
	background:url(../images/cloud_04.jpg);
	background-repeat:no-repeat,repeat;
	background-position:top;
	background-size:100%;
	background-color: #c0e6ff;
}
.tag {
	width:100%;
	max-width:1311px;
	margin:0 auto;
}
.tag img {
	width:100%;
	height:auto;
}
.funflyinfo{
	width: 100%;
	position:relative;
	text-align:center;
}
.funflytext{
	font-size: 1.75em;
	color: #2c673d;
}
.funflytext font{
	font-size: 1.5em;
	font-weight: 700;
	color: #f4ce1f;
	letter-spacing:5px;
	border-bottom: solid 2px #f4ce1f;
	padding-bottom: 0.2em;
	margin-bottom: 0.3em;
	display: inline-block;
}
.funflytext span{
	font-size: 1.1em;
	font-weight: 700;
	color: #2c673d;
}
.funfly-btn{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 1.5em 0;
}
.funfly-btn img{
	width: 60%;
	max-width: 500px;
}
.funfly-btn a:hover {
	transform:translateY(-5px);
	transition: all 0.3s linear;
	color: #48832a;
}
.funfly-btn a:hover img {
	transition: all 0.3s linear;
	filter: brightness(1.1) contrast(110%);
}
.line-qrcode {
	width: 100%;
	position: relative;
	padding: 1.5em 0;
}
.line-qrcode img{
	width: 90%;
	max-width: 1274px;
}

@media (max-width: 1200px) {
#funfly {
    padding: 9em 0em 1em 0em;
}
}
@media (max-width: 991px) {
}
@media (max-width: 768px) {
#funfly {
    padding: 5em 0em 2em 0em;
}
.funflytext{
	font-size: 1.25em;
}
}
@media (max-width: 640px) {
.funflytext font{
	width: 100%;
}
.funfly-btn img{
	width: 90%;
}
}

/* ----------------------------------------------------------------
   福岡簡介
-----------------------------------------------------------------*/
.modal {
	z-index:9999999;
}
.modal-dialog {
	width: 80%;
	background-color:#fff;
	border-radius:25px;
}

.window-close{
	float:right;
	top:0;
	right:0;
	position:absolute;
	padding:20px;
	background:#fff;
	border:none;
	border-radius:25px;
}
.window-close img{
	max-width:40px;
	height:auto;
}
#about {
    width: 100%;
    padding: 4em 1.25em;
	position:relative;
	display: block;
}
#about h1{
	font-size:1.4em;
	text-align:center;
	line-height: 30px;
}
.aboutinfo {
    width: 95%;
	margin: 0 auto;
    padding: 1.5em 0 2.5em 0;
	position:relative;
	display:table;
}
.label{
    width: 100%;
	text-align:center;
	display:table
}
.label img{
    width:80%;
	height:auto;
	max-width:1000px;
}
.aboutmap {
    width: 100%;
	position:relative;
	display:table;
	margin:2em 0;
}
.aboutmap img{
    width: 49.9%;
	display:inline-block;
	vertical-align:	middle;
}
.aboutmap p{
    width: 47%;
	font-size:1.2em;
	line-height: 30px;
	display:inline-block;
	vertical-align:	middle;
	padding:1.5%;
}
.aboutinside {
    width: 100%;
	position:relative;
	display: inline-block;
	clear:both;
	margin:2em 0 0 0;
}
.aboutinside img{
    width: 49.9%;
	border-radius:20px;
	display:inline-block;
}
.aboutinside p{
    width: 47%;
	font-size:1.2em;
	line-height: 30px;
	display:inline-block;
	margin:1.5%;
	padding-top:3.5em;
}
.aboutinside font{
	width:100%;
	display: table;
	font-size:1.35em;
	font-weight:300;
	padding:15px 0 15px 60px;
}
.ab-icon01{
	background:url(../images/icon_a01.png) no-repeat left ;
}
.ab-icon02{
	background:url(../images/icon_a02.png) no-repeat left ;
}
.ab-icon03{
	background:url(../images/icon_a03.png) no-repeat left ;
}

@media (max-width: 1600px) {
.aboutinside p{
	padding-top:2em;
}
}
@media (max-width: 1400px) {
.aboutinside p{
	padding-top:0.8em;
}
}
@media (max-width: 1280px) {
.aboutinside p{
	padding-top:0em;
}
}
@media (max-width: 768px) {
.modal-dialog {
	width:auto;
}
.label img{
    width:100%;
}
}

@media (max-width: 640px) {
.aboutmap img{
    width: 100%;
}
.aboutmap p{
    width: 100%;
}
.aboutinside img{
    width: 100%;
}
.aboutinside p{
    width: 100%;
}
}

/* ----------------------------------------------------------------
   首頁---footer
-----------------------------------------------------------------*/

footer {
    width: 100%;
    padding: 12em 0em 3em 0em;
	position:relative;
	display: block;
	background:url(../images/cloud_04.jpg);
	background-repeat:no-repeat,repeat;
	background-position:top;
	background-size:100%;
	background-color: #eef4fd;
	text-align:center;
}
footer .logo {
    width: 35%;
	max-width:203px;
	margin:1em;
	display:inline-block;
}
footer .logo:hover {
	transform:translateY(-7px);
	transition: all 0.5s linear;
}
footer span {
	font-size:1.25em;
	line-height:30px;
	font-weight:800;
}
@media (max-width: 768px) {
footer {
    padding: 8em 0em 3em 0em;
}
}
@media (max-width: 640px) {
footer .logo {
    width: 40%;
	margin:3%;
}
footer span {
	font-size:1em;
}
footer {
    padding: 6em 0em 3em 0em;
}
}


/* ----------------------------------------------------------------
   大BANNER
-----------------------------------------------------------------*/

.banner_travel {
    width: 100%;
    height: 343px;
    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/travel_2/header_travel.jpg) no-repeat center top;
    background-size: cover;
}

.banner_travel_img_3 {
    background: url(../images/travel_3/header_travel.jpg) no-repeat center top;
    background-size: cover;
}

.banner_travel_img_4 {
    background: url(../images/travel_4/header_travel.jpg) no-repeat center top;
    background-size: cover;
}

.banner_travel_img_5 {
    background: url(../images/travel_5/header_travel.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;
}
.img_banner_travel_bottom2 {
    width: 100%;
    height: 40px;
    background: url(../images/travel_3/img_banner_travel_bottom.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 999;
}
.img_banner_travel_bottom3 {
    width: 100%;
    height: 40px;
    background: url(../images/travel_4/img_banner_travel_bottom.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 999;
}
.img_banner_travel_bottom4 {
    width: 100%;
    height: 40px;
    background: url(../images/travel_5/img_banner_travel_bottom.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom:0px;
    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/travel_2/header_travel_phone.jpg) no-repeat center top;
        background-size: cover;
    }

    .banner_travel_img_3 {
        background: url(../images/travel_3/header_travel_phone.jpg) no-repeat center top;
        background-size: cover;
    }

    .banner_travel_img_4 {
        background: url(../images/travel_4/header_travel_phone.jpg) no-repeat center top;
        background-size: cover;
    }

    .banner_travel_img_5 {
        background: url(../images/travel_5/header_travel_phone.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;
    }

}


/* ----------------------------------------------------------------
   首頁---旅遊資訊
-----------------------------------------------------------------*/

#information {
    width: 100%;
    height: auto;
    background-color: #e3e2d2;
    overflow: hidden;
    padding: 2.25em 1em;
}

#information h1 {
    display: block;
    width: 100%;
    height: 131px;
    background: url(../images/h1_information.png) no-repeat center top;
    text-align: center;
    text-indent: -9999px;
    margin-bottom: 1.5em;
}

#information h2 {
    font-size: 1.5em;
    color: #50211b;
    font-weight: 600;
    margin: 1em 0 0.5em 0;
    text-align: center;
}


#information ul {
    margin-top: 2em;
}

#information li {
    font-size: 1em;
    color: #000;
    line-height: 1.8;
    list-style-type: decimal;
}

.img_information_top {
    width: 100%;
    height: 30px;
    background: url(../images/img_information_top.jpg) no-repeat left top;
    background-size: cover;
}


.mg_information_1 {
    margin-left: 21%;
}

.mg_information_2 {
    margin-left: 27.95%;
}


@media (max-width: 1024px) {
    .mg_information_1 {
        margin-left: 16%;
    }

    .mg_information_2 {
        margin-left: 21.95%;
    }


}


@media (max-width: 991px) {
    .mg_information_1 {
        margin-left: 0%;
    }

    .mg_information_2 {
        margin-left: 0%;
    }


}

.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;
}



.carousel-control-prev {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/icon-arrow-left.png) no-repeat;
    background-size: 70px 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5%;
    opacity: 0.6;


}

.carousel-control-next {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/icon-arrow-right.png) no-repeat;
    background-size: 70px 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5%;
    opacity: 0.6;
}

@media (max-width: 414px) {
    .carousel-control-prev {
        display: block;
        width: 50px;
        height: 50px;
        background: url(../images/icon-arrow-left.png) no-repeat;
        background-size: 50px 50px;
        position: absolute;
        top: 40%;
        bottom: unset;
        margin: auto;
        left: 0%;
        opacity: 0.6;


    }

    .carousel-control-next {
        display: block;
        width: 50px;
        height: 50px;
        background: url(../images/icon-arrow-right.png) no-repeat;
        background-size: 50px 50px;
        position: absolute;
        top: 40%;
        bottom: unset;
        margin: auto;
        right: 0%;
        opacity: 0.6;
    }




}