body,
html {
    width: 100%;
    font-size: 16px;
    background-color: #cccccc;
}

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%;  
    /*解决inline-block元素的空白间距  
    letter-spacing: -4px;
    word-spacing: -4px;
    font-size: 0;
    letter-spacing: -0.31em; 
    *letter-spacing: normal; 
    *word-spacing: -0.43em; 
    text-rendering: optimizespeed; */
}

.bgBlue{ background: url('../images/blueBg.gif') repeat center bottom; background-size: 100% auto; background-color:#3b3579;}
.bgPink{ background-color:#f57163; }
.bgWhite{ background-color:#ffffff; }
.bgOrange{ background-color:#ffd05a; } 

.pWhite{color: #ffffff; font: 1.1rem/1.5 "arial", "微軟正黑體"; }
.pPink{color: #f57163; font: 1.1rem/1.5 "arial", "微軟正黑體"; }
.pBlue{color: #3b3579; font: 1.1rem/1.5 "arial", "微軟正黑體"; }

.imgRwd{ width: 100%; max-width: 100%; }

.paddingBox{padding:10px 50px 0px 50px;}

/*===========SEO麵包削============*/
.breadcrumb {
    margin: 0px 15px 15px 0px;
    color: #ffffff;
    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: #f57163;
}

/*------------banner-表頭------------*/
.header {
    width: 100%;    
    position: relative;
    margin: 0 auto;
    background: url('../images/bg-top.jpg') center bottom;
    background-size: auto 100%;/*寬 高*/
}
.kvArea {
    margin: 0 auto;
    padding: 0px;
    position: relative;
    max-width: 1200px;
}
.kvArea .cycle-slideshow{
    margin: 0 auto;
    padding: 0; 
}
.kvArea .cycle-slideshow > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 0;
}


/*-----------menu------------*/
.mainPageButton {
    width: 100%;
    text-align: center;
    background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 6%, #ffffff 74%, #e4e4e4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 6%,#ffffff 74%,#e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e4e4e4 0%,#ffffff 6%,#ffffff 74%,#e4e4e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}
.mainPageButton.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 996;
}
.mainPageButton ul {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    white-space: nowrap;
}
.mainPageButton ul li {
    display: inline-block;
    white-space: nowrap;
}

.mainPageButton ul li a,
.mainPageButton ul li a:link {
    display: block;
    font: 1.3rem/1.5rem "arial", "微軟正黑體";
    color: #3b3579;
    white-space: nowrap;
    text-align: left;
    padding: 10px 12px;
}

.mainPageButton ul li a:hover {
    background-color: #ffd05a;
}

.btnLine{
    height: 5px;
    background: #ff8755; /* Old browsers */
    background: -moz-linear-gradient(left, #ff8755 11%, #3d445e 11%, #3d445e 24%, #9dbf61 24%, #9dbf61 29%, #ff8755 29%, #ff8755 38%, #527fba 38%, #527fba 56%, #ffd05a 56%, #ffd05a 56%, #ffd05a 83%, #ffd05a 83%, #ff7070 83%, #ff7070 87%, #3d445e 87%, #3d445e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff8755 11%,#3d445e 11%,#3d445e 24%,#9dbf61 24%,#9dbf61 29%,#ff8755 29%,#ff8755 38%,#527fba 38%,#527fba 56%,#ffd05a 56%,#ffd05a 56%,#ffd05a 83%,#ffd05a 83%,#ff7070 83%,#ff7070 87%,#3d445e 87%,#3d445e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff8755 11%,#3d445e 11%,#3d445e 24%,#9dbf61 24%,#9dbf61 29%,#ff8755 29%,#ff8755 38%,#527fba 38%,#527fba 56%,#ffd05a 56%,#ffd05a 56%,#ffd05a 83%,#ffd05a 83%,#ff7070 83%,#ff7070 87%,#3d445e 87%,#3d445e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8755', endColorstr='#3d445e',GradientType=1 ); /* IE6-9 */
}

/*-----------AD-Banner-----------*/
.bnAd2 {
    display: inline-block;
    /*解决inline-block元素的空白间距*/
    /*letter-spacing: normal;
    word-spacing: normal;
    display:inline-block;
    *display: inline;
    zoom:1;*/
    /*解决inline-block元素的空白间距*/
    width: 45%;
    padding:20px 35px;
    box-sizing: border-box; 
}
.bnAd2 img{
    max-width: 100%;
    /*width: 100%;*/
}


/*-----------標題引文-----------*/
.titleBox {padding:20px 0; color: #ffffff; display: flex; align-items:center;/*垂直置中*/}
.title{
    width: 168px;
}
.title img{max-width: 100%;}
.titleTxt{
    width: calc(100% - 180px);
    color: #ffffff;
    font: 1.2rem/1.5 "arial", "微軟正黑體";
    padding: 0 20px;
}
.subTitle{ display: block; padding: 50px 0;}
.subTitle h3{
    font: 2.4rem/1.5 "arial", "微軟正黑體";
    display: table;   /*沒有父層的水平置中*/ 
    margin: 0 auto;  
    position: relative; 
    text-align: center; 
}

.subTitle h3:before { content: ''; display: block; background-size: 50px 17px; height: 17px; width: 50px; position: absolute; left: -60px; top: 20px; -webkit-transform: scaleX(-1);    /*緞帶反轉*/ -moz-transform: scaleX(-1); -ms-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); }
.subTitle h3:after { content: ''; display: block; background-size: 50px 17px; height: 17px; width: 50px; position: absolute; right: -60px; top: 20px;}

.subTitle h3.icon1:before { background: url('../images/subTitleIcon-1.png'); }
.subTitle h3.icon1:after { background: url('../images/subTitleIcon-1.png'); }

.subTitle h3.icon2:before { background: url('../images/subTitleIcon-2.png'); }
.subTitle h3.icon2:after { background: url('../images/subTitleIcon-2.png'); }

.subTitle h3.icon3:before { background: url('../images/subTitleIcon-3.png'); }
.subTitle h3.icon3:after { background: url('../images/subTitleIcon-3.png'); }

.subTitle h3.icon4:before { background: url('../images/subTitleIcon-4.png'); }
.subTitle h3.icon4:after { background: url('../images/subTitleIcon-4.png'); }


.remarkTxt{font: 0.9rem/1.5 "arial", "微軟正黑體";}


/*-----------景點介紹-----------*/
.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.9rem/1.2 "arial", "微軟正黑體"; text-align: left; margin-bottom:8px; }
.introTitle img{position: relative; top:5px;}

.intro2p3{
    background-image:url('../images/bgStory.jpg'); 
    background-repeat: no-repeat;
    background-position:center top; 
    background-size: 100% auto; 
}
/*========== 篩選器CSS ==========*/
.backTop {
    display: none;
}

.informationShow {
    display: none;
}

.areaIntroduction {
    display: none;
}

.searchButton {
    display: none;
    transition: .5s;
    position: fixed;
    top: 10%;
    left: 10%;
    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: #f57163;
}

#c23FilterArea #amount {
    color: #f57163;
}

#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:1650px) {
    .searchButton {
        left: 5%;
    }
}

@media only screen and (max-width:768px) {

    #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;
}

/*選單第一個Sale圖*/
.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;
    transition: all 0.4s linear;
    z-index: 98;
    -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;
}

.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: #ea230e;
    border-bottom: 1px solid #d31d0a;
}

.intro-anchors a:hover {
    color: #fff;
    background-color: #d31d0a;
}

.intro-anchors a:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffbe1c;
    color: #2c2665;
    
}

.intro-anchorsScale {
    -webkit-transform: scale (0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

/*選單縮小*/
.carrier {
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
    position: relative;
}

/*模組內容主標h4*/
.carrier h4 {
    font: 1.9rem/1.2 arial, 微軟正黑體;
    min-width: 200px;
    height: 60px;
    line-height: 65px;
    display: table;
    /*沒有父層的水平置中*/
    margin: 0 auto;
    /*上 左右 下*/
    color: #fff;
    background-size: auto 60px;
    position: relative;
    text-align: center;
}

.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: #2f2a64;
    border-bottom: 2px solid #f57163;
}

.carrier li a:link,
.carrier li a:visited {
    text-decoration: none;
    font-size: 1rem;
    font-family: "arial", "微軟正黑體";
    color: #ffffff;
    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: #ffd05a;
    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;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: 5px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #f57163;
    color: #ffffff;
}

@media screen and (max-width:1400px) {
    .intro-anchors {
        right: 0%;
    }

    /*右邊浮動選單*/
}
@media only screen and (max-width:1200px) {
    .intro2p3{
        background-image:none; 
        background-repeat: no-repeat;
        background-position:center top; 
        background-size: 100% auto; 
    }
}
@media screen and (max-width:992px) {
    .mainPageButton ul li a,
    .mainPageButton ul li a:link {
        font: 1.1rem/1.3rem "arial", "微軟正黑體";
        padding: 10px 8px;
    }
}

@media screen and (max-width:768px) {
    .pc768 {
        display: none;
    }

    .mobile768 {
        display: block;
    }

    .paddingBox{
        padding: 0px;
    }

    .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 {
        padding-top: 20px;
        width: 90%;
    }

    .mainPageButton ul li {
        display: block;
    }

    .mainPageButton ul li a,
    .mainPageButton ul li a:link {
        font: 1.3rem/1.4rem "arial", "微軟正黑體";
        color: #fff;
        padding: 14px 10px;
    }
    .mainPageButton ul li a:hover {
        background-color: #3b3579;
        border-left: 5px solid #ffd05a;
        border-top-right-radius:50rem;
        border-bottom-right-radius:50rem;  
    }
    
    .bnAd2 {
        display: inline-block;
        width: 100%;
        padding:0 0 10px 0;
    }

    .titleBox, .introBox, .introBoxReverse{ display: block; }
    .titleTxt, .introBox2col, .introBox3col{ width: 100%;}
    .introBox1col:last-child{
        padding:0px 20px 30px 20px;
    }
    .titleBox h1{ display:block;  margin: 0;}
    .subTitle h3{
        font: 2rem/1.5 "arial", "微軟正黑體";
    }

    .introTitle{font: 1.6rem/1.2 "arial", "微軟正黑體"; text-align: left; margin-bottom:8px; }
    
    .mobileLine{
        height: 5px;
        margin: 10px 0 20px;
        background: #ff8755; /* Old browsers */
        background: -moz-linear-gradient(left, #ff8755 11%, #3d445e 11%, #3d445e 24%, #9dbf61 24%, #9dbf61 29%, #ff8755 29%, #ff8755 38%, #527fba 38%, #527fba 56%, #ffd05a 56%, #ffd05a 56%, #ffd05a 83%, #ffd05a 83%, #ff7070 83%, #ff7070 87%, #3d445e 87%, #3d445e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ff8755 11%,#3d445e 11%,#3d445e 24%,#9dbf61 24%,#9dbf61 29%,#ff8755 29%,#ff8755 38%,#527fba 38%,#527fba 56%,#ffd05a 56%,#ffd05a 56%,#ffd05a 83%,#ffd05a 83%,#ff7070 83%,#ff7070 87%,#3d445e 87%,#3d445e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ff8755 11%,#3d445e 11%,#3d445e 24%,#9dbf61 24%,#9dbf61 29%,#ff8755 29%,#ff8755 38%,#527fba 38%,#527fba 56%,#ffd05a 56%,#ffd05a 56%,#ffd05a 83%,#ffd05a 83%,#ff7070 83%,#ff7070 87%,#3d445e 87%,#3d445e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8755', endColorstr='#3d445e',GradientType=1 ); /* IE6-9 */
    }

    /* c23模組 */
    .intro-anchors {
        display: none;
    }

    /*右邊選單手機版隱藏*/
    .carrier h4 {
        font-size: 2rem;
        min-width: 100px;
        height: 58px;
        line-height: 63px;
        background-size: auto 58px;
    }

    .carrier h4:before {
        background-size: 50px 58px;
        height: 58px;
        width: 50px;
        left: -50px;
    }

    .carrier h4:after {
        background-size: 50px 58px;
        display: block;
        height: 58px;
        width: 50px;
        right: -50px;
    }

    .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;
    }

}

@media screen and (max-width:480px) {
    .carrier li em.price {
        min-width: 45%;
    }

    .carrier h4 {
        font-size: 1.6rem;
        min-width: 100px;
        height: 47px;
        line-height: 50px;
        background-size: auto 47px;
    }

    .carrier h4:before {
        background-size: 40px 47px;
        height: 47px;
        width: 40px;
        left: -40px;
    }

    .carrier h4:after {
        background-size: 40px 47px;
        height: 47px;
        width: 40px;
        right: -40px;
    }
}