.Summer-Promotion-2024{
	font-family: Microsoft JhengHei;
	background-color: #53ccff;
	box-sizing: content-box;
}
.Summer-Promotion-2024 a{
	/*text-decoration: none;*/
	color: #000;
}
.Summer-Promotion-2024 > h1, h2, h3, h4, h5{
	margin: 1.5rem 0 0.75rem;
}
.Summer-Promotion-2024 h1{
	font-size: xx-large;
	font-weight: bold;
}
.Summer-Promotion-2024 h2{
	font-size: x-large;
	font-weight: bold;
}
.Summer-Promotion-2024 h3{
	font-size: large;
	font-weight: bold;
}
.Summer-Promotion-2024 h4{
	font-size: medium;
	font-weight: bold;
}
.Summer-Promotion-2024 h5{
	font-size: small;
	font-weight: bold;
}
.Summer-Promotion-2024 p{
	font-size: medium;
	font-weight: bold;
}
.Summer-Promotion-2024 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.circle{
	border-radius: 100%;
}
.Summer-Promotion-2024 .desktop{
	display: block;
}
.Summer-Promotion-2024 .mobile{
	display: none;
}
.section_title{
	position: relative;
	z-index: 1;
	max-width: max-content;
	padding: 5% 20% 2.5%;
	box-sizing: border-box;
}
.shadowFx{
	box-shadow: 13px 13px 1px 0 rgba(0, 0, 0, 0.15);
}
.boxFx {
	overflow: hidden;
	filter: contrast(98%);
	transition: all 0.3s;
	background-color: #fff;
	border-radius: 50px;
}
.boxFx:hover {
	filter: contrast(110%);
	transition: all 0.1s;
}
.Box_bg{
	background-size: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
}
.first .flexBox{
	margin: 0;
	padding: 0;
}
.first .eventContainer{
	margin-top: -23%;
	padding-bottom: 0;
}
.second::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), 
                      linear-gradient(to right, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none; /* Ensures the grid is not interactive */
}
.second::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
                                rgba(83, 204, 255, 1) 0vh, 
                                rgba(46, 193, 253, 0) 10vh, 
                                rgba(46, 193, 253, 0) 85vh);
    pointer-events: none; /* Ensures the overlay is not interactive */
}
.second{
	overflow: hidden;
	position: relative;
    background: linear-gradient(to bottom, 
								rgba(46, 193, 253, 1) 10vh,
								rgba(46, 193, 253, 1) 100vh);
    width: 100%;
	background-image: url(../images/pink_bg.jpg?v20240729);
	background-size: 100%;
}
.second .summerWomen01{
	position: absolute;
	z-index: 0;
	width: fit-content;
	height: 80%;
	left: 50%;
	transform: translate(-140%, -2%);
	bottom: 0;
}
.second .flexRow{
	position: relative;
	z-index: 1;
	margin-left: 30%;
	width: 80%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}
.second .flexBox{
	flex: 1 0 calc(33.333% - 20px); /* 3 columns by default */
	box-sizing: border-box;
	margin: 10px;
	overflow: hidden;
	aspect-ratio: 1; /* 1:1 aspect ratio */
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: fff;
	border-radius: 50%; /* Makes it a circle */
}
.second .content{
	height: 50%;
	margin-top: 70%;
}
.second .flexBox:nth-child(1){
	background-image: url(../images/second_discImg_01.png?v20240730);
}
.second .flexBox:nth-child(2){
	background-image: url(../images/second_discImg_02.png);
}
.second .flexBox:nth-child(3){
	background-image: url(../images/second_discImg_03.png);
}
.second .flexBox:nth-child(4){
	background-image: url(../images/second_discImg_04.png);
}
.second .flexBox:nth-child(5){
	background-image: url(../images/second_discImg_05.png);
}
.second .flexBox:nth-child(6){
	background-image: url(../images/second_discImg_06.png);
}
.third::before{
	content: "";
    position: absolute;
	z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), 
                      linear-gradient(to right, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none; /* Ensures the grid is not interactive */
}
.third::after {
    content: "";
    position: absolute;
	z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
                                rgba(253, 124, 178, 1) 0vh, 
                                rgba(131, 107, 255, 0) 10vh, 
                                rgba(131, 107, 255, 0) 85vh);
    pointer-events: none; /* Ensures the overlay is not interactive */
}
.third{
	overflow: hidden;
	position: relative;
	z-index: 0;
    background: linear-gradient(to bottom, 
								rgba(253, 124, 178, 1) 0vh, 
								rgba(131, 107, 255, 1) 10vh, 
								rgba(131, 107, 255, 1) 100vh);
    width: 100%;
	background-image: url(../images/perple_bg.jpg);
	background-size: 100%;
}
.third .txtBtn{
	margin: 0.5rem auto 0.75rem;
	padding: 0 5rem;
	color: #fff;
	font-weight: bold;
	width: 130px;
	height: 45px;
	background-color: #000;
	border-radius: 50px;
	letter-spacing: 0;
}
.third .eventContainer{
	position: relative;
	z-index: 2;
}
.third .event-info{
	color: #fff;
}
.third .grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 1.5rem; /* Optional: Adds spacing between grid items */
	width: 45%;
}
.third .grid-container > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.third .grid-item1 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}
.third .grid-item2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.third .grid-item3 {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
	width: fit-content;
	margin-top: 0.75rem;
}
.third .grid-container img{
	width: 100%;
	height: auto; /* Maintain aspect ratio */
	object-fit: scale-down;
}
.third .summerWomen02{
    padding-left: 15vw;
    height: fit-content;
    position: absolute;
    right: 50%;
    bottom: 0;
    z-index: 1;
	width: fit-content;
	transform: translate(70%, 0);
}
.fourth::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), 
                      linear-gradient(to right, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none; /* Ensures the grid is not interactive */
}
.fourth::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
                                rgba(131, 107, 255, 1) 0vh, 
                                rgba(46, 193, 253, 0) 10vh, 
                                rgba(46, 193, 253, 0) 85vh);
    pointer-events: none; /* Ensures the overlay is not interactive */
}
.fourth{
	overflow: hidden;
	position: relative;
    background: linear-gradient(to bottom, 
                                rgba(253, 124, 178, 1) 0vh, 
                                rgba(253, 124, 178, 1) 100vh);
    width: 100%;
	background-image: url(../images/pink_bg.jpg?v20240729);
	background-size: 100%;
}
.fourth .content{
	display: block;
}
.fourth .txtBtn{
	font-size: 1.5rem;
	margin: 0.5rem auto 0.75rem;
	padding: 1rem 1.2rem 1rem 1.8rem;
	color: #fff;
	font-weight: bold;
	width: fit-content;
	background-color: #000;
	border-radius: 50px;
	letter-spacing: 0;
}
.mbrEvnt{
	margin-top: 1.5rem;
	background-color: #06c755;
}
.mbrEvnt .grid-container{
	width: 95%;
	margin: 2rem auto;
    grid-template-columns: 1fr 1fr 1fr;
	gap: 0;
}
.mbrEvnt .grid-item img{
	object-fit: contain;
}
.mbrEvnt .grid-item{
	color: #fff;
	display: flex;
	flex-flow: column;
    justify-content: center; /* Horizontal center */
    align-items: center; /* Vertical center */
    text-align: center;
	padding: 0 0.3rem;
	box-sizing: border-box;
}
.mbrEvnt .grid-item:nth-child(1), .mbrEvnt .grid-item:nth-child(3){
	padding: 0 1.5vw;
	box-sizing: border-box;
}
.mbrEvnt h4{
	margin: 0;
}
.mbrEvnt h1{
	margin: 0.75rem 0;
}
.mbrEvnt p{
	font-size: xx-small;
}
.mbrEvnt .event-info{
	color: #fff;
	margin: 0;
}
.mbrEvnt .txtBtn{
	margin: 0.5rem 0 0.75rem;
	color: #06c755;
	font-weight: bold;
	width: 130px;
	height: 45px;
	background-color: #fff;
	border-radius: 50px;
	letter-spacing: 3px;
}
.fourth .flexBox{
	padding: 0;
}
.fifth a{
	width: 100%;
}
.fifth::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), 
                      linear-gradient(to right, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none; /* Ensures the grid is not interactive */
}
.fifth::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
                                rgba(253, 124, 178, 1) 0vh, 
                                rgba(46, 193, 253, 0) 10vh, 
                                rgba(46, 193, 253, 0) 85vh);
    pointer-events: none; /* Ensures the overlay is not interactive */
}
.fifth{
	overflow: hidden;
	position: relative;
    background: linear-gradient(to bottom, 
								rgba(46, 193, 253, 1) 10vh,
								rgba(46, 193, 253, 1) 100vh);
    width: 100%;
	background-image: url(../images/blue_bg.jpg?v20240729);
	background-size: 100%;
}
.fifth .flexBox{
	padding: 0;
}
.fifth a{
	width: 100%;
}
.fifth .productImg{
	object-fit: contain;
	margin:  0 2%;
	box-sizing: border-box;
}
.fifth .pic{
	max-width: 100%;
}
.fifth .grid-x3-one{
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(3, 20%);
	margin-top: 1rem;
}
.sixth .productImg{
	object-fit: contain;
	margin:  0 2%;
	box-sizing: border-box;
}
.sixth .grid-container{
	grid-template-columns: 1fr 1fr;
}
.sixth .grid-item {
	display: grid;
	position: relative;
}
.sixth .grid-item > div{
	display: block;
	position: absolute;
	place-self: center;
	top: 50%;
	right: 6%;
}
.seventh::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), 
                      linear-gradient(to right, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none; /* Ensures the grid is not interactive */
}
.seventh::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
                                rgba(46, 193, 253, 1) 0vh, 
                                rgba(46, 193, 253, 0) 10vh, 
                                rgba(46, 193, 253, 0) 85vh);
    pointer-events: none; /* Ensures the overlay is not interactive */
}
.seventh{
	overflow: hidden;
	position: relative;
    background: linear-gradient(to bottom, 
                                rgba(253, 124, 178, 1) 10vh, 
                                rgba(253, 124, 178, 1) 100vh);
    width: 100%;
	background-image: url(../images/pink_bg.jpg?v20240729);
	background-size: 100%;
}
.seventh .content{
	align-items: normal;
	padding-top: 1.5rem;
	box-sizing: border-box;
}
.seventh .grid-item{
	background-color: #fff;
}
.seventh .brandTitleTag{
    color: #d54f62;
    display: inline-block;
    font-size: large;
    line-height: 1.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #d54f62;
    border-image: initial;
    padding: 0.1vw 0.5vw;
	width: fit-content;
	margin: auto;
}
.seventh .brandTitleTag.none{
	line-height: 1.5rem;
	visibility: hidden;
}
.seventh .brandTitle{
	font-weight: bolder;
	text-transform: uppercase;
    font-size: x-large;
    color: #333;
    margin: 1rem 0 0.8rem;
}
.seventh .brandTitle02{
	color: #5d656c;
	letter-spacing: 0.05vw;
}
.seventh .pic{
	border-top: 1px solid #9b9b9b;
	margin-top: 1vw;
}
.zeventh .ZoomFx{
	text-decoration: none;
	filter: none;
}
.zeventh .ZoomFx:hover{
    transform: scale(1);
}
.eighth .content .boxFx{
	overflow: inherit;
}
.eighth .grid-item{
	background-color: #f0f0f0;
	padding-bottom: 2rem;
}
.eighth h2{
	margin: 1.5rem 0.75rem;
	line-height: 1.2;
	font-size: 1.36rem;
	color: #d54f62;
}
.eighth p{
	line-height: 1.5rem;
	margin: 0 1rem 1rem;
	color: #666;
}
.eighth::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), 
                      linear-gradient(to right, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none; /* Ensures the grid is not interactive */
}
.eighth::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
                                rgba(253, 124, 178, 1) 0vh, 
                                rgba(46, 193, 253, 0) 10vh, 
                                rgba(46, 193, 253, 0) 85vh);
    pointer-events: none; /* Ensures the overlay is not interactive */
}
.eighth{
	overflow: hidden;
	position: relative;
    background: linear-gradient(to bottom, 
								rgba(46, 193, 253, 1) 10vh,
								rgba(46, 193, 253, 1) 100vh);
    width: 100%;
	background-image: url(../images/blue_bg.jpg?v20240729);
	background-size: 100%;
}

/* 計程車券 taxiCouponArea */
.taxiCoupon__wrapper{
	position: relative;
}
.taxiCouponArea{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.taxiCoupon__content__bg img{
	position: absolute;
}
.taxiCoupon__content{
	position: relative;
	text-align: center;
	padding: 1% 2% 2% 2%;
}


.btn__copyText img{
	margin-bottom: -5px;
	max-width: 4%;
}

.btn__copyText img:hover{
	filter: saturate(0.5);
}
.icon__taxi__popup{
	max-width: 80%;
	margin-left: 10%;
}

/*******************follow us*******************/
.fu_wrap {
	width:100%;
	height:auto;
	position:relative;
}
.fu {
	width:100%;
	max-width:1280px;
	margin: 0 auto;
	padding: 2vw 0px;
	box-sizing: border-box;
}
.fu_title {
	width:88%;
	max-width:750px;
	height:auto;
	margin:0px auto 1.25vw auto;
}
.fu_flexG4_container {
	border-radius: 50px;
	margin:2vw auto 0;
	display:flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content:space-around;
	transition:  0.2s;
	padding:3vw 2vw;
	box-sizing: border-box;
	background-color: #f9f9f9;
	position:relative;
}
.fu_flexG4_container::after {
	content: '';
	width: 18vw;
	height: 3vw;
	background-image: url(../images/social_title.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size:contain;
	position: absolute;
	top: -1.2vw;
	left: 50%;
	z-index: 1;
	margin-left: -9vw;
}
.fu_flexG4_container a, .fu_flexG4_container img {
	width:100%;
	height:auto;
	display:block;
}
a.fu_flexG4_item {
	flex-basis:22%;
	text-align: center;
	background-color: #fff;
}
.fu_item_info {
	width:80%;
	margin:2vw auto;
	color:#5d656c;
}
.fu_item_icon img {
	width:32%;
	margin:0 auto;
}
.fu_item_name {
	font-size: 1.2vw;
	padding: 0.5% 1.5%;
	margin: 5% 0;
	font-weight: 600;
}
.fu_item_account {
	font-size: 0.8vw;
	line-height: 1.5em;
	margin-bottom: 10%;
}
.fu_item_cta {
	font-size: 1vw;
	line-height: 3vw;
	border-top:1px solid #ccc;
	transition: 0.2s;
}
.fu_item_cta:hover {
	color: #d64930;
}

.eventContainer{
	max-width: 1280px;
	margin: 0 auto;
	padding: 5rem 0;
	align-content: center;
}
.flex-container{
	flex-direction: row;
	justify-content: center;
	display: flex;
	flex-flow: row;
}
.flexRow{
	display: flex;
	flex-wrap: wrap;
	flex-flow: row;
	justify-content: center;
}
.flexBox{
	width: 300px; 
	padding-bottom: 20px;
	margin: 0.75rem;
	box-sizing: border-box;
	overflow: hidden;
}
.grid-container{
	display: grid;
	gap: 1.5rem; /* 設定格子之間的間距 */
	align-items: stretch; /* 讓列高度相等，並以最高者為基準 */
}
.grid-item {
	overflow: hidden;
	text-align: center;
}
.grid-x3-one{
	grid-template-columns: repeat(3, 1fr); /* 初始為三欄 */
}
.grid-x4-one{
	grid-template-columns: repeat(4, 1fr); /* 初始為四欄 */
}
.grid-x6-two{
	margin: 0;
	display: grid;
	grid-template-areas: 
	'gx6two-01 gx6two-02 gx6two-04 gx6two-06'
	'gx6two-01 gx6two-03 gx6two-05 gx6two-06';
}
.gx6two-01{
	grid-area: gx6two-01;
}
.gx6two-02{
	grid-area: gx6two-02;
}
.gx6two-03{
	grid-area: gx6two-03;
}
.gx6two-04{
	grid-area: gx6two-04;
}
.gx6two-05{
	grid-area: gx6two-05;
}
.gx6two-06{
	grid-area: gx6two-06;
}
.grid-x24{
	grid-template-columns: repeat(4, 1fr); /* 初始為四欄 */
}
.content{
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;	
	align-items: center;
}
.zoomFx{
	text-decoration: none;
	filter: none;
	transform: scale(1);
	transition: all 0.3s;
}
.zoomFx:hover{
	filter: contrast(120%);
    transform: scale(1.05);
	transition: all 0.1s;
}
.txtBtn{
	font-size: large;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin-top: auto;	*/
}
.txtBtn_b{
	width: 100%;
	font-size: large;
	padding: 1.2rem 0;
	color: #fff;
	background: #000;
	margin: auto auto 0;
}
.eighth a{
	width: fit-content;
	font-size: large;
	padding: 0.75rem 1rem;
	color: #fff;
	background: #000;
}
.eighth a::after{    
	margin-left: 0.75rem;
	display: inline-block;
    font: 15px FontAwesome;
	content: "\f0da";
}
.lreanMore{
	display: block;
	width:fit-content;
	margin: auto;
}
.event-info{
	font-weight: bold;
	margin-top: 0.75rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.boxShadow{
	box-shadow:0.75rem 0.75rem 0px rgba(0, 0, 0, 0.1);	
}

/* response */

@media (max-width: 1440px) {
	.eventContainer{
		width: 95%;
	}
	.boxFx {
		border-radius: 5vw;
	}
	.flexRow{
		width: 100%;
	}
	.flexBox{
		width: 100%; 
		padding-bottom: 20px;
		margin: 0.5vw;
		box-sizing: border-box;
	}
	.txtBtn{
		width: 13vw;
	}
	.event-info{
		font-size: 1.5vw;
		margin-top: 0.75vw;
	}
	.grid-container{
		gap: 1vw;
	}
	.grid-x6-two{
		margin: 0.5vw;
	}
	.second .summerWomen01{
		height: 75%;
		transform: translate(-122%, -5%);
	}
	.third .summerWomen02{
		width: 75vw;
		transform: translate(70%, -5%);
	}
	.third .txtBtn{
		margin-top: 1.2rem;
	}
}

@media (max-width: 1024px) {
	.first .title{
		font-size: 2.6vw;
	}
	.first p{
		font-size: 2.4vw;
		margin: 1.5vw 0 1.2vw;
		line-height: 3.2vw;
	}
	.mbrEvnt .grid-container {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
            "left-top right"
            "left-top left-bottom";
    }
	.mbrEvnt .grid-container{
		width: 85%;
	}
	.mbrEvnt h1{
		font-size: 4vw;
	}
	.mbrEvnt h4{
		font-size: 2.5vw;
	}
	.mbrEvnt p{
		font-size: 1.5vw;
	}
    .mbrEvnt .grid-item:nth-child(1) {
        grid-area: left-top;
    }
    .mbrEvnt .grid-item:nth-child(2) {
        grid-area: right;
    }
    .mbrEvnt .grid-item:nth-child(3) {
        grid-area: left-bottom;
    }
	.second .summerWomen01{
		height: 65%;
		transform: translate(-120%, -20%);
	}
}
@media (max-width: 768px) {
	.Summer-Promotion-2024 .desktop{
		display: none;
	}
	.Summer-Promotion-2024 .mobile{
		display: block;
	}
	.section_title{
		max-width: 100%;
		padding: 3% 15%;
		box-sizing: border-box;
	}
	.eventContainer{
		margin: 0 2%;
	}
	.flex-container{
		flex-wrap: wrap;
	}
	.flexRow{
		width: 95%;
	}
	.flexBox{
		width: 50%;
		margin: 1.5vw;
	}
	.grid-container{
		gap: 3vw;
	}
	.grid-x4-one{
		grid-template-columns: repeat(2, 1fr); /* 螢幕小於max-width時，變為兩欄 */
	}
	.grid-container{
		width: 90%;
		margin: auto;
	}
	.grid-x24{
		grid-template-columns: repeat(2, 1fr); /* 螢幕小於max-width時，變為兩欄 */
	}
	.grid-x6-two{
		grid-template-areas: 
		'gx6two-01 gx6two-02'
		'gx6two-01 gx6two-03'
		'gx6two-04 gx6two-06'
		'gx6two-05 gx6two-06';
	}
	.first .eventContainer{
		margin-top: -33%;
	}
	.first .grid-container{
		grid-template-columns: 1fr;
	}
	.first .title{
		font-size: 1.6rem;
	}
	.first p {
        font-size: 1.5rem;
        margin: 1rem 0 1rem;
        line-height: 2rem;
    }
	.second .flexRow{
		margin: auto;
		width: 95%;
	}
	.second .flexBox{
		flex: 1 0 calc(45% - 20px); /* 2 columns */
		margin: 1.5vw;
	}
	.second .flexBox .txtBtn{
		width: 25vw;
	}
	.third .grid-container{
		width: 90%;
		gap: 3.2vw;
	}
	.third .grid-container img{
		object-fit: cover;
	}
	.fourth h1{
		transform: scale(0.8);
	}
	.fourth{
		padding-bottom: 5rem;
	}
	.event-info{
		font-size: 3vw;
		margin-top: 1.8vw;
	}
}

@media(max-width: 580px){
	.eventContainer{
		width: 100%;
		margin: 0;
		padding: 4rem 0 3rem;
	}
	.first .eventContainer{
		margin-top: -40%;
	}
	.first .lreanMore{
		width: 60%;
	}
	.section_title{
		padding: 3% 2%;
	}
	.grid-x3{
		gap: 1.5rem 0;
		display: grid;
		grid-template-areas: 
		'gx3-01'
		'gx3-02'
		'gx3-03';
	}
	.gx3-01{
		grid-area: gx3-01;
	}
	.gx3-02{
		grid-area: gx3-02;
	}
	.gx3-03{
		grid-area: gx3-03;
	}
	.first .grid-container{
		margin: 0;
		width: 100%;
	}
	.mbrEvnt .grid-container {
		grid-template-columns: 1fr;
        grid-template-areas: 
            "left-top"
			"right"
            "left-bottom";
    }
	.mbrEvnt h1{
		font-size: 6.2vw;
	}
	.mbrEvnt h3{
		font-size: 4.2vw;
	}
	.mbrEvnt h4{
		font-size: 3.6vw;
	}
	.mbrEvnt p{
		font-size: 3vw;
	}
	.mbrEvnt .grid-item{
		padding: 0.5rem;
	}
    .mbrEvnt .grid-item:nth-child(1) {
        grid-area: left-top;
    }
    .mbrEvnt .grid-item:nth-child(2) {
        grid-area: right;
    }
    .mbrEvnt .grid-item:nth-child(3) {
        grid-area: left-bottom;
    }
	.third .txtBtn{
		margin-top: 1.5rem;
	}
	.fourth{
		padding-bottom: 2rem;
	}
	.seventh .content{
		padding-top: 5vw;
	}
	.seventh .brandTitleTag{
		font-size: 3.6vw;
		padding: 1vw 2vw;
	}
	.seventh .brandTitle{
		font-size: 5vw;
		font-weight: bolder;
		letter-spacing: 0;
		margin: 3vw 0;
	}
	.eighth h2{
		margin: 3vw;
		font-size: 4.5vw;
	}
	.eighth p{
		font-size: 3vw;
		line-height: 1.5;
	}
	.seventh .brandTitle02{
		font-size: 3.6vw;
		margin: 0 0 3vw 0;
		letter-spacing: 0.05vw;
	}
	.txtBtn_b{
		font-size: 3vw;
		letter-spacing: 0;
		padding: 0.75rem 0;
	}
	.eighth a::after{
		font-size: 3.5vw;
		margin-left: 1.5vw;
	}
	.eighth a {
		font-size: 3.5vw;
		padding: 2vw 5vw;
	}


	/*******************follow us*******************/
	.fu_title {
		width:96%;
		margin:3vw auto;
	}
	.fu_flexG4_container {
		flex-wrap:wrap;
		justify-content:space-around;
		margin:8vw auto 0;
		padding:2vw;
	}
	.fu_flexG4_container::after {
		width: 42vw;
		height: 7vw;
		top: -5vw;
		margin-left: -21vw;
	}
	a.fu_flexG4_item {
		border-radius: 50px;
		margin:1vw 0; /*宮格與下方版位間距-可調整*/
		flex-basis: 48%;
	}
	.fu_item_name {
		font-size: 3vw;
		padding: 0.5% 1.5%;
		margin: 5% 0;
		font-weight: 600;
	}
	.fu_item_account {
		font-size: 2vw;
		line-height: 1.5em;
		margin-bottom: 10%;
	}
	.fu_item_cta {
		font-size: 2vw;
		line-height: 6vw;
		border-top:1px solid #ccc;
	}
}


#popup_discount4 table{
	word-break: break-all;
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

#popup_discount4 th {
    background-color: #333;
    color: white;
}

#popup_discount4 td {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}

#popup_discount4 tr:nth-child(odd) {
    background-color: #f9f9f9;
}

#popup_discount4 tr:hover {
    background-color: #f1f1f1;
}