@charset "UTF-8";

/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
  -moz-user-select : none;
　-webkit-user-select: none;
  
}

body,html {
  background-color: #222;
}

a:link {
	color:#2B3537;
	text-decoration: none;
}
a:visited {	
	color:#2B3537;
	text-decoration: none;
}
a:hover {
	color:#2B3537;
	text-decoration: none;
}
a:active {
	color:#2B3537;
	text-decoration: none; 
}


/* 2026 KGLA - Desktop */
:root {
  --Font-Size-Page-Title: 64px;
  --Font-Size-Content-Title: 48px;
  --Font-Size-Content-Subtitle: 32px;
  --Font-Size-Card-Subtitle: 22px;
  --Font-Size-Content-Texts: 18px;
  --Line-Height-Page-Title-2: 80px;
  --Line-Height-Content-Title-2: 56px;
  --Line-Height-Content-Subtitle: 44px;
  --Line-Height-Card-Subtitle: 30px;
  --Line-Height-Content-Texts: 32px;
  --Line-Height-Item-Content-Texts: 36px;
  --Line-Height-Section-Title: 32px;
  --Line-Height-Button-Text: 24px;
  --Font-Size-Item-Content-Texts: 18px;
  --Font-Size-Section-Title: 20px;
  --Font-Size-Button-Text: 16px;
  --Line-Height-Page-Title-2: 3px;
  --Line-Height-Content-Title-2: 3px;
  --Letter-Spacing-Content-Subtitle: 1px;
  --Letter-Spacing-Card-Subtitle: 1px;
  --Letter-Spacing-Content-Texts: 0.5px;
  --Letter-Spacing-Item-Content-Texts: 0.5px;
  --Letter-Spacing-Section-Title: 1px;
  --Letter-Spacing-Button-Text: 1px;
}

@media (max-width: 1280px) {
	/* 2026 KGLA - Laptop */
	:root {
		--Font-Size-Page-Title: 56px;
		--Font-Size-Content-Title: 40px;
		--Font-Size-Content-Subtitle: 28px;
		--Font-Size-Card-Subtitle: 20px;
		--Font-Size-Content-Texts: 16px;
		--Line-Height-Page-Title-2: 72px;
		--Line-Height-Content-Title-2: 48px;
		--Line-Height-Content-Subtitle: 40px;
		--Line-Height-Card-Subtitle: 30px;
		--Line-Height-Content-Texts: 28px;
		--Line-Height-Item-Content-Texts: 32px;
		--Line-Height-Section-Title: 28px;
		--Line-Height-Button-Text: 24px;
		--Font-Size-Item-Content-Texts: 16px;
		--Font-Size-Section-Title: 18px;
		--Font-Size-Button-Text: 16px;
		--Line-Height-Page-Title-2: 3px;
		--Line-Height-Content-Title-2: 3px;
		--Letter-Spacing-Content-Subtitle: 1px;
		--Letter-Spacing-Card-Subtitle: 1px;
		--Letter-Spacing-Content-Texts: 0.5px;
		--Letter-Spacing-Item-Content-Texts: 0.5px;
		--Letter-Spacing-Section-Title: 1px;
		--Letter-Spacing-Button-Text: 1px;
	}
}

@media (max-width: 1000px) {
	/* 2026 KGLA - Tablet */
	:root {
		--Font-Size-Page-Title: 48px;
		--Font-Size-Content-Title: 32px;
		--Font-Size-Content-Subtitle: 24px;
		--Font-Size-Card-Subtitle: 20px;
		--Font-Size-Content-Texts: 16px;
		--Line-Height-Page-Title-2: 56px;
		--Line-Height-Content-Title-2: 40px;
		--Line-Height-Content-Subtitle: 36px;
		--Line-Height-Card-Subtitle: 28px;
		--Line-Height-Content-Texts: 28px;
		--Line-Height-Item-Content-Texts: 32px;
		--Line-Height-Section-Title: 28px;
		--Line-Height-Button-Text: 22px;
		--Font-Size-Item-Content-Texts: 16px;
		--Font-Size-Section-Title: 18px;
		--Font-Size-Button-Text: 15px;
		--Line-Height-Page-Title-2: 2px;
		--Line-Height-Content-Title-2: 2px;
		--Letter-Spacing-Content-Subtitle: 1px;
		--Letter-Spacing-Card-Subtitle: 0.5px;
		--Letter-Spacing-Content-Texts: 0.5px;
		--Letter-Spacing-Item-Content-Texts: 0.5px;
		--Letter-Spacing-Section-Title: 0.5px;
		--Letter-Spacing-Button-Text: 0.5px;
	}
}

@media (max-width: 743px) {
	/* 2026 KGLA - Mobile */
	:root {
		--Font-Size-Page-Title: 28px;
		--Font-Size-Content-Title: 24px;
		--Font-Size-Content-Subtitle: 20px;
		--Font-Size-Card-Subtitle: 18px;
		--Font-Size-Content-Texts: 15px;
		--Line-Height-Page-Title-2: 36px;
		--Line-Height-Content-Title-2: 32px;
		--Line-Height-Content-Subtitle: 32px;
		--Line-Height-Card-Subtitle: 26px;
		--Line-Height-Content-Texts: 28px;
		--Line-Height-Item-Content-Texts: 30px;
		--Line-Height-Section-Title: 26px;
		--Line-Height-Button-Text: 20px;
		--Font-Size-Item-Content-Texts: 15px;
		--Font-Size-Section-Title: 16px;
		--Font-Size-Button-Text: 15px;
		--Line-Height-Page-Title-2: 1px;
		--Line-Height-Content-Title-2: 1px;
		--Letter-Spacing-Content-Subtitle: 0.5px;
		--Letter-Spacing-Card-Subtitle: 0px;
		--Letter-Spacing-Content-Texts: 0px;
		--Letter-Spacing-Item-Content-Texts: 0px;
		--Letter-Spacing-Section-Title: 0px;
		--Letter-Spacing-Button-Text: 0px;
	}
}


/* 表頭 */

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100svh;
	background-color: #2B3537;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	box-sizing: border-box;	
	z-index: 9999;
}

.percent-text {
	width: 610px;
	font-family: Zalando Sans Expanded;
	font-weight: 700;
	font-size: 168px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #ffffff;
	text-align: right;
	margin-left: 64px;
	margin-bottom: 64px;
}

.progress-bar {
	position: absolute;
	left: 0;
	height: 24px;
	width: 0%;
	background-color: #C7F169;
	transition: none !important;
	bottom: calc(0 + env(safe-area-inset-bottom)); 
}


@media (max-width: 1280px) {
	.percent-text {
		width: 440px;
		font-size: 120px;
		margin-left: 56px;
		margin-bottom: 56px;
	}
	.progress-bar {
		height: 24px;
	}
}

@media (max-width: 1000px) {
	.percent-text {
		width: 380px;
		font-size: 104px;
		margin-left: 48px;
		margin-bottom: 48px;
	}
	.progress-bar {
		height: 20px;
	}
}

@media (max-width: 743px) {
	.percent-text {
		width: 320px;
		font-size: 64px;
		margin-left: 40px;
		margin-bottom: 40px;
	}
	.progress-bar {
		height: 15px;
	} 
}





#banner {
	position: fixed;
	width: 100%;
	height: 100vh;
	height: 100svh;
	z-index: 1000;
}

.slider {
	position: relative;
	width: 100%;
	height: 100vh;
}
.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slide:first-child {
	opacity: 1; /* 第一張顯示 */
}

.image1 {
	background-image: url('../images/1920_index_banner_01.jpg');
}
.image2 {
	background-image: url('../images/1920_index_banner_02.jpg');
}
.image3 {
	background-image: url('../images/1920_index_banner_03.jpg');
}
.image4 {
	background-image: url('../images/1920_index_banner_04.jpg');
}




.header {
	width: 100%;
	text-align: center;
	display: flex;
	position: fixed;
	justify-content: center;
	top: 48px;
	left: 0;
	z-index: 9000;
}
.header_menu {
	width: 1000px;
	height: 80px;
	gap: 16px;
	display: flex;
	padding: 16px 32px;
	background: rgba(255, 255, 255, 0);
	border-radius: 12px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	list-style: none;
}
.header_menu > li {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: var(--Font-Size-Content-Texts);
	line-height: var(--Line-Height-Content-Texts);
	letter-spacing: var(--Letter-Spacing-Content-Texts);
	color: #2B3537;
	padding: 8px 16px;
	transition: all 0.3s ease-in-out;
	border-radius: 12px;
	cursor: pointer;
	position: relative;
}
.header_menu > li:hover {
	background-color: #C7F169;
}
.header_menu_title1_2 {
	padding: 8px 32px 8px 16px !important;
}

.header_menu_count {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: 8px;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: center;
	position: absolute;
	right: 16px;
	top: 10px;
	background-color: #2B3537;
	color: #FFF;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.banner_word {
	position: absolute;
	left: 128px;
	bottom: 100px;
	z-index: 2000;
}
.img1 {
	width: 307px;
}
.img2 {
	width: 546px;
	margin-top: 48px;
}
.banner_title1 {
	font-family: Zalando Sans;
	font-weight: 500;
	font-size: var(--Font-Size-Content-Texts);
	line-height: 1.5;
	letter-spacing: var(--Letter-Spacing-Content-Subtitle);
	color: #FFF;	
	margin-top: 48px;
}

.nav-links {
	list-style: none;
	display: flex;
	gap: 30px;
	align-items: center;
	margin: 0;
	padding: 0;
}

.dropdown-trigger {
	position: relative;
}

.dropdown-menu {
	position: absolute;
	top: 100px; /* 離導覽列的距離 */
	left: 0;
	width: 270px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 12px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	padding: 16px;
	display: none; /* 預設隱藏，由 GSAP 控制 */
	opacity: 0;
	z-index: 9001;
}

.dropdown-menu a {
	display: inline-block;
	padding: 8px 16px;
	color: #2B3537;
	transition: background 0.3s;
	margin-top: 16px;
	border-radius: 12px;
}

.dropdown-menu a:hover {
	background: #C7F169;
}

.timeremaining {
	position: absolute;
	right: 128px;
	bottom: 100px;
	z-index: 8000;
	transform: translateY(-20px);
	opacity: 0;
	animation: fadeInUp 0.3s ease forwards 0.3s;
}
.timeremaining_title1 {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}
.timeremaining_title2 {
	font-family: Zalando Sans;
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	margin-top: 6px;
}
.countdown-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 64px;
	margin-top: 48px;
}	
.countdown-box {
	width: 155px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.countdown-number {
	font-family: Zalando Sans;
	font-weight: 500;
	font-size: 120px;
	line-height: 1;
	letter-spacing: 0%;
	text-align: center;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
}
.countdown-label {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 20px;
}
@keyframes fadeInUp {
	to {
		transform: translateY(0);
		opacity: 1;
	}
}


@media (max-width: 1630px) {
	.banner_word {
		left: 98px;
		bottom: 80px;
		z-index: 2000;
	}
	.img1 {
		width: 225px;
	}
	.img2 {
		width: 400px;
		margin-top: 40px;
	}
	.banner_title1 {
		margin-top: 48px;
	}

	.timeremaining {
		right: 98px;
		bottom: 80px;
	}
	.timeremaining_title1 {
		font-size: 20px;
	}
	.timeremaining_title2 {
		font-size: 28px;
		margin-top: 6px;
	}
	.countdown-wrapper {
		gap: 64px;
		margin-top: 32px;
	}	
	.countdown-box {
		width: 110px;
	}
	.countdown-number {
		font-size: 96px;
	}
	.countdown-label {
		font-size: 20px;
		margin-top: 24px;
	}
}


@media (max-width: 1280px) {
	.image1 {
		background-image: url('../images/1024_index_banner_01.jpg');
	}
	.image2 {
		background-image: url('../images/1024_index_banner_02.jpg');
	}
	.image3 {
		background-image: url('../images/1024_index_banner_03.jpg');
	}
	.image4 {
		background-image: url('../images/1024_index_banner_04.jpg');
	}
	.header {
		top: 40px;
	}
	.header_menu {
		width: fit-content;
		height: 80px;
		gap: 12px;
		padding: 16px 24px;
		border-radius: 12px;
		background: rgba(255, 255, 255, 0);
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
	}
	.header_menu > li {
		padding: 8px 16px;
		border-radius: 12px;
	}
	.header_menu_title1_2 {
		padding: 8px 32px 8px 16px !important;
	}
	
	.header_menu_count {
		font-size: 8px;
		right: 16px;
		top: 10px;
		width: 12px;
		height: 12px;
	}

	.nav-links {
		list-style: none;
		display: flex;
		gap: 30px;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	.dropdown-trigger {
		position: relative;
	}
	.dropdown-menu {
		top: 100px;
		left: 0;
		width: 270px;
		border-radius: 12px;
		background: rgba(255, 255, 255, 0);
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		padding: 16px;
	}
	.dropdown-menu a {
		display: inline-block;
		padding: 8px 16px;
		color: #2B3537;
		transition: background 0.3s;
		margin-top: 16px;
		border-radius: 12px;
	}
	
	.banner_word {
		left: 40px;
		bottom: auto;
		top: 240px;
	}
	.img1 {
		width: 225px;
	}
	.img2 {
		width: 400px;
		margin-top: 40px;
	}
	.banner_title1 {
		line-height: 1.5;
		margin-top: 40px;
	}
	

	.timeremaining {
		right: 40px;
		bottom: 80px;
	}
	.timeremaining_title1 {
		font-size: 20px;
	}
	.timeremaining_title2 {
		font-size: 28px;
		margin-top: 6px;
	}
	.countdown-wrapper {
		gap: 64px;
		margin-top: 32px;
	}	
	.countdown-box {
		width: 110px;
	}
	.countdown-number {
		font-size: 96px;
	}
	.countdown-label {
		font-size: 20px;
		margin-top: 24px;
	}
}

@media (max-width: 1000px) {
	.image1 {
		background-image: url('../images/744_index_banner_01.jpg');
	}
	.image2 {
		background-image: url('../images/744_index_banner_02.jpg');
	}
	.image3 {
		background-image: url('../images/744_index_banner_03.jpg');
	}
	.image4 {
		background-image: url('../images/744_index_banner_04.jpg');
	}
	.header {
		display: none;
	}
	.banner_word {
		left: 40px;
		bottom: auto;
		top: 168px;
	}
	.img1 {
		width: 195px;
	}
	.img2 {
		width: 340px;
		margin-top: 40px;
	}
	.banner_title1 {
		line-height: 1.5;
		margin-top: 40px;
	}
	

	.timeremaining {
		right: 40px;
		bottom: 64px;
	}
	.timeremaining_title1 {
		font-size: 20px;
	}
	.timeremaining_title2 {
		font-size: 28px;
		margin-top: 6px;
	}
	.countdown-wrapper {
		gap: 64px;
		margin-top: 32px;
	}	
	.countdown-box {
		width: 120px;
	}
	.countdown-number {
		font-size: 86px;
	}
	.countdown-label {
		font-size: 20px;
		margin-top: 24px;
	}
}

@media (max-width: 743px) {
	.image1 {
		background-image: url('../images/375_index_banner_01.jpg');
	}
	.image2 {
		background-image: url('../images/375_index_banner_02.jpg');
	}
	.image3 {
		background-image: url('../images/375_index_banner_03.jpg');
	}
	.image4 {
		background-image: url('../images/375_index_banner_04.jpg');
	}
	
	.banner_word {
		left: 24px;
		bottom: auto;
		top: 128px;
	}
	.banner_title1 {
		display: none;
	}
	.img1 {
		width: 135px;
	}
	.img2 {
		width: 240px;
		margin-top: 32px;
	}
	.banner_title1 {
		line-height: 1.5;
		margin-top: 32px;
	}
	

	.timeremaining {
		right: 24px;
		bottom: calc(48px + env(safe-area-inset-bottom)); 
	}
	.timeremaining_title1 {
		font-size: 16px;
	}
	.timeremaining_title2 {
		font-size: 22px;
		margin-top: 6px;
	}
	.countdown-wrapper {
		gap: 25px;
		margin-top: 24px;
	}	
	.countdown-box {
		width: 75px;
	}
	.countdown-number {
		font-size: 56px;
	}
	.countdown-label {
		font-size: 16px;
		margin-top: 24px;
	}
}






/* 隱藏選單 */


.header_open {
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 9000;
	width: 75px;
	height: 50px;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0);
	border-radius: 12px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
}
.header_open img {
	width: 18px;
}

.header_close {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 9000;
	width: 75px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0);
	border-radius: 12px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.header_close img {
	width: 18px;
}

.header_small_menu {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-image: url('../images/744_rwd_menu_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10002;
	padding: 178px 64px 0 64px;

	display: none;
	opacity: 0;
	pointer-events: none; 
}

.header_small_menu.active {
	pointer-events: auto;
}

.header_small_list {
	width: 100%;
}

.header_small_ul {
	list-style: none;
}
.header_small_ul > li {
	position: relative;
	font-family: Zalando Sans SemiExpanded;
	font-weight: 400;
	font-size: 24px;
	line-height: var(--Line-Height-Card-Subtitle);
	letter-spacing: var(--Letter-Spacing-Card-Subtitle);	
	color: #ffffff;
	padding: 12px 0;
	margin-top: 16px;
}
.header_small_ul > li:first-child {
	margin-top: 0;
}
.header_small_ul > li a {
	color: #ffffff;
}

.header_small_count {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: 8px;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: center;
	color: #2B3537;
	position: absolute;
	left: 245px;
	top: 10px;
	background-color: #FFF;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.dropdown-menu2 {
	display: none; 
	opacity: 0;
	overflow: hidden;
	list-style: none;
	padding-left: 20px;
	margin-top: 30px;
}

.dropdown-menu2 a {
	display: block;
	padding: 16px 0;
	font-family: Zalando Sans SemiExpanded;
	font-weight: 400;
	font-size: var(--Font-Size-Section-Title);
	line-height: var(--Line-Height-Section-Title);
	letter-spacing: var(--Letter-Spacing-Section-Title);
	color: #ffffff;
}

/* 讓有下拉選單的 li 游標變成手指 */
.header_small_ul > li:has(.dropdown-menu2) {
	cursor: pointer;
}


@media (max-width: 1000px) {
	.header_open {
		top: 40px;
		right: 40px;
		width: 75px;
		height: 50px;
		border-radius: 12px;
		display: flex;
	}
	.header_open img {
		width: 18px;
	}
	.header_close {
		top: 40px;
		right: 40px;
		width: 75px;
		height: 50px;
		border-radius: 12px;
	}
	.header_close img {
		width: 18px;
	}
	
	.header_small_menu {
		padding: 178px 64px 0 64px;
	}
	.header_small_ul > li {
		font-size: 24px;
		padding: 12px 0;
		margin-top: 16px;
	}
	
	.header_small_count {
		font-size: 8px;
		left: 245px;
		top: 10px;
		width: 16px;
		height: 16px;
	}
	
	.dropdown-menu2 {
		padding-left: 20px;
		margin-top: 30px;
	}
	
	.dropdown-menu2 a {
		padding: 10px 0;
	}
}

@media (max-width: 743px) {
	.header_open {
		top: 24px;
		right: 24px;
		width: 48px;
		height: 32px;
		border-radius: 8px;
	}
	.header_open img {
		width: 18px;
	}
	.header_close {
		top: 24px;
		right: 24px;
		width: 48px;
		height: 32px;
		border-radius: 8px;
	}
	.header_close img {
		width: 18px;
	}
	
	.header_small_menu {
		padding: 80px 44px 0 44px;
	}
	.header_small_ul > li {
		font-size: 20px;
		padding: 10px 0;
		margin-top: 8px;
	}
	
	.header_small_count {
		font-size: 8px;
		left: 200px;
		top: 10px;
		width: 16px;
		height: 16px;
	}
	
	.dropdown-menu2 {
		padding-left: 20px;
		margin-top: 10px;
	}
	
	.dropdown-menu2 a {
		padding: 6px 0;
	}
}




.content_clear {
	width: 100%;
	height: 100vh;
	clear: both;
}



#content {
	width: 100%;
	position: relative;
	padding: 128px 20px;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	background-color: #F7F6F2;
	z-index: 1001;
}
.content_block {
	width: 100%;
	max-width: 1376px;
	margin: auto;
}
.content_title1 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 600;
	font-size: var(--Font-Size-Content-Title);
	line-height: 1.3;
	letter-spacing: var(--Letter-Spacing-Content-Texts);
	color: #016241;
}
.content_title2 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 600;
	font-style: Italic;
	font-size: var(--Font-Size-Content-Subtitle);
	line-height: var(--Line-Height-Content-Subtitle);
	letter-spacing: var(--Letter-Spacing-Content-Subtitle);
	color: #2B3537;
	margin-top: 40px;
	margin-bottom: 32px;
}
.content_title3 {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: var(--Font-Size-Content-Texts);
	line-height: var(--Line-Height-Content-Texts);
	letter-spacing: var(--Letter-Spacing-Content-Texts);
	margin-top: 16px;
}

.content_main {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-style: Medium;
	font-size: var(--Font-Size-Section-Title);
	line-height: var(--Line-Height-Section-Title);
	letter-spacing: var(--Letter-Spacing-Section-Title);
	background: rgba(255, 255, 255, 0);
	border-radius: 12px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	gap: 16px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	width: fit-content;
}

.content_main_cycle {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #C7F169;
}

.content_96_clear {
	width: 100%;
	height: 96px;
	clear: both;
}
.content_48_clear {
	width: 100%;
	height: 48px;
	clear: both;
}





.rules {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: var(--Font-Size-Item-Content-Texts);
	line-height: var(--Line-Height-Item-Content-Texts);
	letter-spacing: var(--Letter-Spacing-Item-Content-Texts);
	text-align: left; /* 文字左右對齊 */
	color: #1E272B;
}

.rules-list {
  counter-reset: item;
  padding-left: 0;
  margin: 0;
}

.rules-list > li {
  list-style: none;
  counter-increment: item;
  padding-left: 24px;
  position: relative;
}

/* 左側數字 */
.rules-list > li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.material-list {
  list-style: none; 
  padding-left: 0;
}
.material-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 3px;
}
.material-list li::before {
  content: '';
  position: absolute;
  width: 4px;   
  height: 4px;
  background-color: #2B3537;
  border-radius: 50%;
  left: 7px;
  top: 16px;
}


.awards_block {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 80px;
}

.awards {
	display: flex;
	flex-direction: column; /* 垂直排列內容 */
	height: 100%; /* 確保填滿 Grid 分配的高度 */
	padding: 56px 0;
	border-top: 1px solid #2B3537;
}
.awards:nth-last-child(-n+3) {
	border-bottom: 1px solid #2B3537;
}
.awards_pic1 {
	position: relative;
	margin-bottom: 48px;
	width: 96px;
	height: 96px;
}
.awards_pic1 img {
	width: 100%;
	position: absolute; /* 讓兩張圖重疊在同一個位置 */
	top: 0;
	left: 0;
	transition: opacity 0.3s ease-in-out; /* ★關鍵：設定 0.4秒 的過場動畫 */
}
.awards_pic1 img:first-child {
	opacity: 1;
	z-index: 1;
}
.awards_pic1 img:last-child {
	opacity: 0;
	z-index: 2;
}
.awards_pic1:hover img:first-child {
	opacity: 0;
}
.awards_pic1:hover img:last-child {
	opacity: 1;
}

.awards_title1 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-size: 20px;
	line-height: var(--Letter-Spacing-Card-Subtitle);
	letter-spacing: var(--Letter-Spacing-Card-Subtitle);
	color: #2B3537;
}

.awards_title2 {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: var(--Letter-Spacing-Content-Texts);
	color: #2B3537;
	margin-top: 24px;
	margin-bottom: 48px;
}


.awards_more {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-size: var(--Font-Size-Button-Text);
	line-height: var(--Line-Height-Button-Text);
	letter-spacing: var(--Letter-Spacing-Button-Text);
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	width: fit-content;
	padding: 12px 8px;
	margin-top: auto;
	border-bottom: 1px solid #1E272B;
	margin-left: auto; 
}

.awards_more img {
	margin-left: 10px;
	width: 24px;
}


.awards_more::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	width: 0%;
	background-color: #1E272B;
	transition: width 0.3s ease;
	z-index: 2;
}
.awards_more:hover::after {
	width: 100%;
}
.awards_more:hover {
	border-bottom: 1px solid #aaa;
}

.content_title3 .awards_link {
 color: #016241;
	padding-bottom: 1px;
	border-bottom: 1px solid #016241;
}
.awards > a {
	margin-top: auto; /* 這是關鍵，讓連結區塊自動往下推到底 */
	display: block;   /* 確保連結變成區塊元素，佔滿橫向空間 */
	width: 100%;      /* 保險起見，確保寬度足夠讓內部的 awards_more 執行 margin-left: auto */
	text-decoration: none; /* 移除預設底線（視需求保留） */
}



.news_more {
	position: relative;
	display: flex;
	width: fit-content;
	height: 48px;
	justify-content: center;
	align-items: center;
	background: #2B3537;
	color: #F7F6F2;
	border-radius: 12px;
	transition: color 0.3s ease-in-out;
	padding: 12px 32px;
	border: 0;
	gap: 12px;
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-size: var(--Font-Size-Button-Text);
	line-height: var(--Line-Height-Button-Text);
	letter-spacing: var(--Letter-Spacing-Button-Text);
	margin-top: 40px;
	margin-left: auto;
}
.news_more::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 0;
	height: calc(100% + 4px);
	background: #D9E74C;  /* 黃色遮罩層 */
	transition: width 0.3s ease-in-out;  /* 寬度變化來呈現滑動效果 */
	z-index: 0;
	border-radius: 12px;	
}
.news_more:hover::before {
	width: calc(100% + 4px);
}
.news_more span {
	position: relative;
	z-index: 2;  /* 確保文字顯示在最上層 */
}
.news_more_icon {
	position: relative;
	width: 22px;
	height: 22px;
}
.news_more:hover {
	color: #2B3537;  /* 文字從白變黑 */
}
.news_more_icon img {
	position: absolute;
	transition: opacity 0.3s ease-in-out;
}
.news_more_icon1 {
	width: 100%;
	opacity: 1;
}
.news_more_icon2 {
	width: 100%;
	opacity: 0;
}
.news_more:hover .news_more_icon1 {
	opacity: 0;
}
.news_more:hover .news_more_icon2 {
	opacity: 1;
}




@media (max-width: 1000px) {
	#content {
		padding: 80px 40px;
		border-top-left-radius: 32px;
		border-top-right-radius: 32px;
	}
	.content_title2 {
		margin-top: 24px;
		margin-bottom: 32px;
	}
	.content_title3 {
		margin-top: 16px;
	}

	.content_main {
		border-radius: 12px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		gap: 12px;
		padding: 12px 18px;
	}
	.content_main_cycle {
		width: 8px;
		height: 8px;
	}
	.content_96_clear {
		height: 64px;
	}
	.content_48_clear {
		height: 40px;
	}
	.rules-list > li {
			padding-left: 20px;
	}
	.material-list li {
		padding-left: 22px;
		margin-bottom: 3px;
	}
	.material-list li::before {
		left: 7px;
		top: 13px;
	}




	.awards_block {
		/* grid-template-columns: 1fr; */
		grid-template-columns: repeat(2, 1fr);
		gap: 0 40px;
	}
	.awards {
		padding: 48px 0;
	}
	.awards:nth-last-child(-n+3) {
		border-bottom: 0;
	}
	.awards:nth-last-child(-n+2) {
		border-bottom: 1px solid #2B3537;
	}
	.awards_pic1 {
		position: relative;
		margin-bottom: 48px;
		width: 96px;
		height: 96px;
	}
	.awards_title1 {
		font-size: var(--Font-Size-Card-Subtitle);
	}
	.awards_title2 {
		font-size: var(--Font-Size-Content-Texts);
		line-height: var(--Line-Height-Content-Texts);
		letter-spacing: var(--Letter-Spacing-Content-Texts);
		margin-top: 24px;
		margin-bottom: 48px;
	}
	.awards_more {
		padding: 12px 8px;
	}
	.awards_more img {
		margin-left: 8px;
		width: 24px;
	}


	.news_more {
		height: 44px;
		border-radius: 10px;
		padding: 12px 24px;
		gap: 12px;
		margin-top: 24px;
	}
	.news_more::before {
		border-radius: 10px;	
	}
	.news_more:hover::before {
		width: calc(100% + 4px);
	}
	.news_more_icon {
		width: 20px;
		height: 20px;
	}
}


@media (max-width: 743px) {
	#content {
		padding: 80px 24px;
		border-top-left-radius: 32px;
		border-top-right-radius: 32px;
	}
	.content_title2 {
		margin-top: 24px;
		margin-bottom: 8px;
	}
	.content_title3 {
		margin-top: 16px;
	}

	.content_main {
		border-radius: 12px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		gap: 12px;
		padding: 10px 18px;
	}
	.content_main_cycle {
		width: 8px;
		height: 8px;
	}
	.content_96_clear {
		height: 64px;
	}
	.content_48_clear {
		height: 24px;
	}
	.rules-list > li {
			padding-left: 18px;
	}
	.material-list li {
		padding-left: 22px;
		margin-bottom: 2px;
	}
	.material-list li::before {
		left: 7px;
		top: 12px;
	}




	.awards_block {
		grid-template-columns: 1fr;
		gap: 0px;
	}
	.awards {
		padding: 40px 0;
	}
	.awards:nth-last-child(-n+3) {
		border-bottom: 0;
	}
	.awards:nth-last-child(-n+2) {
		border-bottom: 0;
	}
	.awards:nth-last-child {
		border-bottom: 1px solid #2B3537;
	}
	.awards_pic1 {
		position: relative;
		margin-bottom: 32px;
		width: 96px;
		height: 96px;
	}
	.awards_title1 {
		font-size: var(--Font-Size-Card-Subtitle);
	}
	.awards_title2 {
		margin-top: 24px;
		margin-bottom: 32px;
	}
	.awards_more {
		padding: 14px 8px;
	}
	.awards_more img {
		margin-left: 8px;
		width: 24px;
	}


	.news_more {
		height: 40px;
		border-radius: 8px;
		padding: 11px;
		gap: 8px;
		margin-top: 24px;
	}
	.news_more::before {
		border-radius: 8px;	
	}
	.news_more:hover::before {
		width: calc(100% + 4px);
	}
	.news_more_icon {
		width: 18px;
		height: 18px;
	}
}







@media (max-width: 1280px) {

}

@media (max-width: 1000px) {

}

@media (max-width: 743px) {
  
}




#footer {
	position: relative;
	width: 100%;
	background-image: url('../images/1920_footer_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 128px 64px 128px;
	z-index: 1001;
}
.footer {
	display: flex;
	align-items: center;
	gap: 104px;
}
.footer_1 {
	width: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_2 {
	flex: 1;
}
.footer_img1 {
	width: 166px;
}
.footer_img2 {
	width: 248px;
	margin-left: 32px;
	margin-top: 24px;
}

.footer_menu {
	width: 100%;
	padding: 32px 48px;
	background: rgba(255, 255, 255, 0);
	border-radius: 12px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
}
.footer_title1 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.03em;
	vertical-align: middle;
	color: #AAAAAA;	
}
.footer_title2 {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.03em;
	vertical-align: middle;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;	
	margin-top: 12px;
}
.footer_title2 a {
	color: #F7F6F2;	
}
.footer_title2 a:hover {
	color: #C7F169;
}
.footer_title3 {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.03em;
	vertical-align: middle;
	color: #F7F6F2;
	margin-top: 32px;
	text-align: right;
}
.footer_24_clear {
	width: 100%;
	height: 24px;
	clear: both;
}
.footer_375 {
	display: flex;
}
.footer_br {
	display: none;
}


@media (max-width: 1630px) {
	#footer {
		padding: 80px 98px 64px 98px;
	}
	.footer {
		gap: 104px;
	}
	.footer_1 {
		width: 450px;
	}
	.footer_img1 {
		width: 166px;
	}
	.footer_img2 {
		width: 248px;
		margin-left: 32px;
	}
	
	.footer_menu {
		padding: 32px 48px;
		border-radius: 12px;
	}
	.footer_title1 {
		font-size: 13px;
	}
	.footer_title2 {
		font-size: 13px;
		gap: 16px;
		margin-top: 12px;
	}
	.footer_title3 {
		font-size: 12px;
		margin-top: 32px;
	}
	.footer_24_clear {
		height: 24px;
	}
}

@media (max-width: 1300px) {
	#footer {
		background-image: url('../images/1024_footer_bg.jpg');
		padding: 64px 40px 40px 40px;
	}
	.footer {
		display: flex;
		align-items: center;
		gap: 40px;
		flex-direction: column;
	}
	.footer_1 {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.footer_2 {
		width: 100%;
	}
	.footer_img1 {
		width: 166px;
	}
	.footer_img2 {
		width: 248px;
		margin-left: 32px;
	}
	
	.footer_menu {
		padding: 32px 40px;
		border-radius: 12px;
	}
	.footer_title1 {
		font-size: 13px;
	}
	.footer_title2 {
		font-size: 13px;
		display: flex;
		gap: 16px;
		margin-top: 12px;
	}
	.footer_title3 {
		font-size: 12px;
		margin-top: 32px;
		text-align: right;
	}
	.footer_24_clear {
		height: 24px;
	}
}

@media (max-width: 1000px) {
	#footer {
		background-image: url('../images/744_footer_bg.jpg');
		padding: 64px 40px 40px 40px;
	}
}

@media (max-width: 743px) {
	#footer {
		background-image: url('../images/375_footer_bg.jpg');
		padding: 48px 24px 30px 24px;
	}
	.footer {
		display: flex;
		align-items: center;
		gap: 24px;
		flex-direction: column;
	}
	.footer_img1 {
		width: 121px;
	}
	.footer_img2 {
		width: 181px;
		margin-left: 24px;
	}
	
	.footer_menu {
		padding: 24px;
		border-radius: 12px;
	}
	.footer_title1 {
		font-size: 13px;
	}
	.footer_title2 {
		font-size: 13px;
		display: flex;
		gap: 12px;
		margin-top: 12px;
	}
	.footer_title3 {
		font-size: 12px;
		margin-top: 24px;
		text-align: left;
	}
	.footer_24_clear {
		height: 24px;
	}
	.footer_375 {
		display: none;
	}
	.footer_br {
		width: 100%;
		height: 8px;
		clear: both;
		display: block;
	}
}
