/* 服務項目 */
.index-icon{
	width: 70px;
	height: 70px;
	margin: 5px auto;
	display: block;
	transition: 0.5s;
}

.service-box div:hover .index-icon{
	transform:translateY(-0.75em);
}

.service-box {
	background-color: #fff;
	margin: 0;
	padding: 10px;
	border-radius: 10px;
}
.service-box div {
	padding: 20px;
	line-height: 1.6;
	color: #000000;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.index-icon{
		width: 50px;
		height: 50px;
	}

}

.service-box div a{
	color: #000000;
	text-align: center;
}

.service-box div p {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
.service-box div p span{
	display: block
}
@media screen and (max-width: 767px) {
	.service-box {
		margin-top: 5px;
	}

	.service-box div {
		padding: 10px 10px;
	}
	.service-box div p {
		font-size: 10px;
		margin: 0px;
		padding: 0px;
		border-bottom-width: 0px;
	}
}





.chart-pic{
	border-radius: 5px;
	width: 335px;
	-webkit-transform: rotate(-30deg);    /* for Chrome || Safari */
	-moz-transform: rotate(-30deg);       /* for Firefox */
	-ms-transform: rotate(-30deg);        /* for IE */
	-o-transform: rotate(-30deg);         /* for Opera */
	
}

.chart-pic-top{
	border-radius: 5px;
	width:490px;
	filter: drop-shadow(-55px 55px 20px rgba(0, 0, 0, 0.4));
	-webkit-transform: rotate(-30deg);    /* for Chrome || Safari */
	-moz-transform: rotate(-30deg);       /* for Firefox */
	-ms-transform: rotate(-30deg);        /* for IE */
	-o-transform: rotate(-30deg);         /* for Opera */
}



/* banner標題 */
.banner-title{
	color:#fff;
	font-size:3.5rem;
	text-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	font-weight: bold;
}

.banner-title02{
	color:#fff;
	font-size:1.5rem;
	text-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}


@media only screen and (max-width: 767px) {
	.banner-title{
		font-size:6rem;
		margin-top: 10%;
	}
	
	.banner-title02{
		font-size:3.5rem;
		margin-top: 55%;

	}
}



@media only screen and (min-width: 575px) {
	.border-right-lg{
		border-right: 1px solid rgba(129, 129, 129, 0.1);
	}
}






/* 三個簡單 */
.box-top,.box-bottom{
	display: flex;
}

.step-number{
	border-top-left-radius: 10px;
	font-size: 38px;
	color:#fff;
	width:130px;
	height:130px;
	text-align: center;
	margin-right: 130px;
	line-height: 3.3;
	box-shadow: -2px -2px 11px -6px rgba(0, 0, 0, 0.17);
	flex-shrink:0;	/* 視窗縮小不收縮 */
}

.step-text{
	box-shadow: -2px -2px 11px -6px rgba(0, 0, 0, 0.17);
	font-size: 18px;
	width:130px;
	height:130px;
	text-align: center;
	background-color: #fff;
	margin-left: 130px;
	line-height: 7.4;
	flex-shrink:0;	/* 視窗縮小不收縮 */
}

.step-number:nth-child(1){
	background-color: #85a8cb;
}
.step-number:nth-child(2){
	background-color: #e0c1a9;
}
.step-number:nth-child(3){
	background-color: #9da4c0;
}

@media only screen and (max-width: 1680px) {
	.step-number{
		width:100px;
		height: 100px;
		margin-right: 100px;
		line-height: 2.5;

	}
	.step-text{
		width:100px;
		height: 100px;
		margin-left: 100px;
		line-height: 5.3;

	}
}

@media only screen and (max-width: 767px) {
	.step-number{
		width:16.6%;
		height: 70px;
		margin-right: 16.6%;
		line-height: 2.8;
		font-size: 25px;

	}
	.step-text{
		width:16.6%;
		height: 70px;
		margin-left: 16.6%;
		font-size: 13px;
	}
}
