body,
html {
    width: 100%;
    font-size: 16px;
    background-color: #ffffff;
}

ul,
li {
    text-decoration: none;
    list-style: none;
}

a:hover,
a:visited {
    text-decoration: none;
}

p{text-align: left;}


#mtkContainer {
    position: relative;
    width: 100%;
}

#mtkContainer,
#mtkContainer * {
    vertical-align: top;
    box-sizing: border-box;
}
.pc768 {
    display: block;
}

.mobile768 {
    display: none;
}
.layout {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;   
}

.outlineCenter{
    text-align: center;
    width: 100%;  
}

.bgBlue{ 
    background: url('../images/footerBg.gif') no-repeat center bottom,/*最上層*/
                url('../images/separateLine-wave.png') no-repeat center top,
                url('../images/bg-blue.jpg') repeat; /*最底層*/  
    padding:60px 0 300px;                       
}
.bgWhite{ background-color:#ffffff; }
.bgLeaf{
    background: url('../images/mask.png') no-repeat center bottom,
                url('../images/bg-leaf.jpg') repeat-y center top;
    background-size: 100% auto;
}

.pBlue{color: #125b93; font: 1rem/1.5 "arial", "微軟正黑體"; }
.pGray{color: #686868; font: 1rem/1.5 "arial", "微軟正黑體"; }
.txtLeft{text-align: left;}
/*.txtCenter{text-align: center;}*/

.imgRwd{ width: 100%; max-width: 100%; }

/*===========SEO麵包削============*/
.breadcrumb {
    margin: 0px 15px 15px 0px;
    color: #125b93;
    background-color: transparent;
}

.breadcrumb ul li {
    display: inline;
    font-size: 1rem;
}

.breadcrumb ul li:after {
    content: ">";
}

.breadcrumb ul li:first-child:after {
    content: "";
}

.breadcrumb ul li:last-child:after {
    content: "";
}

.breadcrumb ul li a {
    color: #125b93;
}

/*------------banner-表頭------------*/
.header{
    width: 100%;
    height: 607px;  /*不隨視窗縮放*/  
    margin: 0 auto;
    background-size: auto 100%;/*寬 高撐到607px*/
    background-size: 100% auto;
}
.header.page1{
    background: url('../images/topbanner-autumn.jpg') no-repeat center bottom;
}
.header.page2{
    background: url('../images/topbanner-food.jpg') no-repeat center bottom;
}
.header.page3{
    background: url('../images/topbanner-classic.jpg') no-repeat center bottom;
}
.header.page4{
    background: url('../images/topbanner-spa.jpg') no-repeat center bottom;
}
.header.page5{
    background: url('../images/topbanner-family.jpg') no-repeat center bottom;
}
.header.page6{
    background: url('../images/topbanner-shopping.jpg') no-repeat center bottom;
}
/*.kvArea {
    margin: 0 auto;
    padding: 0px;
    max-width: 1200px;
}
*/
.kvArea img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 0;
}

/*-----------menu------------*/
.mainPageButton {
    position: absolute;
    /*用絕對定位absolute,其上層容器並沒有「可以被定位」的元素的話,則可以放在頁面上的任何位置。*/
    z-index: 1;
    top:90px;
    width: 100%; 
}
.mainPageButton.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 996;
    background-color:#69a4e0;
    border-bottom: 2px dotted rgba(256,256,256,0.6);
    padding: 6px 0;
}
.mainPageButton ul {
    margin: 0 auto;/*選單置中*/
    padding: 0px;
    width: 90%;/*小於850px,寬則為90%*/
    max-width: 850px;/*選單寬度最大*/
    display: -webkit-flex;/*浮動*/
    display: flex;
    justify-content:space-between;/*平均等距排列*/
}
.mainPageButton ul li {   
}

.mainPageButton ul li a,
.mainPageButton ul li a:link {
    display: block;
    width:90px;  
    height:90px;
    font: 1.3rem/1.5rem "arial", "微軟正黑體";
    color: #ffffff;
    white-space: nowrap;
    padding-top: 22px;/*垂直置中*/
    text-align: center;/*水平置中*/
    border-radius: 50rem;/*圓形*/
    background-color: #7eafe1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0px 1px 3px rgba(72,118,165,0.9);
    letter-spacing: 2px;
}

.mainPageButton ul li a:hover {
    background-color: #125b93;
}

.remarkTxt{ font: 0.9rem/1.5 "arial", "微軟正黑體"; }

/*--春夏秋冬-slick輪播--*/
.max1400Box{    
    max-width:1400px;
    width: 100%;
    margin:0 auto;  
    height:auto;
}
.introArea{
    padding-bottom: 50px;
}
.navBox{    
    letter-spacing: -4px;/*根据不同字体字号或许需要做一定的调整*/
    word-spacing: -4px;
    font-size: 0;
    /*解决inline-block元素的空白间距*/    
    margin:0 auto 24px;
    font: normal 100%/1.4 "微軟正黑體", "Microsoft JhengHei", Verdana, sans-serif;
}

/*四季選單*/
.navBox span{
    display:inline-block;
    *display: inline;
    font: normal 146%/1.4 "微軟正黑體", "Microsoft JhengHei", Verdana, sans-serif;
    background-color:#fff;
    border:5px solid #bbe3f7;/*所有線框5px*/
    border-right: 1px solid #bbe3f7;/*其中左右線1px*/
    border-left: 1px solid #bbe3f7;
    padding:8px 15px;
    color:#125b93;
    cursor: pointer;
    letter-spacing: 0px;
    line-height: 0.8;
}
.navBox span i{
    font-size:13px; color:#a8a8a8; 
}
.navBox .btn1{/*左圓角*/
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-left:5px solid #bbe3f7;
}
.navBox .btn4{/*右圓角*/
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-right:5px solid #bbe3f7;
}

.navBox .btn1:hover,.navBox .btn1:hover i,.navBox .btn1.act,.navBox .btn1.act i,
.navBox .btn2:hover,.navBox .btn2:hover i,.navBox .btn2.act,.navBox .btn2.act i,
.navBox .btn3:hover,.navBox .btn3:hover i,.navBox .btn3.act,.navBox .btn3.act i,
.navBox .btn4:hover,.navBox .btn4:hover i,.navBox .btn4.act,.navBox .btn4.act i{
    background-color:#69A4E0;
    color:#fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear; 
    -ms-transition: all 0.3s linear; 
    -o-transition: all 0.3s linear; 
    transition: all 0.3s linear;
}
.introBoxSlick{width:100%; text-align: left; box-shadow: 0px 0px 5px rgba(0,0,0,0.3);}
.introData{
    box-sizing: border-box;
    padding:9px 4px;
    margin:0 auto;
    font: normal 100%/1.4 "微軟正黑體", "Microsoft JhengHei", Verdana, sans-serif;
    color:#333;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9e9e9+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #e9e9e9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffffff 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=1 ); /* IE6-9 */
}
.introData>img{
    display: block;
    width:100%;
    margin:0 auto 8px;
}
.introData strong{
    width:90%;
    display:block;
    margin:0 auto;
    height: 1.4em;
    overflow: hidden;
    font: normal 126%/1.4 "微軟正黑體", "Microsoft JhengHei", Verdana, sans-serif;
    color:#333; 
    text-align: center; 
}
.introData p{
    width:90%;
    display:block;
    font: normal 100%/1.4 "微軟正黑體", "Microsoft JhengHei", Verdana, sans-serif;
    color:#333;  
    text-align: left;
    height: 10em;
    margin:0 auto;
    overflow: hidden;
    position: relative;
}


/*-----------景點介紹-----------*/
.introBox{ display: flex; align-items:center; justify-content:center; padding-bottom: 30px; }
.introBoxReverse{ display: flex; flex-direction: row-reverse; -webkit-flex-direction: row-reverse;  align-items:center; justify-content:center; padding-bottom: 30px; }
.introBox1col{
    width: 100%;
    padding:0px 20px;
}
.introBox1col:last-child{
    padding:0px 90px 30px 90px;
}
.introBox2col{
    width: 50%;    
    box-sizing: border-box;
    padding:0px 20px;
}
.introBox3col{
    width: 33%;    
    box-sizing: border-box;
    padding:0px 20px;
}
.introTitle{font: 1.6rem/1.2 "arial", "微軟正黑體"; margin-bottom:8px; margin-top:12px;}
.introTitle img{position: relative; top:-5px;}

.link a:link, a:visited{
    display: inline-block; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition:all 0.5s ease;
    font-size:1em; 
    color: #125b93; 
    border-radius: 50em; 
    padding: 5px 15px;
    margin-top:10px;
    text-decoration: none; 
    border:1px solid #125b93;
}

.link a:hover{ background-color: #125b93; color: #ffffff;}/*超連結*/

/*========== 篩選器CSS ==========*/
.backTop {
    display: none;
}

.informationShow {
    display: none;
}

.areaIntroduction {
    display: none;
}

.searchButton {
    display: none;
    transition: .5s;
    position: fixed;
    top: 20%;
    left: 5%;
    cursor: pointer;
    z-index: 19;
}

.c23FilterBaseAppendClose {
    font: bold 22px/1.4em "arial", "微軟正黑體";
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.searchButton img {
    width: auto;
    -webkit-animation: searchButton 1s infinite alternate;
    animation: searchButton 1s infinite alternate;
}

@-webkit-keyframes searchButton {
    from {
        padding-top: 0;
    }

    to {
        padding-top: 20px;
    }
}

@keyframes searchButton {
    from {
        padding-top: 0;
    }

    to {
        padding-top: 20px;
    }
}

@-moz-keyframes searchButton {
    from {
        padding-top: 0;
    }

    to {
        padding-top: 20px;
    }
}

@-o-keyframes searchButton {
    from {
        padding-top: 0;
    }

    to {
        padding-top: 20px;
    }
}

@-ms-keyframes searchButton {
    from {
        padding-top: 0;
    }

    to {
        padding-top: 20px;
    }
}

#c23FilterArea #slider-range .ui-widget-header,
#c23FilterArea #searchRight #searchStart,
#c23FilterArea #searchRight #searchCancel,
#c23FilterArea #h4ButtonBase .colorMat {
    background: #69A4E0;
}

#c23FilterArea #amount {
    color: #f9ed6a;
}

#c23FilterBase {
    display: none;
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
    background: none;
}

#c23FilterArea {
    margin: 0 auto;
    padding: 20px;
    width: 80%;
    background: rgba(0, 0, 0, 0.7);
}

#c23FilterBase .c23FilterBaseAppendClose {
    letter-spacing: normal;
}

@media only screen and (max-width:768px) {
    .header{
        height: auto;
    }

    #c23FilterBase {
        display: block;
        top: -200vh;
    }

    #c23FilterArea {
        width: 100%;
        height: 100vh;
        padding: 5%;
    }

    div.searchButton {
        display: none;
    }

}

/*========== 篩選器CSS ==========*/

/*===c23模組專用===*/

/*右側導航選單*/
.intro-anchors>div {
    width: 100px;
    height: 47px;
}

/*右選單第一張圖*/
.intro-anchors>div>img {
    width: 100%;
    height: auto;
}

.carrier .box-head {
    display: none;
}

.intro-anchors {
    position: fixed;
    bottom: 200px;
    right: 3%;
    width: 100px;
    height: auto;   
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0px 15px 10px -15px #111;
    z-index: 98;
}

.intro-anchors a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #4e7bbb;
    border-bottom: 2px dotted #6a9ade;
}

.intro-anchors a:hover {
    color: #fff;
    background-color: #3f6ba8;
}

.intro-anchors a:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #6a9ade;
    color: #ffffff;
}

.intro-anchorsScale {
    -webkit-transform: scale (0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
/*選單縮小*/


.product{
    border:2px dashed #97bade;
    border-radius: 30px;
    padding: 30px 40px 0 40px;
    background-color: #ffffff;
}
.carrier {
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
    position: relative;
}

/*模組內容主標h4*/
.carrier h4 {
    font: 2.2rem/1.2 arial, 微軟正黑體;
    min-width: 200px;
    height: 60px;
    line-height: 68px;
    display: table;
    margin: 0 auto;
    /*沒有父層的水平置中*/
    color: #125b93;
    background-size: auto 60px;
    position: relative;
    text-align: center;
}

.carrier h4:before,.carrier h4:after {
    content: '';
    display: block;
    background: url(../images/proTitleIcon.png);
    background-size: 55px 41px;
    height: 41px;
    width: 55px;
    position: absolute;
    top: 10px;
}
.carrier h4:before {
    left: -30px;
}
.carrier h4:after {   
    right: -30px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.carrier ul {
    padding: 2% 0 4% 0;
    /*整個條列產品區塊間距*/
    color: #434343;
}

.carrier li {
    overflow: hidden;
    min-height: 60px;
    line-height: 1.3em;
    padding: 7px 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #8b83df;
}

.carrier li:hover {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    background: #dfecf8;
    border-bottom: 2px dashed #b4d3f0;
}

.carrier li a:link,
.carrier li a:visited {
    text-decoration: none;
    font-size: 1rem;
    font-family: "arial", "微軟正黑體";
    color: #7c7c7c;
    letter-spacing: 1px;
    line-height: 1.5;
    display: block;
}

.carrier li a strong {
    font-weight: normal;
    display: block;
    font-size: 20px;
    font-family: "arial", "微軟正黑體";
    color: #3f6ba8;
    margin: 0px 0px 4px 0px;
    *margin: 0;
    line-height: 1.3;
}

.carrier li a:hover strong {
    /*color: #f57163;*/
}

.carrier li em.price {
    font-size: 1rem;
    color: #f57163;
    font-family: Verdana, Geneva, sans-serif, arial, "微軟正黑體";
    float: right;
    *margin-top: -1.2em;
    margin-top: 10px;
}

.carrier li em.price span {
    font-size: 1.3rem;
    font-weight: bold;
}
.carrier li em.price:after {
    content: "\f07a";
    display: inline-block;
    font: 1.1rem/1 FontAwesome;
    text-rendering: auto;
    margin-left: 5px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50rem;
    background-color: #ffd6d2;
    color: #f57163;

}
.carrier li:hover em.price:after{
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: #f57163;
    color: #ffffff;    
}

@media screen and (max-width:1400px) {
    .intro-anchors {
        right: 0%;
    }/*右邊浮動選單*/
}
@media only screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {
    .introTitle{ font: 1.4rem/1.2 "arial", "微軟正黑體";}
}

@media screen and (max-width:768px) {
    .pc768 {
        display: none;
    }

    .mobile768 {
        display: block;
    }

    .mobileMenuButton {
        display: inline-block;
        position: fixed;
        bottom: 0;
        left: 50%;
        padding: 5px;
        width: auto;
        height: auto;
        z-index: 1002;
        background: rgba(0, 0, 0, 0.5)
    }

    .mainPageButton {
        position: fixed;
        top: -100vh;
        left: 0;
        width: 100%;
        height: 100vh;
        margin-bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1001;
        /*比Set logo高*/
    }

    .mainPageButton ul {
        display: block;
        padding-top: 20px;
        max-width: 265px;
    }

    .mainPageButton ul li {
        display: block;
        float: left;
        width: 44%;
        margin: 3%;
    }

    .mainPageButton ul li a,
    .mainPageButton ul li a:link {
        font: 1.6rem/1.7rem "arial", "微軟正黑體";
        color: #fff;
        width: 100%;
        height: 100%;
        padding: 32px;
    }    

    .product{
        padding: 15px 5px 0 5px;
        margin-bottom: 40px;
    }

    .introBox, .introBoxReverse{ display: block; }
    .introBox2col, .introBox3col{ width: 100%;}
    .introBox1col:last-child{
        padding:0px 20px 30px 20px;
    }

    /* c23模組 */
    .intro-anchors {
        display: none;
    }/*右邊選單手機版隱藏*/
    
    .carrier h4 {
        font-size: 1.7rem;
    }
    .carrier h4:before,.carrier h4:after {
        background-size: 50px 32px;
        height: 32px;
        width: 50px;
        top: 15px;
    }
    .carrier h4:before {
        left: -8px;
    }
    .carrier h4:after {   
        right: -8px;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .carrier li {
        padding: 12px 12px;
    }

    .carrier li a:link,
    .carrier li a:visited {
        letter-spacing: 0px;
    }

    .carrier li a strong {
        font-size: 18px;
    }

    .carrier li em.price {
        font-size: 0.7rem;
        display: block;
        text-align: center;
        background-color: #f57163;
        border-radius: 20px;
        min-width: 32%;
        margin-top: 10px;
        padding: 3px 10px;
        color: #ffffff;
    }

    .carrier li em.price span {
        font-size: 1.3rem;
        font-weight: bold;
    }
    .carrier li em.price:after {
        line-height: auto;
        width: auto;
        height: auto;
        background-color: #f57163;
        color: #ffffff;
    }

}

@media screen and (max-width:480px) {
    .carrier li em.price {
        min-width: 45%;
    }
}