@charset "utf-8";
/* CSS Document */
.query_pic{
	background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/query_pic.jpg);
    background-size:cover;
    background-position:bottom;
    background-attachment: fixed;
    text-align: center;
    padding: 120px 0;
	min-height: 400px;
}
.query_pic h2 {
    margin: 0;
    color: #fff;
    font-size:35px;
    font-weight: 400;
    letter-spacing: 12px;
	text-indent: 12px;
    font-family: "Noto Serif TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.query_pic .eng{
	margin-bottom: 20px;
    color: #e9cb88;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Noto Serif TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.query_pic p{
	margin: 0;
	margin-top: 50px;
	color: #e8e8e8;
	font-size: 16px;
    font-weight: 400;
	letter-spacing: 2px;
	line-height: 28px;
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.query_box{
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.query_box h2{
    margin: 0;
	padding-bottom:30px;
    font-size: 30px;
	font-weight:bold;
    text-align: center;
}
.query_box .form-group{
	margin-bottom:20px;
}
.query_box label{
    margin-bottom: 8px;
	font-weight: 400;
	letter-spacing: 1px;
}
.query_box .input_css,.query_box .select_css{
	height: 50px;
	padding: 15px;
	border-radius: 6px;
}
.query_text{
	min-height:120px;
}
.query_box .red{
    font-size: 15px;
    padding-top: 3px;
}
.query_ok{
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
    margin: 60px auto 80px auto ;
    font-size: 18px;
    line-height: 36px;
	text-align: center;
}
.query_ok .txt{
    color: #cca629;
}

@media screen and (max-width: 992px) {
.query_pic{
	padding: 100px 0;
	min-height: 300px;
}
.query_pic h2 {
    font-size:30px;
	letter-spacing: 10px;
}
.query_box{
	padding: 0 15px;
}
.query_box h2{
    font-size: 26px;
}
}
@media screen and (max-width: 768px) {
.query_pic h2 {
    font-size:26px;
	letter-spacing: 8px;
}
.query_box label{
    font-size: 15px;
    margin-bottom: 5px;
}
.query_pic p {
    margin-top: 40px;
    font-size: 15px;
}
.query_ok{
    margin: 50px auto 60px auto;
}
}