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



/*----- 關於我們 -----*/
.aboutArea {
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
}

.aboutBox {
	width: 52%;
	position: absolute;
	top: 49%;
	right: 15px;
	transform: translateY(-50%);
	padding: 48px 50px 55px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(191, 191, 191, 0.65);
	z-index: 50;
}

.aboutBox h3 {
	font-size: 36px;
	color: #b42602;
	font-weight: bold;
	margin-bottom: 26px;
	line-height: 1.4;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.aboutCon {
	line-height: 32px;
}



/*----- 聯絡我們 -----*/
.contact-iconBox {
	margin: 90px 0 85px;
}

.contact-iconBox .col-md-3 {
	padding-left: 6px;
	padding-right: 6px;
}

.contactIcon .iconImg {
	width: 130px;
	height: 130px;
	font-size: 38px;
    color: #9b280b;
	margin: 0 auto;
    line-height: 128px;
    border: 1px solid #b42602;
	border-radius: 99em;
	text-align: center;
}

.contactIcon h4 {
    font-size: 20px;
    color: #9b280b;
    margin: 17px 0 7px;
	font-family: 'Philosopher', 微軟正黑體, 新細明體, sans-serif;
}

.contactIcon p {
	color: #555;
	line-height: 1.8;
}

.contactIcon p a {
	color: #555;
}

.contactIcon p a:hover {
	color: #b42602;
}


.contactBox {
	width: 1200px;
	margin: 0 auto;
}

.contactForm {
	padding: 70px 0 95px;
	background-color: #e2e2e2;
}

.contactTitle {
	font-size: 35px;
    color: #222;
	margin-bottom: 25px;
	text-align: center;
} 

.contactTxt {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.8;
}

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

.contactMap iframe {
	display: block;
}


/* 表單樣式 */

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

.form-column {
	padding: 16px 20px;
	border: 1px solid #bdbdbd;
	background-color: #fff;
}

.form-left,
.form-right {
	width: 48.5%;
	padding: 2px 0 2px 20px;
	border: 1px solid #bdbdbd;
	background-color: #fff;
}

.form-left {
	float: left;
}

.form-right {
	float: right;
}

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

.form-group label.textLabel {
	width: 100%;
	margin-bottom: 10px;
}

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

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

.sex-field {
	padding: 14px 15px;
}

label.radio-inline {
	width: auto;
	margin: 0 20px 0 5px;
	vertical-align:bottom;
}

.input {
	padding: 15px 12px 15px 0;
	border: none;
	background-color: #fff;
}

.input:focus,
.textarea:focus {
	outline: 0;
}


.textarea {
	min-height: 100px;
	padding: 0;
	border: none;
	background-color: #fff;
}

.codeInput {
	width: 70%;
	float: left;
}

.submit {
	width: 25%;
	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: #b42602;
	-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: #131313;
	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: #131313;
  transition-duration: .3s;
}

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





@media (max-width: 1199px){

/*----- 關於我們 -----*/
.aboutBox {
	right: 3%;
}



/*----- 聯絡我們 -----*/
.contactBox {
	width: 100%;
	padding: 0 3%;
}


}



@media (max-width: 991px){

/*----- 關於我們 -----*/
.aboutBox {
	right: 4%;
}

.aboutBox h3 {
	font-size: 32px;
}

.aboutCon {
	font-size: 15px;
	line-height: 30px;
}



/*----- 聯絡我們 -----*/
.contactIcon .iconImg {
	width: 100px;
	height: 100px;
	font-size: 32px;
    line-height: 98px;
}

.contactTitle {
	font-size: 32px;
} 
	
}


@media (max-width: 767px){

/*----- 關於我們 -----*/
.aboutArea {
	margin-top: 50px;
	margin-bottom: 60px;
}

.aboutBox {
	width: 100%;
	position: relative;
	right: auto;
	transform: none;
}



/*----- 聯絡我們 -----*/
.contact-iconBox {
	margin: 70px 0 30px;
}

.col-6 {
	margin-bottom: 40px;
}


}


@media (max-width: 575px){

/*----- 關於我們 -----*/
.aboutBox {
	padding: 38px 26px 40px;
}

.aboutBox h3 {
	font-size: 26px;
	margin-bottom: 18px;
}



/*----- 聯絡我們 -----*/
.contact-iconBox {
	margin: 50px 0 15px;
}

.contactIcon h4 {
    font-size: 18px;
    margin: 15px 0 10px;
}

.contactIcon p {
	font-size: 15px;
}

.contactForm {
	padding: 50px 0 70px;
}

.form-column {
	padding-left: 13px;
	padding-right: 13px;
}

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

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

.codeInput {
	width: 100%;
	float: none;
}

.submit {
	width: 100%;
	float: none;
	margin-top: 20px;
	font-size: 16px; 
}


}


@media (max-width: 479px){



}