@charset "utf-8";
/* CSS Document */



/*----- 關於我們 -----*/
.about-bannerTxt {
	font-size: 22px;
	color: #fff;
	margin-top: 55px;
	line-height: 36px;
}

.aboutArea {
	padding: 90px 0;
	position: relative;
	background-color: #f6fbfd;
}

.aboutImg {
	text-align: right;
}

.aboutBox {
	width: 44%;
	position: absolute;
	top: 45%;
	left: 50px;
	transform: translateY(-50%);
	padding: 48px 50px 53px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(191, 191, 191, 0.65);
	z-index: 50;
}

.aboutBox h3 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	margin-bottom: 13px;
}

.aboutSubtitle {
	font-size: 24px;
	color: #093f85;
	margin-bottom: 45px;
	position: relative;
}

.aboutSubtitle::after {
	content: " ";
	display: block;
	width: 65px;
	height: 1px;
	background: #333;
	position: absolute;
	bottom: -15px;
	left: 0;
}

.aboutCon {
	line-height: 32px;
}

.awardBox {
	padding-top: 85px;
	text-align: center;
	background: url(../images/about-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.awardTitle {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}

.awardTxt {
	font-size: 20px;
	color: #fff;
	margin: 40px 0 87px;
	line-height: 36px;
}



/*----- 專業證照 -----*/
.move:after{
	bottom: -15px;
} 

.photoArea {
	padding: 80px 0;
	background: url(../images/certificate-bg.jpg) repeat-x top;
}

.photoArea:last-of-type {
	padding-bottom: 120px;
}

ul.photoList {
	margin-bottom: -110px;
}

ul.photoList .row {
    margin-left: -25px;
    margin-right: -25px;
}

ul.photoList li.col-6,
ul.photoList li.col-md-3 {
	padding-left: 30px;
	padding-right: 30px;
}

ul.photoList li {
	margin-bottom: 110px;
}

ul.photoList li img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.photoList li:hover img {
	opacity: 0.5;
    -ms-filter: alpha(Opacity=50);
    filter: alpha(Opacity=50);
}



/*----- 案場實績 -----*/
.case-banner {
	height: 300px;
}

.case-banner .container {
	top: 50%;
}

ul.subMenu {
	height: 56px;
}

ul.subMenu li {
	padding: 0 45px;
}

ul.subMenu li h3 a {
	line-height: 56px;
}

.caseArea {
	padding: 0 0 120px;
	border-top: 1px solid #d3d3d3 !important;
}

ul.caseList {
	margin: 55px 0 -100px;
}

ul.caseList .row {
    margin-left: -15px;
    margin-right: -15px;
}

ul.caseList li.col-6,
ul.caseList li.col-sm-4,
ul.caseList li.col-lg-3 {
	padding-left: 15px;
	padding-right: 15px;
}

ul.caseList li {
	margin-bottom: 100px;
}

.photo-mask {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #dedbdb;
}

ul.caseList li img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.caseList li:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2); 
}

ul.caseList li h3 {
	width: 100%;
	font-size: 16px;
	color: #fff;
	padding: 7px 10px;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.65);
	text-align: center;
	z-index: 20;
}

ul.caseList li .plusIcon {
	width: 40px;
	height: 40px;
	font-size: 12px;
	color: #fff;
	padding-left: 1px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #3d86e0;
	text-align: center;
	line-height: 40px;
	z-index: 10;
}

ul.caseList li .plusIcon .fas {
    font-weight: 600;
}



/*----- 聯絡我們 -----*/
.contactWrap {
	padding: 60px 0 150px;
	background: url(../images/contact-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.contactTitle {
	font-size: 32px;
    color: #000;
	margin-bottom: 6px;
} 

.contactSubtitle {
	font-size: 24px;
    color: #015cb0;
} 

.contactBox {
	padding: 45px 15px;
	margin-top: 60px;
	border-radius: 40px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(191, 191, 191, 0.65);
}

.contactBox .col-md-3 {
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #dbdbdb;
}

.contactBox .col-md-3:last-child {
	border-right: none;
}

.contactIcon .iconImg {
	width: 90px;
	height: 90px;
	font-size: 34px;
    color: #0096e0;
	margin: 0 auto;
    line-height: 88px;
    border: 2px solid #39a6fa;
	border-radius: 99em;
	text-align: center;
}

.contactIcon h4 {
    font-size: 16px;
    color: #0096e0;
    margin: 17px 0 7px;
}

.contactIcon p {
	font-size: 17px;
	color: #555;
}

.contactIcon p a {
	color: #555;
}

.contactIcon p a:hover {
	color: #0096e0;
}


.contactMap iframe {
	display: block;
	height: 500px;
}




@media (max-width: 1399px){

/*----- 關於我們 -----*/

}


@media (max-width: 1199px){

/*----- 關於我們 -----*/
.aboutBox {
	left: 3.5%;
}



/*----- 專業證照 -----*/
ul.photoList .row {
    margin-left: -15px;
    margin-right: -15px;
}

ul.photoList li.col-6,
ul.photoList li.col-md-3 {
	padding-left: 15px;
	padding-right: 15px;
}



}


@media (max-width: 991px){

/*----- 關於我們 -----*/
.aboutBox {
	left: 4%;
	padding: 40px 45px 42px;
}

.aboutBox h3 {
	font-size: 32px;
}

.aboutSubtitle {
	font-size: 22px;
	margin-bottom: 45px;
}



/*----- 專業證照 -----*/
.photoArea:last-of-type {
	padding-bottom: 90px;
}

ul.photoList {
	margin-bottom: -80px;
}

ul.photoList li {
	margin-bottom: 80px;
}



/*----- 聯絡我們 -----*/
.contactBox {
	padding-left: 0;
	padding-right: 0;
}



}


@media (max-width: 767px){

/*----- 關於我們 -----*/
.aboutArea {
	padding: 60px 0 75px;
}

.aboutBox {
	width: 100%;
	position: relative;
	left: auto;
	transform: none;
	margin-top: 10px;
}

.awardTitle {
	font-size: 34px;
}



/*----- 案場實績 -----*/
.caseArea {
	padding: 0 0 80px !important;
}

ul.caseList {
	margin: 45px 0 -80px;
}

ul.caseList li {
	margin-bottom: 80px;
}

ul.caseList .row {
    margin-left: -10px;
    margin-right: -10px;
}

ul.caseList li.col-6 {
	padding-left: 10px;
	padding-right: 10px;
}

ul.caseList li .plusIcon {
	width: 32px;
	height: 32px;
	line-height: 32px;
}

ul.caseList li .plusIcon i {
	-webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}



/*----- 聯絡我們 -----*/
.contactBox {
	padding-bottom: 0;
}

.contactBox .col-md-3:nth-child(2n) {
	border-right: none;
}

.contactBox .col-6 {
	margin-bottom: 45px;
}


}


@media (max-width: 575px){

/*----- 關於我們 -----*/
.about-bannerTxt {
	font-size: 18px;
	margin-top: 50px;
	line-height: 32px;
}

.aboutBox {
	padding: 35px 26px;
}

.aboutBox h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}

.aboutSubtitle {
	font-size: 18px;
	margin-bottom: 38px;
}

.awardBox {
	padding: 70px 0 20px;
}

.awardTitle {
	font-size: 26px;
	font-weight: normal;
}

.awardTxt {
	font-size: 18px;
	margin: 30px 0 70px;
}



/*----- 專業證照 -----*/
.photoArea {
	padding: 60px 0;
}

.photoArea:last-of-type {
	padding-bottom: 75px;
}

ul.photoList {
	margin-bottom: -55px;
}

ul.photoList li {
	margin-bottom: 55px;
}



/*----- 案場實績 -----*/
.case-banner,
.bannerImg-02,
.bannerImg-03,
.bannerImg-04 {
	height: 180px;
}

ul.caseList {
	margin: 40px 0 -60px;
}

ul.caseList li {
	margin-bottom: 60px;
}

ul.caseList li h3 {
	font-size: 15px;
	padding-left: 6px;
	padding-right: 6px;
}



/*----- 聯絡我們 -----*/
.contactWrap {
	padding: 45px 0 90px;
}

.contactTitle {
	font-size: 24px;
	margin-bottom: 10px;
} 

.contactSubtitle {
	font-size: 18px;
} 

.contactBox {
	margin-top: 45px;
}

.contactIcon h4 {
    font-size: 15px;
    margin: 15px 0 5px;
}

.contactIcon p {
	font-size: 15px;
}

.contactMap iframe {
	height: 400px;
}


}


@media (max-width: 479px){



}