.formtb .td input.error,.formtb .td textarea.error,.btdate.error {border-color: #f00; background-image: url(../../../images/exclamation_mark.png);background-position: right 10px center;background-repeat: no-repeat;background-size: 30px 30px;}
label.error::before {background-image: url(../../../images/exclamation_mark.png);background-repeat: no-repeat;background-size: 20px 20px;display: inline-block;width: 20px;height: 20px; margin-left: 10px;content:''}

@media screen and (min-width: 769px) {

    .peotb .tbs input {width: 100%;}
    .peotb .th {width:auto;}
}
input.selDate{
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-family: 敺株�迤暺��;
}

div.selDdate, div.selRdate{
    color: #fff;
    padding: 8px 10px 8px 35px;
}

.selDate#startDate::-webkit-input-placeholder, .selDate#endDate::-webkit-input-placeholder{ /* Chrome */
    color: #fff;
}
.selDate#startDate:-ms-input-placeholder, .selDate#endDate:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.selDate#startDate::-moz-placeholder, .selDate#endDate::-moz-placeholder{ /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}
.selDate#startDate:-moz-placeholder, .selDate#endDate:-moz-placeholder{ /* Firefox 4 - 18 */
    color: #fff;
    opacity: 1;
}

.listtb div.tourHight{
    height: 90px;
    overflow: hidden;
}

#header .searchform {
    /*background: transparent;*/
    z-index: 15;
    padding: 30px 0 10px;
}

.btsel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btsel > ul {
    z-index:1;
    overflow: scroll;
    height: 160px;
}

a.clean-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    border: solid 1px #fff;
    display: none;
    margin: 10px 5px;
    padding: 0px 7px 3px 7px;
    border-radius: 14px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.hiddenInit{
    display:none;
}

.imgtb .td {
    padding-bottom: 30px;
}

#typeList ul li {
    float: left;
}

#typeList ul:nth-child(even),#typeList ul:nth-child(odd) {
    float: none;
}

#typeList ul:nth-child(3n+1) {
    float: left;
}

#typeList ul:nth-child(3n+2) {
    float: right;
}

@media screen and (max-width: 960px) {
    #typeList ul {
        overflow: hidden;
    }

    #search_bar .bt{
        margin: 10px 2.5%;
    }

}
.turSightimg{
    height: 200px;
}
.turImg{
    height: 300px;
}
.blockList{
    display:inline-block;
    width:20%;
    margin-bottom: 10px;
}
.bt a{
    width: 80%;
}
.turDetail{
    display: none;
}
.mydate,.btdate {
    cursor: pointer;
}
.formtb .td select {
    border: #ccc 1px solid;
    padding: 10px;
    width: 30%;
}
.num_index_fist{
    padding: 10px 0;
    font-size: 20px;
}
.num_index{
    padding: 10px 0;
    font-size: 20px;
    width: 250px;
    color: red;
}
.formtb .td input[type=password]{
    border: #ccc 1px solid;
    padding: 10px;
}
.travelitinerary h2{
    margin-top: 25px;
}
.travelitinerary h2:nth-child(1){
    margin-top: 0px;
}

@media screen and (max-width: 768px){
    .formtb .tr:nth-child(6) input:nth-child(1){
        width: 150px;
    }
    .blockList {
        display: block;
        margin: 0 auto;
        width: 60%;
    }
}

.view li{
    max-height: 248px;
}

@media screen and (max-width: 480px){


    #typeList{
        width: 95%;
    }
    #typeList ul li a{
        width: 100%;
    }
    #typeList .imgbox .img{
        width: 100%;
    }
    #typeList ul{
        padding-bottom: 0;
    }
    #typeList ul li{
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 768px){

    .travtopbox, .notetxt, .orderformbox{
        padding:0 0px 30px;
    }
    .imgtb .share{
        padding:0 30px 15px;
    }
    .imgtb .td ul{
        margin: 20px 40px;
    }
    .container{
        width: 92%;
    }

    /*撐出ＤＩＶ的高*/
    .hiddenInit{
        padding-top: 60vw;
    }


}

@media screen and (min-width: 769px){
    /*撐出ＤＩＶ的高*/
    .hiddenInit{
        padding-top: 35vw;
    }
}

@media (min-width: 641px){
    .news li {
        min-height: 500px;
    }
}

/*新增常見問題頁面*/
article.content ol.faq li{
    padding: 30px 0;
    border-bottom: 1px dotted #c8c2bb;
}
article.content ol.faq h2{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #f93;
    line-height: 1.5;
}
article.content ol.faq p{
    line-height: 1.5;
}

/*調整首頁nav，讓六個頁籤塞得下*/
/* 9/29 首頁nav：頁籤改成7個 */
/* 10/29 首頁nav：頁籤改成8個 */
#navtype ul{
    background: none;
    margin: 1.5rem auto 1.8rem;
}
#navtype li {
    width: calc((100% / 8) - 25px );
}
#navtype li a:hover > .img, #navtype li.active .img{
    background: url(../images/icon-bus.png) bottom center no-repeat;
    background-size: 60%;
}
#navtype li h2:before {
    content: '';
    background: url(../images/line01.png) repeat-x;
    background-size: cover;
    width: 25px;
    height: 6px;
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 16px;
}
#navtype li:first-child h2:before{
    background: none;
}

@media screen and (max-width: 960px){
    #navtype li h2:before{
        background: none;
    }
    #navtype ul{
        margin: 2rem auto 0.8rem;
    }
    #navtype li {
        width: 49%;
    }
}

/*加上浪漫台三線的icon*/
#navtype li.active[data-id="#type10383"] .img,
#navtype li[data-id="#type10383"]:hover .img{
    background: url(../images/icon-romance3.png) bottom center no-repeat;
    background-size: 35%;
}

/*調整行程內頁的內文間距*/
#travelitinerary {
    padding: 0 30px 0px;
}
#travelitinerary .day{
    margin-bottom: 25px;
    line-height: 1.4;
}
.setHight{
    line-height: 1.3;
}
#travelmain .txt{
    line-height: 1.6;
}

/*拿掉首頁的回程日期功能，調整其他選項的大小*/
@media  (min-width: 960px){
    .btsel{
        width: calc( 28% - 20px);
    }
}


/*footer強調字*/
footer span.color{
    font-weight: bold;
    color: #0cacc1;
}
@media screen and (max-width: 960px){
    #footer{
        background: url(../images/bg-footer02.jpg) bottom center no-repeat #ebebeb;
    }
}

/*搜尋結果頁的list：間距調整*/
.listtb.custom .td{
    padding: 5px 0 0 20px;
}
.listtb.custom .td .more{
    margin-bottom: 15px;
}

/*訂購流程頁，增加「加購服務」*/
.orderformbox .plus_service{
    width: 80%;
    margin: 30px auto 0;
}
.orderformbox .plus_service .ptitle{
    padding-bottom: 8px;
}
.orderformbox .plus_service img.thsrcTicket{
    width: 300px;
    display: block;
    margin: 5px 0 0 25px;
    cursor: pointer;
}

/*首頁右上角搜尋框不明顯，做改善*/
#header #btsearch{
    background: rgba(0, 173, 196, 0.81);
    color: #fff;
    border-radius: 50px;
    padding: 7px 10px;
    transition: .5s;
    position: relative;
}
#header #btsearch:hover{
    color: #acfff7;
}
#btsearch .icon-search-3:before{
    font-size: 20px;
    position: absolute;
    left: 7px;
    top: 13px;
}
#btsearch span{
    padding-left: 25px;
}

/*台鐵觀光護照優惠序號 彰顯欄位*/
.orderformbox .serialDiscount .formmp{
    background: url(../images/train-bus.png) no-repeat 99% center;
    background-size: contain;
}
.orderformbox .serialDiscount .deco{
    display: inline-block;
    padding: 4px 8px;
    margin-right: 5px;
    color: #fff;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    vertical-align: text-top;
    border-radius: 3px;
    background: #FF512F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #DD2476, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.orderformbox .serialDiscount .deco:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: shine .75s infinite;
    animation: shine 2.5s  infinite;
}

@-webkit-keyframes shine {
    50% {
        left: 125%;
    }
    100%{
        left: 200%;
    }
}
@keyframes shine {
    50% {
        left: 125%;
    }
    100%{
        left: 200%;
    }
}

/* footer 技術單位link */
footer .tech{
    display: block;
    color: #213f69;
}

/* 調整觀巴首頁header、slider */
#header .logo img{
    height: 75px;
}
/*修改slider預設值*/
#vimg .slick-dotted.slick-slider{
    margin-bottom: 0;
}
#vimg .slick-dots{
    bottom: 0px;
}
#vimg .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #fff;
}
#vimg .slick-dots li button:before{
    opacity: .7;
    color: #c5c5c5;
}
.hiddenInit{
    position: relative;
}
#vimg .bannerTitle{
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    line-height: 1.4;
    text-align: center;
}
#vimg .bannerTitle h3{
    font-size: 32px;
    font-weight: 600;
    text-shadow: 1px 1px 5px #0a0a0aba;
}
#vimg .slider-arrows{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10%;
    opacity: .6;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    z-index: 5;
    cursor: pointer;
}
#vimg .slider-arrows.left{
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
}
#vimg .slider-arrows.right{
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
}
#vimg .slider-arrows i{
    position: absolute;
    top: 50%;
    right: 5%;
}
#vimg .slider-arrows.right i{
    right: auto;
    left: 5%;
}
#vimg .slider-arrows:hover, #vimg .slider-arrows:focus{
    opacity: .9;
}

@media (max-width: 680px){
    #vimg .bannerTitle h3{
        font-size: 24px;
    }
    /*隱藏arrow*/
    #vimg .slider-arrows{
        opacity: 0;
    }
}

/* 重切「找找你想怎麼玩」，讓它能置中對齊 */
#search_bar .search_wrap > div,
#search_bar .icon-slogan > div{
    display: inline-block;
    vertical-align: middle;
}
#search_bar .icon-slogan .txt{
    width: 130px;
    padding-top: 5px;
    color: #fff;
    transform: rotate(-5deg);
    text-shadow: #0BA783 2px 2px 2px;
}
#search_bar .icon-slogan .icon{
    width: 40px;
}
#search_bar .icon-slogan{
    width: 30%;
    text-align: right;
}
#search_bar .selector{
    width: 55%;
}
@media (max-width: 960px){
    #search_bar .search_wrap > div.icon-slogan,
    #search_bar .search_wrap > div.selector{
        display: block;
        width: 100%;
    }
    #search_bar .icon-slogan{
        text-align: center;

    }
    #search_bar .icon-slogan .txt{
        transform: none;
        margin-bottom: 15px;
    }
    #search_bar .icon-slogan .icon{
        display: none;
    }

}

/* 介紹頁行距調整 & 改slider呈現景點圖 */
.travd h1{
    margin-bottom: 0;
}
.imgtb .shareDescription{
    line-height: 1.5;
    padding: 0 30px 20px;
}
#travelmain .travdSlider{
    width: 100%;
}
#travelmain .travdSlider .sliderImg{
    height: 300px;
}
#travelmain .imgtb {
    display: block;
    font-size: 0;
}
#travelmain .imgtb .th{
    display: inline-block;
}
#travelmain .imgtb .td{
    width: 52%;
    display: inline-block;
    font-size: 16px;
    min-height: 270px;
}
#travelmain .slick-dots li.slick-active button:before{
    color: #bbd43d;
}


@media screen and (max-width: 768px){
    #travelmain .imgtb .th,
    #travelmain .imgtb .td{
        display: block;
        width: 100%;
        margin: 0;
    }
    #travelmain .imgtb {
        background: #eee;
    }
    #travelmain .imgtb .td{
        min-height: auto;
        padding-bottom: 0;
    }

}

/* 首頁分區的文字說明 */
#navtype .contentWrap{
    width: calc(90% - 30px);
    margin: 15px auto;
    /*background: #f0f7eb;
    padding: 15px ;*/
    font-size: 15px;
    line-height: 1.6;
    max-width: 1200px;
}
#navtype .contentWord{
    /*border-left: 1px dashed #8cc63f;
    border-right: 1px dashed #8cc63f;
    padding: 0 15px;*/
}

/* 高鐵聯票說明專頁靜態頁 */
.thsrcNotice .boxtb{
    width: 100%;
    max-width: 960px;
    margin: 15px auto;
    box-sizing: border-box;
}
.thsrcNotice .boxtb h2.title{
    background: #fbb450;
}
.thsrcNotice .boxtb a{
    text-decoration: underline;
    color: #5b79af;
}
.thsrcNotice  ul.level1,
.thsrcNotice  ul.level2{
    padding-left: 40px;
}
.thsrcNotice  li.level1{
    list-style-type: decimal;
    margin: 10px 0;
    line-height: 1.8;
}
.thsrcNotice  li.level2{
    list-style-type: trad-chinese-informal;
}

.thsrcNotice .css_table {
    display: table;
    border:#eee 1px solid;
    box-sizing: border-box;
    width: 100%;
}
.thsrcNotice .css_tr {
    display: table-row;
    vertical-align: middle;
    text-align: left;
}

.thsrcNotice .css_tr > .css_th {
    color: #fff;
    display: table-cell;
    border:#eee 1px solid;
    background-color: #0cacc1;
    padding: 10px;
    text-align: center;
}
.thsrcNotice .css_td {
    display: table-cell;
    padding: 5px;
    border:#eee 1px solid;
}

.thsrcNotice .css_table > div:nth-child(odd) {
    background-color: #f6f7fa;
}

.thsrcNotice .css_td ul li {
    list-style-type: decimal;
    margin-left: 15px;
}

.red {
    color: #FD2E2E;
}
/*Column widths are based on these cells*/
.thsrcNotice .row-no {
    width: 5%;
    text-align: center;
}
.thsrcNotice .row-item {
    width: 10%;
    text-align: center;
}
.thsrcNotice .row-store {
    width: 35%;
}
.thsrcNotice .row-thsrc {
    width: 45%;
}

/**同業會員Btn/
/*180504_common seeting*/
/*180724_common seeting(多新增一個遊客滿意度問卷)*/
/*header*/
#header .td:nth-child(2),
#header .td:nth-child(3),
#header .td:nth-child(4),
#header .td:nth-child(5),
#header .td:nth-child(6) {
    vertical-align:middle; 
    text-align:right; 
    width:155px;
}

#header .td:nth-child(2) a, 
#header .td:nth-child(3) a,
#header .td:nth-child(4) a,
#header .td:nth-child(5) a {
    color:#3cc; cursor:pointer;
}

#header .td:nth-child(2) a:hover, 
#header .td:nth-child(3) a:hover,
#header .td:nth-child(4) a:hover,
#header .td:nth-child(5) a:hover {
    color:#dd961f;
}

@media screen and (max-width: 960px) {
    #header  #topbar .td-text {
        line-height: 17px;
        font-size: 14px;
        padding: 5.5px 0;
    }
    #header #topbar .td {
        width: calc(100% / 6 - 1px);
    }
    #header #topbar .td:nth-child(4),
    #header #topbar .td:nth-child(5) {
        border-right: #e3930f 1px solid;
    }
}