@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url('/webeip/HT00100/peggy/fonticons/css/style.css');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap');

/* 以下是 slick-1.8.1 的相關 CSS */
@import url('/webeip/HT00100/becky/slick-1.8.1/slick/slick.css');
/* Add the new slick-theme.css if you want the default styling */
@import url('/webeip/HT00100/becky/slick-1.8.1/slick/slick-theme.css');

/* 以下是swiper-4.5.0 css */
@import url(/webeip/HT00100/Peggy/swiper-4.5.0/css/swiper.min.css);

/* 以下是 animate 的 CSS */
@import url('/webeip/HT00100/becky/css/animate.css');
/* 以下是 reset 的 CSS */
@import url('/webeip/HT00100/becky/css/reset.css');

.travel_mainTitle{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
}
.travel_mainTitle h3{
	width: 100%;
	font-size: 1.75rem;
	color: #2f2f2f;
	letter-spacing: 5px;
	padding-left: 5px;
	box-sizing: border-box;
	text-align: center;
	font-weight: normal;
}
.travel_mainTitle h3 span{
	display: inline-block;
	margin-right: 5px;
	color: #067ddb;
}

.twtour_boxBtn, .outtour_boxBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	font-size: 1.25rem;
	letter-spacing: 5px;
	padding: 5px 0 5px 5px;
	box-sizing: border-box;
	transition: all .5s;
	background-color: #067ddb;
	color: #fff;
	border-radius: 20px;
}
.twtour_boxBtn:hover, .outtour_boxBtn:hover{
	letter-spacing: 10px;
	padding: 5px 0 5px 10px;
	max-width: 250px;
}
/* 圖示團體旅遊 */
	.travelteam_main{
		width: 100%;
		max-width: 1200px;
		min-height: 200px;
		margin: 10px auto;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
	}
	.travelteam{
		width: calc(90% / 4);
		border: 1px solid #dfdfdf;
		box-sizing: border-box;
		margin: 15px calc(10% / 8);
		background-color: #FFF;
		transition: all .3s;
		position: relative;
	}
	.travelteam_img{
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.travelteam_img_img{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 200px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		transition: all .3s;
	}
	.travelteam_img_noimg{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 325px;
		background-color: #DDD;
		transition: all .3s;
	}
	.travelteam_img_noimg > span{
		font-size: 3rem;
		color: #FFF;
	}
	.travelteam:hover .travelteam_img_img,
	.travelteam:hover .travelteam_img_noimg{
		transform: scale(1.05);
	}
	.travelteam_title{
		display: block;
		width: 100%;
		text-align: center;
		padding: 0.5rem;
		box-sizing: border-box;
		font-size: 1.2rem;
		line-height: 2rem;
		color: #111;

		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
	.travelteam:hover .travelteam_title{
		color: #4673b4;
	}
	.travelteam_price{
		font-size: 1.1rem;
		color: #F44336;
		padding: 5px;
		text-align: end;
	}
	.travelteam_desc{
		width: 100%;
		min-height: 100px;
		font-size: 1rem;
		line-height: 1.5rem;
		padding: 0 0.5rem;
		box-sizing: border-box;
		color: #888;
		text-align: justify;

		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
/* 站內活動快報(圖文日期) */
	.ShowImgUrlLink_main{
		width: 100%;
		max-width: 1200px;
		margin: 10px auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.ShowImgUrlLink_box{
		width: 100%;
		max-width: 270px;
		margin: 15px;
		padding: 10px;
		box-sizing: border-box;
		background-color: #EEE;
		transition: all .2s;
	}
	.ShowImgUrlLink_img{
		display: block;
	}
	.ShowImgUrlLink_img_img > div{
		position: relative;
		display: block;
		width: 100%;
    	max-width: 250px;
		height: 353.5px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.ShowImgUrlLink_img_noimg{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 18vw;
		background-color: #DDD;
	}
	.ShowImgUrlLink_img_noimg > span{
		font-size: 3rem;
		color: #FFF;
	}
	.ShowImgUrlLink_title{
		width: 100%;
		text-align: center;
		padding: 0.5rem;
		box-sizing: border-box;
		font-size: 1.25rem;
		min-height: 5rem;
		word-wrap: break-word;
	}
	.ShowImgUrlLink_date{
		width: 100%;
		text-align: right;
	}
	.ShowImgUrlLink_startdate,
	.ShowImgUrlLink_updatedate{
		display: inline-block;
		padding: 0.25rem;
		box-sizing: border-box;
		font-size: 0.8rem;
		color: #777;
	}
/* 圖像廣告連結2 */
	.imgadlink_main2{
		width: 100%;
		max-width: 1200px;
		margin: 10px auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.imgadlink_group2{
		width: 100%;
		max-width: 270px;
		margin: 15px;
		padding: 10px;
		box-sizing: border-box;
		background-color: #EEE;
		transition: all .2s;
	}
	.adimg2{
		display: block;
	}
	.adimg2 > a{
		display: block;
		width: 100%;
    	max-width: 250px;
		/*height: 353.5px;*/
	}
	.adimg2 > a img{
		width: 100%;
		vertical-align: top;
	}
	.adtxt2{
		width: 100%;
		text-align: center;
		padding: 0.5rem;
		box-sizing: border-box;
	}
	.adtxt2 a{
		font-size: 1.25rem;
		min-height: 5rem;
		word-wrap: break-word;
		color: #000;
	}
/* 圖像廣告連結 */
	.imgadlink_main{
		width: 100%;
		max-width: 1200px;
		margin: 30px auto 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.imgadlink_group{
		width: calc( 95% / 4);
		margin: 10px calc( 5% / 8);
		transition: all .2s;
		position: relative;
		overflow: hidden;
		border-radius: 5px;
	}
	.imgadlink_group:hover{
		bottom: 5px;
	}
	.adimg{ width: 100%; }

	.adimg a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.adimg a img{
		position: relative;
		width: 100%;
		vertical-align: top;
	}
	.adiframe{ display: none; }

	/*.adtxt a{
		display: block;
		width: 100%;
		height: 100%;
		}
		.adtxt a::before{
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		height: 50%;
		background-image: linear-gradient(to bottom,rgba(0,0,0,.02) 0,rgba(0,0,0,.8) 100%);
		}
		.adtxt a > span{
		position: absolute;
		z-index: 1;
		left: 0;
		bottom: 0;
		font-size: 1.5rem;
		font-weight: bold;
		color: #FFF;
		white-space: nowrap;
		letter-spacing: 10px;
		padding: 0 0 10px 30px;
	}
	.adexplain{ display: none; }*/
	.adtxt{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background-image: linear-gradient(to bottom,rgba(0,0,0,.03) 0,rgba(0,0,0,.5) 100%);
		transition: all .5s;
	}
	.imgadlink_group:hover .adtxt{
		height: 30%;
	}
	.adtxt a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.adtxt a > span{
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 1.5rem;
		color: #FFF;
		white-space: nowrap;
		letter-spacing: 5px;
		padding-left: 5px;
		box-sizing: border-box;

	}
	.adexplain{ display: none; }

@media (max-width: 1250px)
{
	.ShowImgUrlLink_main, .travelteam_main, .imgadlink_main2{ max-width: 900px; }
	.travelteam{
		width: calc(90% / 3);
		margin: 15px calc(10% / 6);
	}

}
@media (max-width: 950px)
{
	.ShowImgUrlLink_main, .travelteam_main, .imgadlink_main2{ max-width: 600px; }
	.travelteam{
		width: calc(90% / 2);
		margin: 15px calc(10% / 4);
	}
	.travelteam_img_img{ height: 30vw; }


}
@media (max-width: 768px)
{



	.imgadlink_group{
		width: calc( 95% / 2);
		margin: 10px calc( 5% / 4);
	}
	.adtxt a > span{
		font-size: 1.25rem;
	}
}

@media (max-width: 600px)
{
	.ShowImgUrlLink_box, .imgadlink_group2{
		width: 45%;
		margin: 1rem 2.5%;
	}

	.ShowImgUrlLink_title{
		font-size: 1rem;
		padding: 0.25rem 0.1rem;
	}
	.adtxt2 a{ font-size: 1.05rem; }
	.ShowImgUrlLink_img_img > div{
		height: 55vw;
	}

}

@media (max-width: 425px)
{
	
}