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



.aboutArea {
	background-repeat: no-repeat;
	background-image: url(../images/deck01.png), url(../images/aboutBg.jpg);
	background-size: 284px auto, cover
}
.aboutArea .wrap {
	width: 100%
}
.aboutArea .aboutBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.aboutArea .titleBox {
	text-align: center
}
.aboutArea .titleBox .title {
	padding: 5px 0 40px
}
.aboutArea .Img {
	width: 44%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.aboutArea .Img img {
	display: block;
	max-width: 100%
}
.aboutArea .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*width: 56%;*/
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0;
	/*padding-left: 6%*/
}
.aboutArea ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 70%;
}
.aboutArea li {
	padding: 10px;
	/*width: 175px;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.aboutArea li .icon {
	border: 1px solid #2378c0
}
.aboutArea li .icon:before {
	background-color: #2378c0
}
.aboutArea li:nth-of-type(2n) .icon {
	border: 1px solid #22c1f5
}
.aboutArea li:nth-of-type(2n) .icon:before {
	background-color: #22c1f5
}
.aboutArea li:first-of-type .icon {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}
.aboutArea li:nth-of-type(2) .icon {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.aboutArea li:nth-of-type(3) .icon {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
.aboutArea li:nth-of-type(4) .icon {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}
.aboutArea .item {
	text-align: center
}
.aboutArea .item .icon {
	margin: 0 auto 15px;
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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;
	z-index: 1;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.aboutArea .item .icon:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1
}
.aboutArea .item .icon img {
	display: block;
	width: 100%
}
.aboutArea .item .title {
	font-size: 24px;
	font-weight: 500;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505;
	line-height: 2;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.aboutArea .item p {
	font-size: 16px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #454545;
	line-height: 2;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

@media (max-width:1180px) {
.aboutArea {
		background-size: 230px auto, cover
	}
	.aboutArea .aboutBox {
		display: block
	}
	.aboutArea .Txt {
		padding: 80px 0 20px;
		width: 100%
	}
	.aboutArea .Img {
		padding-top: 20px;
		margin: 0 auto;
		width: 50%
	}
}

@media (max-width:960px) {
.aboutArea .Img {
		width: 70%
	}
}

@media (max-width:1100px) {
.aboutArea ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}
	.aboutArea li {
		/*width: 160px*/
	}
	.aboutArea .item .icon {
		margin: 0 auto;
		width: 100px;
		height: 100px
	}
	.aboutArea .item .title {
		font-size: 20px
	}
	.aboutArea .item p {
		font-size: 15px
	}
	.aboutArea .Img {
		width: 100%;
		max-width: 480px
	}
}

@media (max-width:640px) {
.aboutArea {
		background-size: 180px auto, cover
	}
	.aboutArea .item .icon {
		margin: 0 auto;
		width: 100px;
		height: 100px
	}
	.aboutArea .item .title {
		font-size: 20px
	}
	.aboutArea .item p {
		font-size: 15px
	}
}

@media (max-width:480px) {
.aboutArea {
		background-size: 150px auto, cover
	}
	.aboutArea .titleBox .title {
		padding: 5px 0 15px
	}
	.aboutArea li {
		width: 140px
	}
	.aboutArea .item .icon {
		width: 80px;
		height: 80px
	}
	.aboutArea .item .icon:before {
		width: calc(100% - 8px);
		height: calc(100% - 8px)
	}
	.aboutArea .item .title {
		font-size: 18px
	}
	.aboutArea .item p {
		-ms-flex-wrap: 300;
		flex-wrap: 300;
		font-size: 13px
	}
}