@charset "UTF-8";

h1.brand_h1 {
	opacity: 0 !important;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.WRAPPER {
	font-family: "微軟正黑體";
	width: 100%;
	display: block;
	margin: 0 auto;
	background-image: url(../images/bg_pc.jpg?t=1772431005890);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.WRAPPER * {
	box-sizing: border-box;
}

.WRAPPER img {
	display: block;
	max-width: 100%;
}

.WRAPPER>div {
	position: relative;
}

.WRAPPER .pc {
	display: block;
}

.WRAPPER .mb {
	display: none;
}

@media (max-width: 810px) {
	.WRAPPER {
		background: none;
	}

	.WRAPPER .pc {
		display: none;
	}

	.WRAPPER .mb {
		display: block;
	}

	.KVSwiper .swiper-button-prev,
	.KVSwiper .swiper-button-next {
		display: none !important;
	}
}

.WRAPPER .w-25 {
	width: 25% !important;
}

.WRAPPER .w-50 {
	width: 50% !important;
}

.WRAPPER .w-100 {
	width: 100% !important;
}

.WRAPPER .w-auto {
	width: auto !important;
}

.WRAPPER a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	outline: none !important;
}

.pic img {
	transform: scale(1, 1);
	transition: all 0.9s ease-out;
}

.pic img:hover {
	transform: scale(0.96, 0.96);
}

.WRAPPER .nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 2000px;
	margin: 40px auto 0;
	gap: 20px;
	padding: 0 1.5vw;
}

.WRAPPER .section01 {
	width: 100%;
	max-width: 2000px;
	margin: 55px auto 0;
}

.WRAPPER .section01 .main-title {
	width: 30%;
	max-width: 680px;
	margin: 0 auto 30px;
}

.WRAPPER .section01 .products-tile {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	padding: 0 5vw;
}

.WRAPPER .section01 .products-tile a {
	flex: 0 0 50%;
	margin-bottom: 10px;
}

.WRAPPER .section02 .main-title {
	width: 100%;
	max-width: 2000px;
	margin: 25px auto 10px;
}

.WRAPPER .section02 .sub-title {
	width: 29%;
	max-width: 579px;
	margin: 0 auto 30px;
}

.WRAPPER .section02 .products-tile {
	display: flex;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 0 2.5vw;
}

.WRAPPER .section03 .main-title {
	width: 100%;
	max-width: 2000px;
	margin: 25px auto 10px;
}

.WRAPPER .section03 .sub-title {
	width: 29%;
	max-width: 579px;
	margin: 0 auto 30px;
}

.WRAPPER .section03 .products-tile {
	display: flex;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 0 2.5vw;
}

.WRAPPER .choose-what-you-need-title {
	width: 77%;
	max-width: 1489px;
	margin: 80px auto 70px;
}

.WRAPPER .category {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	padding: 0 3.2vw;
}

.WRAPPER .category a {
	flex: 0 0 33%;
	margin-bottom: 15px;
}

.WRAPPER .brand-story {
	width: 100%;
	margin: 45px auto 0;
	max-width: 2000px;
}

.WRAPPER .official-authorization {
	width: 100%;
	margin: 70px auto 0;
	max-width: 2000px;
	padding-bottom: 100px;
}

.WRAPPER .Heading {
	background: #000;
}

.WRAPPER .Heading .logo {
	margin: 0 auto;
	padding: 40px 40px;
	width: fit-content;
}

@media (max-width: 810px) {
	.WRAPPER .Heading .logo {
		padding: 5vw 13vw 3vw;
	}

	.WRAPPER .content {
		background-image: url(../images/bg_mb.jpg?t=1772431005890);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
	}

	.WRAPPER .nav {
		display: flex;
		flex-wrap: wrap;
		max-width: 640px;
		justify-content: flex-end;
		gap: 0;
		flex-direction: row;
		align-items: center;
		padding-right: 3.5vw;
		padding-left: 0;
		padding-top: 5vw;
		margin: 0 auto;
	}

	.WRAPPER .nav a {
		width: 48%;
	}

	.WRAPPER .nav a:nth-of-type(1) {
		width: 51%;
	}

	.WRAPPER .section01 {
		margin: 6vw auto 0;
	}

	.WRAPPER .section01 .main-title {
		margin: 0 auto 0vw;
		max-width: 640px;
		width: 100%;
	}

	.WRAPPER .section01 .products-tile {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		width: 96.5%;
		margin: 0 auto;
		padding: 0;
	}

	.WRAPPER .section01 .products-tile a {
		margin-bottom: 1vw;
	}

	.WRAPPER .section02 .main-title {
		margin: 3vw auto 1vw;
		max-width: 640px;
	}

	.WRAPPER .section02 .sub-title {
		margin: 0 auto 3.5vw;
		max-width: 640px;
		width: 100%;
	}

	.WRAPPER .section02 .products-tile {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 2vw;
		padding: 0;
		width: 99%;
	}

	.WRAPPER .section02 .products-tile a {
		flex: 0 0 45%;
	}

	.WRAPPER .section03 .main-title {
		margin: 3vw auto 1vw;
		max-width: 640px;
	}

	.WRAPPER .section03 .sub-title {
		margin: 0 auto 3.5vw;
		max-width: 640px;
		width: 100%;
	}

	.WRAPPER .section03 .products-tile {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 2vw;
		padding: 0;
		width: 99%;
	}

	.WRAPPER .section03 .products-tile a {
		flex: 0 0 45%;
	}

	.WRAPPER .choose-what-you-need-title {
		margin: 5vw auto 4vw;
		max-width: 640px;
		width: 100%;
	}

	.WRAPPER .category {
		display: flex;
		justify-content: center;
		padding: 0;
	}

	.WRAPPER .category a {
		flex: 0 0 46.5%;
		margin-bottom: 2vw;
	}

	.WRAPPER .brand-story {
		margin: 6vw auto 0;
		max-width: 640px;
	}

	.WRAPPER .official-authorization {
		margin: 5vw auto 0;
		padding-bottom: 12vw;
		max-width: 640px;
	}
}

/* 主選單 */
.WRAPPER .navSwiper {
	background: #000;
	/*momo*/
}

.WRAPPER .navSwiper .swiper-wrapper {
	margin: 0 auto;
	width: fit-content;
}

.WRAPPER .navSwiper .swiper-slide {
	width: fit-content;
}

.WRAPPER .navSwiper .swiper-slide a {
	display: flex;
	align-items: center;
	font-size: 22px;
	text-align: center;
	letter-spacing: .025em;
	color: #fff;
	font-weight: 700;
	transition: all .3s;
	margin: 10px 16px;
	padding: 0 12px;
}

.WRAPPER .navSwiper .swiper-slide a:hover {
	color: #fff;
	background: linear-gradient(90deg, rgb(229, 185, 132, 0.1) 0%, rgb(240, 202, 135, 0.8) 30%, rgb(217, 170, 85, 0.6) 70%, rgb(217, 170, 85, 0.1) 100%);
	opacity: 1;
	transition: all .3s;
}

.WRAPPER .navSwiper .swiper-slide:last-child a {
	border: 0;
}

.WRAPPER .navSwiper .swiper-slide a img {
	margin: 0 auto;
}

@media (max-width: 810px) {
	.WRAPPER .swiper-scrollbar {
		opacity: 0;
	}

	.WRAPPER .navSwiper .swiper-slide:first-child a {
		margin: 2vw 3vw 2vw 6vw;
	}

	.WRAPPER .navSwiper .swiper-slide a {
		margin: 2vw 3vw;
		min-width: 21.8vw;
		font-size: 3.9vw;
		letter-spacing: .025em;
		border: 0;
		color: #fff;
		/* background: linear-gradient(90deg, rgb(229, 185, 132, 0.1) 0%, rgb(240, 202, 135, 0.8) 30%, rgb(217, 170, 85, 0.6) 70%, rgb(217, 170, 85, 0.1) 100%); */
		opacity: 1;
		padding: 0 2vw;
	}

	.WRAPPER .navSwiper .swiper-slide:last-child a {
		margin: 2vw 6vw 2vw 3vw;
	}
}

/* KV */
/* .WRAPPER .swiper.KVSwiper {
	height: 560px !important;
} */

/*momo*/
.WRAPPER .KVSwiper .swiper-slide a img {
	margin: 0 auto;

}

.WRAPPER .swiper-pagination-bullet {
	opacity: 0.5;
	background: #fff;
}

.WRAPPER .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e3557c;
}

@media (max-width: 810px) {
	/* .WRAPPER .swiper.KVSwiper {
		height: 139vw !important;
	} */
}
