@import url(../style_member/style_member_form.css);

/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/
/*/////////////////////////////////////////////////////////*/

.right.no_left .right_title,
.pageContent_title.special_title {
	margin-bottom: 0; /* 23.23px , 2.3438vw , 45.00px */
}
.contact_topArea{
	display: flex;
	flex-direction: column;
	align-items: center;
}
	.contact_img{
		width: 100%;
	}
		.contact_img img{
			width: 100%;
			height: auto;
		}


	.contact_text{
		text-align: center;
		/* padding-top: 30px; */
		font-size: .9375rem;
		line-height: normal;
		color: rgba(0, 0, 0, 0.5);
	}


	.contact_navbar{
		display: flex;
		flex-direction: row;
		padding-top: 20px;
	}
		.contact_nav{
			position: relative;
			padding: 7.5px 5px;
		}
		.contact_nav a{
			color: #000;
			font-size: 15px;
			font-weight: bold;
		}

		.contact_nav a:hover{
			opacity: 0.7;
		}

		.contact_nav:first-of-type a::after{
			width: 0px;
		}

		.contact_nav a::after{
			content: "";
			width: 1px;
			height: 15px;
			background: #000;
			position: absolute;
			top: 7.5px;
			left: 0;
		}


.contact_bottomArea{
	padding: 50px 0;
	display: flex;
	flex-direction: row;
	
}
	.contact_bottomArea > .form_listArea {
		width: 50%;
		padding: 0 50px;
		border-left: 1px solid #E3E3E3;
        display: block;
	}

	.contact_bottomArea > .form_listArea:nth-of-type(1) {
		border-left: unset;
	}

		.contactInfoArea{
			width: 50%;
			padding: 0 10px;
			border-left: 1px solid #E3E3E3;
		}
			.form_title{
				text-align: center;
				font-weight: bold;
				font-size: clamp(1rem,1.0417vw,1.25rem);
				line-height: normal;
				padding: 10px 0px 20px;
                width: 100%;
			}

			.contactButton{
				width:100%;
				padding-top: 10px;
			} 
					.contactButton [type="submit"]{
						width: 100%;
						background-color: var(--primary_color);
						color: #fff;
						font-size: 16px;
					}
					
					.contactButton:hover [type="submit"]{
						background-color: var(--third_color)

					}

.contact_map iframe{
	width: 100%;
	height: 100%;
}


@media (max-width:990px){
	.contactText {
		font-size: 13px;

	}
	.contact_bottomArea{
		padding: 50px 0;
		display: flex;
		flex-direction: column-reverse;
		
	}
		.contact_bottomArea > .form_listArea {
			width: 100%;
			padding: 0px;
			margin: 0px;
			max-width: unset;

		}

		.contact_bottomArea .form_listArea:nth-of-type(2) {
			border-left: unset;
		}

		.contactInfoArea {
			width: 100%;
			padding: 50px 0 0;
			border-left: unset;
		}
		
}



@media (max-width: 424px) {
	
	.contact_navbar{
		display: block;
		flex-direction: unset;
		text-align: center;
	}
		.contact_nav{
			display: inline-block;
		}
}