@charset "UTF-8";
/* index_contact-custom 首頁聯絡我們-自定義 */
.contact {
    margin-top: 5% !important;
}

.index_contact-custom {
	padding:0;
    margin:0;
	z-index:0;
}
.index_contact-custom .left {
    background-color:#969173;
    padding: 0;
	height: 600px;
}
@media only screen and (max-width:767px){
    .index_contact-custom .left{
        height: 700px;
    }
}
.index_contact-custom .right {
	vertical-align: middle;
    padding: 3% 5%;
    z-index: 0;
    min-height: 600px;
}

/* 主標 */
.index_contact-custom .titleArea{
    height: 35%;
}
@media only screen and (max-width: 640px){
    .index_contact-custom .titleArea{
        height: 25%;
    }
}
.contact .title01 {
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    
    position: absolute;
    left: 52%;
    top: 25%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px){
    .contact .title01{
        font-size: 28px;
        left: 52%;
        top: 17%;
    }
}
.contact .title01::after{
    content: "";
    width: 300%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 125%;
    left: 45%;
    transform: translateX(-50%);
}

.contact .title01_eng{
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    
    position: absolute;
    left: 47%;
    top: 15%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px){
    .contact .title01_eng{
        font-size:30px;
        top: 10%;
    }
}

.contact .title01_eng::before{
    content: "";
    width: 2px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: -130%;
    left: 50%;
    transform: rotate(40deg);
}
@media only screen and (max-width: 640px){
    .contact .title01_eng::before{
        height: 30px;
        top: -110%;
    }
}
.contact .title01_eng::after{
    content: "";
    width: 2px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: 120%;
    left: 0%;
    transform: rotate(40deg);
}
@media only screen and (max-width: 640px){
    .contact .title01_eng::after{
        height: 30px;
        top: 140%;
    }
}

/* 副標 */
.index_contact-custom .sub {
}

/* 代表圖 */
.index_contact-custom .portrait {
	display:none;
}

/* 描述 */
.index_contact-custom .summary {
	display:none;
}

/* 背景 */
.index_contact-custom img.bg {
}

/* 地圖 */
.map {
	overflow: hidden;
}
.map iframe, .map object, .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 表單 */
.index_contact-custom .right {
	padding: 3% 5%;
	font-weight:normal;
}
.index_contact-custom .form-wrap{
    padding-left: 0;
    padding-right: 0;
    
    width: 300px;
    margin: auto;
}
@media only screen and (max-width:991px){
    .index_contact-custom .form-wrap{ width: 50%;}
}
@media only screen and (max-width:480px){
    .index_contact-custom .form-wrap{ width: 80%;}
}
.index_contact-custom .mail .form-wrap label{
	font-size: 0.9em;
	font-weight:normal;
}
.index_contact-custom .mail .fa {
	width: 25px;
	margin-right: 10px;
}
.index_contact-custom .mail .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 0.7em;
    line-height: 1.5;
    color: #555;
    border: none;
    border-radius: 0;
	-webkit-box-shadow: 1px 1px 3px rgba(0%,0%,0%,0.3) inset;
    -moz-box-shadow: 1px 1px 3px rgba(0%,0%,0%,0.3) inset;
    box-shadow: 1px 1px 3px rgba(0%,0%,0%,0.3) inset;
}
.index_contact-custom .mail .form-group {
    margin-bottom: 10px;
}
.index_contact-custom .mail .form-group [class^="col-"] {
	padding-left: 0;
    padding-right: 0;
}
.index_contact-custom .mail .form-group label{
    color:#fff;
}
@media only screen and (max-width:991px){
    .index_contact-custom .mail .form-group label{
        text-align: left;
    }
}
.index_contact-custom .mail .form-group input,
.index_contact-custom .mail .form-group textarea{
    border-radius: 5px;
}

@media only screen and (max-width:991px) {
	.contact .right {
		display:none;
	}
	.contact .titleArea {
		text-align:center;
	}
	.contact .mail .form-group {
		margin-right: 0;
		margin-left: 0;
	}
	.contact .mail .form-group [class^="col-"] {
		padding: 0;
	}
	.index_contact-custom .mail .control-label {
		line-height:1.5;
	}
}
@media only screen and (max-width:767px){
    .contact .titleArea{
        margin-bottom: unset;
    }
}

/* 按鈕 */
.index_contact-custom .btnArea{
    margin-top: 30px;
    margin-right: -55px;
}
@media only screen and (max-width:767px){
    .index_contact-custom .btnArea{
        margin-right: unset;
    }
}

.index_contact-custom .btn1{
    border-radius: 5px;
    border: unset;
    background-color: #000;
    color: #fff !important;
    font-size: 17px;
    padding: 0;
    min-width: 135px;
}
.index_contact-custom .btn1:hover{
    background-color: #fff;
    color: #000 !important;
}
@media only screen and (max-width:767px){
    .index_contact-custom .btn1{
        min-width: 49%;
    }
}
@media only screen and (max-width:991px){
    .contact .right img.bg{
        height: unset;
    }
}