@charset "utf-8";
/* CSS Document */


.contact-section {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.contact-section {
		margin-top: 10px;
		margin-bottom: 0px;
	}

}

.contact-content {
	float: left;
	width: 100%;
}

.contact-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.titleGroup .title {
	float: left;
	color: #484a57;
	width: 100%;
	font-size: 1.95em;
	line-height: 1.4;
	font-family: "Noto Sans TC", sans-serif;
	letter-spacing: 3px;
	font-weight: 500;
	text-align: center;
}

.titleGroup .title2 {
	float: left;
	color: #6a7f94;
	width: 100%;
	font-size: 0.8em;
	line-height: 1.4;
	font-family: "Noto Sans TC", sans-serif;
	letter-spacing: 3px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 25px;
}

.contact-bottom {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 250px;
}

.info {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	padding: 20px;
}

.info hr {
	border-top: 1px solid #fff;
	margin-bottom: 5px;
	margin-top: 5px;
}

.info .title1 {
	line-height: 1.4;
	font-weight: 500;
	font-size: 1.2em;
	padding-bottom: 10px;
}

.info .title2 {
	line-height: 1.4;
	font-size: 0.8em;
	font-weight: 400;
}

.info p {
	line-height: 1.4;
	font-size: 0.9em;
	padding-bottom: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 650px) {

	.info h2 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.info h3 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.info p {
		padding-left: 0px;
		padding-right: 0px;
	}

}





/*表單*/
.form {
	float: left;
	width: 100%;
	padding: 40px;
}

.form h1 {
	float: left;
	width: 100%;
	font-weight: 600;
	color: #333;
	font-size: 1.4em;
	text-align: center;
}

.form-style {
	float: left;
	width: 100%;
	font-size: 1.1em;
}

.form-style .form-box {
	float: left;
	width: 100%;
}

.form-style .form-title-box {
	float: left;
	width: 15%;
	padding-top: 10px;
	line-height: 1.4;
}

.form-style .form-title-box .required {
	color: #ff1515;
}

.form-style .form-input-box {
	float: left;
	width: 85%;
}

.form-style .form-submit-box {
	float: left;
	width: 100%;
}

.form-style .form-input1 {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	border: none;
	background-color: #EBEBEB;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-style .form-input2 {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	border: none;
	background-color: #EBEBEB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-style textarea:focus,
.form-style input:focus {
	outline: none;
}



.form-style .form-submit {
	float: right;
	appearance: none;
	backface-visibility: hidden;
	background-color: #5c6d7f;
	border-radius: 8px;
	border-style: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
	outline: none;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: top;
	white-space: nowrap;
	font-family: "Noto Sans TC", sans-serif;

	margin-bottom: 20px;
	font-size: 1em;
	width: 100px;
}

.form-style .form-submit:hover,
.form-style .form-submit:active {
	background-color: #5c6d7f;
	opacity: 1;
	transform: translateY(0);
	transition-duration: .35s;
}



/* file upload button */
input[type="file"]::file-selector-button {
	border-radius: 4px;
	padding: 0 16px;
	height: 40px;
	cursor: pointer;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
	margin-right: 16px;
	transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
	background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
	background-color: #e5e7eb;
}





@media only screen and (min-width: 1px) and (max-width: 650px) {

	.form {
		padding: 0px;
	}

	.form-style .form-title-box {
		width: 100%;
	}

	.form-style .form-input-box {
		width: 100%;
	}

}