/*modify by pekey 20190523*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/
/*-- loading --*/
/*================*/

.loading {
 	position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;
	
	/*新增by pekey 20171211*/
	padding-top:250px;
 } 
 
	
	/*Loading畫面CSS開始*/
	#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}
	
	.circularG{
		position:absolute;
		background-color:rgb(201,9,21);  /*此為Loding的點點顏色*/
		width:14px;
		height:14px;
		border-radius:9px;
			-o-border-radius:9px;
			-ms-border-radius:9px;
			-webkit-border-radius:9px;
			-moz-border-radius:9px;
		animation-name:bounce_circularG;
			-o-animation-name:bounce_circularG;
			-ms-animation-name:bounce_circularG;
			-webkit-animation-name:bounce_circularG;
			-moz-animation-name:bounce_circularG;
		animation-duration:1.1s;
			-o-animation-duration:1.1s;
			-ms-animation-duration:1.1s;
			-webkit-animation-duration:1.1s;
			-moz-animation-duration:1.1s;
		animation-iteration-count:infinite;
			-o-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			-webkit-animation-iteration-count:infinite;
			-moz-animation-iteration-count:infinite;
		animation-direction:normal;
			-o-animation-direction:normal;
			-ms-animation-direction:normal;
			-webkit-animation-direction:normal;
			-moz-animation-direction:normal;
	}
	
		#circularG_1{
			left:0;
			top:23px;
			animation-delay:0.41s;
				-o-animation-delay:0.41s;
				-ms-animation-delay:0.41s;
				-webkit-animation-delay:0.41s;
				-moz-animation-delay:0.41s;
		}
		
		#circularG_2{
			left:6px;
			top:6px;
			animation-delay:0.55s;
				-o-animation-delay:0.55s;
				-ms-animation-delay:0.55s;
				-webkit-animation-delay:0.55s;
				-moz-animation-delay:0.55s;
		}
		
		#circularG_3{
			top:0;
			left:23px;
			animation-delay:0.69s;
				-o-animation-delay:0.69s;
				-ms-animation-delay:0.69s;
				-webkit-animation-delay:0.69s;
				-moz-animation-delay:0.69s;
		}
		
		#circularG_4{
			right:6px;
			top:6px;
			animation-delay:0.83s;
				-o-animation-delay:0.83s;
				-ms-animation-delay:0.83s;
				-webkit-animation-delay:0.83s;
				-moz-animation-delay:0.83s;
		}
		
		#circularG_5{
			right:0;
			top:23px;
			animation-delay:0.97s;
				-o-animation-delay:0.97s;
				-ms-animation-delay:0.97s;
				-webkit-animation-delay:0.97s;
				-moz-animation-delay:0.97s;
		}
		
		#circularG_6{
			right:6px;
			bottom:6px;
			animation-delay:1.1s;
				-o-animation-delay:1.1s;
				-ms-animation-delay:1.1s;
				-webkit-animation-delay:1.1s;
				-moz-animation-delay:1.1s;
		}
		
		#circularG_7{
			left:23px;
			bottom:0;
			animation-delay:1.24s;
				-o-animation-delay:1.24s;
				-ms-animation-delay:1.24s;
				-webkit-animation-delay:1.24s;
				-moz-animation-delay:1.24s;
		}
		
		#circularG_8{
			left:6px;
			bottom:6px;
			animation-delay:1.38s;
				-o-animation-delay:1.38s;
				-ms-animation-delay:1.38s;
				-webkit-animation-delay:1.38s;
				-moz-animation-delay:1.38s;
		}
		
		
		
		@keyframes bounce_circularG{
			0%{
				transform:scale(1);
			}
		
			100%{
				transform:scale(.3);
			}
		}
		
		@-o-keyframes bounce_circularG{
			0%{
				-o-transform:scale(1);
			}
		
			100%{
				-o-transform:scale(.3);
			}
		}
		
		@-ms-keyframes bounce_circularG{
			0%{
				-ms-transform:scale(1);
			}
		
			100%{
				-ms-transform:scale(.3);
			}
		}
		
		@-webkit-keyframes bounce_circularG{
			0%{
				-webkit-transform:scale(1);
			}
		
			100%{
				-webkit-transform:scale(.3);
			}
		}
		
		@-moz-keyframes bounce_circularG{
			0%{
				-moz-transform:scale(1);
			}
		
			100%{
				-moz-transform:scale(.3);
			}
		}
	/*Loading畫面CSS結束*/

.loading_tit{
	padding:20px 0px 0px 15px;
	display:inline-block;
	font-size:1rem;
	font-weight:bold;
	color:#333;
	font-family:微軟正黑體;
	text-align:center;
}







#top{
	position:absolute;
	top:-100%;
}

.headertop{
	border-top: 0px solid #fff0;
}










/*==============================================================*/
/*-------立即收聽Live On Air--------*/
/*==============================================================*/

.liveOnAir_bg{
	background-color: var(--primary_color);
	padding: clamp(0.25rem, -0.017rem + 0.43vw, 0.5rem) clamp(0.484rem, 0.78vw, 0.938rem);
	/* padding-bottom: 0.5rem; */
	border-radius: 3.1250rem;
}
	.liveOnAir_bg .wrap{				
		max-width: 80rem;
	}

		.liveOnAir_area{			
			display: flex;						
			align-items: center;						
			justify-content: space-between;
			gap: clamp(0.313rem, 0.146rem + 0.27vw, 0.469rem); /* 5 7.5 */
		}

			.liveOnAir_left{
				display: flex;
				/* gap: clamp(0.387rem, 0.314rem + 0.36vw, 0.75rem); */
				max-width: calc(100% - 2rem - 0.3125rem);
				color: var(--dark_color);
				flex-direction: column;
				gap: 0.1250rem;
				position: relative;
			}

				.wave_icon{
					display: flex;
					align-items: flex-end;
					height: 1rem;
					position: absolute;
					left: 0;
					top: -3px;
				}

				.wave_icon .wave{
					display: inline-block;
					width: .1875rem;
					height: .75rem;
					background-color: #000000;
					margin: 0 1px;
					animation: wave-animation 1s infinite ease-in-out;
				}

				.wave_icon .wave:first-of-type{
					animation-delay: 0.1s
				}
				.wave_icon .wave:nth-of-type(2){
					animation-delay: 0.3s	
				}
				.wave_icon .wave:nth-of-type(3){
					animation-delay: 0.3s
				}

				@keyframes wave-animation {
					0%, 100% { height: .25rem; }
					50% { height: .9375rem; }
				}







				.liveOnAir_area .title{
					font-size: clamp(0.625rem, 0.492rem + 0.22vw, 0.75rem); /* 10 12 */
					line-height: 1.3;
					letter-spacing: 0.1rem;
					font-weight: 900;
					white-space: nowrap;
					padding-left: 1.2rem;
				}
				.liveOnAir_area .song_title{					
					font-size: 0.875rem;
					overflow: hidden;										
					text-overflow: ellipsis;										
					white-space: nowrap;										
					font-weight: 900;
				}


			.liveOnAir_right{

			}
				.liveOnAir_right button{
					cursor: pointer;
					border: none;
					font-size: 0.75rem;
					line-height: 1rem;
					font-weight: 900;
					padding: 0.375rem 1rem;
					padding: 0;
					background-color: var(--dark_color);
					border-radius: 20px;
					color: #fff;
					display: flex;
					/* gap: 5px; */
					aspect-ratio: 1;
					border-radius: 50%;
					display: flex;
					align-items: center;
					width: 2rem;
					justify-content: center;
				}
					.liveOnAir_right  button i{
						font-size: 0.8750rem;
						position: relative;
						z-index: 2;
					}

					.liveOnAir_right  button span{
						display: block;
						font-size: inherit;
						line-height: inherit;
						font-weight: inherit;
						position: relative;
						z-index: 2;
						display: none;
					}

				.liveOnAir_right  button:hover{														
					/* background-color: var(--fourth_color);										 */
				}
				.liveOnAir_right  button {
					position: relative;
					-webkit-transition-property: color;
					transition-property: color;
					-webkit-transition-duration: 0.5s;
					transition-duration: 0.5s;
					overflow: hidden;
				}

				.liveOnAir_right button:before {
					content: "";
					position: absolute;
					z-index: -1;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					background:  var(--fourth_color);
					-webkit-transform: scaleX(0);
					transform: scaleX(0);
					-webkit-transform-origin: 0 50%;
					transform-origin: 0 50%;
					-webkit-transition-property: transform;
					transition-property: transform;
					-webkit-transition-duration: 0.5s;
					transition-duration: 0.5s;
					-webkit-transition-timing-function: ease-out;
					transition-timing-function: ease-out;
				}

				/* , .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before */
				.liveOnAir_right  button:hover:before {
					-webkit-transform: scaleX(1);
					transform: scaleX(1);
					-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
					transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
					z-index: 0;
				}





@media (max-width: 1280px){

.liveOnAir_bg{
	/* max-width: 10.3125rem; */
	max-width: 10.625rem;
}

}


@media (max-width: 990px){
	
.liveOnAir_left {
    flex-wrap: wrap;
	row-gap: calc(clamp(0.387rem, 0.314rem + 0.36vw, 0.75rem) * 0.5);
}
	.liveOnAir_left .song_title{
		width: 100%;
	}
}


@media (max-width: 480px){

.liveOnAir_bg{
	max-width: 6.75rem;
	min-width: 6.75rem;
}
.liveOnAir_area {
    gap: 5px;
}
	
	.liveOnAir_area .title {
		/* display: none; */
		        padding-left: 0;
        letter-spacing: 1px;
	}

	.wave_icon {
		left: 20px;
		display: none;
	}

    .liveOnAir_left .song_title {
        font-size: 10px;
		overflow: unset;
		text-overflow: unset;
		white-space: unset;

		display: -webkit-box;
		-webkit-box-orient: vertical;	
		-webkit-line-clamp: 2;	
		overflow: hidden;
    }


	.liveOnAir_right button {
    width: 20px;
}

.liveOnAir_right button i {
    font-size: 9px;
}


}














/*/////////////////////////////////////////////////////////*/
/*-------版頭--------*/
/*/////////////////////////////////////////////////////////*/

.header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	transition: 0.3s ease all;
	background-color: rgba(0 0 0 / 0.95);
}

/*浮動*/
.header.fixed{
	box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.3);
	transition: 0.3s ease all;
	padding: 0px;
	background-color: #fff;
}

	.header > .wrap {
		position: relative;
	}





/*================*/
/*-- 手機menu按鍵 --*/
/*================*/
.menu_btn {
	position:absolute;
	width: 29px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	cursor:pointer;
	display:none;
	z-index: 99;
}
	.menu_btn span {
		display:block;
		background-color: #ffffff;
		height: 3px;
		margin: 7px 0px;
		transition:0.3s ease all;
		border-radius:3px;
	}
		/*點擊*/
		.menu_btn.active{
			top:16px;
			/* top: 21px; */
    		transform: unset;
		}
		.menu_btn.active span {
			background-color: #fff;
		}
			.menu_btn.active span:nth-of-type(1) {
				transform: rotate(45deg);
				transform-origin: top left;
			}
			.menu_btn.active span:nth-of-type(2) {
				opacity: 0;
			}
			.menu_btn.active span:nth-of-type(3) {
				transform: rotate(-45deg);
				transform-origin: bottom left;
			}

@media (max-width: 990px){
	
	/*手機menu按鍵*/
	.menu_btn {
		display:block;
	}

}




/*================================*/
/*----- logo -----*/
/*================================*/
.logo{
	/* width:  clamp(7.4196rem, 11.9792vw, 14.3750rem); */ /* 118.71px , 11.9792vw , 230.00px */
	margin: 0;
	padding: 0;
	transition: 0.3s ease all;
	/* float: left; */
	box-sizing: border-box;
	animation-name: bounceIn;
	animation-duration: 1.2s;
	animation-fill-mode: both;
	visibility: visible;
	/* padding: 1.2813rem 0px; */
}

	.logo a{
		display: block;
		transition:0.3s ease all;
		color: #fff;
		text-decoration: none;
		display: flex;
		align-items: center;
		gap: 0.75rem;
		padding: 0.7500rem 0;
	}
	
		.logo img{
			width: 100%;
			height: auto;
			/* max-width: 3rem; */
			max-width: clamp(2.125rem, 1.192rem + 1.51vw, 3rem);
		} 
		
		/*hover*/
		.logo a:hover{
			transform: scale(0.9);
			animation: bounceIn;	
		}


		.logo_right{

}

.logo_right .title_tw{

/* font-size: 1.25rem; */
font-size: clamp(1rem, 0.733rem + 0.43vw, 1.25rem);
				
line-height: 1.4;
				
font-weight: 900;
				
font-weight: 700;
				
letter-spacing: -0.05em;

}




.logo_right .title_en{
				
/* font-size: 10px; */
font-size: clamp(0.5rem, 0.367rem + 0.22vw, 0.625rem);
				
letter-spacing: 0.2em;
				
font-weight: 700;

white-space:nowrap;

}













	

@media (max-width: 990px){
	.logo{
		/* padding: 1rem 0; */
	}
	.logo a{
		/* transition: 0.3s ease all; */
		/* width: 9.375rem; */
		padding: 1rem 0;
		/* float: none; */
		/* margin: 0; */
	}
	
}

@media (max-width: 640px){
	
}
	

@media (max-width: 480px){
	
    .logo a {
        padding: 0.4028rem 0;
        flex-direction: column;
        gap: 0.3125rem;
    }
		.logo img {
			max-width: 2.1875rem;
		}
			.logo_right{
				display: flex;
				flex-direction: column;
				gap: calc( 0.3125rem * 0.5);
			}

			.logo_right .title_tw{
				line-height: 1.1;
				font-size: 0.8750rem;
				text-align: center;
			}
			.logo_right .title_en{
				font-size: 0.5625rem;
				letter-spacing: 0rem;
				text-align: center;
			}

}
	

















/*================================*/
/*----- 版頭右 -----*/
/*================================*/

.header_rightArea{
    /* float: right; */
    box-sizing: border-box;
    gap: 0.5rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 153px - clamp(0.968rem, -0.001rem + 1.56vw, 1.875rem));
}




	/* 版頭右側副功能 */
	.header-sub-actions-area{
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		gap: clamp(0.484rem, 0.78vw, 0.938rem);
		margin-left: auto;
	}

























/*================================*/
/*----- 語系 language -----*/
/*================================*/
.language{
	/* font-size: .875rem; */
	/* position: absolute; */
	/* top: 1.0625rem; */
	right: 1.875rem;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.42;
}
	.language_content{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		/* column-gap: 1rem; */
		column-gap: clamp(0.484rem, 0.78vw, 0.938rem);
	}
		.language_list{	
			box-sizing: border-box;	
		}
			.language_list a{
				display: block;
				text-decoration: none;
				color: #8c8c8c;
				/* padding: 0 .625rem; */
				padding: 0.5rem 0;
				padding: 1.625rem 0;
			}

			.language_list.active a{
				color: var(--primary_color);
			}
			.language_list a:hover{
				opacity: 0.7;
			}










/*================================*/
/*----- 版頭搜尋區塊 -----*/
/*================================*/


.search_area {
  z-index: inherit;
  position: relative;
}


/*-----PC搜尋區塊-----*/
.search_areaPC{

}
/*-----mobile搜尋區塊-----*/
.search_area_mobile{
	display: none;
}




/*搜尋icon*/
.search_icon {
  transition: 0.3s ease all;
}
  .search_icon label {
    position: relative;
    display: block;
    /* width: 60px; */
    /* width: clamp(1.875rem, 3.125vw, 3.75rem); */  /*最小值 30px、大小約 3.125vw、最大值 60px*/
    /* aspect-ratio: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border:solid  var(--grey_color) 1px; */
    /* background-color: #fff; */
    /* border-radius: 50%; */
    overflow: hidden;
  }
    .search_icon label div {
      position: relative;
      display: block;
    }
      .search_icon label div svg {
        /* width: 20px;
        height: 20px; */
        width: clamp(1rem, 1.0417vw, 1.25rem);  /*最小值 16px、大小約 1.0417vw、最大值 20px*/
        aspect-ratio: 1 / 1;
        display: block;
        fill: var(--primary_color);
        position: relative;
        z-index: 3;
      }
        .search_icon label div svg path{
          fill: none;
          stroke: var(--primary_color);
          stroke-width: 50;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-miterlimit: 133.3333;
        }
        /* .search_icon label div svg path.st0{          
        } */
        .search_icon label div svg path.st1{
          /* opacity: 0.6; */
          /* fill: none;
          stroke: #FFFFFF;
          stroke-width: 50;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-miterlimit: 133.3333; 
          enable-background: new;*/
        }
		
		.search_icon label img{
			 width: clamp(1rem, 1.0417vw, 1.25rem);
			 height:auto;
			 display: block;
		}

        


/*hover*/
.search_icon:hover label {
  transition: all 0.5s ease; 
  background-color:transparent;
  border-color:transparent;
}
.search_icon label:hover::after {
  transform: scale(15);
  z-index: 0;
}



.search_inArea {
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  position: absolute;
  overflow: hidden;
  width: 350px;
  max-width: 350px;
  /* max-width: 100%; */
  display: none;
  top: 45px;
  right: 10%;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  padding: 5px 15px 5px 40px;
}



.search_inBox {
  position: relative;
  width: 100%;
  padding: 0px 45px 0px 0px;
  box-sizing: border-box;
}
.search_inBox input[type="search"],
.search_inBox input[type="text"] {
  background: transparent;
  border: 0px;
  color: #333;
  font-size: 1rem; /*16px*/
  font-weight: bold;
  line-height: 2.5; 
  height: auto; /*40px*/
  padding: 0px;
  border-radius: 0;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
}
.search_inBox input[type="search"]:focus,
.search_inBox input[type="text"]:focus {
  border: 0px;
}

.search_inBox button[type="button"],
.search_inBox button[type="submit"] {
  position: absolute;
  right: -15px;
  bottom: -5px;
  width: 50px;
  height: 52px;
  border-color: #fff0;
  text-align: center;
  cursor: pointer;
  background: var(--sixth_color);
}


.search_inBox button[type="button"] svg  ,
.search_inBox button[type="submit"] svg{
  width: 25px;
  /* height: 25px; */
  aspect-ratio: 1 / 1;
  display: inline-block;
  fill: var(--primary_color);
  position: relative;
  z-index: 3;
  margin-right: 3px;
}
  .search_inBox button[type="button"] svg path ,
  .search_inBox button[type="submit"] svg path{
    fill: none;
    stroke: var(--primary_color);
    stroke-width: 50;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 133.3333;
  }

  

.search_inBox .search_close {
  z-index: 2002;
  color: #3e3a39;
  position: absolute;
  left: -30px;
  /* top: -10px; */
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}
.search_inBox span {
  display: inline-block;
  vertical-align: middle;
}
.search_close {
  font-size: 1.375rem; /*22px*/
  font-weight: lighter;
}

.search_inBox span svg {
  width: 15px;
  height: 15px;
  fill: var(--dark_color);
}


.search_icon:hover span svg  {
  /* opacity: 0.5;
  transition: 0.3s ease all; */
}



















/*================================*/
/*----- 主按鍵 -----*/
/*================================*/

	.navbar{
		/* display: flex; */
		/* margin-right: -30px; */
		font-weight: 700;
		/* font-size: 0.875rem; */
		font-size: clamp(0.75rem, 0.617rem + 0.22vw, 0.875rem);
		line-height: 1.42;
		display: flex;
		align-items: center;
		/* gap: 0.5rem; */
		gap: clamp(0.484rem, 0.78vw, 0.938rem);
	}
	
	/*浮動*/
	/* .header.fixed .navbar{
		padding: 0px 0px;
	} */
	
		
		.nav{
			/* float: left; */
			box-sizing: border-box;
			position: relative;
		}

		/* 隱藏按鈕--- */
		.nav_hide{
			display: none;
		}

			.nav > a{
				display: block;
				text-decoration: none;
				color: #ffffff;
				font-size: inherit; /* 15.88px , 0.9375vw , 18.00px */
				transition: 0.3s ease all;
				/* position: relative; */
				 /* 15.48px , 1.5625vw , 30.00px */
				/* padding: 0.5rem 1rem; */
				/* padding: 1.625rem 1rem; */
				padding: 1.625rem 0;
			}
			
			/*hover*/
			.nav:hover > a {
				opacity: 0.5;
				transition: 0.3s ease all;
				position: relative;
			}
			
			
			.nav > a:before {
				content: "";
				position:absolute;
				/* background-color: #c3c3c3; */
				width: 1px;
				height: 15px;
				right: 0;
				top: 50%;
				-webkit-transform: translateY(calc(-50% - 0.1875rem));
				transform: translateY(calc(-50% - 0.1875rem));
			}

			.nav:first-of-type > a:after {
				/* display:none; */
				content: "";
				position:absolute;
				/* background-color: #c3c3c3; */
				width: 1px;
				height: 15px;
				left: 0;
				top: 50%;
				-webkit-transform: translateY(calc(-50% - 0.1875rem));
				transform: translateY(calc(-50% - 0.1875rem));
			}
			/* .nav:nth-last-of-type(1) > a:after {
				content: "";
				position:absolute;
				background-color: #c3c3c3;
				width: 1px;
				height: 15px;
				right: 0;
				top: 50%;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
			} */


			.nav.arrow{

			}
			.nav.arrow > a{
				display: flex;
				align-items: center;
			}
			.nav.arrow > a::after{
				content: "";
				background-image: url(../images/nav_icon.svg);
				background-size: 100%;
				background-repeat: no-repeat;
				background-position: center;
				width: calc(1rem * 0.55);
				margin-left: 0.25rem;
				aspect-ratio: 263 / 150;
				display: inline-block;
			}





				/*主按鍵展開*/
				.navOpen {
					position:absolute;
					left:50%;
					padding:9px 0px 0px;
					width: 12rem;
					transform: translateX(-50%);
					display:none;
					z-index: 2;
				}

				.navOpen.pc{
					/* top: calc(99% + 1.6875rem); */
					padding: 0;
				}
				.nav:hover .navOpen.pc {
					display:block;
					animation: fadeIn2 0.2s ease-out;
					/* top: calc(99% + -0.6875rem); */
				}
				.navOpenBg {
					position:relative;
					border-radius: 0.75rem;
					overflow: hidden;
					border: 1px #ffffff1a solid;
				}

				/* .navOpen.pc .navOpenBg{
					position: absolute;
					transform: translateX(-50%);
				} */

				@keyframes fadeIn2 {
					from { opacity: 0; transform: translateX(-50%) translateY(10px); }
					to { opacity: 1; transform: translateX(-50%) translateY(0); }
				}


				.navOpen.mobile {
					display:none;
					opacity:0;
					z-index:-999999;
					transform: unset;
					padding: 0;
				}
				.navOpen.pc .navOpenBg:before {
					position: absolute;
					content:'';
					/* border-bottom: solid 8px rgba(0,0,0,0.65);
					border-left: solid 12px rgba(255,255,255,0);
					border-right: solid 12px rgba(255,255,255,0); */
					top:-8px;
					left:50%;
					transform: translateX(-50%);
				}

					.navOpenList {
					}
						.navOpenList a {
							text-align:center;
							font-size: inherit;
							color:#fff;
							line-height: inherit;
							/* padding:0.4375rem 0.3125rem; */
							background: var(--dark_color);
							display: block;
							transition:0.3s ease all;
							text-decoration: none;
							padding: clamp(0.625rem, 0.225rem + 0.65vw, 1rem) clamp(1.125rem, 0.725rem + 0.65vw, 1.5rem);
						}
							.navOpenList a:hover {
								background: var(--primary_color);
								color: var(--dark_color);
							}



									
	


/* 在螢幕寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 990.1px) and (max-width: 1110px){

	.header > .wrap {
		display: flex;
		width: 99%;
		align-items: center;
		max-width: calc(100% - clamp(0.968rem, -0.001rem + 1.56vw, 1.875rem));
		column-gap: calc(clamp(0.968rem, -0.001rem + 1.56vw, 1.875rem) * 0.5);
		margin-left: auto;
		margin-right: auto;
	}	

	.header_rightArea {
		width: calc(100% - 153px - calc(clamp(0.968rem, -0.001rem + 1.56vw, 1.875rem) * 0.5));
	}

	/* 首頁主按鍵 */
	.nav_home{
		display: none;
	}
	.nav > a{
		letter-spacing: 0rem;
	}
}


/* 在螢幕寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 1100.1px) {


	.header > .wrap {
		display: flex;
		width: 99%;
		align-items: center;
		/* justify-content: space-between; */
		/* max-width: calc(100% - (clamp(1.936rem, 3.12vw, 3.75rem) * 0.5)); */
		max-width: calc(100% - clamp(0.6250rem, 3.1250vw, 3.7500rem));
		column-gap: clamp(0.968rem, -0.001rem + 1.56vw, 1.875rem);
		margin-right: 10px;
	}



}
	



@media (max-width: 990px){



.header > .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}



/*----- 版頭右 -----*/
.header_rightArea{
	width: auto;
	/*position: fixed;
	width: 100%;
	top: 0px;
	right: -100%;
	height: 100%;
	box-sizing: border-box;
	background: #000000;
	transition: 0.3s ease all;
	padding: 52px 0px 0;
	overflow-y: auto;
	z-index: 4;
	float: none;
	display: flex;
	flex-direction: column;
	 align-items: unset; */
}
.header_rightArea.active {
	/* right: 0px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25); */
}





	/* 版頭右側副功能 */
	.header-sub-actions-area{		
		margin: 0;
		padding-right: 40px;
	}








	/*----- 語系 language -----*/
	.language{
		position: unset;
		top: unset;
		right: unset;
	}
		.language_content{
			justify-content: unset;
			padding: 0 2rem;
			padding: 0;
		}
			.language_list a {
				/* padding: 13px 5px; */
				padding: 5px;
			}
			.language_list.active  {
				display: none;
			}




	/*-----PC搜尋區塊-----*/
	.search_areaPC{
		display: none;
	}
	/*-----mobile搜尋區塊-----*/
	.search_area_mobile{
		display: flex;
	}

		.search_inArea{
			right: 0;
			left: unset;
		}

		/*手機主按鍵打開，手機search框就不開*/
		body.active .search_area_mobile .search_inArea{
			display: none !important;
		}











	/*----- 主按鍵 -----*/
	.navbar {
		margin-right: 0px;
		align-items: unset;
		flex-direction: column;
		width: 100%;
		gap: 0;
		row-gap: 2rem;



		position: fixed;
        width: 100%;
        top: 79.72px;
        right: -100%;
        height: calc(100% - 79.72px);
        box-sizing: border-box;
        background: #000000;
        transition: 0.3s ease all;
        padding: 0px 0px 0;
        overflow-y: auto;
        z-index: 4;
        float: none;
        /* display: flex;
        flex-direction: column;
        align-items: unset; */
	}

	.navbar.active {
		right: 0px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	}




		.nav {
			float:none;
			width: 100%;
			padding: 0px;
			position: relative;
		}
		
			.nav > a {
				border:none;
				border-radius:0px;
				text-align:left;
				padding: .5rem 2rem;
				color: rgba(255 255 255 / 40%);
				font-size: 0.7500rem;
			}

			.nav.arrow > a {
				margin-bottom: 0.5rem;
			}


	
			.nav > a:before ,
			.nav > a:after {
				display: none;
			}
			.nav.arrow > a::after {
			    content: "";
			    background-image: url(../images/nav_icon2.svg);
			}
					
				/*展開選單*/
				.navOpen {
					position:relative;
					top:0px;
					left:0px;
					margin:0px;
					width:auto;
					border-radius:0px;
					/* background:#444; */
				}
				
				/*hover*/
				.nav:hover .navOpen.pc ,
				.fixed_nav:hover .navOpen.pc{
					display:none;
				}	
				
					
				.navOpen.mobile {
					display: none;
					opacity: 1;
					z-index: 1;
					position: relative;
					display: block;
				}
					.navOpenBg {
						box-shadow: none;
						border: none;
						border-radius: 0;
						font-size: 1rem;
						/* margin: -0.5rem 0; */
					}
						.navOpen.mobile  .navOpenList {
						padding-left: 2rem;
						}
						.navOpen.mobile  .navOpenList > a {
							text-align:left;
							/* font-size:14px; */
							color: #cecece;
							/* line-height:22px; */
							padding: 0;
							background-color: rgba(0, 0, 0, 0.7);
							transition:0.3s ease all;
							text-decoration:none;
							display:block;
							border-bottom: 1px solid #5b5b5b;
							border-bottom: none;
							border-left: 2px solid var(--primary_color);
							padding-top: 0.5rem;
							padding-bottom: 0.5rem;
							padding-left: 1rem;
						}
						.navOpenList > a:hover {
							opacity: 0.7;
						}
						.search_inBoxPC input[type="search"] ,
						.search_inBoxPC input[type="text"] {
							border-bottom: 0px solid #c3c3c3;
						}
}





@media (max-width:640px){


	/*-----mobile搜尋區塊-----*/
	.search_area_mobile{
		/* display: flex; */
	}

		.search_inArea{
			right: -60%;
			left: unset;
			width: 250px;
			max-width: 250px;
			transform: translate(60%, 0%);
		}



}




