@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;500&family=Noto+Serif+TC:wght@300&display=swap');

html,
body {
	width: 100%;
	height: 100vh;
	//font-family: Arial, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	position: relative;
	background-size: cover;
	min-height: 100%;
}

.for_m {
	display: none;
}

.for_pc {
	display: block;
}

.clearBoth {
	clear: both;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}


h2,
p,
a,
ol,
ul {
	font-family: 'Noto Serif TC', serif;
}

h1,
h3,
span {
	font-family: 'Noto Sans TC', sans-serif;
}

.btn-row{
	display: flex;
}

.btn-row a{
	margin-right:.5rem;
}

a.styleBtn {
	width: 60px;
	height: 60px;
	display: flex;
	padding: 0;
	border: 1px solid #038cbe;
	text-align: center;
	color: #000;
	background: #038cbe;
	text-decoration: none;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	/* margin-right: 15px; */
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 1.4;
}

a.styleBtn:hover {
	color: #15a6db;
	border: 1px solid #15a6db;
	background: transparent;
	
}

.chatRobot {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.chatRobotBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	//padding-top: 100%;
}

.rsp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#loading {
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#loading img {
	width: 10%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

ul,
ol {
	margin-left: 0;
}

/* ============================================================================= */
.mainWrapper{
	width: 100%;
	height: 100vh;
	margin:0;
	padding: 0;
	overflow: hidden;
	//align-items: stretch;
}


.mainContent {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	position: relative;
	display: flex;
	//align-items: stretch;
}

.leftColumn {
	width: 150px;
	height: 100vh;
	display: block;
	background: #132232;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	overflow-y: auto; 
}

.leftColumn .leftColumnLinkBox {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	scrollbar-width: none;
}

::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #172b41;
}

.leftColumn ul li {
	padding: 5px 0;
}

.leftColumn ul li.countLi p {
	padding: 0 .25rem;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: .8rem;
	color: #a0a0a0;
	line-height: 1.3;
	margin-bottom: .35rem;
}

.leftColumn ul li p.count {
	padding: 0 .25rem;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: .8rem;
	color: #a0a0a0;
	line-height: 1.3;
	/* border: 1px solid #585858; */
}

.leftColumn ul li a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	color: #fff;
	transition: all .5s ease-in-out;
}

.leftColumn ul li a:hover {
	color: #7fafdf;
}

.leftColumn ul li a.current {
	color: #7fafdf;
	background: #000;
}

.leftColumn ul li a p {
	line-height: 1.2;
	font-size: .9rem;
}

.leftColumn ul li a.homeBtn p {
	font-size: 1rem;
	line-height: 1.2;
}

.leftColumn #menuToggle_m {
	display: none;
}

/* .leftColumn ul li a p:first-child{
} */
.leftColumn ul li a p:last-child {
	font-size: .7rem;
}

.centColumn {
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50; /* 確保在側欄之下 */
	
	/* 2. 設置邊界間距：用 margin 避開左右兩側固定寬度的欄位 */
	margin-left: 150px; 
	margin-right: 40px;
	
	/* 3. 設置內容滾動 */
	overflow-y: scroll; /* 關鍵：讓中間內容可以獨立滾動 */
	background: #000;
	//background: url("../images/mainBg2025.jpg?v=2") center center fixed;
	/* margin-left: 150px;
	margin-right: 35px; */
}

.centColumn.nkmsg {
	margin-right: 40px;
}

.centColumnContent {
	width: 100%;
	height: 100vh;
	overflow: auto;
}

.centColumnContent .contentBlock {
	padding: 50px;
	background: rgba(0, 0, 0, .6);
	box-sizing: border-box;
}




.centColumnContent .contentBlock h1 {
	font-size: 3rem;
	color: #4e85bc;
	font-weight: 100;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

.centColumnContent .contentBlock h1 span {
	font-size: 1.5rem;
	font-weight: 100;
}

.centColumnContent .pageTitleBox{
	padding-bottom:.5rem;
	border-bottom:1px solid #4e85bc;
	margin-bottom: 1rem;
}

.centColumnContent .pageTitleBox h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
}

.centColumnContent .pageTitleBox h1 span{
	font-size: 1rem;
}

.news-body{
	margin-bottom:1.5rem;
}

#newsDetail .contentCol h1.news-title{
	font-size: 1.5rem;
	line-height: 1.5;
	color:#fff;
	margin-bottom: 1rem;
}

#newsDetail .contentCol p.news-date{
	font-size: .8rem;
	color:#999;
	margin-bottom: 1.2rem;
}

#newsDetail .contentCol .news-content{
	color:#fff;
}

.centColumnContent .contentBlock p {
	line-height: 1.4;
	font-size: 1rem;
}

.contentBlock .contentRow {
	width: 100%;
	height: auto;
	/* margin-bottom: 2rem; */
	display: flex;
	flex-direction: column;
}

.contentRow .contentCol {
	display: flex;
	/* margin-bottom: 2rem; */
	/* width: 100%; */
	flex-wrap: wrap;
}

.contentRow .contentCol.events {
	flex-direction: column;
}

.contentRow .contentCol p {
	line-height: 1.5;
}

.contentRow .contentCol a.linkBox {
	position: relative;
	display: flex;
	width: 250px;
	height: 140px;
	margin-right: 15px;
	margin-bottom: 1.5rem;
	/* align-items:center; */
	text-decoration: none;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.contentRow .contentCol a.linkBox .linkOverlap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .6);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	border: 1px solid #3f638b;
}

.contentRow .contentCol a.linkBox p {
	color: #fff;
	position: relative;
	margin: auto;
	z-index: 3;
	font-weight: 300;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	text-align: center;
	line-height: 1.4;
}

.contentRow .contentCol a.linkBox:hover p {
	opacity: 0;
}

.contentRow .contentCol a.linkBox:hover .linkOverlap {
	opacity: 0;
}

.contentRow .contentCol a.linkBox img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 140px;
}

#i_mainPic,
#i_biography,
#i_messenger,
#i_releases,
#i_crossover,
#i_nightKeepers,
#i_wifiTime,
#i_events,
#i_videos,
#i_news {
	width: 100%;
	/* height:auto; */
	height: fit-content;
	min-height: 300px;
	background: rgba(0, 0, 0, .6);
	color: #cecece;
	position: relative;
	z-index: 1;
}

#i_biography,
#i_events,
#i_messenger,
#i_crossover,
#i_videos {
	height: 100vh;
}

#i_mainPic {
	position: relative;
	height: 60%;
	min-height: 600px;
	background: transparent !important;
	padding: 0;
}

#i_mainPic .overMask {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 33;
}

#i_mainPic img.mainKv {
	/* background: #5629c3; */
	position: fixed;
	top: 3%;
	right: 100px;
	width: 50%;
	min-width: 300px;
	z-index: 0;
	opacity: 1;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
}

#i_mainPic img.mainKv.divFade {
	opacity: .4;
}

/* #i_mainPic h1{
font-size: 7rem;
color:#fff;
position: relative;
z-index: 3;
line-height:1.4;
margin-bottom: 200px;
} */

#i_biography {
	/* 設置區塊為滿版 (Viewport Full Screen) */

	/* 寬度等於視窗寬度 */
	height: 100vh;
	/* 高度等於視窗高度 */
	position: relative;

	/* 移除偽元素設定，直接在主元素設定背景圖 */
	background-image: url("../images/bandGroupPic_pc_2025.jpg?v=5.23221323");

	/* 設定背景圖的樣式 */
	background-size: cover;
	/* 確保圖片覆蓋整個區塊，可能會裁切部分圖片 */
	/* 由於您原圖是 1920x1280，如果希望圖片完整顯示在區塊內，請使用 'contain' */
	/* background-size: contain;   */

	background-position: top center;
	background-repeat: no-repeat;

	/* 設定背景色或透明度 (如果需要) */
	background-color: rgba(0, 0, 0, 0);
	/* 保持透明或設置您需要的顏色 */
	opacity: 1;
	/* 主元素的透明度 */
}


#i_biography .bandTitle {
	width:35%;
	height:150px;
	position: absolute;
	top:12%;
	left:5%;
}

#i_biography .bandTitle .row{
	display: inline-flex;
	width: 100%;
	flex-wrap: nowrap; /* 避免單字換行拉寬 */
}

#i_biography .bandTitle .row.tw{
	position: relative;
	height:86%;
}

#i_biography .bandTitle .row .bandTitle-word img{
	width:95%;
	height:auto;
}

#i_biography .bandTitle .row.tw .bandTitle-word{
	position: relative;
}

#i_biography .bandTitle .row.tw .bandTitle-word.w1{
	margin-left:0;
}
#i_biography .bandTitle .row.tw .bandTitle-word.w2{
	margin-left:-15px;
}

#i_biography .bandTitle .row.tw .bandTitle-word.w3{
	margin-left:-30px;
}

#i_biography .bandTitle .row.en{
	height:40%;
	justify-content: flex-end;
	padding-right:8%;
	/* align-items: flex-start; */
}

#i_biography .bandTitle .row.en .bandTitle-word{
	display: inline-flex;
	flex: 0 0 auto; 
}

#i_biography .bandTitle .row.en .bandTitle-word img{
	width:100%;
	height: auto;
	flex-shrink: 0; /* 防止圖片被壓縮 */
}

#i_biography p {
	color: #fff;
}

#i_biography .spaceGap {
	width: 100%;
	height: 300px;
	display: block;
	/* background: pink; */
}

#i_biography .aboutUsInfo {

	position: absolute;
	left:3.3%;
	bottom:3.3%;
	z-index: 5;
	width: auto;
	/* background: rgba(0, 0, 0, .6); */
	padding: 0;
	margin-bottom: 0;
	justify-content: space-between;
}

#i_biography .aboutUsInfo p {
	color: #cecece;
	line-height: 1.4;
	font-weight: 300;
	margin-bottom: 1.5rem;
	font-size: 1.1rem;
}

#i_biography .aboutUsInfo .introBtnBox {
	display: flex;
}



#i_biography .aboutUsInfo .awardText {
	display: none;
}

#i_biography .aboutUsInfo .awardText p {
	color: #cecece;
}

#i_biography .awardText h3,
#i_biography .awardText h5,
#i_biography .awardText ul li {
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 300;
	color: #cecece;
}

#i_biography .introMember {
	width: 50%;
	height: auto;
	position: relative;
	z-index: 5;
	padding: 20px;
}

#i_biography .introMember p {
	font-size: .7rem;
	line-height: 1.4;
	color: #c1d1e4;
}

#i_messenger {
	/* background: rgba(0, 0, 0, 1); */
	background: url("../images/wishCorner_bg.jpg") center center no-repeat rgba(69, 69, 93, 0.6);
	background-size: cover;
	position: relative;
	//background: url("https://i.imgur.com/eZYNy16.gif") center center no-repeat rgba(69, 69, 93, 0.6);
}

img.messengerPic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: .7;
	/* filter: grayscale(100%) blur(2px);
	-webkit-filter: grayscale(100%) blur(2px);
	-moz-filter: grayscale(100%) blur(2px); */
}

.messengerText {
	width: 80%;
	position: relative;
	z-index: 2;
}

.messengerText h1 {
	margin-bottom: 1.5rem;
}

.contentCol .albumBox {
	margin-bottom: 1.5rem;
	width: 200px;
}

.contentCol .albumBox a:link,
.contentCol .albumBox a:visited,
.contentCol .albumBox a:active{
	display: block;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.contentCol .albumBox a:hover{
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.contentCol .albumBox .albumPic {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #000;
	margin-bottom: .8rem;
	position: relative;
}

.contentCol .albumBox a:hover .albumPic {
	border: 1px solid #3f638b;
}

.contentCol .albumBox .albumPic img {
	width: 100%;
	height: auto;
	display: block;
}

.contentCol .albumBox .albumPic .linkBox {
	position: absolute;
	display: flex;
	z-index: 2;
	bottom: 0;
	right: 0;
}

.contentCol .albumBox .albumPic .linkBox a {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: flex-end;
	background: rgba(0, 0, 0, .8);
}

.contentCol .albumBox .albumPic .linkBox a img {
	width: 70%;
	height: auto;
	margin: auto;
	opacity: .7;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.contentCol .albumBox .albumPic .linkBox a:hover img {
	width: 70%;
	height: auto;
	margin: auto;
	opacity: 1;
}

.contentCol .albumBox p {
	color: #cecece;
	font-size: .9rem;
}


/* i_news */
#i_news {
	background: rgba(0, 0, 0, .6);
	min-height: 100%;
	height: fit-content;
	padding-bottom: 2rem;
}

#i_news .contentRow .contentCol ul li a:link,
#i_news .contentRow .contentCol ul li a:visited,
#i_news .contentRow .contentCol ul li a:active {
	text-decoration: none;
	color: #4682B4;
	padding: .5rem .35rem;
	transition: all .3s ease-in-out;
}

#i_news .contentRow .contentCol ul li a:hover {
	color: #cce9ef;
}

#i_news h2 {
	font-size: 2rem;
	color: #fff;
	margin-bottom: 1.1rem;
}

#i_news .contentRow{
	margin-bottom: 1.5rem;
}

/* ---------------------------------------------------- */
/* 🎯 NEWS CARD CSS 樣式 (電腦版 + 手機版響應式) */
/* ---------------------------------------------------- */
.contentBlock#i_news .contentRow .contentCol,
.contentBlock#i_releases .contentRow .contentCol {
	gap: 1%;
}

.contentBlock#i_releases .contentRow.Release-content{
	margin-bottom:1.5rem;
}




.contentBlock#i_news .contentRow .contentCol ul {
	/* 移除原本的 ul/li 樣式 */
	list-style: none;
	padding: 0;
	margin: 0;
}

.news-grid-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	/* 卡片之間的間距 */
	margin-top: 20px;
	padding: 0 10px;
	/* 解決最後一行單數卡片寬度變 100% 的問題 (關鍵) */
	/* 啟用 justify-content: space-between; 並使用 spacer 輔助元素 */
	justify-content: space-between;
}

.news-card {
	/* 🎯 需求 2: 每個 card 下方要有間距 */
	margin-bottom: 15px;
	/* 電腦版: 每行 4 個，精確寬度計算：25% 減去間距 */
	/* flex-basis: 設置卡片的基本尺寸，這確保了單數卡片不會自動拉伸 */
	flex: 0 0 calc(25% - 15px);
	min-width: 200px;
	height: 280px;
	/* ✅ 確保等高 */
	/* 🎯 需求 1: 內文的底色透明，文字白色 */
	background-color: transparent;
	/* 修正：內文底色透明 */

	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	/* transition: transform 0.2s, box-shadow 0.2s; */
	display: flex;
	flex-direction: column;
	border: 1px solid #3f638b;
	transition: all .3s ease-in-out;
}



/* 🎯 輔助元素：用於維持最後一行卡片的寬度比例 */
.news-card-spacer {
	/* 必須與 news-card 有相同的 flex-basis */
	flex: 0 0 calc(25% - 15px);
	/* 讓它隱藏起來 */
	visibility: hidden;
	height: 0;
}

.news-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.news-card a {
	text-decoration: none;
	color: #fff;
	/* 修正：文字為白色 */
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-image-wrapper {
	width: 100%;
	height: 70%;
	/* 圖片佔卡片高度的 60% */
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.3);
	/* 圖片背景略深，與透明底色搭配 */
	position: relative;
}

.news-card.yt-card{
	height: auto;
	border: 1px solid #000;
}

.news-card:not(.yt-card){
	max-width: 290px;
}



.card-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	/* 確保圖片填滿，不變形 */
}

.news-card.yt-card .card-image-wrapper img{
	border: 1px solid #000;
}

.news-card.yt-card:hover .card-image-wrapper img{
	border: 1px solid #3f638b;
}

.contentBlock#i_releases .contentRow.Video-content .news-card.yt-card .card-image-wrapper .imgMask{
	opacity: .6;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left: 0;
	background: rgba(0,0,0,.8);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
}


.contentBlock#i_releases .contentRow.Video-content .news-card.yt-card .card-image-wrapper .imgMask img{
	width: 25%;
	height:auto;
	border: 0px;
}

.contentBlock#i_releases .contentRow.Video-content .news-card.yt-card:hover .card-image-wrapper .imgMask{
	opacity: 0;
}

.card-title-content {
	padding: 10px 15px;
	flex-grow: 1;
	/* 讓標題區塊填滿剩餘高度 */
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	/* 標題區塊使用半透明黑色，讓白色文字易讀 */
}

.card-title-content h3 {
	margin: 0;
	font-family: 'Noto Serif TC', serif;
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
	/* 修正：標題文字為白色 */
	line-height: 1.5;
	/* ✅ 文字溢出和兩行限制 CSS */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制最多兩行 */
	overflow: hidden;
	text-overflow: ellipsis;
}

#i_crossover .contentRow {
	margin-bottom:1.5rem;
}

#i_crossover .contentRow .contentCol{
	flex-direction: column;
}

#i_crossover .contentRow.last{
	padding-bottom:3rem;
}

#i_crossover h2,
#i_releases h2 {
	width: 100px;
	height: 100px;
	border: 1px solid #666666;
	font-size: 1rem;
	color: #c9c9c9;
	margin-bottom: 1.2rem;
	display: flex;
	align-items: center;
	padding-left:5px;
	line-height: 1.4;
}

#i_crossover h3{
	margin-bottom: 1.1rem;
	color: #4e85bc;
}

#i_crossover .contentRow .contentCol ul {
	list-style: disc;
	margin-left:1.5rem;
}


#i_crossover .contentRow .contentCol ul li{
	padding: .35rem 0;
	line-height: 1.4;
	list-style-position: outside;
}


#i_wifiTime .messengerText h2 {
	font-size: 1.5rem;
	color: #c9c9c9;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: 'Noto Serif TC', serif;
}

#i_wifiTime .messengerText .ytBox {
	overflow: hidden;
	position: relative;
	width: 60%;
	margin-bottom: 2rem;
}

#i_wifiTime .messengerText .ytBox::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}

#i_wifiTime .messengerText iframe.wifitimeyt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#i_wifiTime .messengerText p {
	line-height: 2;
}

#i_wifiTime img.wifiTimePic {
	/* filter: brightness(.5);
 -webkit-filter: brightness(.5);
 -moz-filter: brightness(.5); */
	position: absolute;
	z-index: -1;
	top: 20%;
	right: 10%;
	width: 50%;
	opacity: .3;
	height: auto;
}

.newsPostBlock {
	padding: 10px 0;
	margin-bottom: 3rem;
}

.newsPostBlock .newsRow {
	display: flex;
	padding: 5px 0;
}

.newsPostBlock .newsRow p {
	color: #c9c9c9;
	padding-right: 10px;
}

.newsPostBlock .newsRow a {
	color: #b9b9b9;
	text-decoration: none;
	line-height: 1.4;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.newsPostBlock .newsRow a:hover {
	color: #dedede;
}

.rightColumn {
	width: 40px;
	height: 100vh;
	background: black;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 98;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	align-content: space-between;
}

.rightColumn ul li {
	text-align: center;
}

.rightColumn ul li a {
	width: 24px;
	height: auto;
	display: block;
	margin: 3px auto;
	transition: all .5s ease-in-out;
	opacity: .6;
}

.rightColumn ul li a:hover {
	opacity: 1;
}

.rightColumn ul li a img {
	width: 100%;
	height: auto;
}

@media screen and (min-width:737px) and (max-width:1200px) {
	#i_biography .spaceGap {
		height: 130px;
	}

	#i_biography .aboutUsInfo {
		padding: 10px;
	}
}


/* tab-modal-custom */

.tab-modal-custom .tab-modal-wrapper.f-html{
	max-width: 70%;
	background: #131f2c;
}

.tab-modal-custom .tab-modal-wrapper.f-html .modal-tabs{
	/* padding:.5rem 0; */
	margin-bottom:1.5rem;
}

.tab-modal-custom .tab-modal-wrapper.f-html .modal-tabs button.modal-tab-btn{
	background: transparent;
	border-radius: 0;
	border: 1px solid #038cbe;
	padding:.25rem .35rem;
	font-size: 1rem;
	color:#038cbe;
	font-family: 'Noto Serif TC', serif;
}

.tab-modal-custom .tab-modal-wrapper.f-html .modal-tabs button.modal-tab-btn.active{
	background: #038cbe;
	color:#000;
}

.tab-modal-custom .tab-modal-wrapper.f-html .content-display p{
	color:#fff;
	line-height: 1.4;
	margin-bottom: 1rem;
}


/* 團員介紹 */
.tab-modal-custom .tab-modal-wrapper.f-html .content-display .memberRow{
	display: flex;
	margin-bottom:.5rem;
}

.tab-modal-custom .tab-modal-wrapper.f-html .content-display .memberRow .memberPic{
	width:80px;
}


.tab-modal-custom .tab-modal-wrapper.f-html .content-display .memberRow .memberPic img{
	width:100%;
	height:auto;
}

.memberDescribe{
	padding-left:1rem;
}

.memberDescribe p{
	font-family: 'Noto Serif TC', serif;
}

.memberDescribe p b{
	font-family: 'Noto Serif TC', serif;
	font-size: 1rem;
}

/* 得獎紀錄 */
.tab-modal-custom .tab-modal-wrapper.f-html .content-display h5{
	font-family: 'Noto Serif TC', serif;
	font-size: 1rem;
	color:#0781b6;
	margin-bottom:.5rem;
}

.tab-modal-custom .tab-modal-wrapper.f-html .content-display ul{
	list-style: disc;
	margin-left:1.5rem;
}

.tab-modal-custom .tab-modal-wrapper.f-html .content-display ul li{
	font-family: 'Noto Serif TC', serif;
	color:#fff;
	padding:.35rem 0;
	line-height: 1.4;
	list-style-position: outside;
}

.tab-modal-custom .tab-modal-wrapper.f-html .content-display ul li b.soldOut{
	font-family: 'Noto Serif TC', serif;
	color:#db7093;
}

.content-display a.contactMail:link,
.content-display a.contactMail:visited,
.content-display a.contactMail:active{
	color:#fff;
	transition: all .3s ease-in-out;
}

.content-display a.contactMail:hover{
	color:#0781b6;
}

/* @media screen and (min-width:1200px) and (max-width:1920px){
#i_biography {
height:auto;
}
#i_biography .spaceGap {
height: 330px;
}
} */
@media screen and (min-height:600px) and (max-width:1200px) {
	#i_biography {
		height: fit-content;
	}
}

@media screen and (min-height:950px) and (max-width:900px) {

	/* #i_biography {
height:fit-content;
} */
	#i_mainPic {
		height: 30%;
		min-height: 300px;
	}

	#i_biography .spaceGap {
		height: 280px;
	}

	#i_biography .aboutUsInfo {
		position: relative;
		z-index: 5;
		width: 100%;
		background: rgba(0, 0, 0, .6);
		padding: 20px;
		margin-bottom: 20px;
		justify-content: space-between;
	}
}

@media screen and (min-height:1000px) and (min-width:901px) {
	#i_mainPic {
		height: 30%;
		min-height: 350px;
	}
}

/* @media screen and (min-height:900px) and (min-width:1200px) {
	#i_messenger {
		height: fit-content;
	}
} */

@media screen and (min-height:880px) and (max-width:1000px) {
	/* #i_messenger {
		height: fit-content;
	} */

	#i_mainPic img.mainKv {
		top: 6%;
		right: 50px;
		width: 70%;
	}

	img.messengerPic {
		top: 20%;
		width: 60%;
	}
}

@media screen and (min-height:950px) and (min-width:1900px) {
	#i_biography .spaceGap {
		width: 100%;
		height: 500px;
		display: block;
	}

	/* #i_mainPic img.mainKv {
position: fixed;
top: 0%;
right: 500px;
width: 40%;
min-width: 300px;
z-index: 0;
opacity: 1;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
} */
}

@media screen and (max-width: 736px) {

	html,
	body {
		width: 100%;
		height: 100%;
		//font-family: Arial, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", sans-serif;
		background: #1a333d;
	}

	body {
		position: relative;
		background-size: cover;
		min-height: 100%;
	}

	.for_m {
		display: block;
	}

	.for_pc {
		display: none;
	}

	.clearBoth {
		clear: both;
	}

	.clearfix:after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: "";
	}

	h2,
	p,
	a {
		font-family: 'Noto Serif TC', serif;
	}

	h1,
	h3,
	span {
		font-family: 'Noto Sans TC', sans-serif;
	}
	
	

	a.styleBtn {
		width: 50px;
		height: 50px;
		display: flex;
		padding: 0;
		border: 1px solid #038cbe;
		text-align: center;
		color: #000;
		text-decoration: none;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		/* margin-right: 15px; */
		align-content: center;
		align-items: center;
		justify-content: center;
		font-size: .9rem;
		line-height: 1.4;
	}

	a.styleBtn:hover {
		color: #15a6db;
		border: 1px solid #15a6db;
	}

	.chatRobot {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 90%;
		padding-top: 100%;
		/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	}

	.responsive-iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.chatRobotBox {
		position: absolute;
		overflow: hidden;
		width: 89%;
		height: 100%;
		top: 0;
		right: 0;
		//padding-top: 100%;
	}

	.rsp-iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	#loading {
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 999999;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	#loading img {
		width: 40%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}

	ul,
	ol {
		margin-left: 0;
	}

	/* ============================================================================= */
	.mainWrapper,
	.mainContent {
		width: 100%;
		height: 100vh;
		box-sizing: border-box;
		position: relative;
		display: flex;
		//align-items: stretch;
	}

	.leftColumn {
		width: 40%;
		height: 100%;
		background: #132232;
		position: absolute;
		left: -40%;
		top: 0;
		z-index: 99;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		overflow: initial;
	}

	.leftColumn .leftColumnLinkBox {
		width: 100%;
		height: 100%;
		overflow: scroll;
	}

	::-webkit-scrollbar {
		width: 0px;
	}

	/* Track */
	::-webkit-scrollbar-track {
		background: #132232;
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
		background: #132232;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #172b41;
	}

	.leftColumn.showMenu {
		left: 0;
	}

	.leftColumn ul li {
		padding: 5px 0;
	}

	.leftColumn ul li.countLi p {
		padding: 0 .25rem;
		width: fit-content;
		margin: 0 auto;
		text-align: center;
		font-size: .8rem;
		color: #acadae;
		line-height: 1.3;
		margin-bottom: .35rem;
	}

	.leftColumn ul li p.count {
		padding: 0 .25rem;
		width: fit-content;
		margin: 0 auto;
		text-align: center;
		font-size: .8rem;
		color: #656565;
		line-height: 1.3;
		/* border: 1px solid #585858; */
	}

	.leftColumn ul li a {
		width: 100%;
		height: 100%;
		display: block;
		text-decoration: none;
		padding: 10px;
		text-align: center;
		color: #4682B4;
		transition: all 1s ease-in-out;
	}

	.leftColumn ul li a:hover {
		color: #8382f6;
	}

	.leftColumn ul li a.current {
		color: #cce9ef;
	}

	.leftColumn ul li a p {
		line-height: 1.4rem;
		font-size: .9rem;
	}

	.leftColumn ul li a.homeBtn p {
		font-size: 1rem;
		line-height: 1.2rem;
	}

	.leftColumn #menuToggle_m {
		display: flex;
		width: 44px;
		height: 44px;
		position: absolute;
		top: 0;
		right: -44px;
		background: rgba(0, 0, 0, .6);
	}

	.leftColumn #menuToggle_m img {
		width: 80%;
		height: auto;
		margin: auto;
	}

	/* .leftColumn ul li a p:first-child{
} */
	.leftColumn ul li a p:last-child {
		font-size: .7rem;
	}

	.centColumn {
		width: 100%;
		height: 100%;
		flex-grow: 2;
		background: url("../images/mainBg.jpg?v=2") center center fixed;
		margin-left: 0px;
		margin-right: 0px;
	}

	.centColumnContent {
		width: 100%;
		height: 100vh;
		overflow: auto;
	}

	.centColumnContent .contentBlock {
		padding: 35px;
		background: rgba(0, 0, 0, .6);
	}
	
	.centColumnContent #i_releases.contentBlock.page-m-b,
	.centColumnContent #newsDetail.contentBlock.page-m-b{
		padding-bottom:100px;
	}

	.centColumnContent .contentBlock h1 {
		font-size: 2.2rem;
		color: #4e85bc;
		font-weight: 400;
		line-height: 1.3;
		margin-bottom: 1.5rem;
	}

	.centColumnContent .contentBlock h1 span {
		font-size: 1.5rem;
		line-height: 1.1;
		font-weight: 200;
		display: block;
	}

	.centColumnContent .contentBlock p {
		line-height: 1.4;
		font-size: .9rem;
	}

	.contentBlock .contentRow {
		width: 100%;
		height: auto;
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}

	.contentRow .contentCol {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		/* width: 100%; */
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contentRow .contentCol p {
		line-height: 1.5;
	}

	.contentRow .contentCol a.linkBox {
		position: relative;
		display: flex;
		width: 250px;
		height: 140px;
		margin-right: 15px;
		margin-bottom: 1.5rem;
		/* align-items:center; */
		text-decoration: none;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
	}

	.contentRow .contentCol a.linkBox .linkOverlap {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background: rgba(0, 0, 0, .6);
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		border: 1px solid #3f638b;
	}

	.contentRow .contentCol a.linkBox p {
		color: #fff;
		position: relative;
		margin: auto;
		z-index: 3;
		font-weight: 300;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		text-align: center;
		line-height: 1.4;
	}

	.contentRow .contentCol a.linkBox:hover p {
		opacity: 0;
	}

	.contentRow .contentCol a.linkBox:hover .linkOverlap {
		opacity: 0;
	}

	.contentRow .contentCol a.linkBox img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 140px;
	}

	#i_mainPic,
	#i_biography,
	#i_messenger,
	#i_releases,
	#i_crossover,
	#i_nightKeepers,
	#i_wifiTime,
	#i_events,
	#i_videos,
	#i_news {
		width: 100%;
		/* height:auto; */
		height: fit-content;
		min-height: 300px;
		background: rgba(0, 0, 0, .6);
		color: #cecece;
		position: relative;
		z-index: 1;
		padding-bottom: 15px;
	}

	#i_biography,
	#i_events,
	#i_messenger {
		height: 100%;
	}

	#i_mainPic {
		position: relative;
		height: 30vh;
		background: transparent !important;
		padding: 0;
	}

	#i_mainPic .overMask {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 33;
	}

	#i_mainPic img.mainKv {
		position: fixed;
		top: 3%;
		/* bottom:0; */
		left: 0;
		right: 0;
		margin: auto;
		width: 80%;
		min-width: 300px;
		z-index: 0;
		opacity: 1;
		transition: all .8s ease-in-out;
		-webkit-transition: all .8s ease-in-out;
		-moz-transition: all .8s ease-in-out;
	}

	#i_mainPic img.mainKv.divFade {
		opacity: .4;
	}

	/* #i_mainPic h1{
font-size: 7rem;
color:#fff;
position: relative;
z-index: 3;
line-height:1.4;
margin-bottom: 200px;
} */
	#i_biography {
		position: relative;
		background: rgba(0, 0, 0, .6);
		height: fit-content;
		overflow: hidden;
	}

	#i_biography {
		/* 設置區塊為滿版 (Viewport Full Screen) */
		padding:10px;
		padding-top:20px;
		
		/* 寬度等於視窗寬度 */
		height: 100vh;
		/* 高度等於視窗高度 */
		position: relative;
	
		/* 移除偽元素設定，直接在主元素設定背景圖 */
		background-image: url("../images/bandGroupPic_m_2025.jpg?v=5.232213223");
	
		/* 設定背景圖的樣式 */
		background-size: cover;
		/* 確保圖片覆蓋整個區塊，可能會裁切部分圖片 */
		/* 由於您原圖是 1920x1280，如果希望圖片完整顯示在區塊內，請使用 'contain' */
		/* background-size: contain;   */
	
		background-position: top center;
		background-repeat: no-repeat;
	
		/* 設定背景色或透明度 (如果需要) */
		background-color: rgba(0, 0, 0, 0);
		/* 保持透明或設置您需要的顏色 */
		opacity: 1;
		/* 主元素的透明度 */
	}

	#i_biography .bandTitle {
		width: 90%;
		height: 200px;
		position: relative;
		top: 6%;
		left: auto;
		display: block; /* 確保是塊級元素 */
		margin: 0 auto; /* 水平置中 */
	}
	
	#i_biography .bandTitle .row {
		display: inline-flex;
		width: 100%;
		flex-wrap: nowrap;
	}
	
	#i_biography .bandTitle .row.tw {
		position: relative;
		height: 50%;
	}
	
	#i_biography .bandTitle .row.en {
		width:100%;
		height: 60px;
		display: inline-block;
		text-align: end;
		padding-right:2%;
		/* align-items: flex-start; */
	}
	
	
	
	#i_biography .bandTitle .row.en .bandTitle-word{
		width:auto;
		height:50px;
	}
	
	
	#i_biography .bandTitle .row.en .bandTitle-word img{
		width:auto;
		height: auto;
	}
	

	#i_biography p {
		color: #fff;
	}

	#i_biography .spaceGap {
		width: 100%;
		height: 50vw;
		display: block;
		/* background: pink; */
	}

	#i_biography .aboutUsInfo {
	
		position: absolute;
		z-index: 5;
		width: 100%;
		background: rgba(0, 0, 0, 0);
		padding: 15px 25px;
		margin-bottom: 20px;
		justify-content: space-between;
	}

	#i_biography .aboutUsInfo p {
		color: #cecece;
		line-height: 1.5;
		font-weight: 300;
		margin-bottom: 1.5rem;
		font-size: .9rem;
	}

	#i_biography .aboutUsInfo .introBtnBox {
		display: flex;
		flex-wrap: wrap;
	}

	

	#i_biography .aboutUsInfo .awardText {
		display: none;
	}

	#i_biography .aboutUsInfo .awardText p {
		color: #cecece;
	}

	#i_biography .awardText h3,
	#i_biography .awardText h5,
	#i_biography .awardText ul li {
		font-size: 1rem;
		line-height: 1.3;
		font-weight: 300;
		color: #cecece;
	}

	#i_biography .introMember {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 5;
		padding: 15px 0;
	}

	#i_biography .introMember p {
		font-size: .7rem;
		line-height: 1.4;
		color: #c1d1e4;
	}

	#i_messenger {
		/* background: rgba(0, 0, 0, 1); */
		background: url("../images/wishCorner_m_bg.jpg?v=2") center center no-repeat rgba(69, 69, 93, 0.6);
		background-size: cover;
		position: relative;
		
		
	}

	img.messengerPic {
		position: absolute;
		bottom: 10%;
		left: 0;
		width: 100%;
		height: auto;
		filter: blur(1px);
		-webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		opacity: .3;
	}

	.messengerText {
		position: relative;
		z-index: 2;
		height: 100%;
	}

	.messengerText h1 {
		margin-bottom: 2rem;
	}

	.contentCol .albumBox {
		margin-bottom: 1.5rem;
		width: 48%;
		box-sizing: border-box;
	}

	.contentCol .albumBox .albumPic {
		width: 100%;
		height: auto;
		border: 1px solid #3f638b;
		margin-right: 1.5rem;
		margin-bottom: .8rem;
		position: relative;
	}

	.contentCol .albumBox .albumPic img {
		width: 100%;
		height: auto;
		display: block;
	}

	.contentCol .albumBox .albumPic .linkBox {
		position: absolute;
		display: flex;
		z-index: 2;
		bottom: 0;
		right: 0;
	}

	.contentCol .albumBox .albumPic .linkBox a {
		width: 32px;
		height: 32px;
		display: flex;
		justify-content: flex-end;
		background: rgba(0, 0, 0, .8);
	}

	.contentCol .albumBox .albumPic .linkBox a img {
		width: 70%;
		height: auto;
		margin: auto;
		opacity: .7;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
	}

	.contentCol .albumBox .albumPic .linkBox a:hover img {
		width: 70%;
		height: auto;
		margin: auto;
		opacity: 1;
	}

	.contentCol .albumBox p {
		color: #cecece;
		font-size: .9rem;
	}

	/* i_news */
	#i_news {
		background: rgba(0, 0, 0, .6);
		min-height: 100%;
		height: fit-content;
		padding-bottom: 2rem;
	}

	.news-grid-container {
		gap: 15px;
		padding: 0 5px;
		/* 由於只有兩個，不需要 space-between，但保持一致性 */
		justify-content: space-between;
	}
	.news-card.yt-card{
		min-width: 100%;
	}

	.news-card:not(.yt-card) {
		/* 手機版: 每行 2 個，佔用 50% 空間，減去間距 */
		flex: 0 0 calc(50% - 7.5px);
		min-width: 45%;
		height: auto;
		margin-bottom: 15px;
		max-width: 100%;
		/* 調整手機版下方間距 */
	}
	

	
	.news-card:not(.yt-card) a {
		flex-direction: row;
	}
	
	.news-card:not(.yt-card) .card-image-wrapper {
		width: 80px;
		height: 80px;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.3);
		position: relative;
		flex-shrink: 0; /* 防止圖片被壓縮 */
	}

	/* 修正手機版輔助元素，讓它只在需要時出現 (每行只需要一個 spacer) */
	.news-card-spacer {
		/* 手機版只需要一個 spacer 來輔助最後一行，但我們使用 media query 讓它在電腦版設定中生效 */
		/* 在手機版，只有當卡片數為奇數時，才需要 spacer 輔助 */
		flex: 0 0 calc(50% - 7.5px);
	}

	.card-title-content h3 {
		font-size: 14px;
	}

	#i_crossover h2,
	#i_releases h2 {
		width: 90px;
		height: 90px;
		font-size: 1rem;
		color: #c9c9c9;
		margin-bottom: 1.1rem;
	}
	
	.contentBlock#i_releases .contentRow .contentCol{
		flex-direction: row;
	}
	
	

	#i_news h2 {
		font-size: 2rem;
		color: #fff;
		margin-bottom: 1.1rem;
	}

	#i_wifiTime .messengerText h2 {
		font-size: 1.5rem;
		color: #c9c9c9;
		line-height: 1.4;
		margin-bottom: 15px;
		font-family: 'Noto Serif TC', serif;
	}

	#i_wifiTime .messengerText .ytBox {
		overflow: hidden;
		position: relative;
		width: 100%;
		margin-bottom: 2rem;
	}

	#i_wifiTime .messengerText .ytBox::after {
		padding-top: 56.25%;
		display: block;
		content: '';
	}

	#i_wifiTime .messengerText img {
		width: 100%;
		height: auto;
	}

	#i_wifiTime .messengerText iframe.wifitimeyt {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#i_wifiTime .messengerText p {
		line-height: 2;
	}

	#i_wifiTime img.wifiTimePic {
		/* filter: brightness(.5);
-webkit-filter: brightness(.5);
-moz-filter: brightness(.5); */
		position: absolute;
		z-index: -1;
		top: 30%;
		right: 10%;
		width: 50%;
		opacity: .3;
		height: auto;
	}

	.newsPostBlock {
		padding: 10px 0;
		margin-bottom: 3rem;
	}

	.newsPostBlock .newsRow {
		display: flex;
		padding: 5px 0;
		flex-direction: column;
	}

	.newsPostBlock .newsRow p {
		color: #c9c9c9;
		padding-right: 10px;
	}

	.newsPostBlock .newsRow p.news-date {
		color: #4682B4;
	}

	.newsPostBlock .newsRow a {
		color: #b9b9b9;
		text-decoration: none;
		line-height: 1.4;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
	}

	.newsPostBlock .newsRow a:hover {
		color: #dedede;
	}

	.rightColumn {
		width: 40px;
		height: 100%;
		background: black;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 98;
		padding-top: 10px;
		display: none;
		flex-direction: column;
		align-content: space-between;
	}

	.rightColumn ul li {
		text-align: center;
	}

	.rightColumn ul li a {
		width: 24px;
		height: auto;
		display: block;
		margin: 3px auto;
		transition: all .5s ease-in-out;
		opacity: .6;
	}

	.rightColumn ul li a:hover {
		opacity: 1;
	}

	.rightColumn ul li a img {
		width: 100%;
		height: auto;
	}
	
	/* tab-modal */
	.tab-modal-custom .tab-modal-wrapper.f-html {
		max-width: 95%;
		background: #131f2c;
	}
	
	.tab-modal-custom .tab-modal-wrapper.f-html .modal-tabs button.modal-tab-btn{
		margin-bottom:.5rem;
	}
	
	.tab-modal-custom .tab-modal-wrapper.f-html .content-display .memberRow{
		margin-bottom: 1rem;
	}
	
	.tab-modal-custom .tab-modal-wrapper.f-html .content-display .memberRow .memberPic{
		flex: 0 0 auto;
	}
	
	.tab-modal-custom .tab-modal-wrapper.f-html .content-display .memberDescribe p:last-child{
		margin-bottom:0;
	}

}