@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700|Raleway:400,500,600|Roboto:400,500,900&display=swap);
.mainArea {
	padding-bottom: 0
}
.mainArea .wrap {
	width: 100%
}
.titan.album {
	display: none
}
.itemList .Img img {
	display: block;
	width: 100%
}
.itemList .Txt {
	padding: 0 0 120px;
	width: 1070px;
	margin: 0 auto;
	font-size: 15px
}
.itemList .title {
	font-size: 45px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #111111
}
.itemList .enTitle {
	font-size: 16px;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	color: #888888
}
.itemList .subTitle {
	font-size: 19px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #111111;
	margin-bottom: 35px
}
.itemList .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.itemList .text p {
	width: 50%;
	font-size: 15px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #666666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.itemList .text p:nth-of-type(odd) {
	padding-right: 30px
}
.itemList .text p:nth-of-type(2n) {
	padding-left: 30px
}
.itemList .side_album {
	margin: 0
}
.itemList .side_album li {
	padding: 0 8px
}
.itemList .slick-dotted.slick-slider {
	margin-bottom: 80px
}
.itemList .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.itemList .slick-dots li {
	padding: 0;
	margin: 5px;
	width: 11px;
	height: 11px
}
.itemList .slick-dots li:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 1px;
	width: 0px;
	background-color: #111
}
.itemList .slick-dots li.slick-active {
	pointer-events: none;
	margin-right: 10px;
	margin-left: 10px
}
.itemList .slick-dots li.slick-active button {
	border-color: #111
}
.itemList .slick-dots li.slick-active button:before {
	opacity: 0
}
.itemList .slick-dots li:not(:last-child) {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.itemList .slick-dots li:not(:last-child):before {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.itemList .slick-dots li:not(:last-child).slick-active {
	padding-right: 90px
}
.itemList .slick-dots li:not(:last-child).slick-active:before {
	right: 0;
	width: 75px
}
.itemList .slick-dots li:last-child.slick-active {
	padding-left: 90px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.itemList .slick-dots li:last-child.slick-active:before {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	left: 0;
	width: 75px
}
.itemList .slick-dots li button {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid transparent
}
.itemList .slick-dots li button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	opacity: 1;
	background-color: #111;
	border-radius: 50%
}
@-webkit-keyframes ir {
	0%, 40% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}
	10%, 30% {
		-webkit-transform: rotateZ(-10deg);
		transform: rotateZ(-10deg)
	}
	20% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg)
	}
}
@keyframes ir {
	0%, 40% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}
	10%, 30% {
		-webkit-transform: rotateZ(-10deg);
		transform: rotateZ(-10deg)
	}
	20% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg)
	}
}
.phiArea {
	padding: 90px 0 130px;
	margin: 0 auto;
	width: 1070px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.phiArea .subTitle {
	font-size: 15px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	color: #888888
}
.phiArea .title {
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505
}
.phiArea .icon {
	margin-bottom: 10px
}
.phiArea .icon img {
	-webkit-animation: ir both 3s ease-in-out infinite;
	animation: ir both 3s ease-in-out infinite
}
.phiArea .phiTextBox {
	width: 47%;
	padding-top: 70px;
	padding-left: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.phiArea .phiListBox {
	position: relative;
	width: 53%
}
.phiArea .phiListBox .Txt {
	padding-top: 30px;
	display: none
}
.phiArea .phiListBox .selectBox {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
	display: none
}
.phiArea .phiList li {
	padding-right: 20px;
	padding-bottom: 20px
}
.phiArea .Img {
	position: relative
}
.phiArea .Img:before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	border-right: 20px solid #2378c0;
	border-bottom: 20px solid #2378c0;
	width: 310px;
	height: 310px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.phiArea .Img img {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1
}
.phiArea .Txt {
	font-size: 15px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #666666;
	line-height: 1.8
}
.phiArea h3 {
	margin-bottom: 5px
}
.phiArea h3 a {
	font-size: 17px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505
}
.phiArea .selectBox {
	margin-top: 130px;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.phiArea .selectBox>div {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #f3f3f3;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.phiArea .selectBox>div:hover {
	background-color: #2378c0
}
.phiArea .selectBox>div:hover:before {
	border-color: #fff
}
.phiArea .selectBox .prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 24px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #111;
	border-left: 2px solid #111;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.phiArea .selectBox .next {
	margin-left: 15px
}
.phiArea .selectBox .next:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.benefitArea {
	position: relative;
	padding: 115px 0 85px;
	background-color: #2378c0;
	background-repeat: no-repeat;
	background-image: url(../images/productBg.png);
	background-size: cover;
	text-align: center
}
.benefitArea .subTitle {
	font-size: 15px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	color: #fff
}
.benefitArea .title {
	font-size: 36px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff
}
.benefitList {
	padding: 60px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.benefitList li {
	padding: 15px;
	width: 20%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.benefitList li:hover .item {
	-webkit-box-shadow: 0px 12px 12px 5px rgba(80, 80, 80, 0.35);
	box-shadow: 0px 12px 12px 5px rgba(80, 80, 80, 0.35)
}
.benefitList li:hover h3 {
	color: #2378c0
}
.benefitList li:hover h3 a {
	color: #2378c0
}
.benefitList li:nth-of-type(5n+1) .Img:before {
	top: 5px;
	left: 20px
}
.benefitList li:nth-of-type(5n+2) .Img:before {
	top: 6px;
	left: 15px
}
.benefitList li:nth-of-type(5n+3) .Img:before {
	top: 6px;
	left: -12px
}
.benefitList li:nth-of-type(5n+4) .Img:before {
	top: 9px;
	left: 28px
}
.benefitList li:nth-of-type(5n) .Img:before {
	top: 2px;
	left: -10px
}
.benefitList .item {
	padding: 50px;
	/*height: 460px;*/
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.benefitList .Img {
	position: relative;
	display: inline-block
}
.benefitList .Img:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fcdf85
}
.benefitList .Img img {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1
}
.benefitList .Txt {
	font-size: 15px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #454545;
	line-height: 2.5
}
.benefitList h3 {
	margin-top: 10px;
	font-size: 24px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #111111;
	line-height: 2;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.benefitList h3 a {
	font-size: 24px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #111111
}
.benefitList .title {
	line-height: 1
}
.benefitList .enTitle {
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	color: #999999;
	line-height: 1
}
.relatedBox {
	padding: 35px 0;
	margin: 0 auto;
	width: 1100px
}
.relatedBox li {
	padding: 15px
}
.relatedBox li:hover .item {
	background-color: #fff
}
.relatedBox li:hover .Img img {
	-webkit-filter: contrast(1) brightness(100%);
	filter: contrast(1) brightness(100%)
}
.relatedBox .item {
	border: 1px solid rgba(255, 255, 255, 0.45);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.relatedBox .Img img {
	margin: 0 auto;
	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;
	-webkit-filter: contrast(0) brightness(160%);
	filter: contrast(0) brightness(160%);
	max-width: 100%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
@media (max-width:1670px) {
	.mainArea .wrap {
		padding: 0
	}
}
@media (max-width:1180px) {
	.itemList .Txt {
		padding: 30px 20px 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.itemList .title {
		font-size: 35px
	}
}
@media (max-width:1120px) {
	.relatedBox {
		width: 100%
	}
}
@media (max-width:1100px) {
	.phiArea {
		width: 100%;
		padding: 50px 20px 80px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.itemList .Txt {
		width: 100%
	}
}
@media (max-width:960px) {
	.itemList .text p {
		width: 100%;
		padding: 20px 0
	}
	.itemList .text p:nth-of-type(odd) {
		padding-right: 0
	}
	.itemList .text p:nth-of-type(2n) {
		padding-left: 0
	}
}
@media (max-width:767px) {
	.phiArea {
		-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
	}
	.phiArea .title {
		margin-bottom: 5px
	}
	.phiArea .phiTextBox {
		padding: 0 0 20px;
		max-width: 500px;
		width: 100%;
		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
	}
	.phiArea .phiTextBox .Txt {
		display: none
	}
	.phiArea .phiTextBox .selectBox {
		display: none
	}
	.phiArea .phiListBox {
		max-width: 500px;
		width: 100%
	}
	.phiArea .phiListBox .Txt {
		display: block
	}
	.phiArea .phiListBox .selectBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
@media (max-width:480px) {
	.itemList .title {
		font-size: 30px
	}
	.phiArea .Img:before {
		width: 150px;
		height: 150px
	}
	.benefitList {
		padding: 60px 10px
	}
	.benefitList .item {
		padding: 30px 20px
	}
}