@charset "UTF-8";
.slider-for__img img, .slider-nav__img img {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.product__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.product__img {
	width: 40%;
	padding: 15px;
	background: #F8F9FB;
}

.product__img img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
}

.product__info {
	width: calc(60% - 30px);
}

.product__title {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	background: #6DABEC;
	color: #fff;
	font-size: clamp(20px, 2.5vw, 28px);
	padding: 10px;
	border-radius: 10px 10px 0 0;
	text-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.product__title i.icon-big, .product__title i .icon-small {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #fff;
	font-size: 16px;
	color: #2F5597;
	border-radius: 99rem;
	margin-right: 10px;
}

.product__title i.icon-big {
	width: 33px;
	height: 33px;
}

.product__title i.icon-small.icon-green {
	width: 23px;
	height: 23px;
}

.product__title i.icon-green {
	background: #71BB5D;
	color: #fff;
	font-size: 16px;
}

.product__subtitle {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 15px;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	background: #006EBC;
}

.product__subtitle::before {
	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;
	content: '\e917';
	font-size: 15px;
	font-family: 'icomoon';
	border-radius: 99rem;
	color: #006EBC;
	background: #fff;
	width: 23px;
	height: 23px;
	margin-right: 10px;
}

.product__tip {
	color: #2F5597;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
}

.product__sop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	background: #fff;
	border: 1px solid #BFC9C9;
	border-radius: 8px;
	overflow: hidden;
	margin: 20px auto;
}

.product__sop b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 10px 20px;
	background: #333333;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.product__sop ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.product__sopitem {
	width: calc(100%/7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.product__sopitem::after {
	content: '';
	position: absolute;
	top: 30px;
	right: -10px;
	width: 30px;
	height: 3px;
	background: #C9C9C9;
}

.product__sopitem:last-child::after {
	display: none;
}

.product__sopitem span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	height: 78px;
}

.product__sopitem span img {
	width: auto;
	height: auto;
}

.product__sopitem p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #555555;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin: auto;
}

@media only screen and (max-width: 768px) {
	.product__sop ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.product__sopitem {
		width: calc(100%/4);
	}
}

@media only screen and (max-width: 640px) {
	.product__img {
		width: 100%;
		margin-bottom: 20px;
	}
	.product__info {
		width: 100%;
	}
	.product__sop {
		display: none;
	}
}

/*產品頁籤*/
.navFixed {
	top: 48px;
	right: 0;
	left: 0;
	margin: auto;
	position: fixed;
	z-index: 3;
}

.tab-menu {
	display: block;
	margin: 50px 0;
	width: 100%;
	background: #F5F7FA;
}

.tab-nav {
	width: 100%;
	list-style: none;
	display: block;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	background: #F5F7FA;
}

.tab-nav ul li {
	display: inline-block;
}

.tab-nav ul li a {
	text-decoration: none;
	color: #555;
	font-size: 20px;
	padding: 0 20px;
	line-height: 60px;
	background: #F5F7FA;
	border-bottom: 3px solid #F5F7FA;
	display: block;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	position: relative;
}

.tab-nav ul li.active a {
	background: #fff;
	color: #333;
	border-bottom: 3px solid #006EBC;
}

.tab-nav ul li:hover a {
	background: #fff;
	color: #333;
	border-bottom: 3px solid #006EBC;
}

@media only screen and (max-width: 1280px) {
	.navFixed {
		top: 0;
	}
	.tab-nav {
		background: #333;
	}
	.tab-nav ul li a {
		background: #333;
		color: #fff;
		border-bottom: none;
		padding: 0 10px;
	}
	.tab-nav ul li:last-child {
		width: 100%;
		border-top: 1px solid #fff;
	}
	.tab-nav ul li:last-child a {
		border-right: none;
	}
	.tab-nav ul li:hover a {
		border-bottom: none;
	}
}

@media only screen and (max-width: 480px) {
	.tab-nav ul li a {
		padding: 0 8px;
	}
}

.slider-for {
	display: block;
	background: #fff;
}

.slider-for__img {
	display: block;
	overflow: hidden;
	vertical-align: top;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	top: 0;
	left: 0;
}

.slider-for__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.slider-nav .slick-slide {
	margin: 20px 10px 0 10px;
}

.slider-nav__img {
	display: block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	width: 100%;
	padding-bottom: 100%;
	top: 0;
	left: 0;
}

.slider-nav__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.slider-nav .slick-slide {
	cursor: pointer;
}

.slick-next {
	width: 30px;
	height: 30px;
	border-radius: 99rem;
	right: -35px;
	top: 50%;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: rgba(149, 157, 165, 0.5) 0px 5px 10px;
	        box-shadow: rgba(149, 157, 165, 0.5) 0px 5px 10px;
}

.slick-next::after {
	content: "\e927";
	display: block;
	font-size: 28px;
	line-height: 30px;
	color: #818080;
	font-family: 'icomoon' !important;
}

.slick-next:hover::after {
	color: #000;
}

.slick-prev {
	width: 30px;
	height: 30px;
	border-radius: 99rem;
	left: -20px;
	top: 50%;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: rgba(149, 157, 165, 0.5) 0px 5px 10px;
	        box-shadow: rgba(149, 157, 165, 0.5) 0px 5px 10px;
}

.slick-prev::after {
	content: "\e926";
	display: block;
	font-size: 28px;
	line-height: 30px;
	color: #818080;
	font-family: 'icomoon' !important;
}

.slick-prev:hover::after {
	color: #000;
}

/*===首頁+category產品共用====*/
.hot .card__title::after {
	display: none;
}

.hot .slick-slide {
	margin-right: 20px;
}

.card__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.card__item:hover {
	background-color: #0B7AB7;
}

.card__item:hover .card__title {
	color: #fff;
}

.card__item:hover .card__img img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.card__img {
	padding-bottom: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.card__info {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px 10px;
	position: relative;
}

.card__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}

.card__title p {
	display: block;
	width: 100%;
}

.card__title::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 3px;
	background: #36AFDC;
}

.card__subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-left: 25px;
	font-size: 20px;
	margin: 10px 0;
	font-weight: 700;
	background-image: url("../../images/icon-11.svg");
	background-position: left 6px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

.card__txt {
	padding-right: 170px;
	overflow: hidden;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.card--black {
	background: #333;
	margin-bottom: 50px;
}

.card--black::before {
	display: none !important;
}

.card--black .card__title {
	color: #fff;
	font-size: clamp(22px, 3vw, 30px);
}

.card--black .more-icon {
	margin-bottom: -30px;
}

.card--flagicon::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 2;
	width: 31px;
	height: 38px;
	background-image: url("../../images/icon-04.png");
	background-position: left top;
	background-repeat: no-repeat;
}

.card--graybg {
	background: #F8F9FB;
	-webkit-box-shadow: none;
	        box-shadow: none;
	position: relative;
}

.card--graybg::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 53px;
	height: 53px;
	background-image: url("../../images/icon-12.svg");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.card__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	padding: 20px 30px;
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.card__list:nth-child(odd) {
	background: #F8F9FB;
	border-radius: 6px;
}

.card__list:hover {
	background: #E2E6EF;
}

.card__list:hover .card__photo img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.card__list .more-icon {
	width: 125px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	border: 1px solid #92B2D5;
	color: #034590;
	border-radius: 99rem;
}

.card__list:nth-child(odd) .more-icon {
	width: 125px;
	background: #034590;
	color: #fff;
}

.card__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	width: calc(100% - 245px);
}

.card__photo {
	width: 215px;
	padding-bottom: 215px;
	display: block;
	position: relative;
	overflow: hidden;
}

.card__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

@media only screen and (max-width: 640px) {
	.card__photo {
		width: 100%;
	}
	.card__main {
		width: 100%;
	}
	.card__txt {
		padding-right: 0;
	}
	.card__list .more-icon, .card__list:nth-child(odd) .more-icon {
		width: 100%;
		position: inherit;
		right: inherit;
		bottom: inherit;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 10px;
	}
}

/*諮詢*/
.cart__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.cart__item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 30px 20px;
	background: #F9F9F9;
	position: relative;
	border-bottom: 1px dashed #C8C8C8;
}

.cart__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	width: calc(100% - 160px - 100px);
	padding: 0 40px 0 30px;
}

.cart__img {
	width: 160px;
	border: 1px solid #E6E6E6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
}

.cart__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.cart__title {
	font-size: 22px;
	font-weight: 700;
	color: #2F5597;
	margin-right: 15px;
}

.cart__txt {
	overflow: hidden;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	color: #555;
	margin-top: 10px;
}

.cart__icon {
	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;
	border-radius: 5px;
	position: absolute;
	right: 20px;
	bottom: 30px;
	color: #fff;
	background: #64656D;
	padding: 8px 15px;
}

.cart__icon i {
	margin-left: 15px;
}

.cart__icon:hover {
	background: #333;
	color: #fff;
}

.cart__tip {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 93px;
	padding-left: 115px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-image: url("../../images/icon-20.png");
	background-position: left 50%;
	background-repeat: no-repeat;
	color: #132347;
	font-size: 20px;
	font-weight: 700;
}

.cart__more {
	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;
	border-radius: 3px;
	position: absolute;
	right: 20px;
	top: 11px;
	font-size: 15px;
	color: #333;
	background: #fff;
	padding: 4px 15px;
}

.cart__more i {
	margin-right: 15px;
}

.cart__more:hover {
	background: #333;
	color: #fff;
}

@media only screen and (max-width: 640px) {
	.cart__img {
		display: none;
	}
	.cart__info {
		width: calc(100% - 100px);
		padding: 0 30px 0 0px;
	}
}

@media only screen and (max-width: 480px) {
	.cart__info {
		width: 100%;
	}
	.cart__icon {
		width: 100%;
		margin-top: 10px;
		position: inherit;
		right: inherit;
		bottom: inherit;
	}
	.cart__more {
		display: none;
	}
	.cart__tip {
		background: none;
		padding: 0;
		height: auto;
		font-size: 17px;
	}
}
