a {
	text-decoration: none;
}
a.platform-shop {
	color: inherit;
	text-decoration: none;
}
body {
	font-family: "Montserrat", sans-serif;
	box-sizing: border-box;
	color: #333333;
}
main {
	background-color: #5ac0b1;
}
main {
	width: 100%;
	position: relative;
	transition: padding-top 0.3s ease;
}
main.nav-sticky {
	padding-top: 56px;
}
.back-to-top-btn {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 16px;
	height: 80px;
	width: 80px;
	box-shadow: 0px 0px 40px 0px #68A66F4D;
	font-size: 16px;
	line-height: 24px;
	border: 2px solid #FFFFFF;
	background: linear-gradient(to bottom, #FFFFFF, #D5F4F1);
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	text-wrap: nowrap;
	color: #016053;
	font-weight: 700;
	border-radius: 20px;
}
.back-to-top-btn.show {
	display: flex;
}
.back-to-top-btn:hover {
	cursor: pointer;
	transition: all 0.1s ease;
	background: linear-gradient(to bottom, #FFFFFF, #ADF8E0);
}
.coupon-copied_flash {
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 8px 16px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px 0px #00000040;
	border-radius: 100px;
	height: 48px;
	position: fixed;
	top: 76px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	font-weight: 600;
	width: calc(100% - 24px);
	max-width: 500px;
	padding: 12px;
}
.coupon-copied_flash-content {
	display: flex;
	align-items: center;
	gap: 10px;
}
.brand-campaign-title-icon {
	width: 102px;
	height: 102px;
}
.brand-campaign-title-description {
	background-image: url("./img/Title/Content1_L.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 72px;
	width: 738px;
}
.platform-title-description {
	background-image: url("./img/Title/Content2_L.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 72px;
	width: 738px;
}
.brand-campaign-title, .platform-title {
	margin-bottom: 40px;
}
.ctb-binding-title-description {
	background-image: url("./img/Title/Content3_L.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 784px;
	height: 144px;
	margin-bottom: 24px;
}
.coupon-event-title-description {
	background-image: url("./img/Title/Content4_L.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 728px;
	height: 72px;
	margin-bottom: 24px;
}
.featured-campaign-title-description {
	background-image: url("./img/Title/Content5_L.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 480px;
	height: 72px;
	margin-bottom: 40px;
}
.ctb-binding-campaign-description {
	width: 607px;
	margin-bottom: 40px;
}
.brand-campaign-title-text, .platform-title-text, .ctb-binding-title-text, .coupon-event-title-text, .featured-campaign-title-text {
	background-size: cover;
	background-position: center;
	width: 180px;
	height: 45px;
}
.brand-campaign-title-text {
	background-image: url("./img/Tag_1_L.svg");
	margin-bottom: 20px;
}
.platform-title-text {
	background-image: url("./img/Tag_2_L.svg");
	margin-bottom: 20px;
}
.ctb-binding-title-text {
	background-image: url("./img/Tag_3_L.svg");
	margin-bottom: 20px;
}
.coupon-event-title-text {
	background-image: url("./img/Tag_4_L.svg");
	margin-bottom: 16px;
}
.featured-campaign-title-text {
	background-image: url("./img/Tag_5_L.svg");
	margin-bottom: 16px;
}
.coupon-event-campaign-description {
	margin-bottom: 40px;
}
.brand-campaign-title-text span, .platform-title-text span, .ctb-binding-title-text span {
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
}
.main-item.brand-campaign, .main-item.platform, .main-item.ctb-binding, .main-item.featured-campaign, .main-item.coupon-event {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.main-item.platform {
	background-color: #ADF8E0;
	padding-bottom: 75px;
}
.main-item.ctb-binding {
	background: linear-gradient(to bottom, #329183, #5AC0B1);
	padding-bottom: 80px;
}
.main-item.featured-campaign {
	background: linear-gradient(to bottom, #C9FD76, #ADF8E0);
	padding: 75px 116px;
}
.main-item.brand-campaign {
	background-color: #ADF8E0;
}
.featured-campaign-items {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1208px;
	width: 100%;
	background: linear-gradient(to bottom, #5AC0B1, #2E8C7E);
	border-radius: 40px;
	padding: 40px 0px 40px 0px;
}
.featured-campaign-item-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 10px 0;
	margin-bottom: 20px;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
}
.featured-campaign-item-nav-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	border-radius: 10px;
	opacity: 0.5;
	background: linear-gradient(to bottom, #E4FEB9, #C9FD76);
	padding: 10px 20px;
	flex-shrink: 0;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.featured-campaign-item-nav-tab img{
  width: 107px;
  height: 40px;
}
.featured-campaign-item-nav-tab.active {
	opacity: 1;
}
.featured-campaign-item-nav-tab::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 0%;
	background: linear-gradient(to right, #329183, #32918399);
	transition: none;
}
.featured-campaign-item-nav-tab.active::after {
	animation: var(--progress-animation, progress 6s linear);
}
@keyframes progress {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
.featured-campaign-item-nav-tab-discount {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
.featured-campaign-item-nav-tab-discount>span {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #016053;
}
.featured-campaign-item-nav-tab-discount .discount-amount {
	color: #D53864;
}
.featured-campaign-item-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 100%;
	padding-right: 23px;
	padding-left: 23px;
}
.featured-campaign-item-wrapper .left-arrow, .featured-campaign-item-wrapper .right-arrow {
	cursor: pointer;
	border-radius: 100%;
}
.featured-campaign-item-wrapper .left-arrow:hover, .featured-campaign-item-wrapper .left-arrow:active, .featured-campaign-item-wrapper .right-arrow:hover, .featured-campaign-item-wrapper .right-arrow:active {
	background-color: #00000033;
}
.featured-campaign-item-content {
	flex-grow: 1;
	width: 100%;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	touch-action: pan-y;
}
.brand-campaign-items, .platform-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 70px 40px;
	box-sizing: border-box;
	letter-spacing: 0.03em;
	max-width: 1208px;
}
.platform-items {
	margin-bottom: 31px;
}
.brand-campaign-item, .platform-item {
	flex-basis: 584px;
	max-width: 584px;
}
.brand-campaign-items {
	margin-bottom: 70px;
}
.brand-campaign-item, .platform-item {
	display: flex;
	flex-direction: column;
	max-width: 584px;
	min-height: 284px;
	border-radius: 20px;
	background-color: #FFFFFF;
	padding: 0 24px 30px;
	position: relative;
  box-shadow: 0px 0px 20px 0px #01605333;
}
.brand-campaign-item:hover, .brand-campaign-item:active, .platform-item:hover, .platform-item:active {
	box-shadow: inset 0px 0px 0px 2px #5AC0B1;
	transition: all 0.2s ease;
}
.coupon-event-campaign-cards {
	border-radius: 20px;
}
.coupon-event-campaign-card {
	width: 376px;
	height: 220px;
	border-radius: 20px;
	touch-action: manipulation;
	cursor: pointer;
}
.coupon-event-campaign-card:nth-child(1) {
	background: url("./img/CouponEvent1_L.png") no-repeat center center;
	background-size: contain;
}
.coupon-event-campaign-card:nth-child(2) {
	background: url("./img/CouponEvent2_L.png") no-repeat center center;
	background-size: contain;
}
.coupon-event-campaign-card:nth-child(3) {
	background: url("./img/CouponEvent3_L.png") no-repeat center center;
	background-size: contain;
}
.coupon-event-campaign-card:nth-child(1):hover, .coupon-event-campaign-card:nth-child(1):active {
	background: url("./img/CouponEvent1_L_Pressed.png") no-repeat center center;
	background-size: contain;
}
.coupon-event-campaign-card:nth-child(2):hover, .coupon-event-campaign-card:nth-child(2):active {
	background: url("./img/CouponEvent2_L_Pressed.png") no-repeat center center;
	background-size: contain;
}
.coupon-event-campaign-card:nth-child(3):hover, .coupon-event-campaign-card:nth-child(3):active {
	background: url("./img/CouponEvent3_L_Pressed.png") no-repeat center center;
	background-size: contain;
}
.featured-campaign-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 528px;
	border-radius: 20px;
	background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 0px #01605333;
	padding: 0 40px 40px;
	position: relative;
}
.featured-campaign-card:hover, .featured-campaign-card:active {
	box-shadow: inset 0px 0px 0px 3px #C9FD76;
}
.platform-title, .brand-campaign-title, .ctb-binding-title, .featured-campaign-title, .coupon-event-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ctb-binding-title{
  margin-top: 80px;
}
.platform-title, .brand-campaign-title, .coupon-event-title {
	margin-top: 40px;
}
.brand-campaign-item-title, .platform-item-title, .featured-campaign-card-title {
	display: flex;
	margin-bottom: 20px;
	width: 140px;
}
.featured-campaign-card-title {
	margin-bottom: 48px;
	width: 200px;
}
.brand-campaign-item-brand, .platform-item-brand, .featured-campaign-card-brand {
	display: flex;
	align-items: center;
	position: relative;
	gap: 20px;
	height: 100%;
}
.brand-campaign-item-brand-icon img, .platform-item-brand-icon img, .featured-campaign-card-brand-icon img {
	margin-bottom: 10px;
	object-fit: cover;
	object-position: center;
}
.brand-campaign-item-brand-icon img, .platform-item-brand-icon img {
	/* border-radius: 10px; */
	width: 140px;
	height: 140px;
}
.featured-campaign-card-brand-icon img {
	width: 200px;
	height: 200px;
}
.brand-campaign-item-brand, .platform-item-brand, .featured-campaign-card-brand {
	align-items: stretch;
	z-index: 2;
	position: relative;
}
.brand-campaign-item-brand-info, .platform-item-brand-info, .featured-campaign-card-brand-info {
	width: 100%;
}
.brand-campaign-item-brand-discounts, .platform-item-brand-discounts, .featured-campaign-card-brand-discounts {
	cursor: default;
	position: relative;
	z-index: 3;
	flex: 1;
	height: 100%;
}
.brand-campaign-item-title-title, .platform-item-title-title, .featured-campaign-card-title-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}
.brand-campaign-item-title-date, .platform-item-title-date {
	height: 32px;
	line-height: 32px;
	font-weight: 700;
	border-radius: 0 0 10px 10px;
	padding: 0px 16px;
	color: #FFFFFF;
	background: linear-gradient(to bottom, #2E8C7E, #137265);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.featured-campaign-card-title-date {
	height: 32px;
	width: 131px;
	line-height: 20px;
	font-weight: 700;
	border-radius: 0 0 10px 10px;
	padding: 6px 16px;
	font-size: 16px;
	color: #FFFFFF;
	background: linear-gradient(to bottom, #ED5A83, #D53864);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.featured-campaign-card-image {
	width: 220px;
	height: 165px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 20px 0 0;
}
.brand-campaign-item-brand-discounts, .platform-item-brand-discounts, .featured-campaign-card-brand-discounts {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 12px;
}
.brand-campaign-item-title-discount, .platform-item-title-discount, .featured-campaign-card-title-discount {
	height: 32px;
	line-height: 32px;
	border-radius: 0 0 10px 0;
	color: #016053;
	font-weight: 700;
	padding: 0px 16px;
	text-align: center;
	background: linear-gradient(to bottom, #FEF79C, #FEF264);
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
}
.brand-campaign-item-title-discount .discount-amount, .platform-item-title-discount .discount-amount, .featured-campaign-card-title-discount .discount-amount {
	color: #EA4444;
}
.brand-campaign-item-brand-discount, .platform-item-brand-discount, .featured-campaign-card-brand-discount {
	display: flex;
	align-items: start;
	gap: 8px;
}
.brand-campaign-item-brand-discount .brand-campaign-item-brand-discount-text{
	font-weight: 700;
}
.brand-campaign-item-title-discount-give, .platform-item-title-discount-give, .featured-campaign-card-title-discount-give {
	display: flex;
	gap: 4px;
}
.brand-campaign-item-brand-info, .platform-item-brand-info, .featured-campaign-card-brand-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #333333;
	flex-shrink: 1;
}
.featured-campaign-card-brand-info {
	padding-bottom: 100px;
}
.brand-campaign-item-brand-info, .platform-item-brand-info {
	align-self: flex-start;
}
.brand-campaign-item-brand-name, .platform-item-brand-name {
	font-weight: 700;
	font-size: 28px;
	line-height: 42px;
}
.platform-item-brand-discount-text p {
	font-weight: 700;
}
.platform-item-brand-discount-text .discount-code {
	margin-bottom: 10px;
}
.platform-item-brand-discount-text .discount-code:last-child {
	margin-bottom: 0;
}
.featured-campaign-card-brand-name {
	font-weight: 700;
	font-size: 34px;
	line-height: 51px;
	color: #D53864;
}
.brand-campaign-item-brand-name-wrapper, .platform-item-brand-name-wrapper, .featured-campaign-card-brand-name-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
}
.new-user-discount {
	display: flex;
}
.all-user-discount {
	display: flex;
}
.xmas-discount {
	color: #D53864;
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
}
.platform-item-name {
	margin-bottom: 10px;
}
.brand-campaign-item-brand-discount-text .platform-item-discount-text {
	font-weight: 700;
	display: flex;
	flex-direction: column;
	flex-shrink: 1;
}
.featured-campaign-card-brand-discount-text {
	font-weight: 600;
	display: flex;
	flex-direction: column;
	flex-shrink: 1;
}
.featured-campaign-card-brand-discount-text .copy-block {
	margin-top: 0px;
}
.user-discount-wrapper {
	font-weight: 600;
	display: flex;
	flex-direction: column;
	flex-shrink: 1;
}
.platform-item-discount-text, .featured-campaign-card-brand-discount-text {
	gap: 6px;
}
.user-discount-wrapper {
	gap: 0px;
}
.brand-campaign-item-brand-discount-text {
	gap: 0px;
}
.brand-campaign-item-brand-discount-text, .platform-item-discount-text, .user-discount-wrapper, .platform-item-brand-discount {
	font-size: 18px;
	line-height: 27px;
}
.brand-campaign-item-brand-discount-text.brand-discount {
	font-weight: 700;
}
.brand-campaign-item-brand-discount-text.aftee-discount {
	font-weight: 600;
}
.featured-campaign-card-brand-discount-text {
	font-size: 22px;
	line-height: 33px;
}
.new-user-discount-title, .all-user-discount-title, .featured-campaign-card-brand-discount-title {
	flex-shrink: 0;
}
.brand-campaign-item-brand-discount-text .discount-detail, .platform-item-discount-text .discount-detail, .platform-item-brand-discount-text .discount-detail, .featured-campaign-card-brand-discount-text .discount-detail {
	font-weight: 400;
}
.brand-campaign-item-brand-icon, .platform-item-brand-icon, .featured-campaign-card-brand-icon {
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
}
.brand-campaign-item-brand-icon, .platform-item-brand-icon {
	width: 140px;
}
.featured-campaign-card-brand-icon {
	width: 200px;
}
.brand-campaign-item-brand-category, .platform-item-brand-category, .featured-campaign-card-brand-category {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	background-color: #EDEDED;
	padding: 4px 10px;
	border-radius: 10px;
	color: #329183;
	text-align: center;
}
.discount-code {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}
.discount-code-description {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #757575;
}
.copy-block {
	display: flex;
	border: solid 2px #A2EAD3;
	height: 40px;
	background-color: #E6FBF4;
	color: #2E8C7E;
	gap: 11px;
	border-radius: 20px;
	align-items: center;
	padding: 0 9px 0 11px;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
	font-weight: 600;
	margin-top: 10px;
}
.copy-block:hover {
	background-color: #C8E4DB;
	border-color: #A2D8C7;
}
.brand-campaign-item-brand-discount .copy-block img, .platform-item-discount .copy-block img {
	width: 20px;
	height: 20px;
}
.close-btn {
	padding: 12px;
	cursor: pointer;
}
.go-to-shop-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #FEFC5A;
	font-size: 24px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: 0.03em;
	width: 180px;
	height: 60px;
	background-color: #016053;
	border-radius: 100px;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: calc(100% - 30px);
	right: 24px;
}
.brand-campaign-item:hover:not(:has(.copy-block:hover)) .go-to-shop-btn, .brand-campaign-item:active .go-to-shop-btn, .go-to-shop-btn:hover, .go-to-shop-btn:active, .platform-item:hover .go-to-shop-btn, .platform-item:active .go-to-shop-btn {
	background-color: #014D42;
	transition: all 0.2s ease;
}
.featured-campaign-card-go-to-shop-btn {
	width: 180px;
	height: 60px;
	background-color: #D53864;
	color: #FEFC5A;
	border-radius: 100px;
	font-size: 24px;
	line-height: 36px;
  padding: 12px 24px;
	font-weight: 700;
	letter-spacing: 0.03em;
	position: absolute;
	right: 40px;
	bottom: 40px;
	text-align: center;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.go-to-more-shops-btn {
	width: 254px;
	height: 60px;
}
.go-to-ctb-binding-btn {
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.platform-item-buttons {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.ctb-binding-buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.main-item.coupon-event {
	display: flex;
	background: linear-gradient(360deg, #329183 0%, #5AC0B1 100%);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 75px 40px;
}
.coupon-event-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ctb-binding-buttons, .coupon-event-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	width: 100%;
}
.ctb-binding-buttons>a, .coupon-event-buttons>a, .ctb-binding-buttons>a, .go-to-ctb-binding-btn, .go-to-draw-winner-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	font-weight: 700;
	padding: 12px 24px;
	letter-spacing: 0.03em;
	border-radius: 30px;
}
.go-to-ctb-binding-btn:hover, .go-to-ctb-binding-btn:active, .go-to-draw-winner-btn:hover, .go-to-draw-winner-btn:active {
	background-color: #ADF8E0;
	transition: all 0.2s ease;
}
.ctb-binding-buttons>.more-details-btn, .coupon-event-buttons>.more-details-btn, .ctb-binding>.more-details-btn {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}
.ctb-binding-buttons>.more-details-btn:hover, .ctb-binding-buttons>.more-details-btn:active, .coupon-event-buttons>.more-details-btn:hover, .coupon-event-buttons>.more-details-btn:active, .ctb-binding>.more-details-btn:hover, .ctb-binding>.more-details-btn:active {
	border: 2px solid #ADF8E0;
	color: #ADF8E0;
	transition: all 0.2s ease;
}
.coupon-event-campaign-cards {
	margin-bottom: 40px;
	justify-content: center;
	display: flex;
	gap: 40px;
}
.go-to-ctb-binding-btn, .go-to-draw-winner-btn {
	background-color: #FFFFFF;
	color: #016053;
	gap: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	font-weight: 700;
	padding: 12px 24px;
	letter-spacing: 0.03em;
	border-radius: 30px;
}
.brand-campaign-item-brand-discount img, .platform-item-discount img, .platform-item-brand-discount img {
	width: 24px;
	height: 24px;
}
.featured-campaign-card-brand-discount img {
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
.featured-campaign-card-brand-discount .copy-block img {
	width: 20px;
	height: 20px;
	margin-right: 0;
}
.platform-shops {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-bottom: 40px;
}
.platform-shop {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	min-width: 195px;
	padding: 24px;
	box-shadow: 0px 0px 20px 0px #005E5740;
	border-radius: 10px;
}
.platform-shop:hover {
	outline: 2px solid #48936780;
	box-shadow: inset 0px 0px 10px 0px #48936733, 0px 0px 20px 0px #005E5740;
}
.platform-shop img {
	width: 140px;
	height: 140px;
}
.platform-shop h4 {
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.platform-shop a h4:visited {
	color: #333333;
}
.platform-item-discount {
	margin-bottom: 40px;
	flex-grow: 1;
}
.ctb-icon {
	margin-bottom: 20px;
}
.ctb-binding-title p {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: #333333;
	background-color: #FFFFFF;
}
.ctb-binding-guide {
	background: url("./img/CTBC_BG.svg"), #ADF8E080;
	background-size: 80% 80%, contain;
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	padding-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1208px;
	width: calc(100% - 80px);
	border-radius: 20px;
}
.ctb-binding-guide h3 {
	font-size: 24px;
	line-height: 44px;
	font-weight: 700;
	text-align: center;
	background-color: #ADF8E0;
	color: #016053;
	width: 315px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.device-simulation {
	margin-bottom: 40px;
	width: 345px;
	height: 713px;
	max-width: 500px;
	border-radius: 65px;
	position: relative;
}
.device-simulation-iphone {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.device-simulation video {
	padding: 15px;
	width: 345px;
	height: 713px;
	border-radius: 50px;
	object-fit: cover
}

footer {
	padding: 80px 0;
	background-color: #ADF8E0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	color: #FFFFFF;
}
.footer-links {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	display: flex;
	justify-content: space-between;
	gap: 80px;
	color: #016053;
}
.footer-copyright {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #016053;
}
nav {
	display: flex;
	flex-direction: row;
	padding: 0px 80px;
	height: 56px;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%), linear-gradient(0deg, #B7F9E4, #B7F9E4);
	position: sticky;
	top: 0;
	z-index: 100;
}
.nav-item {
	flex: 1;
	box-shadow: inset 0 -3px 0 0 transparent;
	transition: box-shadow 0.2s ease, background 0.2s ease;
	cursor: pointer;
}
.nav-item img {
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
}
/* 只在桌面端（非觸控設備）顯示 hover 效果 */
@media (hover: hover) and (pointer: fine) {
	.nav-item:hover {
		box-shadow: inset 0 -3px 0 0 #016053;
		background: linear-gradient(to bottom, #C9FD7600, #C9FD76);
	}
}

/* JavaScript 控制的 active 狀態 - 支援平滑淡出 */
.nav-item.active {
	box-shadow: inset 0 -3px 0 0 #016053;
	background: linear-gradient(to bottom, #C9FD7600, #C9FD76);
}

/* 點擊時的 active 狀態（保持短暫顯示） */
.nav-item:active {
	box-shadow: inset 0 -3px 0 0 #016053;
	background: linear-gradient(to bottom, #C9FD7600, #C9FD76);
}
.header-container {
	background: url("./img/Keyvisual_bg_L.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	aspect-ratio: 1440 / 677;
}
@media screen and (min-width: 900px) {
	.copy-block:hover {
    background-color: #C8E4DB;
    border-color: #A2D8C7
	}
}
@media screen and (min-width: 1200px) {
	.desktop-view {
		display: block;
	}
	.hide-on-desktop {
		display: none;
	}
}
/* 平板版 (768px <= 寬度 < 1024px) */

@media screen and (min-width: 900px) and (max-width: 1199px) {
	.main-item.coupon-event {
		padding: 80px;
	}
	.coupon-event-title {
		margin-top: 0px;
	}
	.ctb-binding-title {
		margin-top: 80px;
		margin-bottom: 0px;
	}
	.brand-campaign-title-description, .platform-title-description {
		width: 296px;
	}
	.brand-campaign-title {
		margin-top: 80px;
	}
	.brand-campaign-title, .platform-title {
		margin-bottom: 40px;
	}
	.brand-campaign-items {
		margin-bottom: 111px;
	}
	.platform-title {
		margin-top: 80px;
	}
	.brand-campaign-items, .platform-items {
		grid-template-columns: repeat(1, 1fr);
	}
	.coupon-event-campaign-cards {
		margin-bottom: 40px;
		justify-content: center;
		display: flex;
		gap: 40px;
		flex-direction: column;
		align-items: center;
	}
	.coupon-event-campaign-card {
		display: block;
		width: 376px;
		height: 220px;
		max-width: 376px;
	}
	.coupon-event-campaign-cards>img {
		width: 100%;
		height: 100%;
		margin: 0px;
		border-radius: 20px;
	}
	.brand-campaign-item, .platform-item {
		margin-right: auto;
		margin-left: auto;
		min-width: 584px;
	}
	.ctb-binding-guide {
		width: 100%;
		border-radius: 0;
	}
	footer {
		padding: 40px 0;
		gap: 24px;
	}
	.footer-links {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		font-size: 21px;
		line-height: 31px;
	}
	.featured-campaign-card-image {
		display: none;
	}
	.featured-campaign-card-title {
		margin-bottom: 20px;
	}
	.featured-campaign-card-brand-icon img {
		width: 140px;
		height: 140px;
	}
	.featured-campaign-card-brand-icon {
		width: 140px;
	}
	.featured-campaign-card-title {
		width: 140px;
	}
	.featured-campaign-card {
		padding: 0 24px 24px;
		min-height: 395px;
	}
	.featured-campaign-card-go-to-shop-btn {
		position: absolute;
		right: 24px;
		bottom: 24px;
	}

	.featured-campaign-card-brand-discount-text .discount-code{
		flex-direction: column;
		align-items: start;
	}

	.featured-campaign-card-brand-info {
		flex-grow: 1;
		padding-bottom: 84px;
	}
	.featured-campaign-card {
		width: 584px;
		height: 515px;
	}
	.featured-campaign-card-brand-name {
		font-size: 28px;
		line-height: 42px;
	}
	.featured-campaign-card-brand-discount img {
		width: 26px;
		height: 26px;
	}
	.featured-campaign-card-brand-discount-text {
		font-size: 18px;
		line-height: 27px;
	}
	.featured-campaign-items {
		width: 820px;
		padding: 24px 0px;
	}

	.featured-campaign-card-brand-discount-text .discount-code{
		flex-direction: column;
		align-items: start;
	}

	.featured-campaign-item-wrapper {
		flex-direction: column;
		padding-right: 118px;
		padding-left: 118px;
	}
	.featured-campaign-item-wrapper-arrows {
		display: flex;
		justify-content: center;
		gap: 40px;
	}
	.main-item.featured-campaign {
		padding-bottom: 80px;
	}
	.featured-campaign-items {
		overflow: hidden;
	}
	.featured-campaign-item-nav {
		overflow: hidden;
	}
	.tablet-view {
		display: block;
	}
	.hide-on-tablet {
		display: none;
	}
}
/* 手機版 (寬度 < 768px) */

@media screen and (max-width: 899px) {
	* {
		max-width: 100%;
	}
	body {
		overflow-x: hidden;
		margin: 0;
		padding: 0;
		width: 100vw;
	}
	header {
		width: 100%;
	}
	header img {
		width: 100%;
		max-width: 100%;
		max-height: 100%;
	}
	main {
		width: 100%;
	}
	main.nav-sticky {
		padding-top: 56px;
	}
	.header-container {
		background-image: url("./img/Keyvisual_bg_S.png");
		aspect-ratio: 375 / 501;
	}
	nav {
		flex-direction: row;
		width: 100%;
		padding-left: 12px;
		padding-right: 12px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		white-space: nowrap;
		&::-webkit-scrollbar {
			display: none;
		}
	}
	nav img {
		width: auto;
		min-width: 100px;
		max-width: 140px;
		height: 56px;
		object-fit: contain;
	}
	.nav-item {
		box-shadow: none;
		height: 56px;
		padding: 0;
		flex-shrink: 0;
		display: inline-block;
		width: auto;
	}
	.back-to-top-btn {
		padding: 10px;
		height: 60px;
		width: 60px;
		font-size: 10px;
		line-height: 15px;
		border-radius: 10px;
		background: linear-gradient(to bottom, #FFFFFF, #D5F4F1);
	}
	.back-to-top-btn img {
		width: 21px;
		height: 24px;
	}
	.platform-title-description, .brand-campaign-title-description {
		width: 175px;
		height: 42px;
		background-size: contain;
		background-position: center;
	}
	.platform-title-description {
		background: url("./img/Title/Content1_L.png");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.ctb-binding-title-description {
		width: 100%;
		aspect-ratio: 366 / 84;
		background-image: url("./img/Title/Content3_S.png");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		height: auto;
		margin-bottom: 0px;
	}
	.coupon-event-title-description {
		width: 343px;
		height: 84px;
		margin-bottom: 8px;
		background: url("./img/Title/Content4_S.png");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.coupon-event-campaign-cards {
		justify-content: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 24px;
		gap: 16px;
	}
	.coupon-event-campaign-card {
		width: 343px;
		height: 175px;
		max-width: 376px;
		border-radius: 10px;
		touch-action: manipulation;
		cursor: pointer;
	}
	.coupon-event-campaign-cards>img {
		width: 100%;
		height: 100%;
		margin: 0px;
		border-radius: 20px;
	}
	.featured-campaign-title-description {
		width: 338px;
		height: 42px;
		background: url("./img/Title/Content5_L.png");
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: 24px;
	}
	.platform-items {
		grid-template-columns: repeat(1, 1fr);
	}
	.brand-campaign-items {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 24px;
		margin-bottom: 49px;
		margin-top: 24px;
	}
	.platform-title, .brand-campaign-title {
		margin-top: 24px;
	}
	.brand-campaign-items {
		grid-template-columns: repeat(1, 1fr);
	}
	.brand-campaign-item {
		min-height: auto;
		width: 100%;
		max-width: 351px;
		margin: 0 auto;
	}
	.brand-campaign-item-title {
		font-size: 14px;
		line-height: 21px;
	}
	.brand-campaign-item-title-discount {
		padding: 0 10px;
	}
	.platform-item-brand-discount img, .brand-campaign-item-brand-discount img {
		width: 20px;
		height: 20px;
		margin-right: 4px;
	}
	.brand-campaign-item-brand-discounts {
		gap: 8px;
	}
	.brand-campaign-item-brand-discount .copy-block img, .platform-item-discount .copy-block img {
		width: 16px;
		height: 16px;
		margin-right: 9px;
	}
	.copy-block {
		gap: 11px;
	}
	.brand-campaign-item-title, .platform-item-title {
		margin-bottom: 12px;
	}
	.platform-item-brand, .brand-campaign-item-brand {
		gap: 10px
	}
	.brand-campaign-item-brand-name {
		font-size: 20px;
		line-height: 30px;
	}
	.brand-campaign-item-brand-discount-text, .new-user-discount-title, .all-user-discount p, .platform-item-brand-discount-text {
		font-size: 14px;
		line-height: 21px;
	}
	.all-user-discount-title {
		flex-shrink: 0;
	}
	.brand-campaign-item-brand-discount-text p:last-child {
		margin-bottom: 0;
	}
	.platform-item-brand-discounts {
		margin-bottom: 15px;
	}
	.brand-campaign-item, .platform-item {
		margin-bottom: 27px;
		border-radius: 10px;
	}
	.user-discount-wrapper {
		gap: 4px;
	}
	.go-to-shop-btn {
		width: 160px;
		height: 54px;
		top: calc(100% - 25px);
		border-radius: 100px;
		font-size: 20px;
		line-height: 30px;
		right: 16px;
	}
	.go-to-shop-btn img {
		width: 22px;
		height: 22px;
	}
	.coupon-event-campaign-cards {
		flex-direction: column;
		align-items: center;
	}
	.brand-campaign-item-brand-discount img .platform-item-brand-discount img {
		margin-right: 4px;
	}
	.brand-campaign-item-brand-info, .platform-item-brand-info {
		gap: 8px;
	}
	.discount-code {
		gap: 4px;
	}
	.brand-campaign-item-brand-discount-text, .platform-item-discount-text {
		gap: 0;
	}
	.brand-campaign-item-brand-category, .platform-shop-category {
		padding: 2px 8px;
		font-size: 14px;
		line-height: 21px;
		border-radius: 4px;
	}
	.brand-campaign-item-brand-discount-text, .platform-item-discount-text, .user-discount-wrapper {
		font-weight: 600;
	}
	.xmas-discount {
		font-size: 14px;
		line-height: 21px;
		font-weight: 600;
	}
	.ctb-binding-guide {
		width: 100%;
		border-radius: 0;
	}
	.brand-campaign-item {
		padding-left: 16px;
		padding-right: 16px;
	}
	.brand-campaign-item-brand {
		align-items: start;
		justify-self: stretch;
		align-self: stretch;
	}
	.brand-campaign-item-brand-icon {
		width: 100px;
	}
	.brand-campaign-item-brand-icon, .platform-item-brand-icon {
		width: 100px;
	}
	.brand-campaign-item-brand-icon img, .platform-item-brand-icon img {
		width: 100px;
		height: 100px;
		border-radius: 0;
	}
	.platform-item-title-title {
		width: 100px;
	}
	.platform-items {
		gap: 49px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.platform-item {
		width: 100%;
		max-width: 351px;
		margin: 0 auto;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 27px;
	}
	.brand-campaign-item-title div, .platform-item-title div {
		width: 100px;
		font-size: 14px;
		line-height: 17px;
		padding: initial;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.platform-item-name {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.brand-campaign-item-brand-name, .platform-item-brand-name {
		white-space: normal;
		word-break: break-word;
		line-break: loose;
		font-size: 20px;
		line-height: 30px;
	}
	.platform-item-discount-text {
		gap: 0;
		font-size: 14px;
		line-height: 21px;
	}
	.platform-item-discount img {
		width: 26px;
		height: 26px;
		margin-right: 10px;
	}
	.platform-shops {
		width: 319px;
		gap: 16px;
	}
	.platform-shop img {
		width: 120px;
		height: 120px;
	}
	.platform-shop {
		padding: 16px;
		min-width: 0;
	}
	.platform-shop h4 {
		font-size: 18px;
		line-height: 27px;
		height: 54px;
	}
	.platform-shop-category {
		font-size: 14px;
		line-height: 21px;
		padding: 2px 8px;
		border-radius: 4px;
	}
	.platform-item-buttons {
		display: flex;
		flex-direction: column-reverse;
		align-items: stretch;
		width: 100%;
		gap: 24px;
	}
	.platform-item-buttons>.go-to-more-shops-btn {
		width: 100%;
		background-image: url("./img/BTN_More Shops_S_Default.png");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.platform-item-buttons>.go-to-more-shops-btn:hover, .platform-item-buttons>.go-to-more-shops-btn:active {
		background-image: url("./img/BTN_More Shops_S_Pressed.png");
	}
	.platform-item-buttons>.more-details-btn {
		height: 54px;
		font-size: 20px;
		width: 100%;
		text-align: center;
		background-image: url("./img/BTN_LP_S_Default.png");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.platform-item-buttons>.more-details-btn:hover, .platform-item-buttons>.more-details-btn:active {
		background-image: url("./img/BTN_LP_S_Pressed.png");
	}
	.brand-campaign-title-text, .platform-title-text, .ctb-binding-title-text {
		height: 45px;
		width: 180px;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 8px;
	}
	.brand-campaign-title-text, .platform-title-text, .ctb-binding-title-text, .coupon-event-title-text, .featured-campaign-title-text {
		width: 124px;
		height: 30px;
	}
	.featured-campaign-title-text {
		margin-top: 30px;
	}
	.brand-campaign-item:nth-child(1) .brand-campaign-item-brand::before, .brand-campaign-item:nth-child(2) .brand-campaign-item-brand::before {
		width: 60px;
		height: 60px;
		top: -42px;
		right: -16px;
		background-image: url("./img/xmas_tag_S.svg");
	}
	.brand-campaign-item:nth-child(1) .brand-campaign-item-brand::after, .brand-campaign-item:nth-child(2) .brand-campaign-item-brand::after {
		width: 60px;
		height: 60px;
		bottom: -30px;
		left: -16px;
		background-image: url("./img/xmas_tag_S.svg");
	}
	.ctb-binding-title {
		margin-top: 24px;
	}
	.brand-campaign-title-text span, .platform-title-text span, .ctb-binding-title-text span {
		font-size: 20px;
		line-height: 30px;
	}
	.go-to-ctb-binding-btn {
		width: calc(100% - 29px);
		margin-bottom: 40px;
	}
	.ctb-binding>a {
		font-weight: 700;
		text-align: center;
		line-height: 50px;
	}
  .go-to-ctb-binding-btn span,
  .ctb-binding>.more-details-btn{
		font-size: 20px;
		line-height: 30px;
  }
	.ctb-binding>.more-details-btn {
		width: calc(100% - 22px);
		height: 50px;
		margin-bottom: 32px;
    border-radius: 27px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ctb-binding-guide {
		padding-top: 24px;
		margin-bottom: 40px;
	}
	.main-item.ctb-binding {
		padding-bottom: 0;
	}
	.main-item.coupon-event {
		padding: 32px 16px 24px;
	}
	.coupon-event-title {
		margin-top: 0;
	}
	.coupon-event-campaign-description {
		margin-bottom: 24px;
	}
	.ctb-binding-campaign-description {
		width: calc(100% - 29px);
		height: 48px;
		margin-bottom: 9px;
	}
	.ctb-binding-guide h3 {
		margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.ctb-binding-guide {
		width: calc(100% - 24px);
		border-radius: 20px;
		background-image: none;
	}
	footer {
		padding: 40px 0;
		gap: 24px;
	}
	.ctb-binding-title img.ctb-icon {
		width: 64px;
		height: 64px;
		margin-bottom: 8px;
	}
	.footer-links {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		font-size: 21px;
		line-height: 31px;
	}
	.brand-campaign-item-title-date, .platform-item-title-date {
		height: 29px;
		line-height: 29px;
		padding: 0 10px;
	}
	.brand-campaign-item-title-discount, .platform-item-title-discount {
		height: 29px;
		line-height: 29px;
	}
	.discount-detail-all-member span:nth-child(1) {
		width: 44px;
	}
	.discount-detail-all-member span:nth-child(2) {
		flex: 1;
	}
	.device-simulation {
		width: min(332px, 80vw);
		height: calc(min(332px, 80vw) * (713/345));
		margin-bottom: 40px;
		position: relative;
		border-radius: 15px;
	}
	.device-simulation video {
		padding: 12px;
		width: 100%;
		height: 100%;
		border-radius: 50px;
		object-fit: cover;
	}
	.device-simulation-iphone {
		width: 100%;
		height: 100%;
	}
	.copy-block.active {
		background-color: #C8E4DB;
		border-color: #A2D8C7;
	}
	.coupon-event-buttons {
		display: flex;
		flex-direction: column-reverse;
		align-items: stretch;
		width: 100%;
		gap: 24px;
	}
	.brand-campaign-title {
		margin-bottom: 0;
	}
	.brand-campaign-item-title, .platform-item-title, .featured-campaign-card-title {
		width: 100px;
	}
	.brand-campaign-item {
		flex-basis: content;
	}
	.go-to-ctb-binding-btn, .go-to-draw-winner-btn {
		height: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
		letter-spacing: 0.03em;
		border-radius: 30px;
	}
	.brand-campaign-item-brand-icon img, .platform-item-brand-icon img {
		width: 100px;
		height: 100px;
	}
	.brand-campaign-item, .platform-item {
		flex-basis: initial;
		min-height: 218px
	}
	.brand-campaign-item-brand-discount, .platform-item-brand-discount, .featured-campaign-card-brand-discount {
		gap: 0px;
	}
	.platform-item-brand-category, .brand-campaign-item-brand-category {
		font-size: 16px;
		line-height: 24px;
		padding: 2px 8px;
		border-radius: 4px;
	}
	.main-item.featured-campaign {
		padding: 0
	}
	.featured-campaign-card-image {
		display: none;
	}
	.featured-campaign-items {
		padding-top: 24px;
		margin-left: 12px;
		margin-right: 12px;
		border-radius: 10px;
		padding-bottom: 24px;
	}
	.featured-campaign-card-image {
		display: none;
	}
	.featured-campaign-card-title {
		margin-bottom: 20px;
	}
	.featured-campaign-card-brand-icon img {
		width: 100px;
		height: 100px;
	}
	.featured-campaign-card-brand-icon {
		width: 100px;
	}
	.featured-campaign-card-title {
		width: 100px;
	}
	.featured-campaign-card {
		padding: 0 16px 16px;
	}

	.featured-campaign-card-brand-info {
		flex-grow: 1;
	}
	.featured-campaign-card {
		width: 584px;
		height: 361px;
	}
	.featured-campaign-card-brand-name {
		font-size: 28px;
		line-height: 42px;
	}
	.featured-campaign-card-brand-discount img {
		width: 20px;
		height: 20px;
	}
	.featured-campaign-card-brand-discount-text {
		font-size: 14px;
		line-height: 21px;
	}

	.featured-campaign-card-go-to-shop-btn {
		font-size: 20px;
		width: 161px;
		height: 54px;
		line-height: 30px;
		position: absolute;
		right: 16px;
		bottom: 16px;
	}

	.featured-campaign-card-brand-discount-text .discount-code{
		flex-direction: column;
		align-items: start;
	}

  .featured-campaign-card-go-to-shop-btn img{
    width: 22px;
    height: 22px;
  }

	.featured-campaign-card-brand-discount-text {
		font-weight: 700;
	}
	.featured-campaign-item-wrapper {
		flex-direction: column;
		padding-right: 12px;
		padding-left: 12px;
	}
	.featured-campaign-item-wrapper-arrows {
		display: flex;
		justify-content: center;
		gap: 40px;
	}
	.featured-campaign-card-brand {
		gap: 10px;
	}
	.main-item.featured-campaign {
		padding-bottom: 32px;
	}
	.featured-campaign-item-nav-tab {
		flex-direction: column;
		gap: 2px;
    padding: 8px 20px;
	}
	.featured-campaign-card {
		border-radius: 10px;
    width: 351px;
    height: 537px;
    min-height: auto;
	}
	.featured-campaign-card-brand-name {
		font-size: 20px;
		line-height: 30px;
	}
	.featured-campaign-card-title-date {
		width: 100px;
		padding: 6px 13px;
		font-size: 14px;
		line-height: 21px;
		white-space: nowrap;
	}
	.featured-campaign-card-title {
		margin-bottom: 12px;
	}
	.featured-campaign-card-brand-info {
		flex-grow: 1;
		padding-bottom: 80px;
	}
	.featured-campaign-card-brand-discount img {
		margin-right: 4px;
	}
	.featured-campaign-item-wrapper-arrows img {
		width: 40px;
		height: 40px;
		margin-top: 20px;
	}
	.featured-campaign-item-wrapper-arrows {
		gap: 60px;
	}
  .featured-campaign-card-brand-category{
    border-radius: 4px;
  }
  .featured-campaign-item-nav img{
    width: 80px;
    height: 30px;
  }
  .featured-campaign-item-nav{
    padding:0
  }
	.coupon-event-campaign-card:nth-child(1) {
		background: url("./img/CouponEvent1_S.png") no-repeat center center;
		background-size: contain;
	}
	.coupon-event-campaign-card:nth-child(2) {
		background: url("./img/CouponEvent2_S.png") no-repeat center center;
		background-size: contain;
	}
	.coupon-event-campaign-card:nth-child(3) {
		background: url("./img/CouponEvent3_S.png") no-repeat center center;
		background-size: contain;
	}
	.coupon-event-campaign-card:nth-child(1):hover, .coupon-event-campaign-card:nth-child(1):active {
		background: url("./img/CouponEvent1_S_Pressed.png") no-repeat center center;
		background-size: contain;
	}
	.coupon-event-campaign-card:nth-child(2):hover, .coupon-event-campaign-card:nth-child(2):active {
		background: url("./img/CouponEvent2_S_Pressed.png") no-repeat center center;
		background-size: contain;
	}
	.coupon-event-campaign-card:nth-child(3):hover, .coupon-event-campaign-card:nth-child(3):active {
		background: url("./img/CouponEvent3_S_Pressed.png") no-repeat center center;
		background-size: contain;
	}
	.featured-campaign-items {
		overflow: hidden;
	}
	.featured-campaign-item-nav {
		overflow: hidden;
    gap: 10px;
	}
  .featured-campaign-item-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
	.mobile-view {
		display: block;
	}
  .featured-campaign-item-nav-tab-discount>span{
    font-size: 16px;
    line-height: 24px;
  }
  .main-item.platform{
    padding-bottom: 32px;
  }
  .ctb-binding-buttons>a, .coupon-event-buttons>a, .ctb-binding-buttons>a, .go-to-ctb-binding-btn, .go-to-draw-winner-btn{
    font-size: 20px;
    line-height: 30px;
  }
  .featured-campaign-item-nav-tab img{
    width: 80px;
    height: 30px;
  }
  .hide-on-mobile {
		display: none;
	}
}
@media screen and (min-width: 900px) {
	.copy-block:hover {
		background-color: #C8E4DB;
		border-color: #A2D8C7;
	}
}