@charset "UTF-8";
/* page_contact-custom 聯絡我們-自定義 */

.page_contact-custom {
	padding:40px 0 0;
}

/* 代表圖 */
.page_contact-custom .portrait {
	display:none;
	margin-bottom:20px  
}

/* 描述 */
.page_contact-custom .summary {
	display:none;
	border:2px solid #f7f7f7;
	font-style:italic;
	padding:20px;
	margin-bottom:40px;
}

/* 介紹/編輯器 */
.page_contact-custom .editor {
	padding-bottom:40px;
}

/* 地圖 */
.page_contact-custom .left {
}
.page_contact-custom .map {
	position:relative;
	overflow: hidden;
	min-height:400px;
}
.page_contact-custom .map iframe, .page_contact-custom .map object, .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 表單 */
.page_contact-custom .right {
	font-weight:normal;
}
.page_contact-custom .mail .form-wrap label{
	font-size: 1em;
	font-weight:normal;
}
.page_contact-custom .mail .fa {
	width: 25px;
	margin-right: 10px;
}
.page_contact-custom .mail .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 1em;
    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;
}
.page_contact-custom .mail .form-group {
    margin-bottom: 10px;
}
.page_contact-custom .mail .form-group [class^="col-"] {
	padding-left: 0;
}

/* 驗證碼 */
.checkimg {
    display: flex;
    align-items: center;
}
.checkimg a {
    margin-left:10px;
}
@media only screen and (max-width:991px) {
	.page_contact-custom {
		padding:20px 0 0;
	}
	.page_contact-custom .left {
		padding-bottom:40px;
	}
	.page_contact-custom .map {
		position:relative;
		overflow: hidden;
		min-height:300px;
	}
	.page_contact-custom .mail .form-group {
		margin-right: 0;
		margin-left: 0;
	}
	.page_contact-custom .mail .form-group [class^="col-"] {
		padding: 0;
	}
	.page_contact-custom .mail .control-label {
		line-height:1.5;
	}
}