﻿@charset "UTF8";

body {
	font-size: 16px;
	line-height: 120%;
	font-family: Ubuntu, 'Noto Sans TC';
	font-weight: 400;
	color: #000000;
	background: #ffebda;
	padding: 0px;
	margin: 0px;
}

* {
	font-family: Ubuntu, 'Noto Sans TC';
}

img {
	max-width: 100%;
}

.for-phone {
	display: none;
}

@media (max-width: 480px) {

	.for-web {
		display: none;
	}

	.for-phone {
		display: block;
	}
}

.EpointEvent {
	width: 800px;
	max-width: calc(100% - 40px);
	margin: 0px auto;
}

.EpointEvent .TopBN {
	font-size: 0px;
	line-height: 0px;
}

@media (max-width: 480px) {

	.EpointEvent .TopBN {
		margin: 0px -20px;
	}
}

.EpointEvent .NewBN .Title,
.EpointEvent .DPS .Title,
.EpointEvent .QSR .Title,
.EpointEvent .CVS .Title,
.EpointEvent .Usage .TopBg,
.EpointEvent .Usage .BottomBg {
	font-size: 0px;
	line-height: 0px;
	text-align: center;
}

.EpointEvent .NewBN .Title img,
.EpointEvent .DPS .Title img,
.EpointEvent .QSR .Title img,
.EpointEvent .CVS .Title img {
	width: 40%;
	display: inline-block;
	transform: translateX(10%);
}

.EpointEvent .NewBN .Title img {
	width: 38%;
}

@media (max-width: 480px) {
	.EpointEvent .NewBN .Title img, .EpointEvent .DPS .Title img, .EpointEvent .QSR .Title img, .EpointEvent .CVS .Title img {
		width: 60%;
		display: inline-block;
		transform: translateX(0%);
	}
}

.EpointEvent .NewBN,
.EpointEvent .DPS,
.EpointEvent .QSR,
.EpointEvent .CVS {
	margin: 40px 0px 0px 0px;
}

.EpointEvent .NewBN .Content {
	margin: 20px 0px 0px 0px;
	overflow: hidden;
}

@media (max-width: 480px) {
	.EpointEvent .NewBN .Content img {
		width: 136%;
		max-width: unset;
		margin-left: -18%;
	}
}

.EpointEvent .Usage .Content {
	background: url(../Images/eventpage_20241008_pic-05.jpg) center center repeat-y;
	background-size: 100% auto;
	padding: 0px 40px;
}

.EpointEvent .Remind {
	font-weight: 600;
	text-align: center;
	font-size: 1.25rem;
	margin: 20px 0px 0px 0px;
	transform: translateX(6%);
	width: 94%;
	letter-spacing: 0.03em;
	line-height: 120%;
}

@media (max-width: 480px) {
	.EpointEvent .Remind {
		transform: translateX(0%);
		width: 104%;
	}
}

.EpointEvent .Content + .Remind {
	margin: 40px 0px 0px 0px;
	line-height: 120%;
	font-size: 1rem;
	width: 100%;
	transform: translateX(0%);
}

.EpointEvent .Content + .Remind:after {
	display: block;
	content: "";
	border-top: 3px dotted #a0a0a0;
	margin: 40px 0px;
}

.EpointEvent .ProductList {
	margin: 0px;
}

.EpointEvent .ProductList ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	align-content: center;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.EpointEvent .ProductList ul li {
	display: block;
	width: calc(25% - 10px);
	margin: 20px 0px 0px 0px;
}

@media (max-width: 480px) {
	.EpointEvent .ProductList ul li {
		display: block;
		width: calc(50% - 10px);
	}
}

.EpointEvent .Product .ProductPic {
	border-radius: 10px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

.EpointEvent .Product .ProductBrand {
	color: #595758;
	font-weight: 600;
	margin: 20px 0px 0px 0px;
	letter-spacing: -0.03em;
}

.EpointEvent .Product .ProductName {
	font-size: 0.85rem;
	color: #595758;
	font-weight: 600;
	margin: 5px 0px 0px 0px;
	letter-spacing: -0.03em;
}

.EpointEvent .Product .OriginalPrice {
	font-size: 0.85rem;
	color: #595758;
	font-weight: 600;
	margin: 5px 0px 0px 0px;
	letter-spacing: -0.03em;
	text-decoration: line-through;
}

.EpointEvent .Product .SoldPrice {
	font-size: 0.85rem;
	color: #595758;
	font-weight: 600;
	margin: 5px 0px 0px 0px;
	letter-spacing: -0.03em;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}

.EpointEvent .Product .SoldPrice .Price {
	font-size: 1rem;
	color: #ff6100;
	font-weight: 600;
	margin: 0px 0px 0px 5px;
	letter-spacing: -0.03em;
	display: flex;
	align-items: flex-end;
	align-content: center;
	justify-content: flex-start;
}

.EpointEvent .Product .SoldPrice .Price:before {
	content: "$";
	font-size: 0.7rem;
	font-weight: 600;
	margin: 0px 2px 0px 0px;
}

.EpointEvent .Usage .Content ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	align-content: center;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (max-width: 480px) {

	.EpointEvent .Usage .Content ul {
		align-items: stretch;
	}
}

.EpointEvent .Usage .Content ul li {
	width: calc(50% - 10px);
	margin: 20px 0px 0px 0px;
	padding: 0px;
	display: block;
	text-align: center;
}

@media (max-width: 480px) {

	.EpointEvent .Usage .Content ul li {
		width: 100%;
	}
}

.EpointEvent .Usage .Step {
	color: #65b3bd;
	font-weight: 600;
	display: inline-block;
	box-shadow: 0px 3px 0px;
	font-size: 1.25rem;
	line-height: 100%;
}

.EpointEvent .Usage .Context {
	font-weight: 500;
	margin: 20px 0px 0px 0px;
}

@media (max-width: 480px) {

	.EpointEvent .Usage .Context br {
		display: none;
	}
}

.EpointEvent .Usage .QRcode {
	font-size: 0px;
	line-height: 0px;
	margin: 20px auto 0px auto;
	width: 200px;
}

.EpointEvent .Usage .QRcode a {
	display: inline-block;
}

.EpointEvent .Noticed:before {
	display: block;
	content: "";
	border-top: 3px dotted #a0a0a0;
	margin: 40px 0px;
}

.EpointEvent .Noticed .Title {
	font-weight: 600;
	font-size: 1.25rem;
	letter-spacing: 0.3em;
	line-height: 120%;
	text-align: center;
}

.EpointEvent .Noticed .Content {
	margin: 10px 0px 0px 0px;
	line-height: 130%;
	font-size: 0.85rem;
	text-align: center;
}

.EpointEvent .Warning:before {
	display: block;
	content: "";
	margin: 40px 0px;
}

.EpointEvent .Warning .Title {
	font-weight: 600;
	font-size: 1.25rem;
	letter-spacing: 0.3em;
	line-height: 120%;
	text-align: center;
}

.EpointEvent .Warning .Content {
	margin: 10px 0px 0px 0px;
	line-height: 130%;
	font-size: 0.85rem;
	text-align: center;
}

.EpointEvent .Copyrights {
	font-size: 10px;
	color: #595758;
	font-weight: 600;
	line-height: 100%;
	margin: 20px 0px;
	text-align: center;
}
