@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;
}

.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 .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 .content {
	background-image: url(../images/bg_pc.jpg?t=1774946054366);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.WRAPPER .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 2000px;
	padding: 30px 3vw 0;
	margin: 0 auto;
	gap: 15px;
}

.WRAPPER .section01 {
	margin: 55px auto 0;
}

.WRAPPER .section01 .main-title {
	width: 32%;
	max-width: 626px;
	margin: 0 auto 50px;
}

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

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

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

.WRAPPER .section02 .sub-title {
	width: 31%;
	max-width: 575px;
	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: 5px;
	padding: 0 2vw;
}

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

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

.WRAPPER .section03 .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 2vw;
}

.WRAPPER .choose-what-you-need-title {
	width: 100%;
	max-width: 2000px;
	margin: 60px auto 60px;
}

.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.6vw;
}

.WRAPPER .category a {
	flex: 0 0 32.5%;
	margin-bottom: 5px;
}

.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: 20px 40px;
	width: fit-content;
}

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

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

	.WRAPPER .nav {
		display: flex;
		flex-wrap: wrap;
		max-width: 640px;
		justify-content: center;
		gap: 0;
		flex-direction: row;
		align-items: center;
		margin: 0 auto;
		padding: 3vw 0 0;
		width: 97%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.WRAPPER .choose-what-you-need-title {
		margin: 9vw auto 6vw;
		max-width: 640px;
	}

	.WRAPPER .category {
		display: flex;
		justify-content: space-evenly;
		padding: 0;
		width: 97%;
	}

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

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

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

/* 主選單 */
.WRAPPER .navSwiper {
	background: #000;
	padding-bottom: 8px;
	/*momo*/
}

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

.WRAPPER .navSwiper .swiper-slide {
	width: fit-content;
	border-right: 2px solid #fff;
}

.WRAPPER .navSwiper .swiper-slide:nth-last-child(1) {
	border: 0;
}

.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: 1px 16px;
	padding: 0 12px;
}

.WRAPPER .navSwiper .swiper-slide a:hover {
	color: #fff;
	background: linear-gradient(90deg, rgb(4, 36, 250, 0.2) 0%, rgb(4, 36, 250, 0.8) 30%, rgb(4, 36, 250, 0.6) 70%, rgb(4, 36, 250, 0.2) 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 .navSwiper {
		padding-bottom: 2vw;
	}

	.WRAPPER .swiper-scrollbar {
		opacity: 0;
	}

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

	.WRAPPER .navSwiper .swiper-slide a {
		margin: 0 3vw;
		font-size: 3.9vw;
		letter-spacing: .025em;
		border: 0;
		color: #fff;
		opacity: 1;
		padding: 0 2vw;
	}

	.WRAPPER .navSwiper .swiper-slide:last-child a {
		margin: 0 6vw 0 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;
	} */
}
