@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url('/webeip/HT00100/peggy/fonticons/css/style.css');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
/* 以下是 animate 的 CSS */
@import url('/webeip/HT00100/becky/css/animate.css');
/* 以下是 reset 的 CSS */
@import url('/webeip/HT00100/becky/css/reset.css');



/* 固定內頁banner */
	.page_ban{
		width: 100%;
		position: relative;
		text-align: center;
	}
	.page_ban_img{
		vertical-align: top;
		width: 100%;
		height: auto;
	}
	.page_ban_txt{
		position: absolute;
	    top: 50%;
	    left: 75%;
	    transform: translate(0,-50%);
	    display: block;
	    font-size: 2.5rem;
	    white-space: nowrap;
	    letter-spacing: 10px;
	    color: #FFF;
	    text-shadow: black 2px 2px 4px;
	    border-bottom: 2px solid #013687;
	}
	.page_ban_txt:after{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 20px 20px;
		border-color: transparent transparent #013687 transparent;
		top: 0;
    	left: -30px;
	}
	.page_ban_p{
		position: absolute;
		top: 60%;
	    left: 65%;
	    transform: translate(0,-50%);
	    display: block;
	    font-size: 1.5rem;
	    white-space: nowrap;
	    letter-spacing: 10px;
	    color: #FFF;
	    text-shadow: black 2px 2px 4px;
	}
	.icon_scrolldown{
		position: absolute;
		bottom: 10%;
		left: 50%;
		transform: translate(-50%,0);
		
		cursor: pointer;
		font-size: 3rem;
		color: #FFF;
		transition: all .3s;
	}
	.icon_scrolldown:hover{ opacity: 0.5; }


/* 固定標題 */
	.body_title{
		width: 100%;
	    font-weight: normal;
	    text-align: center;
	    padding-bottom: 1.25em;
	    position: relative;
	    color: #013687;
	    margin: 30px 0 0;
	    font-family: 'Abril Fatface', cursive;
	    letter-spacing: 10px;
	}
	.body_title:before, .body_title:after{
		content: "";
	    display: block;
	    left: 50%;
	    background-color: #013687;
	    position: absolute;
	    height: 2px;
	    bottom: 15px;
	    width: 30px;
	    transform: translateX(-50%);
	}
	.body_title:after{
		bottom: 10px;
	    width: 20px;
	    opacity: .5;
	}
/* 統一規格 */
	.bodywrap_main{
		width: 90%;
    	max-width: 1000px;
    	margin: 0 auto;
	}
	.bodywrap_content{
		width: 95%;
		margin: 2rem auto;
		
	}
	.bodywrap_content_img{
		width: 200px;
		margin: 0 auto 20px;
	}
	.bodywrap_content_img > img{
		width: 100%;
		vertical-align: top;
	}
	.bodywrap_content > h2{
		width: 100%;
		display: block;
		border-bottom: 3px solid #e54033;
		padding: 10px 10px 10px 20px;
		box-sizing: border-box;
		letter-spacing: 10px;
		color: #444;
		margin-bottom: 30px;
		text-align: center;
		font-size: 1.75rem;
		font-weight: normal;
	}

	.bodywrap_box{
		width: 95%;
		margin: 0 auto;
		padding: 20px;
		box-sizing: border-box;
		box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .3);
		border-radius: 5px;
	}
	.bodywrap_box ul li .provideDM_box_btn{
		display: inline-block;
		padding: 10px 15px;
		background: #fff;
		margin: 5px;
		border-radius: 8px;
		box-sizing: border-box;
		color: #ffffff;
		background: #03A9F4;
		transition: all .3s;
		font-size: 1rem;
		border: 1px solid #3F51B5;
		border-bottom: 4px solid #3F51B5;
	}
	.bodywrap_box ul li .provideDM_box_btn:hover{
		background: #3F51B5;
	}
	.bodywrap_box ul li .bodywrap_box_ulicon{
		display: inline-block;
		width: 20px;
		vertical-align: top;
		margin-right: 5px;
	}
	.bodywrap_box h2{
		text-align: center;
		font-weight: normal;
		font-size: 1.25rem;
		margin-bottom: 20px;
	}
	.bodywrap_box h3{
		margin-bottom: 10px;
	}
	.bodywrap_box > ul{
		margin-bottom: 10px;
	}
	.bodywrap_box > ul li{
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		padding: 5px 0;
		width: 100%;
	}
	.bodywrap_box ul li span{
		display: inline-block;
		margin-right: 10px;
	}
	.bodywrap_box p{
		line-height: 30px;
		text-align: justify;
	}

/* 付款方式 */
	.payment_content{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
	}
	.payment_box{
		width: calc(90% / 3);
    	margin: 10px calc(10% / 6);
	}
	.payment_content > p{
		width: 100%;
		display: block;
		padding: 10px 10px 10px 20px;
		box-sizing: border-box;
		color: #444;
		margin-top: 30px;
		text-align: center;
		font-size: 1.25rem;
		font-weight: normal;
	}
/**/
	.home_ban{
		width: 100%;
		position: relative;
		text-align: center;
	}
	.home_ban_img{
		display: block;
		vertical-align: top;
	    width: 100%;
	    height: 0;
	    padding-bottom: 25vw;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
/* 關鍵字 */
    .bodywrap_keyword{
        width: 95%;
        margin: 20px auto;
    }
    .bodywrap_keyword ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .bodywrap_keyword ul li{ display: inline-block; }
    .bodywrap_keyword ul li a{
        display: inline-block;
        padding: 10px 15px;
        background: #fff;
        margin: 5px;
        border-radius: 8px;
        box-sizing: border-box;
        color: #000000;
        background: #EFEFEF;
        transition: all .3s;
        font-size: 1rem;
        border: 1px solid #d3d3d3;
        border-bottom: 4px solid #c4c4c4;
    }
    .bodywrap_keyword.bodywrap_keywordf ul li a{
        background: #D1E9E9;
        border: 1px solid #8fcdcd;
        border-bottom: 4px solid #8fcdcd;
    }
    .bodywrap_keyword.bodywrap_keywordYSAF ul li a{
        background: #c7f2c8;
        border: 1px solid #6cc6bd;
        border-bottom: 4px solid #6cc6bd;
    }
    .bodywrap_keyword ul li a:hover{
        background: #FFC107;
        color: #666666;
    }
/* 圖示小圖 */
    .BBCtravel_Icon{
        width: 100%;
        max-width: 1200px;
        margin: 20px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    .BBCtravel_Icon a{
        width: calc(85% / 6);
        margin: 20px calc(15% / 12);
        text-align: center;
    }
    .BBCtravel_Icon a img{
        width: 75%;
        max-width: 90px;
        margin-bottom: 10px;
        vertical-align: top;
    }
    .BBCtravel_Icon a span{
        display: block;
        width: 95%;
        margin: 10px auto;
        background-color: rgb(255 255 255);
        color: #000000;
        padding: 3px;
        box-sizing: border-box;
        text-align: center;
        transition: all .3s;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        border-radius: 5px;
    }
/* 合作夥伴 */
    .BBCtravel_partner{
        width: 95%;
        margin: 20px auto;
    }
    .BBCtravel_partner h3{
		width: 100%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 5px 5px 5px 10px;
		box-sizing: border-box;
		letter-spacing: 10px;
		color: #444;
		margin-bottom: 10px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: normal;
    }
    .BBCtravel_partner h3 a{ display: inline-block; }
    .BBCtravel_partner h3 a img{
		width: 60px;
		vertical-align: top;
    }
    .BBCtravel_partner ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .BBCtravel_partner ul li{ display: inline-block; }
    .BBCtravel_partner ul li a{
        display: inline-block;
        padding: 10px 15px;
        background: #fff;
        margin: 5px;
        border-radius: 8px;
        box-sizing: border-box;
        color: #000000;
        background: #fff283;
        transition: all .3s;
        font-size: 1rem;
        border: 1px solid #FFC107;
        border-bottom: 4px solid #FFC107;
    }
    .BBCtravel_partner.BBCtravel_partner_s ul li a{
		background: #ebb4f4;
		border: 1px solid #9C27B0;
		border-bottom: 4px solid #9C27B0;
    }
    .BBCtravel_partner.BBCtravel_partner_s ul li .mark{
		background: #a4f5a7;
		border: 1px solid #4CAF50;
		border-bottom: 4px solid #4CAF50;
    }
    .BBCtravel_partner ul li a:hover{
        background: #FFC107;
        color: #666666;
    } 
    .BBCtravel_partner.BBCtravel_partner_s ul li a:hover{
        background: #9C27B0;
        color: #ffffff;
    } 
    .BBCtravel_partner.BBCtravel_partner_s ul li .mark:hover{
    	background: #4CAF50;
        color: #ffffff;
    }
/* 我也想提供DM */

@media screen and (max-width: 1220px){
	.page_ban_txt{
		width: 100%;
		top: 40%;
		left: 0;
		background-color: rgba(0,0,0,.2);
	}
	.page_ban_p{
		transform: translate(-50%,-50%);
		left: 50%;
	}
	.page_ban_txt{ border-bottom: none; }
	.page_ban_txt:after{ display: none; }
}
@media all and (max-width: 925px){

    .bodywrap_keyword{
        overflow-x: auto;
    }
    .bodywrap_keyword ul{
        flex-direction: column;
        height: 120px;
    }
}
@media all and (max-width: 780px){
    .BBCtravel_Icon a{
        width: calc(95% / 3);
        margin: 10px calc(5% / 6);
    }
    .BBCtravel_Icon a img{
        max-width: 70px;
    }
}
@media screen and (max-width: 768px)
{
	.page_ban_p{ display: none; }
	.icon_scrolldown{
		display: none;
	}
	.sliderdownbtn{ display: none; }

	.payment_box{
		width: 95%;
		margin: 10px auto;
	}
	.home_ban_img{
	    padding-bottom: 50vw;
	}
	
}
@media all and (max-width: 480px){

    .BBCtravel_Icon a{
        width: calc(95% / 2);
        margin: 10px calc(5% / 4);
    }

}