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

.good {
	clear: both; text-align: center; padding-top: 50px; width: 660px; margin: 0 auto;
}

.btn123 {
	display: block;
	background: #fad958;
	color: #222;
	width: 300px;
	float: left;
	margin: 0 15px;
	padding: 10px 0;
	border-radius: 50px;
	font-size: 21px;
	font-weight: 500;
}
.btn123:hover {
	background: #222;
	color: #fff;
}

.productArea {
	position: relative;
	padding: 140px 0;
	background-color: #2378c0;
	background-repeat: no-repeat;
	background-image: url(../images/productBg.png);
	background-size: cover
}
.productArea .wrap {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.productArea .leftBox {
	padding-left: 40px;
	width: 100%
}
.productArea .rightBox {
	padding-right: 40px;
	position: relative;
	width: 48%
}
.productArea .rightBox .bottom {
	padding: 40px 50px 30px;
	position: absolute;
	bottom: 0;
	right: 150px;
	-webkit-box-shadow: 0px 10px 23.75px 1.25px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 23.75px 1.25px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.productArea .titleBox .subTitle {
	color: #fff
}
.productArea .titleBox .title {
	margin-bottom: 10px;
	color: #fff
}
.productArea .titleBox .textEditor {
	padding-bottom: 10px;
	color: #fff;
	/*max-width: 320px*/
}
.productArea .productList .item {
	position: relative
}
@media (min-width:1181px) {
	.productArea .productList .item:hover .moreBtn a {
		color: #2378c0
	}
	.productArea .productList .item:hover .moreBtn a:before {
		border-color: #2378c0
	}
}
.productArea .productList .Txt {
	padding-top: 25px
}
.productArea .productList .txtTitleBox .title {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff
}
.productArea .productList .txtTitleBox .subTitle {
	font-size: 17px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff
}
.productArea .productList .Img img {
	display: block;
	width: 100%
}
.productArea .productList .text {
	display: none
}
.productArea .productList .moreBtn {
	position: absolute;
	top: 30px;
	right: 30px
}
.productArea .productRTList .item {
	position: relative
}
@media (min-width:1181px) {
	.productArea .productRTList .item:hover .moreBtn a {
		color: #2378c0
	}
	.productArea .productRTList .item:hover .moreBtn a:before {
		border-color: #2378c0
	}
}
.productArea .productRTList li {
	padding: 0
}
.productArea .productRTList .Img img {
	display: block;
	width: 100%
}
.productArea .productRTList .moreBtn {
	position: absolute;
	top: 20px;
	right: 20px
}
.productArea .slick-dotted.slick-slider {
	margin-bottom: 0
}
.productArea .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	bottom: -50px;
	left: 200px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.productArea .slick-dots li {
	margin: 5px;
	width: 11px;
	height: 11px
}
.productArea .slick-dots li:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 1px;
	width: 0px;
	background-color: #111
}
.productArea .slick-dots li.slick-active {
	pointer-events: none;
	margin-right: 10px;
	margin-left: 10px
}
.productArea .slick-dots li.slick-active button {
	border-color: #111
}
.productArea .slick-dots li.slick-active button:before {
	opacity: 0
}
.productArea .slick-dots li:not(:last-child) {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.productArea .slick-dots li:not(:last-child):before {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.productArea .slick-dots li:not(:last-child).slick-active {
	padding-right: 90px
}
.productArea .slick-dots li:not(:last-child).slick-active:before {
	right: 0;
	width: 75px
}
.productArea .slick-dots li:last-child.slick-active {
	padding-left: 90px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.productArea .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
}
.productArea .slick-dots li button {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid transparent
}
.productArea .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%
}
.productArea .productRBList {
	margin: 0;
	width: 100%
}
.productArea .productRBList li {
	padding: 0
}
.productArea .productRBList .Txt p {
	height: 120px;
	font-size: 15px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #454545;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.productArea .productRBList .textTitle {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5
}
.productArea .productRBList .textTitle a {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #2378c0
}
.productArea .selectBox {
	font-size: 0
}
.productArea .selectBox>div {
	cursor: pointer;
	margin: 0 6px;
	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
}
.productArea .selectBox>div:hover {
	background-color: #2378c0
}
.productArea .selectBox>div:hover:before {
	border-color: #fff
}
.productArea .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
}
.productArea .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
}

@media (max-width:1220px) {
	.productArea .wrap {
		width: 100%
	}
}

@media (max-width:1180px) {
.productArea {
		padding: 90px 0
	}
	.productArea .slick-dots {
		bottom: -45px;
		left: 170px
	}
	.productArea .rightBox .bottom {
		padding: 30px 50px 30px;
		right: 120px
	}
	.productArea .productRBList .Txt p {
		height: 120px
	}
	.productArea .selectBox>div {
		width: 50px;
		height: 50px
	}
	.productArea .selectBox .prev:before {
		left: 19px
	}
	.productArea .selectBox .next:before {
		right: 19px
	}
}

@media (max-width:960px) {

.good {
	width: 350px;
}

.btn123 {
	display: block;
	background: #fad958;
	color: #222;
	width: 300px;
	float: none;
	margin: 0 auto 20px auto;
	padding: 10px 0;
	border-radius: 50px;
	font-size: 21px;
	font-weight: 500;
}

.productArea .slick-dots {
		left: 150px
	}
	.productArea .leftBox {
		padding-left: 0;
		width: 100%
	}
	.productArea .rightBox {
		display: none
	}
}

@media (max-width:640px) {
.productArea .wrap {
		-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
	}
	.productArea .leftBox {
		width: 100%
	}
}

@media (max-width:540px) {
	.productArea .leftBox {
		/*max-width: 260px;*/
		margin: 0 auto
	}
}

@media (max-width:480px) {
.productArea {
		padding: 50px 0
	}
	.productArea .productList .txtTitleBox .title {
		font-size: 20px
	}
	.productArea .productList .txtTitleBox .subTitle {
		font-size: 15px
	}
	.productArea .productList .Txt {
		padding-top: 15px
	}
}