@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url('/webeip/HT00100/peggy/fonticons/css/style.css');

/* 以下是 animate 的 CSS */
@import url('/webeip/HT00100/becky/css/animate.css');
/* 以下是 animate 的 js */
@import url('/webeip/HT00100/Peggy/js/wow.js');

/* 以下是 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);

/* 以下是 reset 的 CSS */
@import url('/webeip/HT00100/becky/css/reset.css');

/* 大圖輪播器 carousel10 */
	.carousel10_mainRWD{ display: none; }
	.carousel10_main{ position: relative; transition: all .3s linear; overflow: hidden;}
	.carousel10_main .carousel10{ margin-bottom: -5px; }
	.carousel10_a{
		display: block;
	    width: 100%;
	    transition: all .3s linear;
	}
	.carousel10_img{
		display: block;
		vertical-align: top;
	    width: 100%;
	    transition: all .3s linear;
	}
	/* 圖片說明 */
	.carousel10 .slick-slide a{
		position: relative;
    	display: inline-block;
	}
	.carousel10 .slick-slide a span{
		position: absolute;
	    display: block;
	    width: 100%;
	    bottom: 0;
	    background-color: rgba(0,0,0,.5);
	    padding: 30px 0;
	    box-sizing: border-box;
	}
	.carousel10_txt > i{
		display: block;
		width: 100%;
		font-style: normal;
	    padding: 0 20px 10px;
	    box-sizing: border-box;
	    color: #fff;
	}
	.carousel10_txt > .carousel10_title{ font-size: 1.5rem; position: relative;}
	.carousel10_txt > .carousel10_detail{ position: relative;}

	/* 箭頭 */
		.carousel10_main .carousel10-button-next, .carousel10_main .carousel10-button-prev{
			width: 40px;
			height: 50px;
			transition: all .3s linear;
			position: absolute;
			right: 0;
			margin-top: -30px;
			z-index: 10;
			cursor: pointer;
			background-size: 40px 50px;
			background-position: center;
			background-repeat: no-repeat;
			background-color: rgba(0,0,0,.5);
			top: 50%;
		}
		.carousel10_main .carousel10-button-next, .carousel10_main .swiper-container-rtl .carousel10-button-prev{
			background: url(/webeip/HT00100/Peggy/carousel10/img/arrow-right-w.svg);
			background-repeat: no-repeat;
			background-size: contain;
			right: 5px;
			background-color: rgba(0,0,0,.1);
		}
		.carousel10_main .carousel10-button-prev, .carousel10_main .swiper-container-rtl .carousel10-button-next{
			background: url(/webeip/HT00100/Peggy/carousel10/img/arrow-left-w.svg);
			background-repeat: no-repeat;
			background-size: contain;
			left: 5px;
			z-index: 99;
			background-color: rgba(0,0,0,.1);
		}

	/* 下方點點 */
		.carousel10_main .carousel10-pagination{
			position: absolute;
			text-align: center;
			transition: .3s opacity;
			transform: translate3d(0,0,0);
			z-index: 10;
			width: auto;
			left: 50%;
			transform: translate(-50%, 0);
			bottom: 5px;
		}
		.carousel10_main .carousel10-pagination .swiper-pagination-bullet{
			width: 8px;
			height: 8px;
			display: inline-block;
			border-radius: 50%;
			background: transparent;
			border: 1px solid #fff;
			opacity: 1;
		}
		.carousel10_main .carousel10-pagination .swiper-pagination-bullet-active{
			background: #fff;
		}
	/* 下滑按鍵 */
		.sliderdownbtn{
			position: absolute;
			bottom: -40px;
			right: 60px;
			cursor: pointer;
			border-radius: 50%;
			width: 100px;
			height: 100px;
			text-align: center;
			background-color: rgba(0,0,0,.3);
			z-index: 1;
		}
		.sliderdownbtn_arrow{
			width: 5px;
			height: 70%;
			background-color: rgba(255,255,255,.8);
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		.sliderdownbtn_arrow:after{
			position: absolute;
			content: '';
			width: 5px;
			height: 20px;
			background-color: #fff;
			transform: rotate(-45deg);
			bottom: -5px;
			right: 6px;
		}
		.sliderdownbtn_arrow:before{
			position: absolute;
			content: '';
			width: 5px;
			height: 20px;
			background-color: #fff;
			transform: rotate(45deg);
			bottom: -5px;
			left: 6px;
		}
	@media all and (max-width: 768px){
		.sliderdownbtn{ display: none;}
	}
	@media all and (max-width: 425px){

		
	}
.bodywrap_main{
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
	position: relative;
	z-index: 99;
}
/* 小圖示 */
	.bodywrap_icon{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.bodywrap_icon_box{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
	}
	.bodywrap_icon_box > a{
		display: block;
		width: calc(80% / 4);
		margin: 10px calc(20% / 8);
		color: #000;
		font-size: 1.15rem;
		text-align: center;
		transition: all .3s;
	}
	.bodywrap_icon_box > a:hover{
		color: #ff6f0f;
	}
	.bodywrap_icon_box > a img{
		width: 100%;
		max-width: 100px;
		vertical-align: top;
		-webkit-transition: all 0.4s ease;
		-text-decoration-linemoz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.bodywrap_icon_box > a:hover img{
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	.bodywrap_icon_box > a span{
		display: block;
		margin: 10px 0;
	}
/* 熱門行程 */
	.hottour_main{
		width: 100%;
		margin-bottom: 50px; 
	}
	.hottour_main > h1{
		width: 100%;
		text-align: center;
		font-size: 1.5rem;
		margin: 10px 10px 30px;
		letter-spacing: 10px;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.hottour_main > h1 span{
		display: inline-block;
		font-size: 2rem;
		color: #77af77;
	}
	/* 圖像廣告連結 */
		.imgadlink_main{
			width: 95%;
			max-width: 1200px;
			margin: 0 auto;
			padding: 20px 5px 50px;
			box-sizing: border-box;
			position: relative;
		}
		.imgadlink_group{
			width: 23%;
			box-sizing: border-box;
			transition: all .2s;
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.adimg{ width: 100%; }

		.adimg a{
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
		}
		.adimg a img{
			vertical-align: top;
			width: 100%;
			position: relative;
			-webkit-transition: all 0.4s ease;
	    	-text-decoration-linemoz-transition: all 0.4s ease;
	    	-o-transition: all 0.4s ease;
	    	transition: all 0.4s ease;
	    	border-radius: 10px;
		}
		.adimg a:hover img{
			-moz-transform: scale(1.1);
		    -webkit-transform: scale(1.1);
		    -o-transform: scale(1.1);
		    -ms-transform: scale(1.1);
		    transform: scale(1.1);
		    opacity: .7;
		}
		.adiframe{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		.adtxt{
			width: 100%;
			display: none;
		}	
		.adtxt > a{
			display: flex;
			justify-content: center;
			align-items: center;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.5);
			color: #fff;
			font-size: 1.5rem;
			letter-spacing: 10px;
			padding-left: 10px;
			box-sizing: border-box;
		}
		.adexplain{
			display: block;
			width: 100%;
			text-align: left;
			padding: 0.5rem 0.25rem;
			box-sizing: border-box;
			font-size: 0.9rem;
			color: #888;
			display: none;
		}
		/* 下方點點 */
			.imgadlink_main .imgadlink-pagination{
				position: absolute;
				text-align: center;
				transition: .3s opacity;
				transform: translate3d(0,0,0);
				z-index: 10;
				width: auto;
				left: 50%;
				transform: translate(-50%, 0);
				bottom: 0;
			}
			.imgadlink_main .imgadlink-pagination .swiper-pagination-bullet{
				width: 8px;
				height: 8px;
				display: inline-block;
				border-radius: 50%;
				background: #000;
				border: 1px solid #fff;
				opacity: .3;
			}
			.imgadlink_main .imgadlink-pagination .swiper-pagination-bullet-active{
				background: #f60;
			    width: 20px;
			    border-radius: 5px;
			    opacity: 1;
			}
	
	/*圖示團體行程*/
		.travelteam_main{
			width: 95%;
			margin: 0 auto;
			max-width: 1200px;
			min-height: 200px;
			position: relative;
			z-index: 99;
			padding: 20px 5px 50px;
			box-sizing: border-box;
		}
		.travelteam{
			width: 23%;
			border-radius: 10px 10px 0 0;
			box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
			box-sizing: border-box;
		}
		.travelteam_img{
			width: 100%;
			overflow: hidden;
			border-radius: 10px 10px 0 0;
		}
		.travelteam_img_img{
			display: flex;
			align-items: center;
			justify-content: center;
			width: 370px;
			height: 246px;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
			-webkit-transition: all 0.4s ease;
	    	-text-decoration-linemoz-transition: all 0.4s ease;
	    	-o-transition: all 0.4s ease;
	    	transition: all 0.4s ease;
	    	border-radius: 10px 10px 0 0;
		}
		.travelteam_img_noimg{
			display: flex;
			align-items: center;
			justify-content: center;
			width: 370px;
			height: 246px;
			background-color: #DDD;
			-webkit-transition: all 0.4s ease;
			-text-decoration-linemoz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
			border-radius: 10px 10px 0 0;
		}

		.travelteam_img a{
			width: auto;
	    	height: 246px;
	    	background-position: center top;
		    background-repeat: no-repeat;
		    background-size: cover;
		}
		.travelteam_img_noimg > span{
			font-size: 3rem;
			color: #FFF;
		}
		.travelteam_img:hover .travelteam_img_img,
		.travelteam_img:hover .travelteam_img_noimg{
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-o-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
			opacity: .7;
		}

		.travelteam_title{
			display: block;
			width: 100%;
			box-sizing: border-box;
			transition: all .5s;
			color: #000;
			margin-top: 10px;
			font-size: 1.05rem;
			padding: 0 5px;
		}
		.travelteam_desc{
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			white-space: normal;
			padding: 0 5px;
			box-sizing: border-box;
			color: #444;
			margin-top: 5px;
		}
		.travelteam_price{
			display: block;
			text-align: end;
			font-size: 1.1rem;
			color: #B93737;
			padding: 5px;
	   		box-sizing: border-box;
		}
/* 站內活動快報(圖文日期) */
	.ShowImgUrlLink_main{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 50px;
	}
	.ShowImgUrlLink_main .swiper-wrapper{ padding-bottom: 50px; }
	.ShowImgUrlLink_box{
		width: 23%;
		border-radius: 20px;
		transition: all .2s;
	}
	.ShowImgUrlLink_img{
		display: block;
		border-radius: 20px;
		-webkit-transition: all 0.4s ease;
		-text-decoration-linemoz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		overflow: hidden;
	}
	.ShowImgUrlLink_img_img{
		border-radius: 20px;
	}
	.ShowImgUrlLink_img_img > div{
		position: relative;
		display: block;
		width: 100%;
		height: 373.5px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		border-radius: 20px;
		-webkit-transition: all 0.4s ease;
		-text-decoration-linemoz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.ShowImgUrlLink_img_noimg{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 18vw;
		background-color: #DDD;
		border-radius: 10px;
	}
	.ShowImgUrlLink_img_noimg > span{
		font-size: 3rem;
		color: #FFF;
	}
	.ShowImgUrlLink_img:hover .ShowImgUrlLink_img_img > div{
		-moz-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	    opacity: .7;
	}
	.ShowImgUrlLink_title{
		width: 100%;
		text-align: center;
		padding: 0.5rem;
		box-sizing: border-box;
		font-size: 1.25rem;
	}
	.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;
	}
	/* 下方點點 */
		.ShowImgUrlLink_main .ShowImgUrlLink-pagination{
			position: absolute;
			text-align: center;
			transition: .3s opacity;
			transform: translate3d(0,0,0);
			z-index: 10;
			width: auto;
			left: 50%;
			transform: translate(-50%, 0);
			bottom: 0;
		}
		.ShowImgUrlLink_main .ShowImgUrlLink-pagination .swiper-pagination-bullet{
			width: 8px;
			height: 8px;
			display: inline-block;
			border-radius: 50%;
			background: #000;
			border: 1px solid #fff;
			opacity: .3;
		}
		.ShowImgUrlLink_main .ShowImgUrlLink-pagination .swiper-pagination-bullet-active{
			background: #77af77;
		    width: 20px;
		    border-radius: 5px;
		    opacity: 1;
		}
@media (max-width: 1200px)
{
	.ShowImgUrlLink_img_img > div{ height: 35vw; }
}
@media (max-width: 850px)
{
	.carousel10_mainPC{ display: none; }
	.carousel10_mainRWD{ display: block; }
}
@media (max-width: 768px)
{
	.ShowImgUrlLink_img_img > div{ height: 45vw; }
}
@media (max-width: 640px)
{
	.ShowImgUrlLink_img_img > div{ height: 65vw; }
}
@media all and (max-width: 550px){
	
	.travelteam_img a{ height: 40vw; }

	.bodywrap_icon_box > a{
		width: calc(90% /2);
		margin: 10px calc(10% /4);
		font-size: 1rem;
	}

}