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



/*----- 關於我們 -----*/
ul.aboutBox {
	margin: 25px 0 100px;
}

ul.aboutBox:last-of-type {
	margin-bottom: 40px;
}

ul.aboutBox li.photo {
	width: 43%;
}

ul.aboutBox li.infoBox {
	width: 50%;
}

ul.aboutBox li.infoBox h3 {
	font-size: 36px;
	color: #000;
	margin-bottom: 20px;
	font-family: 'Poppins', 微軟正黑體, 新細明體, sans-serif;
}

ul.aboutBox li.infoBox .aboutTxt {
	font-size: 18px;
	line-height: 40px;
}

.m-t {
	margin-top: 15px;
}

.p-l {
	padding-left: 2.5%;
}



/*----- 相關資訊 -----*/
.relatedArea {
	padding-top: 55px;
}

.relatedInfo {
	margin-bottom: 50px;
}

.relatedInfo:last-of-type {
	margin-bottom: 0;
}

.relatedInfo h3 {
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
}

.relatedInfo p {
	line-height: 30px;
}



/*----- 聯絡我們 -----*/
.contactArea {
	padding: 55px 0 70px;
	background: url(../images/tw/contact-bg.jpg) no-repeat left top 80px #f8f8f8;
}

.contactInfo {
	width: 28%;
	float: left;
}

.contactForm {
	width: 67%;
	float: right;
}

.contactTitle {
	font-size: 36px;
	color: #026dbc;
	font-weight: 500;
	margin-bottom: 55px;
	font-family: 'Poppins', 微軟正黑體, 新細明體, sans-serif;
}

.contactTitle span {
	color: #faa119;
}

ul.infoList {
}

ul.infoList li {
	color: #333;
	margin-bottom: 30px;
	display: block;
}

ul.infoList li a {
	color: #333;
}

ul.infoList li a:hover {
	color: #026dbc;
}

.contactTxt {
	margin: 8px 0 35px;
	line-height: 30px;
}

.contactTxt span {
	font-size: 14px;
}

.contactTxt span.star {
	color: #ec060b;
	margin: 0 2px;
}


.contactMap iframe {
	display: block;
}



/* 表單樣式 */

.form-group {
	margin-bottom: 25px;
	position: relative;
}

.form-left {
	width: 48.5%;
	float: left;
}

.form-right {
	width: 48.5%;
	float: right;
}

.form-group label {
	width: 105px;
	vertical-align: middle;
}

.form-group label.rightLabel {
	padding-right: 12px;
	text-align: right;
}

.form-field {
	width: -webkit-calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: middle;
}

.required {
	font-size: 14px;
	color: #fa0a0a;
	margin-right: 4px;
}

.codeInput {
	width: 40%;
	margin-right: 15px;
	display: inline-block;
}


label.radio-inline {
	width: auto;
	margin-right: 13px;
}

.input {
	padding: 9px 12px;
	background-color: #fff;
}

.textarea {
	min-height: 170px;
	background-color: #fff;
}

.submit {
	width: 85%;
	float: right;
	position: relative;
    z-index: 1;
	margin-top: 25px;
	font-size: 18px; 
	color: #fff;
	display: block;
	padding: 12px 0;
	text-align: center;
	border: none;
	cursor: pointer;
	background-color: #0163b7;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.submit:hover {
	background-color: #faa119;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: top .3s ease-out, background-color .2s ease-out, box-shadow .5s ease-out, color .3s ease-out .2s;
}

.submit::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: #faa119;
  transition-duration: .3s;
}

.submit:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}



@media (max-width: 1399px){

/*----- 聯絡我們 -----*/
.form-group {
	margin-bottom: 20px;
}

.form-left,
.form-right {
	width: 100%;
	float: none;
}

.form-right {
	margin-top: 20px;
}

.form-group label.rightLabel {
	padding-right: 0;
	text-align: left;
}

.submit {
	width: 100%;
	float: none;
	margin-top: 55px;
}

}



@media (max-width: 991px){

/*----- 關於我們 -----*/
ul.aboutBox {
	margin: 15px 0 80px;
}

ul.aboutBox li.infoBox h3 {
	font-size: 30px;
}

ul.aboutBox li.infoBox .aboutTxt {
	font-size: 16px;
	line-height: 36px;
}

.m-t {
	margin-top: 0;
}

.p-l {
	padding-left: 0;
}



/*----- 聯絡我們 -----*/
.contactTitle {
	font-size: 34px;
}


	
}


@media (max-width: 767px){

/*----- 關於我們 -----*/
ul.aboutBox li.photo {
	width: 100%;
	margin-top: 35px;
	text-align: center;
}

ul.aboutBox li.infoBox {
	width: 100%;
}

.float-left,
.float-right {
	float: none;
}



/*----- 聯絡我們 -----*/
.contactArea {
	padding: 35px 0 60px;
	background-position: left top 55px;
}

.contactInfo,
.contactForm {
	width: 100%;
	float: none;
}

.contactInfo {
	margin-bottom: 45px;
}

.contactTitle {
	margin-bottom: 28px;
}

ul.infoList li {
	margin-bottom: 20px;
}



}


@media (max-width: 575px){

/*----- 關於我們 -----*/
ul.aboutBox {
	margin: 0 0 60px;
}

ul.aboutBox:last-of-type {
	margin-bottom: 20px;
}

ul.aboutBox li.infoBox h3 {
	font-size: 28px;
}

ul.aboutBox li.infoBox .aboutTxt {
	font-size: 15px;
	line-height: 34px;
}



/*----- 相關資訊 -----*/
.relatedArea {
	padding-top: 40px;
}

.relatedInfo h3 {
	font-size: 26px;
	margin-bottom: 15px;
}



/*----- 聯絡我們 -----*/
.contactTitle {
	font-size: 30px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group:last-child {
	margin-bottom: 0;
}

.form-field {
	width: 100%;
	display: block;
	margin-top: 8px;
}

.form-right {
	margin-top: 15px;
}

.submit {
	font-size: 16px; 
}

}


@media (max-width: 479px){



}