@charset "UTF-8";
/* CSS Document */

/* ---reset.css--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1.6;
}

ol, ul {
	list-style: none;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */
a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
	/*font-weight: bold;*/
}

* {
	border: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
	font-family: 'Noto Sans TC', "Heiti TC", "Microsoft JhengHei",
		sans-serif;
	text-align: left;
	text-align: justify;
}

/* --電腦版型------------------------------------- */
.page_content_block {
	display: block;
	width: 50%;
	margin: 5% auto 0 auto;
	vertical-align: top;
}

/*-----------register----------*/
.BC_QA_block {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.BC_Q {
	width: 100%;
	font-size: 1.1em;
	/* color: #4FB0AE; */
	/* color: #d04442; */
	color: #5f9aa0;
}

.BC_A {
	width: 100%;
	padding: 10px;
	color: #444;
	font-size: 1em;
	margin-top: 10px;
	border-bottom: 1px #5f9aa0 solid;
	border-radius: 0px;
}

.BC_select {
	width: 100%;
	font-size: 1em;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #5f9aa0;
	border-radius: 0px;
	background-color: #fff;
	height: 50px;
}

.BC_title {
	width: 100%;
	margin: 35px auto 25px auto;
	/* font-weight: bold; */
	/* color: #415884; */
	color: #444;
	text-align: left;
	border: solid 2px #444;
	padding: 5px 10px;  
}

.word_red {
	color: red;
}

/*----------menu----------*/
.menu {
	display: block;
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	/* background-color: #4FB0AE; */
	background-color: #5f9aa0;
	padding: 15px 10%;
	text-align: center;
	color: #fff;
        z-index: 5;   
}

.menu_img {
	display: inline-block;
	width: 50%;
	padding-top: 15px;
	height: 60px;
	vertical-align: middle;
}

.menu_img img {
	width: 4%;
	vertical-align: middle;
}

.menu_title {
	display: inline-block;
	width: 49%;
	height: 60px;
	padding-top: 15px;
	text-align: right;
	vertical-align: middle;
	color: #fff;
}

/*----------content_block----------*/
.homepage_content_block {
	display: block;
	width: 100%;
	margin: 5% auto 0 auto;
}

.content_block_1 {
	display: block;
	width: 100%;
	margin: 0 auto 5% auto;
	vertical-align: top;
}

/*----------a:link----------*/
.homepage_content_block a:link, a:active, a:visited {
	text-decoration: none;
	color: #415884;
	font-weight: bold;
}

/*----------title----------*/
.title_h1 {
	width: 100%;
	margin: 100px auto 50px auto;
	font-size: 1.5em;
	font-weight: bold;
	/* color: #415884; */
	color: #3D6B79;
	text-align: left;
	border: solid 2px #3D6B79;
	padding: 5px 10px;
}
/*
.title_h1:hover{
	opacity: 0.6;
	cursor: pointer;
}
*/
.title_h2 {
	color: #4FB0AE;
	font-size: 1.5em;
	margin-bottom: 1%;
}

.title_h3 {
	color: #415884;
	font-size: 1.2em;
}

.title_group {
	color: #415884;
	font-size: 1.5em;
	border-bottom: 5px solid #415884;
	margin-bottom: 5%;
}

.title_li {
	color: #4FB0AE;
	font-weight: bold;
}

.word_p {
	margin-bottom: 1%;
}

.word_p li {
	
}

/*----------提示語----------*/
.word_hint{
	padding: 10px;
	font-size: 0.9em;
	color: #415884;
	opacity: 0.6;
}

/* ------ 錯誤訊息 ------- */
.error {
	color: #415884;
	font-size: 0.8em;
}

.error::before {
	content: "⚠️";
	font-size: 1.3em;
}

/*----------button_block----------*/
.button_block {
	width: 100%;
	text-align: center;
	margin: 50px auto;
}

.button_block button {
	color: #3D6B79;
	background-color: #fff;
}

.bible_button {
	font-size: 1.2em;
	color: #fff;
	border: 2px solid #3D6B79;
	padding: 15px;
	margin: 0 10px;
	border-radius: 20px;
	box-shadow: 5px 5px 20px 1px rgba(119, 119, 119, .4);
}

.button_block button:hover {
	color: #fff;
	background-color: #3D6B79;
	cursor: pointer;
	transition: .6s;
}

.backtotop {
	background-color: #999;
	background-image: url("/s_www/images/anchor-06.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 40px;
	overflow: auto;
	position: fixed;
	bottom: 25px;
	right: 25px;
	text-indent: -99999px;
	transition: all 0.7s ease-in-out 0s;
	width: 40px;
	border-radius: 50%;
}

/* --平板版型------------------------------------- */
@media screen and (min-width:768px) and (max-width: 1024px) {
	.page_content_block {
		margin: 0 auto;
	}

	/*-----------banner_block----------*/
	.banner_block {
		height: 500px;
		margin: 0 auto 30px auto;
	}
	.title_banner {
		color: #fff;
		position: absolute;
		bottom: 50%;
		left: 10%;
	}
	.title_banner img {
		width: 30%;
	}
	.banner_button_block {
		
	}
	.banner_button {
		width: 20%;
		font-size: 0.9em;
	}

	/*----------title----------*/
	.title_h1 {
		font-size: 1.2em;
	}
	.title_h2 {
		font-size: 1.2em;
	}
	.title_h3 {
		font-size: 1em;
	}
	.title_group {
		font-size: 1.2em;
	}
	.word_p {
		font-size: 0.9em;
	}
}

/* --手機版型------------------------------------- */
@media screen and (max-width: 767px) {
	.page_content_block {
		margin: 0 auto;
		width: 90%;
	}

	/*----------title----------*/
	.title_h1 {
		font-size: 1.1em;
		margin: 100px auto 50px auto;
	}
	.title_h2 {
		font-size: 1.1em;
	}
	.title_h3 {
		font-size: 1em;
	}
	.title_group {
		font-size: 1.1em;
	}
	.word_p {
		font-size: 0.9em;
	}

	/*----------button_block----------*/
	.button_block.confirm_email {
		display: flex;
		flex-direction: column-reverse;
	}
	.bible_button {
		display: block;
		width: 100%;
		font-size: 1em;
		margin: 10px 0;
		padding: 10px 6px;
		text-align: center;
	}

}
