@charset "UTF-8";
/*========================================臺鐵鐵道旅遊頁面==202001013==============================*/
.links{
	color: #006ba8!important;
}
.banner_links{
	color: #F0FF00!important;
}
/*最新消息 優惠大banner*/
.news-mag-bn {
    height:350px;
    margin: 0 -15px;
    overflow:hidden;
    position: relative;
}
.news-mag_bg {
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
.news-mag-bn .mag-wrap {
    width:450px;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    top:0;
    right:60px;
    padding:0 16px;
}
.news-mag-bn .mag-inner {
    margin:80px 16px 16px 16px;
}
.news-mag-bn .bn-label {
    font-size:1.375em;
}
.news-mag-bn .mag-title {
    font-size: 2em;
    display: block;   
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
    height:1.5;
}
.news-mag-bn .title-main {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position:relative;
    line-height:1.5em;
    height:6em;
    overflow:hidden;
}
.news-mag-bn .btn {
    width: 100%;
}

/*========================================主題旅遊頁面================================*/

/*------------------------大圖輪播----------------------------*/

.carousel-travel_wrap .carousel-inner {
    height: 350px;
}

.carousel-travel_wrap .carousel-inner .item {
	box-shadow: 0px -2px 3px rgba(0,0,0,0.3) inset;
}

.carousel-travel_wrap .carousel-inner>.item>a>img,
.carousel-travel_wrap .carousel-inner>.item>img {
    width: 100%;
}

.carousel-control {
    width: 5%;
}


.chevron-left:before {
    content: "\f104";
    left:15px;
}

.chevron-right:before {
    content: "\f105";
    right:15px;
}
.chevron-right:before, .chevron-left:before {
    font-family: FontAwesome;
    font-size: 3em;
	position: absolute;
	top:50%;
	margin-top: -40px;
}

.carousel-caption {
    height: 50px;
    overflow: hidden;
    padding: 0 15px;
    background: #256fa0;
    color: #fff;
    text-align: left;
    bottom: inherit;
    z-index: 5;
    right: inherit;
    left: 50%;
    margin-left: -585px;
    width: 1170px;
    top: 300px;
	

}
.carousel-caption .title-main {
    font-size: 1.375em;
    line-height: 50px;
    margin:0;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
	display: inline-block;
	
}

.carousel-caption .carousel-title {
	
		display: inline-block;

}

.carousel-caption .carousel-title .title-label {
    font-size: 1.125em;
	display: inline-block;
}


.carousel-caption .carousel-text{
	
	display: inline-block;
}

.carousel-caption .carousel-text a.links {
    font-size: 0.7em;
    color: #FFFF00;
    text-decoration: underline;
  /*--  margin-left: 8px; */
	display: inline-block;
}
.carousel-indicators {
    bottom: -30px;
}

.carousel-caption .carousel-title .carousel-text {
    font-size: 1em;
  
	display: inline-block;
}

.carousel-indicators li {
    background-color: rgba(34, 34, 34, 0.6);
    border: none
}

.carousel-indicators .active {
    background-color: #256fa0;
}



.carousel-travel_wrap {
	/*background: #ccc;*/
}
/*小圖輪播*/
#photo-slider {
	width:460px;
	height:300px;
}
#photo-slider .carousel-inner {
	height: 300px;
	overflow: hidden;
}
#photo-slider .right.carousel-control, #photo-slider .left.carousel-control {
	background: none;
}
#photo-slider .carousel-control {
	opacity: 0;
}
#photo-slider .carousel-control:hover, .carousel-control:focus {
	opacity: 0.9;
}
#photo-slider .carousel-inner .text {
    background: rgba(0,0,0,0.6);
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    bottom:0;
    width: 100%;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}
#photo-slider .carousel-indicators {
    bottom: -25px;
}

/*--------------------------------行程 區塊---------------------------*/

.travel-item {
    padding-bottom: 2em;
    max-width: 1140px;
}

.travel-item .item-img {
    position: relative;
}
.travel-item .tagbtn {
    width: 100%;
    position: relative;	
    height: 1em;
}
.travel-item .tagbtn ul{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space : nowrap;
	font-size: 0.75em;
	line-height: 1;
	padding: 0;
	width: 100%;
	position: absolute;
	cursor: pointer;
	z-index: 5;
	color: #777;
}
/* .travel-item .tagbtn:hover ul { */
/* 	overflow: inherit; */
/* 	height: auto; */
/* 	text-overflow: inherit; */
/* 	white-space: inherit; */
/* 	background: rgba(0,0,0,0.8); */
/* 	color: #fff; */
/* 	padding: 5px; */
/* 	border-radius: 5px; */
/* } */

.travel-item .tagbtn li{
	display: inline;
	padding:3px 0;
	margin-right: 5px;
	line-height: 1.6;
	margin-top: 2px;
	color: #000;

}
.travel-item .tagbtn li:before {
	content: "#";
}
.travel-item .tagbtn li+li:before {
	content: ", #";
}

.travel-item .item-list {
    margin: 16px 0;
    border:1px solid #ccc;
}
.travel-item.travel_box .item-list {/*在旅遊下方推薦欄位*/
    margin: 0 0 16px 0;
}

.travel-item .description {
    padding: 16px 19px;
	min-height: 250px;
}
.travel-item .item-img {
    position: relative;
}
.travel-item .labeltype {
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: -5px;
}
.type_on {
    background: #d40000;
    color: #fff;
}
.type_off {
    background: #fff;
	color: #000;

}
.type_over {
    background: #990000;
    color: #fff;
}

.travel-item h3 {
    font-size: 1.375em;
    margin: 0;
    overflow: hidden;
   /* text-overflow: ellipsis;
    white-space : nowrap;*/
    display : inline-block;
    width: 100%;
}

.travel-item .description p {
    margin: 5px 0 16px 0;
    position: relative;
    line-height: 1.5em;
    /*height: 6em;*/
    overflow: hidden;
    letter-spacing: 1px;
    text-align: justify;
}

.travel-item .btn.angle-left {
    background: #fff;
}

.travel-item .btn.angle-right {
    border: 2px solid #256fa0;
    color: #256fa0;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.travel-item .btn {
    font-size:1em;
}

.travel-item .btn.angle-right:hover {
    border: 2px solid rgba(255, 255, 255, 0);
    color: #fff;
    background: #256fa0;
}


.travel-item .event {
	color: #fff;
    /*background: #166ba2;
    background: rgba(22, 107, 162, 0.8);*/
    background: rgba(0, 0, 0, 0.8);
}

/*---------------------------------------------主題大圖-------------------------------------------*/

.travel-mag-bn {
    height:350px;
    margin: 0 -15px;
    overflow:hidden;
    position: relative;
}
.travel-mag-bn .mag_bg {
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
.travel-mag-bn .mag-wrap {
    width:450px;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    top:0;
    right:60px;
    padding:0 16px;
}
.travel-mag-bn .mag-inner {
    margin:80px 16px 16px 16px;
}
.travel-mag-bn .bn-label {
    font-size:1.375em;
}
.travel-mag-bn .mag-title {
    font-size: 2em;
    display: block;   
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
    height:1.5;
}
.travel-mag-bn .title-main {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position:relative;
    line-height:1.5em;
    max-height:6em;
    overflow:hidden;
}
.travel-mag-bn .btn {
    width: 100%;
}

/*---------------------------------------------介紹欄框----------------------------------------------*/
.travel_intr {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:1px dotted #ccc;
}
.travel_box {
	padding: 16px 16px 25px 16px;
	margin: 10px auto;
	border-bottom:1px dotted #ccc;
}

.travel_box .subheader {
	margin:0 0 16px 0;
}
.travel_box .article {
	margin-left: 12px;
}
.travel_box-inner {
	float: left;
	width: 600px;
}
.travel_box-inner .btn {
	margin-top: 5px;
}
.travel_box .imgslide {
	float: right;
	width:480px;
	margin-top: 40px;
}
.trbox_howgo dl{
	margin: 16px 0;
	padding: 16px 20px;
	background: #f7f7f7;
}
.trbox_howgo dt {
	font-size: 1.2em;
	margin-bottom:6px;
	position: relative;
}
.trbox_howgo dt.icon-fa:before {
	width: 30px;
	height: 30px;
	margin-right:5px;
	border-radius: 50%;
	background: #ff8400;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 30px;
}
.trbox_howgo dd {
	margin-left:35px;
	margin-bottom: 10px;
}

/*--------------------------------------------旅遊景點-----------------------------------------*/
.viewpoint_area {
	margin-bottom: 10px;
}
.viewpoint_area dt {
	font-size: 1.1em;
	color: #ff8400;
	display: inline;
    border-bottom: 1px dotted #ff8400;
}
.viewpoint_area dd {
	margin-left: 16px;
	margin-top: 5px;
}

/*------------------------------------------票卷說明購物頁------------------------------------------*/

.travel-product-area {

}

.item-top-section {
    padding: 0 10px 15px 0;
}
.item-top-section .left-img {
    float: left;
    width: 400px;
    margin-right: 15px;
    margin-left: 15px;
}
.item-top-section .right-info {
    float: right;
    width: 650px;
}
.item-top-section .prd-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
}
.item-top-section .prd-price-detail dl{
    margin-bottom: 15px;
    color: #666;
}

.prd-price-detail dt, .prd-price-detail dd {
    float: left;
}
.prd-price-detail dt {
    margin-right: 15px;
    padding: 3px;
}
.prd-price-detail .price-inline li{
    display: inline-block;
}
.prd-price-detail .price-inline li+li:before {
    display: inline-block;
    content: "/";
    margin: 0 10px;
    color: #ccc;
}
.prd-price-detail .price {
    font-weight: 600;
    font-size: 1.2em;
    color: #a2001a;
}
.item-top-section .right-info .checkbtn {
    margin-top: 30px;
}

.item-content {
    margin: 15px 0 20px 0;
}
.item-content-area {
    margin: 10px 15px;
}
.item-content-area .section+.section {
    margin-top: 25px;
}
.item-content-area .indent {
    color: #666;
}

/*---------------------------------------郵輪式列車上方介紹-------------------------------------*/
.travel_column {
    padding: 15px 15px 15px 35px;
    border: 1px solid #ccc;
    min-height:355px;
}
.travel_column-info {
    margin-right: 500px;
}
.travel_column .imgslide {
    float: right;
}
.travel_column .infolist {
    margin: 25px 0;
}
.travel_column .infolist dl{
    margin-bottom: 10px;
    margin-left: 15px;
}
.travel_column .infolist dt, .travel_column .infolist dd {
    display: inline-block;
}
.travel_column .infolist dt {
    margin-right: 10px;
    padding-left: 10px;
    border-left: 1px dotted #666;
}

/*------------------------------------------郵輪列車行程表--------------------------------------------*/
.cruis-stroke {
    margin: 30px 0;
}
.stroke-area {
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.stroke-area:before {
    content: " ";
    display: block;
    position: absolute;
    height: calc(100% - 80px);
    width:1px;
    background: #009bad;
    left: 25px;
    top:80px;
}
.stroke-area .date-wrap {
    float: left;
    width: 55px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    color: #008291;
    text-align: center;
}
.stroke-area .date-circle {
    width: 50px;
    height: 50px;
    margin:0 auto;
    display: block;
    border-radius: 50%;
    background: #008291;
    color: #fff;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 50px;
}
.cruis-stroke .stroke-list {
    margin-left: 70px;
    padding-top: 10px;
}
.stroke-list-dl dl {
    margin: 5px 0;
}
.stroke-list-dl dd {
    margin-top: 5px;
    margin-left: 10px;
    border-left: 1px dotted #666;
    padding-left: 10px;
    padding-bottom: 5px;
}