@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 > 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 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: block;
		padding: 5px 0;
	}
	.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;
	}
/* 我也想提供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 screen and (max-width: 768px)
{
	.page_ban_p{ display: none; }
	.icon_scrolldown{
		display: none;
	}
	.sliderdownbtn{ display: none; }

	.payment_box{
		width: 95%;
		margin: 10px auto;
	}
	
}
