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


.indexBanner,
.indexBanner-m {
	width: 100%;
	height: auto;
	max-height: 600px;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	clear: both;
} 

.indexBanner > figure,
.indexBanner-m > figure {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-o-transition: left 1s ease;
	transition: left 1s ease;
} 

.indexBanner > .left > a > i,
.indexBanner > .right > a > i,
.indexBanner-m > .left > a > i,
.indexBanner-m > .right > a > i {
	display: block;
	position: absolute;
	color: #fff; 
	filter: alpha(opacity=10); 
	opacity: 0.10;
	top: 50%;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.indexBanner > .left > a > i,
.indexBanner > .right > a > i {
	font-size: 100px;
	margin-top: -54px;
}

.indexBanner-m > .left > a > i,
.indexBanner-m > .right > a > i {
	font-size: 70px;
	margin-top: -38px;
}

.indexBanner > .left > a > i {
	left: 45px;
	z-index: 4;
}

.indexBanner > .right > a > i {
	right: 45px;
	z-index: 5;
}

.indexBanner-m > .left > a > i {
	left: 7px;
	z-index: 4;
}

.indexBanner-m > .right > a > i {
	right: 7px;
	z-index: 5;
}

.indexBanner > .left > a:hover > i,
.indexBanner > .right > a:hover > i,
.indexBanner-m > .left > a:hover > i,
.indexBanner-m > .right > a:hover > i {
	filter: alpha(opacity=75); 
	opacity: 0.75;
}

.indexBanner-m {
	display: none;
} 


ul.indexCategory {
}

ul.indexCategory li {
	width: 16.66%;
	float: left;
	position: relative;
}

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

ul.indexCategory li figure {
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.indexCategory li:hover figure {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3); 
}

ul.indexCategory li figure img {
	width: 100%;
}

ul.indexCategory li h1 {
	position: absolute;
	top: 6px;
	left: 0;
    right: 0;
	font-size: 19px;
	color: #fff;
	z-index: 11;
	text-align: center;
}

.switch {
	padding: 0;
	margin-top: 20px;
	text-align: center;
}

.switch > a {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #b4b4b4;
	text-indent: 20em;
	overflow: hidden;
	margin: 5px;
}

.switch > a:hover,
.switch > a.active {
	background-color: #6a6a6a;
}



/* 關於我們 */
.companyArea {
	padding: 110px 0;
}

.companyImg {
	width: 47%;
	float: left;
}

.companyCon {
	width: 44%;
	float: right;
}



/* 服務介紹 */
.summaryLeft,
.summaryRight {
	height: 535px;
	display: table;
}

.summaryLeft {
	width: 50%;
	float: left;
	padding: 0 10%;
	background-color: #ececec;
}

.summaryRight {
	width: 50%;
	float: right;
	position: relative;
	background-color: #ececec;
}

.summaryRight > .row {
	margin-left: 0;
	margin-right: 0;
}

.summaryRight > .row > .col-sm-6 {
	padding-left: 1px;
	padding-right: 1px;
}


.txtBlock {
	display: table-cell;
	vertical-align: middle;
}

.summaryTitle {
	font-size: 42px;
	color: #0a3667;
	font-weight: bold;
	margin-top: -5px;
	letter-spacing: 0.5px;
	position: relative;
	line-height: 1.3;
}

.summaryTitle span {
	color: #3a579b;
}

.summaryTitle::after{
	content: " ";
	display: block;
	width: 120px;
	height: 1px;
	position: absolute;
	background-color: #6f86bb;
	left: 0;
	bottom: -20px;
}

.summaryTxt {
	font-size: 18px;
	margin-top: 50px;
	line-height: 2;
}

a.moreBtn {
	width: 170px;
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 12px 0 12px 38px;
	margin-top: 50px;
	border: 1px solid #506caf;
	background-color: #506caf;
	position: relative;
}

a:hover.moreBtn, 
a:focus.moreBtn {
	color: #506caf;
	background-color: transparent;
}

a.moreBtn i {
	font-size: 14px;
	position: absolute;
	top: 18px;
	right: 40px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.moreBtn i {
	right: 10px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 535px;
	overflow: hidden;
	max-width: 100%;
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.short-video {
	padding-bottom: 177.7777% !important;
} 



@media (max-width: 1399px){

.summaryLeft {
	padding: 0 6%;
}

}


@media (max-width: 1199px){

ul.indexCategory li {
	width: 25%;
}

}


@media (max-width: 991px){

ul.indexCategory li {
	width: 33.33%;
}

.summaryLeft,
.summaryRight {
	width: 100%;
	height: auto;
	float: none;
}

.summaryLeft {
	padding-top: 70px;
	padding-bottom: 80px;
}

.summaryTitle {
	margin-top: 0;
}

	
}


@media (max-width: 767px){

.indexBanner {
	display: none;
} 

.indexBanner-m {
	display: block;
} 

ul.indexCategory li {
	width: 50%;
}

ul.indexCategory li h1 {
	top: 8px;
}

.companyArea {
	padding: 80px 0;
}

.summaryTitle {
	font-size: 32px;
}

.summaryTitle::after{
	bottom: -20px;
}

.summaryTxt {
	margin-top: 50px;
}


}


@media (max-width: 575px){

/*----- 首頁 -----*/
.companyArea {
	padding: 50px 0 70px;
}

.companyImg {
	width: 100%;
	float: none;
	margin-top: 45px;
}

.companyCon {
	width: 100%;
	float: none;
}

.summaryLeft {
	padding-left: 8%;
	padding-right: 8%;
}




}


@media (max-width: 480px){

ul.indexCategory li {
	width: 100%;
}

ul.indexCategory li h1 {
	top: 10px;
}


}

