@charset "UTF-8";
/* ====================== */
/* 分頁按鈕 pagination     */
/* ====================== */
/* ====================== */
/* products左側產品類別     */
/* ====================== */
.contact {
	background: #fafbfc;
}

.contact .contact-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.contact .contact-banner img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	max-width: inferit;
	display: block;
}

.contact .contact-banner:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: url("../../images/banner-cover.png") repeat;
	background-size: 2px 2px;
	opacity: 0.9;
}

.contact .contact-banner:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100px 1920px;
	border-color: transparent transparent #fafbfc transparent;
	z-index: 3;
	bottom: 0;
	left: 0;
}

.contact .contact-info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 4;
}

.contact .contact-info .contact-info__box {
	text-align: center;
	color: #fff;
	-webkit-transform: translateY(-40px);
	    -ms-transform: translateY(-40px);
	        transform: translateY(-40px);
}

.contact .contact-info .contact-info__title {
	/*font-family: $font2*/
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 4.5rem;
}

.contact .contact-info .contact-info__text {
	font-family: "PT Sans", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.938rem;
}

@media only screen and (max-width: 1200px) {
	.contact .contact-banner {
		height: 243px;
	}
	.contact .contact-banner img {
		height: 243px;
		width: auto;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: left center;
		   object-position: left center;
	}
	.contact .contact-info .contact-info__box {
		-webkit-transform: translateY(-20px);
		    -ms-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}

.contact-btm {
	background: url("../../images/contact-bg.jpg");
	background-position: 0 0;
	background-repeat: repeat;
}

.contact-btm .contact-title {
	width: 418px;
	margin: 0 auto;
	padding: 70px 0 55px 0;
}

.contact-btm .contact-title img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 576px) {
	.contact-btm .contact-title {
		width: 90%;
	}
}

.contact-btm .contact-box {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-column-gap: 93px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.contact-btm .contact-box .list-title {
	margin-bottom: 20px;
}

.contact-btm .contact-box .list-title .sub {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.563rem;
	font-weight: 500;
	/*font-family: $font2*/
}

.contact-btm .contact-box .list-title:after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background: #2a53af;
}

.contact-btm .contact-box .list-list2 {
	padding-bottom: 50px;
	font-family: "微軟正黑體", "Open Sans", sans-serif !important;
}

.contact-btm .contact-box .list-list2 li {
	color: #666;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0 40px;
	position: relative;
	line-height: 24px;
}

.contact-btm .contact-box .list-list2 li a {
	color: #666;
}

.contact-btm .contact-box .list-list2 li:before {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #2a53af;
	text-align: center;
}

.contact-btm .contact-box .list-list2 li:nth-child(4):before {
	font-size: 15px;
}

@media only screen and (max-width: 1200px) {
	.contact-btm .contact-box {
		margin: auto;
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 576px) {
	.contact-btm .contact-box {
		grid-template-columns: 1fr;
	}
}
