/*@css*/
@import url(reset.css);
@import url(common.css);
@import url(index.css);
@import url(swiper-bundle.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);

/*——————————————————————————————————*\
  # Guide                  
\*——————————————————————————————————*/
.guide_wrap {      
  min-width: 63%;
  max-width: 54rem;
  margin: 0 auto;
  padding: 0 var(--gap-2);
}
.guide_wrap .address {
  font-weight: 600;
  font-size: var(--big);
  margin-bottom:var(--gap_1);
}
.guide_wrap .address i {
  padding-right: .45rem;
}
.guide_wrap .card {
  background:var(--white);
  border-radius:.63rem;
  padding:1.1rem;  
  box-shadow:var(--box-sd);
  margin-bottom:var(--gap_1);
}
.guide_wrap h2 {  
  font-size: var(--keyword);
  margin-bottom: var(--gap-1); 
  color: var(--friend); 
}
.guide_wrap .route { 
  font-size: var(--p); 
  display:flex;
  gap:12px;
  align-items:flex-start
}   
.guide_wrap .link-row {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px
}
.guide_wrap .link {
  display:inline-block;
  padding:10px 14px;
  border-radius:8px;
  background:var(--main);
  color:var(--white); 
  font-size:1rem
}
.guide_wrap .note {  
  margin-top:.72rem
}
.guide_wrap ul {
  padding-left:1.3rem;
  margin:0.6rem 0;
}
.guide_wrap li {
  margin-bottom:0.3rem;
}
.map-wrap iframe {
  width:100%;
  height:380px;
  border:0;
  border-radius:.54rem;
}
.guide_wrap .heed{
  font-size:1rem;
  color:var(--main);
  margin-top: .54ren;
}

@media (max-width:600px){  
  .map-wrap iframe {
    height:260px;
  }
  .guide_wrap .route {
    flex-direction:column;
  } 
  .guide_wrap .link {
    font-size:0.95rem;
    padding:8px 12px;
  }
}

/*——————————————————————————————————*\
  # Contact                  
\*——————————————————————————————————*/
form { 
  min-width: 54%;
  max-width: 45rem;
  margin: 0 auto;
  padding: 0 var(--gap-2);
}

.inputBox,
.inputBox2,
.inputBox3 {  
  display: flex; 
  margin-bottom: var(--gap-1);
}
form .inputBox:last-child{
  margin-bottom: 0;
}

form label {
  font-size: var(--p);
  white-space: nowrap;
  width: calc(var(--p) * 6);
  line-height: 2rem; 
  height: 2rem;
  text-align:right;  
}
.inputBox input,
.inputBox select {  
  width:calc(100% - var(--p) * 6);  
  line-height: 2rem; 
  height: 2rem;
}
.inputBox textarea {
  line-height: 1.5;
  padding: .45rem .54rem;
 }
.inputBox button {  
  display: block; 
  margin-top: 1.8rem;  
  min-width:7rem; 
  text-align: center;
  line-height: 2.4rem; 
  height: 2.4rem; 
  font-size: var(--p); 
}
/*——————inputBox2*/
.inputBox2 select {  
  width:5.7rem;  
  line-height: 2rem; 
  height: 2rem;
}
.inputBox2 select:last-child {   
  width:calc(100% - var(--p) * 6 - 5.7rem - .6rem);
  margin-left:.6rem;  
  background: pink;
}
/*——————inputBox3*/
.inputBox3 input {  
  width:calc(100% - var(--p) * 6 - 7rem);  
  line-height: 2rem; 
  height: 2rem;
}
.imgCode { 
  margin-left:.5rem; 
  width: 6.5rem;
  height: 2rem;  
}
/* 隱藏人數選單 & 星星評分 */
#peopleBox,
#ratingBox {
  display: none;
}
/* 星星評分 */
.stars {
  display: flex;
  gap: .3rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #ccc;
}
.stars span.active {
  color: gold;
}
button[type="submit"].btn.btn__effect {  
  margin-left:auto ; 
}
/*——————————————————————————————————*\
  # Spots                  
\*——————————————————————————————————*/
.spot_set { 
  min-width: 63%;
  max-width: 54rem;
  margin: 0 auto;
  padding:0 var(--gap-2) var(--gap-5);
  display: flex;
  align-items: flex-start; 
  justify-content: space-between;
}
.spot_set .image, 
.spot_set .text {
  flex: 1;
  max-width: 48%;
}
.spot_set img {
  width: 100%;
  height: auto;
  border-radius: .36rem;
}
.spot_set .text {  
  padding: 0;
}
.spot_set .text h2 {
  font-size: var(--title);
  margin-bottom: 15px;
  color: #181818;
}
.spot_set .text .edit p {  
  color: var(--gray);
  text-align: left;
}
.spot_set:nth-child(odd) .image {
  order: 2;
}
.spot_set:nth-child(odd) .text {
  order: 1;
}
.spot_set:nth-child(even) .text {
  order: 2;
}
.spot_set:nth-child(even) .image {
  order: 1;
}
@media (max-width: 768px) {
  .spot_set {
    flex-direction: column;
    text-align: center;
  }
  .spot_set .image, 
  .spot_set .text {
    max-width: 100%;
    width: 100%; 
    margin-bottom: .54rem;   
  }  
  .spot_set .image {
    order: 1 !important;    
  }
  .spot_set .text {
    order: 2 !important;
  }  
}
/*——————————————————————————————————*\
  # Hall                   
\*——————————————————————————————————*/
.hall_gallery {  
  min-width: 63%;
  max-width: 54rem;
  padding: 0 var(--gap-2);
  margin:0 auto;  
  display:grid;
  grid-template-columns:repeat(1,1fr);
  gap:.81rem;
}
.hall_gallery button {
  all:unset;
  cursor:pointer;
}
.hall_gallery .thumb {
  display:block;
  overflow:hidden;
  border-radius:8px;
  background:#ddd;
  position:relative;
}
.hall_gallery .thumb img {
  width:100%; 
  aspect-ratio: 4 / 3;   
  object-fit:cover;
  object-position:50% 50%;  
  transition:transform .35s ease;
}
.hall_gallery .thumb:focus img,
.hall_gallery .thumb:hover img {
  transform:scale(1.05);
}
@media(min-width:600px) {
  .hall_gallery {
    grid-template-columns:repeat(2,1fr);
  }
}
@media(min-width:1200px) {
  .hall_gallery {
    grid-template-columns:repeat(3,1fr);
  }
}
/* Lightbox overlay*/
.lightbox {
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,0.85);
  z-index:9999;
  padding:1rem;
}
.lightbox.open {
  display:flex;
}
.lb-inner {
  position:relative;
  max-width:1200px;
  width:100%;
  max-height:calc(var(--full-h) * .96);
  display:flex;
  flex-direction:column;
  align-items:center;
}
.lb-top { 
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  margin-bottom:8px;
}
.lb-caption {
  color:var(--white);
  font-size:.81rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align:center;
  padding: 0 .54rem;
  /*max-width:90%;max-width: 100%;*/
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.lb-close,
.lb-close:hover {
  position:absolute;
  right: -3rem;
  top: -.6rem;
  border:0;
  background:transparent;
  color:var(--white);color: #fffefd;
  font-size:1.2rem;
  display:flex;
  align-items:center;
  justify-content:center;  
  cursor: pointer;
}
.lb-figure {
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  /*height:calc(100% - 2.4rem);*/
}
.lb-figure img {
  max-width:100%;
  /*lb-caption高1.5rem; 3rem 是保留某種舒服的空隙*/
  max-height: calc(var(--full-h) - 1.5rem - 3rem);
  border-radius:.36rem;  
  box-shadow: var(--box-sd);
}
.lb-arrow {
  position:absolute;
  top: calc(50% + .75rem);
  transform:translateY(-50%); 
  width: 1.5rem;
  height: 1.5rem;  
  border:0;  
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.lb-prev,
.lb-prev:hover {
  left:.54rem;
  background: url(../images/aw-l.webp) no-repeat center center/50% auto; 
}
.lb-next,
.lb-next:hover {
  right:.54rem;
  background: url(../images/aw-r.webp) no-repeat center center/50% auto;
}
@media(max-width:541px) {
  .lb-caption {
    font-size:14px;
  }
  .lb-prev {
    left:0px;     
  }
  .lb-next {
    right:0px;    
  }
  .lb-close {    
    right: -24%;    
    font-size:18px;    
  } 
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/*——————————————————————————————————*\
  # menu.slider                   
\*——————————————————————————————————*/
.menu.swiper-container { 
  width: 30rem; 
  margin: 0 auto;
  max-width: 100%;   
  height: auto; 
}
.menu .swiper-slide img {
  width: 100%;
  height: auto;  
}
.menu .swiper-slide {
  width:100%;
  height: 100%; 
  background-size: cover; 
  background-position: center; 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative; /* 浮水印定位 */
}
/*----- PDF 小按鈕 -----*/
.menu .pdf-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 0.8rem;
  padding: 4px 8px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
}
.menu .pdf-btn:hover {
  background: rgba(0,0,0,0.85);
}
/*-----左右箭頭(自設)*/
.menu .swiper-button-prev {color: transparent;}
.menu .swiper-button-next {color: transparent;}
.menu .swiper-button-prev {  
  height:2rem; 
  width: 2rem;  
  background: url(../images/aw-next.svg) no-repeat center center/100% auto; 
  transform: rotate(180deg);
}
.menu .swiper-button-next { 
  height:2rem; 
  width: 2rem;  
  background: url(../images/aw-next.svg) no-repeat center center/100% auto; 
}
@media (max-width: 1199px){ 
  .menu .swiper-button-prev,
  .menu .swiper-button-next {  
    height:1.2rem; 
    width: 1.2rem; 
  }
}

/*——————————————————————————————————*\
  # dishes                   
\*——————————————————————————————————*/
/* 篩選區 */
.dish_filter {
  padding: 0 var(--gap-2) var(--gap-1);
  text-align: center;
  background: var(--bg);  
  position: sticky; 
  top: 0;
  z-index: 5;
}
.dish_filter button {
  display: inline-block;
  margin: .18rem;
  padding: 0 1.08rem;
  border: 1px solid var(--gray);
  border-radius: 3rem;
  background: var(--white);
  color: var(--font);  
  transition: all .2s; 
  width: auto;
  height: 1.8rem;
  line-height: 1.8rem;  
}
.dish_filter button.active,
.dish_filter button:hover {
  background: var(--font);
  color: var(--white);
}
/* 主容器 */
.dish_wrap { 
  display: flex;
  transition: all 0.3s ease;
  align-items: flex-start;
  margin-top: 1rem;  

  min-width: 63%;
  max-width: 63rem;
  margin: 0 auto;
  padding: 0 var(--gap-2);
}
/* 左側圖片牆 */
.dish_gallery {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: .8rem;
  /*padding: .9rem; padding: 0;*/
  justify-content: center;
}
.dish_gallery .card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  max-width: 12rem;
  padding: .45rem;
  background: #fff;
  border-radius: .36rem;  
  box-shadow:var(--box-sd);
  transition: transform 0.2s, opacity 0.2s;
}
.dish_gallery .card.hide { display: none; }
.dish_gallery .card:hover { transform: translateY(-3px); }
.card img {
  height: 180px;
  width: auto;
  object-fit:cover;
  object-position:50% 50%; 
  border-radius: .36rem .36rem 0 0;
}  
.dish_gallery .card h2 {
  line-height: 1.3;
  font-size: 1rem;
  margin: .5rem 0 .3rem;
  font-weight: 600;
}
.card .category {
  font-size: .75rem;
  color: #666;
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: .36rem;
}
/* 右側詳情區 */
.dish_detail {  
  flex: 0;
  overflow: hidden;
  background: #fff;
  border-left: 1px solid #ddd;
  transition: flex 0.3s ease, transform 0.3s ease;
  padding: 0;
  position: relative;
}
.dish_detail.open { 
  flex: 0 0 54%; 
  padding: .54rem; 
  border-radius: .36rem;
}
.dish_detail .close-btn {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--gray);  
  border-radius: 50%;
  top: .27rem;
  right: .27rem;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--gray);
  box-shadow: var(--box-sd);
}
.detailBox { display: none; }
.detailBox.active { display: block; }
.detailBox img {
  max-width: 100%;
  height: auto;
  border-radius: .36rem;
  margin-bottom: var(--gap-1);
}
.detailBox h2 {   
  font-size: 1rem; 
  margin-bottom: var(--gap);
}
.detailBox p { 
  font-size: .75rem;
  color: #555; 
  padding-left: .09rem;
}

@media (max-width: 1199px) {
  .dish_wrap {
    padding: 0 ;
  }
  .dish_gallery .card {
    flex: 1 1 calc(50% - 12px); 
  }
}
@media (max-width: 601px) {
  .dish_wrap { flex-direction: column; }
  .dish_gallery { flex: none; }
  .dish_detail { margin-top: 0;
    flex: none;
    position: fixed;
    left: 0; right: 0; top: 0; bottom: 0;
    height: 100%; 
    transform: translateY(100%);
    border: none;
    box-shadow: 0 -2px 8px rgba(0,0,0,.2);
    z-index: 999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .dish_gallery .card {   
    max-width: 46.8%;    
  }
  .dish_detail.open { 
    transform: translateY(0); 
    padding: 18px; 
  }
  .dish_gallery .card { flex: 1 1 100%; }  
}
@media (max-width: 415px) {
  .dish_gallery .card {   
    max-width: 16rem;    
  }
}
/*——————————————————————————————————*\
  # About:Event                   
\*——————————————————————————————————*/
.timeline {
  position: relative;
  max-width: 55rem;  
  margin: 0 auto;
  padding: 0 var(--gap-2);  
}
/* 中央垂直線 */
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 4px;  
  background: var(--mate);
  border-radius: 2px;
}
.timeline .event {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;  
  margin: 18px 0;margin: 0;
}

.timeline .content {
  background: #fff;
  border: 2px solid rgba(58,89,84,0.12);
  padding: 9px 12px;
  border-radius: .36rem;
  box-shadow: 0 1px 10px rgba(2,6,23,0.06);  
  width: 54%;
}
.timeline .content:hover {
  transform: translateY(-3px);
  transition: transform .18s ease
}
.timeline .content time {
  display: block;
  color: var(--mate);
  font-weight: 900;
  font-size: var(--p);
  font-family: var(--crnum);  
}
.timeline .content h2 {
  font-family: var(--luyi);
  font-size: var(--big);
}
.timeline .content p {  
  font-size: .81rem;
}

.timeline .connector {
  display: flex;
  align-items: center;
}
.timeline .dot {
  width: .8rem;
  height: .8rem;
  background: var(--mate);
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(37,99,235,0.12);
}
.timeline .line {
  width: 3rem;
  height: 3px;
  background: var(--mate);
}
/* 左側：文字 → dot → line → 主線 */
.timeline .event.left {
  justify-content: flex-end;
  left: 0
}
.timeline .event.left .content {
  margin-right: 4.5px;
}
.timeline .event.left .connector {
  margin-left: 4.5px;
  flex-direction: row;
}
.timeline .event.left .dot {
  margin-right: 6px;
}
/* 右側：主線 ← line ← dot ← 文字 */
.timeline .event.right {
  justify-content: flex-start;
  left: 50%
}
.timeline .event.right .content {
  margin-left: 4.5px;
}
.timeline .event.right .connector {
  margin-right: 4.5px;
  flex-direction: row-reverse;
}
.timeline .event.right .dot {
  margin-left: 6px;
}

@media (max-width: 991px) {
  .timeline {    
    margin: 18px auto;
    padding:10px;
  }
  .timeline .content {    
    width: 45vw;
    padding: 6.3px 4.5px;
  }
  .timeline .line {
    width: 1rem;    
  }
  .timeline .dot {
    width: .4rem;
    height: .4rem; 
    box-shadow: none;       
  }
  .timeline .event.left .content {
    margin-right: 1.5px;
  }
  .timeline .event.left .connector {
    margin-left: 1.5px;    
  }
  .timeline .event.left .dot {
    margin-right: 3px;
  }
  .timeline .event.right .content {
    margin-left: 3px;
  }
  .timeline .event.right .connector {
    margin-right: 3px;    
  }
  .timeline .event.right .dot {
    margin-left: 0px;
  }
  .timeline .event.left .dot {
    margin-right: 0px;
  }
  .timeline .content time {    
    font-weight: 600;
    font-size: calc(var(--p) * .9);     
  }
  .timeline .content h2 { 
    font-size: calc(var(--big) * .9);
  }
  .timeline .content p { 
    font-size: calc(var(--tiny) * .9);
  }
}

/*——————————————————————————————————*\
  # About:Story                   
\*——————————————————————————————————*/
.story_cnt { 
  --left-w:6rem;
  display: flex;
  align-items: flex-start;
  padding: 0 var(--gap-2);
}    
.image-area {  
  position: sticky;
  top: 2rem;    
  left: var(--left-w);
  height: calc(var(--full-h) * .8);   
  width: 40%;  
  z-index: 1;
}
.image-box {
  position: relative;
}
.image-box img {
  width: 100%;
  height: auto;
  border-radius: .36rem;
  display: block;
}
.image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story_cnt .label {
  position: absolute;
  bottom: .36rem;
  right: 1.2rem;
  font-size: 4rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  font-family: var(--crnum);
}
/* 文字區 */
.text-area {    
  padding: 0 var(--left-w) 0 2rem; 
  flex: 1; /* 自動吃掉剩餘寬度 */
  margin-left: var(--left-w); 
}
.text-area .section {
  min-height: calc(var(--full-h) * .72); 
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-area .section h2 {
  margin-bottom: var(--gap-2);
  font-size: 2rem;  
}
   
@media (max-width: 768px) {
  .story_cnt {    
    flex-direction: column;
  }
  .image-area {
    display: none; /* 隱藏桌機左圖 */
  }
  .text-area {
    margin-left: 0;
    padding: 0;
  }
  .text-area .section {
    min-height: auto;
    padding: 1rem;
  }
  .text-area .section .image-box {
    margin-bottom: 1rem;
  }
  .text-area .section .label {
    font-size: 3rem;
  }
}

/*----------------------------------*\ 
  # News List       
\*----------------------------------*/
.container { 
  display: flex;
  flex-wrap:wrap;  
  /*padding: 0 var(--gap-2); */
  /*margin: 0 var(--gap-2); */
}
.container .main { 
  width: 75%;  
}
.container .aside {   
  width: 25%;  
  position: sticky;   
  top:0;  
  height: var(--full-h);
  padding: .36rem 4.5rem 1.5rem 1.5rem;
}
.switch { 
  display: none; 
}
/*————————————————————.main*/
.news-grid {
  padding: 0 var(--gap-1) var(--gap-3) var(--gap-7);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;  
}
@media (max-width: 1199px) {
  .news-grid { 
    grid-template-columns: repeat(2, 1fr);
    padding: 0 7.2%; 
  }
}
@media (max-width: 541px) {
  .news-grid {
    grid-template-columns: 1fr;
    padding: 0 var(--gap-2);
  }
}
.news-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: .36rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  color: inherit;
  margin-bottom: var(--gap-2);
}
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.news-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.news-content {
  padding: 15px;
}
.news-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}
.news-title {
  font-size: 19px;
  font-weight: 600;
  margin: 8px 0;
}
.news-desc {
  font-size: 15px;
  color: #444;
  line-height: 1.4;
}
/*————————————————————分頁 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 8px;
}
.pagination a { 
  width: 45px;
  height: 45px;
  line-height:45px;
  text-align: center;
  display: inline-block;   
  border-radius: 50%;  
  background: #eee;
  color:var(--font);
  font-size: 14px;
  transition: background 0.3s, color 0.3s;
}
.pagination a:hover {
  background: #ccc;
}
.pagination a.active {
  background: var(--main);
  color: #fff;
  font-weight: bold;
}
.pagination .next {
  background: url(../images/aw-next.svg) no-repeat center center/36% auto;
}
.pagination a:hover.next {  
  background: url(../images/aw-next.svg) no-repeat center center/36% auto,#CCC;
}
.pagination .prev {
  background: url(../images/aw-next.svg) no-repeat center center/36% auto;
  transform:  rotate(180deg); 
}
.pagination a:hover.prev {  
  background: url(../images/aw-next.svg) no-repeat center center/36% auto,#CCC;
  transform:  rotate(180deg);
}
@media (max-width: 769px){
  .pagination a { 
    width: 30px;
    height: 30px;
    line-height:30px;    
    font-size: 12px;    
  }
}
/*————————————————————aside*/
.container .aside a {
  display: block;
  white-space:nowrap; 
  margin:0 .2rem .6rem;   
  padding: .2rem 1rem;
  font-size: var(--small);
  background: var(--friend);
  color: var(--white);
  border-radius: 50px;
}
.container .aside a:hover  {   
  background: var(--main);       
}
.container .aside a.current {
  background: var(--main);
}
.container .aside .group,
.container .aside.theme .group {
  margin-bottom: 1rem;
}

@media (max-width: 1199px){  
  .container {    
    position: relative;    
  }  
  .container .main {
    width: 100%;
    order:2;    
  }  
  .container .aside {
    position: fixed;
    background: var(--panel);
    display: none;
    height: var(--full-h);
    overflow: auto;       
    width:100%;   
    z-index: 5;  
    order:1;
    padding: 5.4rem 15% 36px;
  }  
  /*————————————————————switch*/
  .switch { 
    z-index: 6;
    display: block;
    text-align: center;
    cursor: pointer;
    position: fixed; 
    top: 0;
    width:100%;
    height: 4.3rem;
    line-height: 4.3rem;
    background: var(--font);
    color: var(--white);
  }
  .switch:after {
    position: absolute;
    content: '∨';
    font-size: 12px;
    top: 5%;
    right: calc(50% - 3rem);
    transition: 500ms ease-in-out;
    transform: scaleX(2.4) ;
  }
  .switch.active::after {
    transform: rotate(180deg) scaleX(2.4);  
  }
  .container .aside a {   
    margin:0 .2rem 1rem;  
  } 
}

/*----------------------------------*\ 
  # News Detail       
\*----------------------------------*/
.article { 
  min-width: 54%;
  max-width: 45rem;
  margin: 0 auto;
  padding: var(--gap-5) var(--gap-2) var(--gap-7); 
  padding: 0 var(--gap-2) var(--gap-7);
}
.article h2 { 
  margin-bottom: var(--gap-1);  
  font-size: var(--topic);
}
.article .info { 
  display: flex; 
  margin-bottom: var(--gap-3); 
  align-items: center;
  height: 1.8rem;
  padding-left: .27rem;
}
.article .info h6 {  
  white-space:nowrap;   
  line-height: 1.8rem;  
  margin-bottom: .18rem;
}
/*——›Next & Prev(News Detail bottom)*/
.pageBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width:21em;
  height: 1.8em;
  max-width: 98%;
  margin: 0 auto var(--gap-4);
  position: relative;  
}
.pageBox a { 
  display: inline-block;
  white-space:nowrap;
  height: 1.8em;
  line-height: 1.8em;
  display: flex;
  margin: 0 1.7em;
  font-size: var(--tiny);
  transition: 500ms ease-in-out;
}
.pageBox a:hover {
  color: var(--mate);
  transform: translate(0, -3px);
}


/*——————loading整個全域遮罩層——————*/
.global-loading {
    display: none;
    /* 預設隱藏 */
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

/* 轉圈圈 */
.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ccc;
    border-top-color: #d4b559;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}

/* 旋轉動畫 */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*——————loading整個全域遮罩層END——————*/
