/*180702 公版2細微調整*/
/*選單間隔太大*/
header .menu ul.main>li>a {
    padding: 10px 8px;
    margin: 0 8px;
}
/* setMargin是為了留空間給header */
.setMargin{
    padding-top: 60px;
}
/*調整行程列表頁*/
.tour_info_place .tourBag .trip ul.content span.food{
    margin-right: 18px;
    display: inline-block;
}
.tour_info_place .tourBuy .start_day input{
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
}
.tour_list_place .list .box .content h4.ellipsis{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.tour_list_place .list .box .content h3{
	margin: 12px 0;
}
.tour_list_place .list .box .content .h4{
    position: relative;
    height: 120px;
}
.tour_list_place .list .box .content .h4 span.multi + span.multi {
	padding-left: 15px;
}

/*行程介紹頁：加上class:fixed讓tab固定在上方*/
.tour_wrap .tourBag ul.tab{
    position: absolute;
    width: 100%;
    z-index: 10;
    margin: 0 auto;
}
.tour_wrap .tourBag ul.tab.fixed{
    position:fixed;
    top: 60px;
    margin: 0;
    /* 用88% * 66% */
    width: 58.08%;
    z-index: 5;
    background: #fff;
}
/*行程介紹頁:出發日期調整jquery-ui.css預設顏色值*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #000;
    border: 1px solid #29295B;
    background: linear-gradient(to bottom, rgb(130, 130, 130) 0%,rgb(150, 150, 150) 100%);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #000000;
    background: linear-gradient(to bottom, rgb(14, 25, 51) 0%,rgb(47, 47, 47) 100%);
    font-weight: normal;
    color: #fff;
}
/*做一個位置給tab title*/
.tour_wrap .tourBag .tab_content:before{
    content: '';
    display: block;
    height: 53px;
    margin: 10px 0;
}
@media (max-width: 1000px){
.tour_wrap .tourBag ul.tab.fixed{
    width: 100%;

}
}

/*行程介紹頁：增加「景點介紹」tab*/
.tour_wrap .tourBag ul.tab >li{
    width: calc( 100% / 6);
}
.tour_wrap #tab6 ul.intro{
    width: 95%;
    margin: 0 auto;
}
.tour_wrap #tab6 ul.intro > li + li{
    margin-top:20px; 
}
.tour_wrap #tab6 .pic{
    /* padding-bottom: 62%; */
    /* margin-bottom: 10px; */
}
.tour_wrap #tab6 .txt{
    line-height: 1.3;
}


/*行程介紹頁：規範iframe大小*/
.tour_info_place .tourBag .trip .content iframe{
    max-width: 100%;
}

/*180524:調整版面寬度*/
.index_place .choice .container {
    /* max-width: 90%; */
}

/*客制footer QRcode*/
footer .qrCode{
    text-align: center;
    margin-top: 20px;
}
footer .qrCode > div{
    display: inline-block;
    margin: 0 15px;
}

.mobileBanner{
	 display: none;
}
.pcBanner{
	 display: block;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
	.pcBanner{
		 display: none;
	}
	.mobileBanner{
		 display: block;
	}
}


/*行程介紹頁：增加「航班資訊」、「上車地點」tab*/
.tour_wrap .tourBag ul.tab >li{
    width: calc( 100% / 7);
}
.tour_wrap .tab_content .css_table{
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.tour_wrap .tab_content .css_table .css_tr{
    display: table-row;
}
.tour_wrap .tab_content .css_table .css_th,
.tour_wrap .tab_content .css_table .css_td{
    display: table-cell;
    padding: 10px 11px;
    text-align: center;
    border: 1px solid rgba(147, 211, 230, 0.42);
    transition: 1s;
    line-height: 1.3;
}
.tour_wrap .tab_content .css_table .css_thead{
    background: rgba(64, 162, 197, 0.47);
}
.tour_wrap .tab_content .css_table .css_tbody:hover{
    background: rgba(17, 136, 179, 0.05);
}
.tour_wrap .tab_content .css_table .css_td span.title{
    display: none;
}

@media (max-width: 720px){
.tour_wrap .tab_content .css_table{
    display: block;
    margin-top: 15px;
}
.tour_wrap .tab_content .css_table .css_thead{
    display: none;
}
.tour_wrap .tab_content .css_table .css_td{
    display: block;
    text-align: left;
    border:none;
    line-height: 1.5;
    position: relative;
    padding: 0;
}
/*航班資訊*/
.tour_wrap .tab_content .css_table .air .css_td{
    padding: 5px 0 5px 160px;
}
/*上車地點*/
.tour_wrap .tab_content .css_table .place .css_td{
    padding: 5px 0 5px 100px;
}
.tour_wrap .tab_content .css_table .css_td span.title{
    display: inline-block;
    position: absolute;
    left: 0;
}
.tour_wrap .tab_content .css_table .css_tbody{
    display: block;
    border: 1px solid rgba(78, 194, 228, 0.26);
    margin-bottom: 10px;
}
.tour_wrap .tab_content .css_table .css_tbody:hover{
    background: transparent;
}
.tour_wrap .tab_content .css_table .css_td:nth-child(even){
    background: rgba(17, 136, 179, 0.05);
}

}

@media (max-width: 600px){

.tour_wrap .tab_content .css_table .css_td{
    font-size: 14px;
}
}
@media (max-width: 480px){
.tour_wrap .tourBag ul.tab >li{
    font-size: 15px;
}
}

/*行程介紹頁加上立即訂購鈕*/
/*手機版*/
.tour_info_place .quickBuy{
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 20;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr ;
    writing-mode: tb-rl;
    display: none;
}
.tour_info_place .quickBuy a{
    display: block;
    background: #bd362f;
    padding: 8px 10px;
    color: #fff;
    letter-spacing: 2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: .5s;
}
.tour_info_place .quickBuy i{
    padding-bottom: 5px;
}
/*桌機版*/
.tour_info_place .pcQuickBuy{
    position: fixed;
    width: 26.4%;
    padding: 15px 20px;
    z-index: 20;
    right: 6.6%;
    top: 80px;
    border-radius: 5px;
    background: #f2f2f2;
    display: none;
}
.tour_info_place .pcQuickBuy a{
    display: block;
    background: #bd362f;
    padding: 14px 0px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
}
.tour_info_place .pcQuickBuy i{
    padding-right: 8px;
}
.tour_info_place .pcQuickBuy .price{
    position: relative;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 5px;
}
.tour_info_place .pcQuickBuy .price .right{
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #c1272d;
}


/*新增隱私權保護政策 頁面*/
.privacy_place{
    width: 100%;
}
.privacy_place .banner{
    position: relative;
    width: 100%;
    padding-bottom: 400px;
    background-image: url(../images/privacy_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.privacy_place .banner:before{
    content: '';
    width: 100%;
    height: 400px;
    background: rgba(0, 0, 0, 0.15);
    display: block;
    position: absolute;    
}
.privacy_place .banner h2{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 2px #000;
    line-height: 1.2;
}
/*內文*/
.privacy_place .policy{
    background-color: #f5f5f5;
    padding: 50px 0;
}
.privacy_place .policy > .container{
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    padding: 15px 12px;
}
.privacy_place .policy .txt{
    border: 1px solid rgba(135, 186, 222, 0.5);
    padding: 20px;
    line-height: 1.5;
    border-radius: 5px;
}
@media (max-width: 580px){
.privacy_place .banner h2{
    font-size: 28px;
}
.privacy_place .policy{
    background-color: #fff;
    padding: 30px 0;
}

}





/*nav列加上多語系按鈕*/
/*
header .languageBtn{
    color: #fff;
    cursor: pointer;

    float: right;
}
header .menu .languageBtn .navStyle{
    text-shadow: 1px 1px 1px #333;
    transition: .5s;
    padding: 10px 15px;
    margin: 0 10px;
}
header ul.lang{
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 16px rgba(0,0,0,0.5);

    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;

}
header .languageBtn:hover ul.lang{
    top: 113%;
    opacity: 1;
    visibility: visible;


}
header ul.lang:before{
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent;
}
header ul.lang a{
    display: block;
    padding: 10px 18px;
    font-size: 14px;
    text-align: center;
    transition: .5s;
}
header ul.lang a:hover{
    background: rgba(84, 84, 84, 0.16);
}

@media (max-width: 880px){
header .languageBtn{
    padding: 0;
    display: inline-block;
    margin: 10px 0;

    float: none;
}
header .menu .languageBtn .navStyle{
    border: 1px solid #fff;
    width: 100px;
    margin: auto;
}   
header .languageBtn ul.lang{
    position: relative;
    top: 0;
    width: 180px;
    margin: auto;
    height: 0;
}
header .languageBtn:hover ul.lang{
    height: auto;
    margin-top: 6px;
}
header ul.lang:before{
    display: none;
}

}
*/
/* 行程明細頁：新增「贈品」 */
.tour_wrap .tourBag  .uni-gift i{
    padding-right: 5px;
    color: #d23030;
    font-size: 20px;
}
/* 調整版型 */
.tour_wrap .tourBag .fee .icon{
    left: 5px;
}
.tour_wrap .tourBag .note .item{
    padding: 0px 20px 20px 25px;
}
.tour_wrap .tourBag .note .title{
    margin-left: -25px;
}
.tour_wrap #tab6 ul.intro{
    padding:0; 
}

/* 行程明細頁：增加飯店選項 */
.tour_wrap .priceGroup select[name="turPackagePriceHotel"]{
    border-radius: 5px;
    border: 1px solid #87bade;
    display: block;
    width: 100%;
    height: 35px;
    background: #fff;
    font-size: 14px;
    margin: 8px 0;
}

/* 優惠模組 */
.index_place .tour .itemCard > div.pic .cut,
.search_result_place  .itemCard > div.pic .cut{
    padding-bottom: 75%;
}
.tour_list_place .list .box .item .cut{
    height: 100%;
}
.index_place .tour .itemCard .discount_event_box,
.tour_list_place .list .box .discount_event_box,
.search_result_place .search_list .itemCard .discount_event_box{
    position: absolute;
    bottom: 0;
    /* top: 0; *//*0621-新公版2版型而修改*/
    left: 0;
    width: 100%;
    /* text-align: left; */
}
.discount_event_box img.icon-tag{
    position: absolute;
    left: -2px;
    top: 0;
    width: 40px;
    height: 38px;
    filter: drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.5));
}
.discount_event_box .event-bg{
    /* display: inline-block; */
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.45),rgba(0,0,0,.8));
    /* border-radius: 5px; */
    /* padding-left: 45px; */
    padding: 8px;
    color: #fff;
    /* height: 37px; */
    /* line-height: 37px; */
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 明細頁 */
.tour_wrap .tourBag .info .discount_event_box{
    width: 92%;
    margin: 15px auto;
    border: 1px dashed #E84A5F;
    padding: 10px 10px 10px 38px;
    position: relative;
}
.tour_wrap .tourBag .info .discount_event_box:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    background: #E84A5F url(../images/icon/icon-gift.png) no-repeat center center;
    background-size: 32px 32px;
    border-radius: 50%;
}
.tour_wrap .tourBag .info .discount_event_box .tag_style{
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background-color: #ab0000;
    padding: 2px 6px;
    margin: 5px 0;
}
.tour_wrap .tourBag .info .discount_event_box .event{
    line-height: 1.5;
    padding-left: 20px;
}
.tour_wrap .tourBag .info .discount_event_box h4.discount_event_name{
    position: relative;
    font-size: 20px;
    color: #ca0c25;
}
.tour_wrap .tourBag .info .discount_event_box h4.discount_event_name:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #ffdede;
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
}

@media (max-width: 600px){
.tour_wrap .tourBag .info .discount_event_box{
    width: 100%;
    font-size: 14px;
    margin: 0px auto 15px;
    padding: 10px 10px 10px 27px;
}
.tour_wrap .tourBag .info .discount_event_box h4.discount_event_name{
    font-size: 18px;
}
.tour_wrap .tourBag .info .discount_event_box:before{
    left: -20px;
    /*top: -22px;*/
    width: 40px;
    height: 40px;
    /*transform: translateY(0) translateX(-20px);*/
    background-size: 22px 22px;
}
}


/* footer 技術單位link */
.copyright{
    position: relative;
}
.copyright .tech{
    position: absolute;
    left: 30px;
    color: inherit;
}
.copyright .tech i{
    padding-right: 4px;
    font-size: 14px;
}
@media (max-width: 680px){
.copyright .tech{
    position: relative;
    display: block;
    left: 0;
    margin: 5px auto;
}   
}

/*最新消息 內文 頁面*/
.info_cont .info_detail {
  width: 100%;
  padding: 50px 0;
  background: url(../images/cubes.png) repeat center center;
  word-break: break-all;
}
.info_cont .info_detail .wrap{
  width: 75%;
  margin: 0 auto;
  background: #fff;
  max-width: 1620px;
  border-radius: 8px;
  box-shadow: 1px -2px 20px rgba(37, 32, 32, 0.2);
}
.info_cont .info_detail .container{
  width: 95%;
  margin: auto;
  padding: 32px 0;
  position: relative; 
  text-align: left;
}
.info_cont .info_detail .container time{
  position: absolute;
  top: 20px;
  right: 0;
  color: #aaa;
  font-size: 14px;
}
.info_cont .info_detail .container h2{
  margin-bottom: 20px;
  color: #045a86;
  padding-bottom: 5px;
  border-bottom: 1px solid #202c5c;
  position: relative;
  font-size: 22px;
  font-weight: 600;
}
.info_cont .info_detail .container h2 > img{
  width: 32px;
  vertical-align: middle;
  padding: 5px 10px 5px 0;
}
.info_cont .info_detail .container .news > img {
  max-height: 500px;
}
.info_cont .info_detail .container .news img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.info_cont .info_detail .container .news{
  line-height: 1.4;
}

@media (max-width: 1028px){
.info_cont .news_item{
  width: calc( 90% / 2 );
  margin: 1% 2%;
}
.info_cont .info_detail .wrap{
  width: 90%;
}
}

@media (max-width: 780px){
.info_cont .head h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 0;
}    
}

@media (max-width: 680px){
.info_cont .info_detail{
  padding: 40px 0;    
}
.info_cont .info_detail .container h2{
  padding-left: 0;
}
}

@media (max-width: 580px){
.info_cont .news_item{
  width: 96%;
  margin: 2.5% 2%;
}
.info_cont .content{
  margin: 30px auto;
}
}

.news ul,.news li { list-style: inherit; padding-left: 1rem; }

/* 新增「關於我們」頁面 */
.aboutUs .banner{
    background:url(../images/aboutUs_bg02.jpg) no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed; 
    height: 300px;
}
.aboutUs .banner h2{
   padding-top: 50px;
   text-align: center;
}
.aboutUs .banner h2 > img{
    width: 200px;
}
.aboutUs .bg{
    position: relative;
    background: url(../images/cubes.png) repeat center center;
    padding-bottom: 70px;
}
.aboutUs .intro{
    width: 80%;
    margin: auto;
    background: #fff;
    padding: 50px 30px;
    max-width: 1320px;
    border-radius: 0 0 30px 30px;
    box-shadow: 1px -2px 20px rgba(37, 32, 32, 0.2);
}
.aboutUs .intro .pic{
    text-align: center;
}
.aboutUs .intro .pic img{
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
}
.aboutUs .intro .content h2{
    color: #43318f;
    margin-bottom: 15px;
}
.aboutUs .intro .content p{
    text-align: left;
    line-height: 1.8;
    color: #666;
}
.aboutUs .intro .content p+p{
    margin-top: 20px;
}

/* 讓來源供應商獨自一行 */
.tour_list_place .list .box .content .h4 span.alone{
    display: block;
}

/* matt不要留白太多 */
.index_place .container.banner{
    padding: 0px 0 30px;
}
.index_place .typeTab{
    /* padding: 0; */
}

/* footer 新增 LINE icon link */
footer .lineService{
    display: inline-block;
    margin-top: 5px;
}
footer .lineService img{
    height: 26px;
    width: auto;
}

.tour_list_place .list .choose .panel ul.type2 a.targetLink{
	/* background: rgba(141, 207, 230, 0.5); */
}

/* line 按讚分享 plugin (明細頁）*/
.tour_info_place .social-plugin{
    text-align: right;
}
@media (max-width: 660px){ 
.tour_wrap .tourBag > h2{
    font-size: 20px;
}
}

/* 為了鄉村版面而添加的按鈕，其他客戶版面上不需要顯示 */
.tour_info_place .custom-order-btn{
    display: none;
}

/*新增 20180817-搜尋結果條列式顯示 start*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.txt-align {
  text-align: center;
}

.result-table {
  width: 100%;
  border: 1px solid #c9c9c9;
  border-right: none;
  border-bottom: none;
  margin-bottom: 20px;
}

/*狀態-額滿*/
.result-table i.fa-exclamation-circle {
  color: #c30f3e;
  margin-left: 5px;
}

/*狀態-報名*/
.result-table i.fa-check-circle {
  color: #0f7bc3;
  margin-left: 5px;
}

.result-table th,
.result-table td {
  padding: 10px;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  /*transition: all .5s;*/
}

.result-table tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.result-table th {
  background: #dedede;
  background: linear-gradient(to bottom, #fff 0%, #dedede 100%);
}

.result-table td a {
  color: #0f7bc3;
  transition: color .3s;
}

.result-table td a:hover {
  color: #c30f4b;
  text-decoration: underline;
}

.result-table .p-name {
  line-height: 24px;
  text-align: left;
}

.result-table .p-name span {
  font-size: 13px;
  color: #888;
}

.result-table .t-name {
  width: 45%;
}

.result-table td:after {
  font-family: fontawesome;
  font-weight: normal;
  margin-left: 5px;
}

.result-table tbody:hover > tr td {
  background: white;
  opacity: 0.8;
}

.result-table tbody:hover > tr:hover td {
  text-shadow: none;
  color: #2d2d2d;
  opacity: 1;
  background-color: lightcyan;
}

/*popup視窗內容 start*/
/*燈箱效果*/
body {
  background: #333;
  font-size: 1em;
  line-height: 1.1em;
}

.lightbox-target {
  display: none;
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

.lightbox-target .lightbox-content {
  width: 60%;
  height: 60%;
  background: #fff;
  color: #333;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: .5s ease-in-out;
}

.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  display: block;
}

.lightbox-target:target .lightbox-content {
  max-width: 100%;
}

.lightbox-target:target .lightbox-close {
  top: 0;
}

.lightbox-close-wrap:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightbox-close-wrap .lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #139dd7;
  color: #fff;
  position: absolute;
  top: 10%;
  right: 0;
  transition: .5s ease-in-out;
}

.lightbox-close-wrap .lightbox-close:before, .lightbox-close-wrap .lightbox-close:after {
  content: " ";
  display: block;
  height: 30px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lightbox-close-wrap .lightbox-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*內容*/
.table_css {
  display: table;
  width: 100%;
  padding: 70px 20px 20px;
  background: #fff;
}

.table_css .thead_css {
  display: table-header-group;
  background: rgba(64, 162, 197, 0.47);
}

.table_css .tbody_css {
  display: table-row-group;
}

.table_css .trh_css {
  text-align: center;
  display: table-row;
}

.table_css .tr_css {
  text-align: center;
  display: table-row;
}

.table_css .tr_css:hover {
  background: rgba(17, 136, 179, 0.05);
}

.table_css .th_css {
  padding: 15px;
  border: 1px solid rgba(100, 175, 197, 0.42);
  display: table-cell;
}

.table_css .td_css {
  padding: 15px;
  border: 1px solid rgba(147, 211, 230, 0.42);
  display: table-cell;
}

/*popup視窗內容 end*/
/*新增 20180817-搜尋結果條列式顯示 end*/

/*新增 20180817-搜尋結果條列式顯示-RWD start*/
/*搜尋結果條列式顯示*/
@media screen and (max-width: 750px) {
  .result-table {
    display: -webkit-flex;
    display: flex;
  }
  .result-table thead {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    min-width: -webkit-min-content;
    min-width: min-content;
  }
  .result-table tbody {
    display: -webkit-flex;
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .result-table tr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: -webkit-min-content;
    min-width: min-content;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .result-table td, .result-table th {
    display: block;
  }
  .result-table th:last-child,
  .result-table td:last-child {
    border-bottom: 0;
  }
  .result-table tbody:hover > tr td {
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 1;
  }
  .result-table tbody:hover > tr:hover td {
    text-shadow: none;
    color: #2d2d2d;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .result-table .t-name {
    height: 10em;
    width: 100%;
  }
  .result-table .p-name {
    line-height: unset;
    width: 10em;
    text-transform: lowercase;
    word-wrap: normal;
  }
  
  .result-table .t-number {
    height: 3.2em;
  }
}

/*popup視窗內容*/
@media screen and (max-width: 750px) {
  .lightbox-target:target {
    z-index: 999;
  }
/*  .lightbox-target:target .lightbox-content {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
  }*/
  .lightbox-target:target .lightbox-content {
    width: 85%;
    height: 85%;
    max-height: 85%;
    margin-top: 10%;
    overflow-y: scroll;
  }
  .table_css {
    display: block;
    width: 100%;
    background: #fff;
  }
  .table_css .thead_css {
    display: none;
  }
  .table_css .tbody_css {
    display: block;
  }
  .table_css .tr_css {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  .table_css .tr_css:hover {
    background: rgba(17, 136, 179, 0.05);
  }
  .table_css .td_css {
    border: none;
    padding: 0;
    display: block;
    text-align: left;
    border: 1px solid rgba(100, 175, 197, 0.42);
  }
  .table_css .td_css:before {
    content: attr(data-title);
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(100, 175, 197, 0.42);
    background-color: #64afc5;
    color: #fff;
    letter-spacing: 1px;
  }
  .table_css .lightbox-close-wrap {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .lightbox-target:target .lightbox-content {
    width: 85%;
    height: 85%;
    margin-top: 10%;
    overflow-y: scroll;
  }
}

/*新增 20180817-搜尋結果條列式顯示-RWD end*/

.form-input-code {
  width: 80px;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
}



