@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: 0
}
.mainArea .leftBox {
	float: left;
	width: 13%
}
.mainArea .leftBox .classBox {
	padding: 0
}
.mainArea .rightBox {
	float: left;
	width: calc(74% - 150px);
	padding: 0;
	margin-left: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.mainArea.ins .leftBox {
	padding-top: 20px
}
.mainArea.ins .rightBox {
	padding-top: 0;
	padding-left: 50px;
	border-left: 1px solid #e5e5e5
}
.anchorBox {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	z-index: 3
}
.anchorLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.anchorLink li {
	position: relative;
	height: 200px;
	width: 130px
}
.anchorLink li>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:1181px) {
	.anchorLink li>a:hover {
		height: calc(100% + 10px);
		background-color: #2378c0
	}
	.anchorLink li>a:hover:before {
		height: 30px
	}
	.anchorLink li>a:hover:after {
		bottom: 30px;
		opacity: 1
	}
	.anchorLink li>a:hover img {
		-webkit-filter: contrast(0) brightness(200%);
		filter: contrast(0) brightness(200%)
	}
	.anchorLink li>a:hover .Txt {
		color: #fff
	}
}
.anchorLink li>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.anchorLink li>a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 7px;
	height: 7px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.anchorLink li:not(:first-child) .Txt {
	border-left: 1px solid #e5e5e5
}
.anchorLink .Img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 70px
}
.anchorLink .Img img {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.anchorLink .Txt {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 17px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #111111;
	line-height: 1;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.mainClassList>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media (min-width:961px) {
	.mainClassList>li:nth-of-type(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}
.mainClassList .picBox {
	position: relative;
	width: 65.3%;
	max-width: 1240px
}
.mainClassList .picBox .Img img {
	display: block;
	width: 100%
}
.mainClassList .picBox .Txt {
	position: absolute;
	top: 50%;
	left: 100px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.mainClassList .picBox .text {
	font-size: 15px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	color: #666;
	line-height: 1.7
}
.mainClassList .picBox .title {
	margin-bottom: 15px;
	font-size: 38px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505;
	line-height: 1
}
.mainClassList .picBox .more {
	margin-top: 30px
}
.mainClassList .picBox .more a {
	position: relative;
	display: inline-block;
	width: 55px;
	color: #999999
}
.mainClassList .picBox .more a:hover {
	color: #2378c0
}
.mainClassList .picBox .more a:hover:before {
	border-color: #2378c0
}
.mainClassList .picBox .more a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-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;
	-webkit-animation: more1 1.2s infinite ease-in;
	animation: more1 1.2s infinite ease-in
}
@-webkit-keyframes moreBtn {
	0% {
		right: 3px;
		opacity: 1
	}
	80% {
		right: -4px;
		opacity: 1
	}
	to {
		right: -4px;
		opacity: 0
	}
}
@keyframes moreBtn {
	0% {
		right: 3px;
		opacity: 1
	}
	80% {
		right: -4px;
		opacity: 1
	}
	to {
		right: -4px;
		opacity: 0
	}
}
.subClassList>li>a {
	display: inline-block;
	position: relative;
	padding: 5px 0;
	font-size: 17px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #111
}
.subClassList>li>a.current, .subClassList>li>a:hover {
	color: #2378c0;
	padding-left: 15px
}
.subClassList>li>a.current:before, .subClassList>li>a:hover:before {
	opacity: 1
}
.subClassList>li>a:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #2378c0;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}
.classNote {
	padding-bottom: 10px;
	line-height: 1.8;
	font-size: 15px;
	color: #222;
	text-align: center
}
.classNote img {
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.hotProductBox {
	position: relative;
	width: 34.7%
}
.hotProductBox .itemBox {
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	width: 100%
}
.hotProductBox .itemBox.current {
	z-index: 2;
	opacity: 1
}
.hotProductBox .itemBox:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0
}
.hotProductBox li {
	font-size: 0
}
.hotProductBox .item {
	position: relative
}
.hotProductBox .item:hover h3 {
	color: #2378c0
}
.hotProductBox .Img {
	display: inline-block;
	width: 100%
}
.hotProductBox .Img a {
	display: inline-block;
	width: 100%
}
.hotProductBox .Img img {
	margin: 0 auto;
	display: block;
	max-width: 100%
}
.hotProductBox .Txt {
	position: absolute;
	bottom: 80px;
	left: 100px;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	width: 240px
}
.hotProductBox h3 {
	margin-bottom: 5px;
	font-size: 21px;
	font-weight: normal;
	color: #111;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.hotProductBox .subTitle {
	font-size: 17px;
	font-weight: 300;
	color: #2378c0;
	height: 26px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.hotProductBox .selectBox {
	position: absolute;
	bottom: 10px;
	left: 90px;
	font-size: 0
}
.hotProductBox .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
}
.hotProductBox .selectBox>div:hover {
	background-color: #2378c0
}
.hotProductBox .selectBox>div:hover:before {
	border-color: #fff
}
.hotProductBox .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
}
.hotProductBox .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
}
.btnFav {
	cursor: pointer;
	position: absolute;
	top: 35px;
	right: 35px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%
}
.btnFav.active:before {
	opacity: 0
}
.btnFav.active:after {
	opacity: 1
}
.btnFav:before {
	content: '\f08a';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-48%, -42%);
	-ms-transform: translate(-48%, -42%);
	transform: translate(-48%, -42%);
	font-family: FontAwesome;
	font-size: 18px;
	color: #111;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.btnFav:after {
	content: '\f004';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-47%, -42%);
	-ms-transform: translate(-47%, -42%);
	transform: translate(-47%, -42%);
	font-family: FontAwesome;
	font-size: 18px;
	color: #e50012;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0
}
.container {
	padding-bottom: 40px
}
.container .title {
	padding: 15px 0;
	margin-bottom: 25px;
	font-size: 26px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505;
	border-bottom: 2px solid #050505
}
.container .title a:hover {
	color: #2378c0
}
.container .itemBox {
	position: relative
}
.container .selectBox {
	font-size: 0
}
.container .selectBox>div {
	cursor: pointer;
	position: absolute;
	top: 40%;
	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
}
.container .selectBox>div:hover {
	background-color: #2378c0
}
.container .selectBox>div:hover:before {
	border-color: #fff
}
.container .selectBox .prev {
	left: -30px
}
.container .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
}
.container .selectBox .next {
	right: -30px
}
.container .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
}
.itemListStyle {
	margin: 0 -25px
}
.itemListStyle li {
	padding: 20px 25px
}
.itemListStyle li:hover .text {
	top: 0;
	opacity: 1
}
.itemListStyle li:hover h3 a {
	color: #2378c0
}
.itemListStyle .item {
	position: relative
}
.itemListStyle .Img {
	position: relative;
	overflow: hidden
}
.itemListStyle .Img a {
	display: block;
	overflow: hidden
}
.itemListStyle .Img img {
	display: block;
	width: 100%;
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.itemListStyle .Img .text {
	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;
	padding: 30px;
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.5px;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.itemListStyle .Img .btnFav {
	top: auto;
	bottom: 35px
}
.itemListStyle .Txt {
	padding: 15px 0
}
.itemListStyle .Txt p {
	display: none;
	padding-top: 10px;
	height: 100px;
	line-height: 1.8;
	color: #777;
	font-size: 14px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif
}
.itemListStyle h3 {
	margin-bottom: 10px
}
.itemListStyle h3 a {
	display: block;
	font-size: 21px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.itemListStyle .subTitle {
	font-size: 16px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #2378c0;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.suitArea {
	padding: 65px 0 85px;
	border-top: 1px solid #e5e5e5
}
.suitArea .wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.suitArea .contentBox {
	position: relative;
	padding-left: calc(13% + 75px);
	width: calc(74% - 150px)
}
.suitArea .selectBox {
	position: absolute;
	top: 0;
	right: -6px;
	font-size: 0
}
.suitArea .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
}
.suitArea .selectBox>div:hover {
	background-color: #2378c0
}
.suitArea .selectBox>div:hover:before {
	border-color: #fff
}
.suitArea .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
}
.suitArea .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
}
.suitTitleBox .subTitle {
	font-size: 17px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	color: #888888
}
.suitTitleBox .title {
	font-size: 38px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505
}
.suitList {
	margin: 0 -25px
}
.suitList li {
	padding: 25px
}
.suitList li:hover h3 a {
	color: #2378c0
}
.suitList .Img {
	position: relative
}
.suitList .Img a {
	display: block;
	overflow: hidden
}
.suitList .Img img {
	display: block;
	width: 100%;
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.suitList .Txt {
	padding: 20px 0
}
.suitList .Txt p {
	padding-top: 10px;
	font-size: 16px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.suitList h3 {
	margin-bottom: 10px
}
.suitList h3 a {
	display: block;
	font-size: 21px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.suitList .suit {
	font-size: 15px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #999;
	height: 25px
}
.suitList .suit span {
	color: #2378c0
}
.backToList a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 90px;
	font-size: 15px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff;
	background-color: #111
}
.backToList span {
	margin-left: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%);
	background-image: -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%);
	background-image: linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%);
	background-size: 4px 4px;
	background-position: 0 0, 8px 0, 16px 0, 0 8px, 8px 8px, 16px 8px, 0 16px, 8px 16px, 16px 16px
}
.ins_hide .contactArea, .ins_hide footer {
	display: none
}
.productIntro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.introBox {
	overflow: hidden;
	width: 46%;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.introBox .backBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 25px 0 55px;
	margin-right: -30px
}
.introBox .backBtn>div {
	cursor: pointer;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #eee;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.introBox .backBtn>div:hover {
	background-color: #2378c0
}
.introBox .backBtn>div:hover:before {
	border-color: #fff
}
.introBox .backBtn>div:before {
	content: "";
	position: absolute;
	top: calc(50% - 0px);
	left: 36%;
	width: 10px;
	height: 10px;
	border-top: 3px solid #1b1b1b;
	border-left: 3px solid #1b1b1b;
	-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
}
.introBox .Txt {
	padding: 25px 0;
	font-size: 16px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #565656;
	line-height: 1.8;
	letter-spacing: 1px
}
.introBox .subTitle {
	font-size: 15px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #888888
}
.introBox .btn {
	padding-top: 55px
}
.introBox .btn a {
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 220px;
	height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	background-color: #2378c0;
	color: #fff;
	letter-spacing: 0.5px;
	border: 2px solid #2378c0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.introBox .btn a.active {
	background-color: #fff;
	color: #2378c0
}
.introBox .btn a.active span:before {
	opacity: 0
}
.introBox .btn a.active span:after {
	opacity: 1
}
.introBox .btn span {
	position: relative;
	padding-left: 25px
}
.introBox .btn span:before {
	content: '\f08a';
	position: absolute;
	left: 0;
	top: 2px;
	font-family: FontAwesome;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.introBox .btn span:after {
	content: '\f004';
	position: absolute;
	left: 0;
	top: 2px;
	font-family: FontAwesome;
	font-size: 16px;
	color: #e50012;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0
}
.introBox .designList li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
	font-size: 15px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	letter-spacing: 1px;
	color: #050505
}
.introBox .designList li:first-child {
	border-top: 1px solid #eeeeee
}
.introBox .designList .title {
	padding-right: 35px;
	color: #888888
}
.share {
	clear: both;
	margin-top: 30px
}
.share b {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #999999
}
.share a {
	display: inline-block;
	width: 25px;
	font-size: 18px;
	color: #999999;
	text-align: center
}
.share a:hover {
	opacity: 0.8
}
.share svg {
	width: 18px;
	height: 18px;
	fill: #999999;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px)
}
.code {
	display: block;
	display: none;
	font-size: 12px;
	font-weight: 400;
	color: #999
}
.albumBox {
	position: relative;
	width: 54%
}
.albumBox img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.albumBox .Img a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 400px;
	background-color:#fff !important;
	background-repeat:no-repeat !important;
	background-size:contain !important;
	background-position:center !important;
}

@media (max-width:1180px) {
.albumBox .Img a {
	height: 300px;
}
}

@media (max-width:780px) {
.albumBox .Img a {
	height: 400px;
}
}

@media (max-width:480px) {
.albumBox .Img a {
	height: 300px;
}
}


.side_album {
	margin: 0;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.side_album li {
	padding: 5px 10px;
	float: none;
	overflow: hidden;
	width: auto
}
.side_album img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.side_album a {
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none
}
.tabContent {
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif
}
.tabContent>li {
	display: block;
	padding-bottom: 75px;
	margin-bottom: 40px
}
.tabContent>li:not(:last-child) {
	border-bottom: 1px solid #dcdcdc
}
.tabContent .textEditor {
	font-size: 15px;
	font-weight: 300;
	color: #454545
}
.tabContent .title {
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 21px;
	font-weight: 400
}
@media (max-width:1500px) {
	.mainArea .rightBox {
		width: 70%
	}
	.suitArea .contentBox {
		width: 70%
	}
}
@media (max-width:1400px) {
	.hotProductBox .Txt {
		left: 40px
	}
	.hotProductBox .selectBox {
		left: 30px
	}
}
@media (max-width:1260px) {
	.anchorBox {
		width: 100%;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}
@media (max-width:1180px) {
	.mainArea .leftBox {
		width: 215px
	}
	.mainArea .rightBox {
		width: calc(100% - 245px);
		margin-left: 30px
	}
	.anchorLink li {
		height: 130px
	}
	.anchorLink .Txt {
		margin-top: 5px
	}
	.mainClassList .picBox .title {
		font-size: 30px
	}
	.mainClassList .picBox .Txt {
		left: 50px
	}
	.subClassList>li>a {
		padding: 2px 0
	}
	.hotProductBox .selectBox {
		bottom: 10px;
		right: 10px
	}
	.hotProductBox .selectBox>div {
		width: 50px;
		height: 50px
	}
	.hotProductBox .selectBox .prev:before {
		left: 19px
	}
	.hotProductBox .selectBox .next:before {
		right: 19px
	}
	.itemListStyle {
		margin: 0 -10px
	}
	.itemListStyle li {
		padding: 20px 10px
	}
	.itemListStyle .Img .text {
		display: none
	}
	.itemListStyle .Txt p {
		display: block
	}
	.albumBox .Img {
		padding-bottom: 0px
	}
	.side_album {
		margin: 0 -5px;
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.side_album li {
		padding: 10px 5px
	}
	.introBox {
		padding-right: 30px
	}
	.introBox .backBtn {
		margin-right: 0;
		padding: 20px 0
	}
	.suitArea .contentBox {
		padding-left: 245px;
		width: calc(100% - 245px)
	}
	.suitList {
		margin: 20px -10px 0
	}
	.suitList li {
		padding: 5px 10px
	}
	.suitList .Txt {
		padding: 10px 0
	}
}
@media (max-width:960px) {
	.mainArea {
		padding-top: 50px
	}
	.mainArea .leftBox {
		width: 180px
	}
	.mainArea .rightBox {
		width: calc(100% - 210px)
	}
	.anchorLink {
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 10px
	}
	.anchorLink li {
		width: 110px
	}
	.mainClassList>li {
		padding: 0 20px;
		margin: 20px auto 50px;
		max-width: 450px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.mainClassList .picBox {
		width: 100%
	}
	.mainClassList .picBox .Img {
		display: none
	}
	.mainClassList .picBox .Txt {
		padding: 20px 0 30px;
		position: static;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0)
	}
	.mainClassList .picBox .more {
		margin-left: 15px
	}
	.subClassList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.subClassList>li>a {
		padding: 5px 15px
	}
	.subClassList>li>a:before {
		top: 16px
	}
	.hotProductBox {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.hotProductBox .itemBox {
		-webkit-box-shadow: 1px 1px 5px 0px rgba(126, 126, 126, 0.68);
		box-shadow: 1px 1px 5px 0px rgba(126, 126, 126, 0.68)
	}
	.hotProductBox .Txt {
		padding: 20px;
		position: static;
		bottom: auto;
		left: auto
	}
	.hotProductBox .selectBox {
		left: auto;
		right: 10px
	}
	.productIntro {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.introBox {
		width: 100%
	}
	.albumBox {
		padding-top: 30px;
		width: 100%
	}
	.albumBox .side_album {
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0)
	}
}
@media (max-width:767px) {
	.mainArea .leftBox, .mainArea .rightBox {
		float: none;
		width: 100%
	}
	.mainArea .rightBox {
		margin-left: 0
	}
	.mainArea.ins {
		padding-top: 10px
	}
	.mainArea.ins .rightBox {
		padding-top: 0px;
		padding-left: 0;
		border: none
	}
	.introBox {
		padding: 0 10px
	}
	.productIntro .albumBox {
		float: none;
		margin: 0 0 30px 0
	}
	.suitArea .contentBox {
		padding-left: 0;
		width: 100%
	}
	.container {
		padding-bottom: 20px
	}
	.container .title {
		margin-bottom: 0;
		font-size: 20px;
		padding: 10px 0
	}
	.itemListStyle li {
		padding: 10px
	}
	.itemListStyle .item {
		max-width: 290px;
		margin: 0 auto
	}
	.itemListStyle .Txt {
		padding: 0
	}
}
@media (max-width:640px) {
	.btnFav {
		top: 15px;
		right: 15px
	}
	.suitArea .selectBox {
		top: 20px;
		right: -10px
	}
	.suitArea .selectBox>div {
		width: 50px;
		height: 50px
	}
	.suitArea .selectBox .prev:before {
		left: 19px
	}
	.suitArea .selectBox .next:before {
		right: 19px
	}
	.itemListStyle .Img .btnFav {
		bottom: 15px
	}
}