html, body {}
body {
	font-family:'Noto Sans TC', Microsoft Jhenghei, '微軟正黑', sans-serif;
	color: #fff;
	font-size: 20px
}
.container {
	max-width: 760px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.sec_header {
	text-align: center;
}
.sec_intro {

}
.sec_intro p {
	font-size: 1.2em;
	line-height: 1.8;
}
.g_wrap {
	padding-bottom: 100px;
	min-height: 100vh;
	background: url('img/bg.jpg') center top/cover no-repeat;
}
.sec_form .form {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sec_form label {
	display: block;
	margin-top: 1em;
}
.sec_form .form_item span {
	display: inline-block;
	width: 6em;
	text-align: left;
}
.sec_form .form_item input {
	display: inline-block;
	padding: 6px 8px;
	width: 20em;
}
.form_agree h5 {
	margin-bottom: 10px;
	font-size: 20px;
}
.form_agree .agree_text {
	font-size: 16px;
	padding-bottom: 40px;
}
.agree_text input,
.agree_text span {
	display: inline-block;
	vertical-align: top;
}
.agree_text input {
	margin: 6px 10px; 
}
.agree_text span {
	width: calc(100% - 40px);
	max-width: 600px;
	text-align: left;
	line-height: 1.6;
}
.sec_form .book_row {
	white-space: nowrap;
	font-size: 0;
}
.sec_form .book_row div {
	display: inline-block;
	width: 50%;
	text-align: center;
}
.sec_form .book_row img {
	display: block;
	max-width: 100%;
}
.sec_form .book_row .btn {
	padding: .8em 2em;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
	border: 0;
	font-size: 24px;
}
.sec_form .book_row .ty1 {
	background-color: #007c91;
}
.sec_form .book_row .ty2 {
	background-color: #a39079;
}
.sec_bottom {
	margin-top: 60px;
	text-align: right;
}
.sec_bottom img {
	width: 230px;
}