@charset "UTF-8";
/* index_contact-custom 首頁聯絡我們-自定義 */

.index_contact-custom {
    position: relative;
	padding:0;
	z-index:0;
    vertical-align: middle;
    text-align: center;
    padding: 40px 0;
}
.index_contact-custom>div {
    display: inline-block;
    padding: 30px 40px 40px;
    z-index: 0;
    width: 75%;
    /* max-width: 1600px; */
    background: rgba(0, 0, 0, 0.4);
}
.index_contact-custom .left {
    padding: 0;
}
.index_contact-custom .right {
	vertical-align: middle;
    padding: 20px 0;
    z-index: 0;
    min-height: 385px;
}

/* 主標 */
.index_contact-custom .title01 {
    display:none;
}

/* 副標 */
.index_contact-custom .sub {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
}
.index_contact-custom .titleArea {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
/* 代表圖 */
.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 .left {
	padding: 0 5% 0 0;
	font-weight:normal;
}
.index_contact-custom .mail.form-wrap label{
    color: #fff;
    padding: 0;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.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: 0 0 10px;
}
.index_contact-custom .mail .form-group {
	padding-left: 0;
    color: #fff;
}
.index_contact-custom .btnArea {
    text-align: center;
    margin-top: 30px;
}
.index_contact-custom .btn1 {
    background: #c2000b;
    border: 1px solid #c2000b;
    font-size: 17px;
    width: 60%;
    height: 40px;
    line-height: 40px;
}
@media only screen and (max-width:991px) {
    .index_contact-custom {
        padding: 0;
    }
    .index_contact-custom>div {
        padding: 20px 20px 40px;
        z-index: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
}
	.index_contact-custom .left {
        padding: 0 0 40px;
	}
	.index_contact-custom .right {
		height:auto;
		padding: 0;
	}
	.index_contact-custom .titleArea {
		text-align:center;
	}
	.index_contact-custom .mail .form-group {
		margin-right: 0;
		margin-left: 0;
	}
	.index_contact-custom .mail .form-group [class^="col-"] {
		padding: 0;
	}
	.index_contact-custom .mail .control-label {
		line-height:1.5;
	}
    
    .index_single-custom .concept {
        text-align: center;
    }
}
@media only screen and (max-width: 1040px) {
.index_single-custom .concept li {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 1px solid #fff;
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.index_single-custom .concept li:last-child {
    margin-right: 0;
}
.index_single-custom .concept li:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 8px;
    background: #fdd0a9;
    position: absolute;
    top: 60px;
    left: 24px;
}
    .index_contact-custom .sub {
        font-size: ;
    }
   .index_contact-custom .right {
    min-height: 300px;
}
}