@charset "UTF-8";
.mainArea {
	padding: 0;
}
.mainArea.successPage {
	height: calc(100vh - 300px);
	min-height: 300px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 60px 0;
	text-align: center;
}
.mainArea.successPage .successTxt {
	color: #0052a4;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3;
}

.contentBox {
	margin-top: 30px;
}
.contentBox .leftBox {
	padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
	.contentBox .leftBox {
		padding: 0 0 30px 0;
	}
}
.contentBox .rightBox {
	padding: 0;
}

.side_contactInfo {
	margin-top: 20px;
}

/*感謝資訊*/
.thankInfo {
	margin-bottom: 25px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #2f2f2f;
	line-height: 1.8;
}

.contactTab {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contactTab .wrap {
	max-width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.contactTab .tabItem {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.contactTab .tabItem:first-child {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.contactTab .tabItem a {
	padding: 20px 0;
	display: block;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.6px;
}
.contactTab .tabItem a:hover, .contactTab .tabItem a.current {
	color: #fff;
	background-color: #0052a4;
}
@media (max-width: 1180px) {
	.contactTab .tabItem a {
		font-size: 20px;
		padding: 10px 0;
	}
}
@media (max-width: 650px) {
	.contactTab .tabItem a {
		font-size: 16px;
		padding: 10px 0;
	}
}
/*# sourceMappingURL=contact.css.map */