.clearfix:after {
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* .left-section, .right-section {
	float: left;
} */
.right-section{
	width: 300px;
}
/*** Contact Section ***/
#contact-section{
	padding-top: 32px;
	padding-bottom: 32px;
	box-sizing: border-box;
}
#contact-section .norm-width{
	margin: auto;
	width:fit-content;
}
#contact-section h1{
	font-size: 16px;
    font-weight: bold;
    padding-bottom: 16px;
}
#contact-section article{
	font-size: 14px;
	padding:10px 0;
	line-height: 2;
}
hr{
	height: 1px;
	background-color: #CBCBCB;
	border: none;
}
#contact-section table{
	padding: 10px 0;
	width: 760px;
	margin: 20px auto;
	color: #1C1C1C;
}
#contact-section table tr td{
	white-space: nowrap;
	padding-bottom: 15px;
}
#contact-section table tr td:nth-child(1){
	vertical-align: top;
	padding-top: 4px;
}
/* .table-submit{
	width: 100%;
} */
#contact-section table tr:nth-child(1) td:nth-child(2),
#contact-section table tr:nth-child(2) td:nth-child(2),
#contact-section table tr:nth-child(3) td:nth-child(2){
	padding-right: 20px;
	padding-bottom: 15px;
}
#contact-section input[type="text"],
#contact-section input[type="email"]{
	width: 313px;
	height: 40px;
	border: 1px solid #E3E3E3;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', serif;
	box-sizing: border-box;
	padding-left: 5px;
}
#contact-section select{
	width: 313px;
	height: 40px;
	border: 1px solid #E3E3E3;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', serif;
	box-sizing: border-box;
	text-align: center;
	text-align-last: center;
}
#contact-section textarea{
	width: 690px;
	height: 150px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	padding: 5px;
	resize: none;
}
.section-operate{
	width: 760px;
	text-align: center;
}
.form-submit-btn{
	width: 800px;
	height: 50px;
	border-radius: 999px;
	background-color: #ECECEC;
	border: none;
	color: #1c1c1c;
	font-size: 14px;
	font-family: Microsoft JhengHei, Helvetica;
	padding: 6.5px 15px;
	cursor: pointer;
	transition: .3s;
}
.form-submit-btn:hover{
	background-color: #FF6000;
	color: #FFFFFF;
}
/* 必填欄位*字號 */
.contact-must{
	position: relative;
}
.contact-must:before{
	content: '*';
	color: #D14B4B;
	font-weight: bold;
	position: absolute;
	left: -10px;
}
/* .form-submit-btn{
	background-color: #FF6000;
	border: none;
	color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	padding: 6.5px 20px;
	cursor: pointer;
	border-radius: 20px;
} */
#contact-section #subject-input{
	width: 690px;
	height: 40px;
}
.words-count-section{
	color: #9F9F9F;
	font-size: 12px;
	text-align: right;
}