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

.card__img {
	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;
	transition: .4s ease-in-out;
}

.intro .slick-slide {
	margin: 40px 10px;
}

.slick-track {
	margin-left: inherit !important;
	margin-right: inherit !important;
}

.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: 50%;
	padding: 0 100px;
}

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

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

.product__title {
	position: relative;
	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;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 12px;
	margin-bottom: 20px;
}

.product__title > p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	font-weight: 700;
	font-size: 28px;
}

.product__title .tag__item {
	margin-right: 10px;
}

.product__tip {
	font-size: 18px;
	padding-bottom: 10px;
}

.product__tip i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 10px;
}

.product__supitem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 20px 0;
}

.product__supitem li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
}

.product__supitem li .color-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	border: 1px solid #DCDCDC;
}

.product__supitem li .color-box::before {
	content: '';
	width: 100%;
	height: auto;
	border: 10px solid #fff;
}

.product__supitem li .color-box:hover::before, .product__supitem li .color-box.clicked::before {
	content: '';
	width: 100%;
	height: auto;
	border: 10px solid #efefef;
}

@media only screen and (max-width: 1024px) {
	.product__img {
		width: 100%;
		margin-bottom: 40px;
	}
	.product__info {
		width: 100%;
	}
}

@media only screen and (max-width: 540px) {
	.product__img {
		padding: 50px;
	}
}

.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 {
	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;
	width: 60px;
	height: 60px;
	border-radius: 99rem;
	right: -85px;
	top: 50%;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	-webkit-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: "\e91d";
	display: block;
	font-size: 28px;
	line-height: 30px;
	color: #818080;
	font-family: 'icomoon' !important;
}

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

.slick-prev {
	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;
	width: 60px;
	height: 60px;
	border-radius: 99rem;
	left: -85px;
	top: 50%;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	-webkit-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: "\e91b";
	display: block;
	font-size: 28px;
	line-height: 30px;
	color: #818080;
	font-family: 'icomoon' !important;
}

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

@media only screen and (max-width: 540px) {
	.slick-next, .slick-prev {
		width: 30px;
		height: 30px;
	}
	.slick-next {
		right: -40px;
	}
	.slick-prev {
		left: -40px;
	}
}

/*======塊狀+文字敘述列表=====*/
.card__item {
	display: block;
	position: relative;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 6px;
	overflow: hidden;
}

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

.card__item:hover .card__img::before {
	opacity: 0.6;
}

.card__item:hover .card__img::after {
	opacity: 1;
	margin-top: 0;
}

.card__item:hover .card__info::after {
	right: 15px;
	color: #000;
}

.card__img {
	width: 100%;
	padding-bottom: 100%;
}

.card__img::before {
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #A07744;
	opacity: 0;
	pointer-events: none;
}

.card__img::after {
	content: '\e92d';
	margin-top: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 30px;
	color: #fff;
	font-family: 'icomoon';
	opacity: 0;
	pointer-events: none;
}

.card__info {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.card__hotinfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	color: #35598A;
	padding-bottom: 40px;
}

.card__hotinfo i {
	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;
	width: 25px;
	height: 25px;
	font-size: 18px;
	color: #fff;
	background: #46ACD1;
	border-radius: 99rem;
}

.card__title {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5rem;
	height: 48px;
	overflow: hidden;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.card__tip {
	font-family: 'Nanum Gothic', sans-serif;
	color: #4C8DA5;
}

.card__txt {
	height: 50px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #7f7f7f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.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-05.svg");
	background-position: left 6px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

.card__tag {
	position: absolute;
	top: 0;
	left: -4px;
	z-index: 2;
	font-size: 17px;
	color: #fff;
	padding: 10px;
}

.card__deck {
	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;
	height: 45px;
	background: #FAFAF5;
	color: #D9CAB5;
	font-size: 16px;
}

.card__deck i {
	color: #76642A;
}

.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;
	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 .moreico {
	width: 125px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #fff;
	border-radius: 4px;
	background: #46ACD1;
}

.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;
	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 .moreico, .card__list:nth-child(odd) .moreico {
		width: 100%;
		position: inherit;
		right: inherit;
		bottom: inherit;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 10px;
	}
}

/*產品中類2025--使用傳說金爐JS效果*/
.navtab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
}

#navtab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin: 5px 0 20px 0;
}

#navtab li {
	display: inline-block;
	margin-bottom: 6px;
	position: relative;
}

#navtab li::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	right: 0;
	top: 13px;
	background: #d8d8d9;
}

#navtab li a {
	display: block;
	text-decoration: none;
	padding: 8px 25px;
	color: #555;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

#navtab li a.active {
	background: #b8956c;
	border: none;
	color: #fff;
}

#navtab li:hover a {
	background: #b8956c;
	color: #fff;
}

/* 新的頁籤select style */
.selectnav {
	display: none;
}

@media only screen and (max-width: 1100px) {
	.js #navtab {
		display: none;
	}
	.js .selectnav {
		display: block;
		position: relative;
		margin-bottom: 20px;
	}
	select.selectnav {
		width: 100%;
		padding: 10px;
		font-size: 18px;
		color: #000;
		border: 1px solid #d8d8d8;
		display: block;
		position: relative !important;
	}
	.navtab::after {
		content: '';
		position: absolute;
		background-image: url("../../images/icon-down.svg");
		background-position: right 50%;
		background-repeat: no-repeat;
		width: 21px;
		height: 20px;
		right: 15px;
		top: 14px;
		z-index: 5;
		pointer-events: none;
	}
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
