@charset "utf-8";
/* CSS Document header + footer + 側邊欄 + 廣告 + 共用 */
body {
	background: #f7f7f7;
	font-size: 18px;
	color: #111;
	line-height: 1.3;
	font-family: 'Noto Sans TC', "微軟正黑體";
}
a:link, a:visited, a:active {
	color: #111;
}
img {
	width: 100%;
	height: auto;
}

/* ------------------- *\
		廣告共用
\* ------------------- */
.suggest.pc_wrap { width:100%; max-width:1260px; text-align:center; }
.suggest #ad-K10 { margin-top: 20px; }
.suggest_pc #ad-K1 { display: flex; justify-content: center; }
@media screen and (max-width:800px){ 
	/* 巨橫幅廣告隱藏 */
    .suggest.pc_wrap, .suggest_pc #ad-K1, .suggest_pc #ad-K10 { display: none; }
}
@media screen and (max-width:700px) {
	/* 配合首頁300*250廣告隱藏 */
	.suggest_pc {
		display: none;
	}
}
@media screen and (max-width:600px) {
	/* 廣告切換電腦版手機版 */
	.suggest_m {
		display: block;
	}
	div.suggestBottom { margin-bottom: 15px; }
	div.suggestTop { margin-top:15px; }
}

/* ------------------- *\
			TOP
\* ------------------- */
.top {
	display: none;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	clear: both;
	position: fixed;
	bottom: 120px;
	right: 30px;
	z-index: 50;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}
.top a {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 0;
	border-radius: 100%;
	cursor: pointer;
	background-color: #663939;
}
.top a:before {
	content: "︿";
	display: inline-block;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	position: absolute;
	top: 7px;
	left: 10px;
}
.top a:after {
	content: "TOP";
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	position: absolute;
	top: 28px;
	left: 7px;
}
.top a:active {
	background-color: #C5B5A6;
}

/* ------------------- *\
　　　　　HEADER
\* ------------------- */

header .ltn_nav{
	height: 50px;
	padding: 0 1%;
	background: rgba(255,255,255,.8);
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #e4e4e4 #fdfdfd;
}
header .ltn_nav ul{
	max-width: 1260px;
  min-width: 1200px;
	margin: 0 auto;
	display: flex;
  justify-content: center;
}
header .ltn_nav .ltn_logo a{
	width: 110px;
	height: 45px;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
header .ltn_nav li{
	flex: 1;
	text-align: center;
}
header .ltn_nav li a{
	font-size: 18px;
	line-height: 45px;
}
header .key_vision{
	line-height: 0;
}
	.key_vision_m{
  display: none;
}

/* ------------------- *\
　　　　　FOOTER
\* ------------------- */
footer {
	clear: both;
	padding: 15px;
	text-align: center;
	border-top: 2px solid #ccc;
}
footer a {
	width: 110px;
	display: inline-block;
	margin: 0px auto 5px;
}
footer img {
	height: 26px;
	width: auto;
}
footer p, footer p span {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.5;
}
@media screen and (max-width:600px) {
	footer p span {
		display: block;
		line-height: 1.3;
	}
}
@media screen and (max-width:380px) {
	footer img {
		width: 100px;
	}
}
@media screen and (max-width:330px) {
	footer p, footer p span {
		font-size: 0.7rem;
		letter-spacing: 0;
	}
}

/* ------------------- *\
			MORE
\* ------------------- */
.more { 
    width: 180px;
    margin: 0 auto; 
    background-color: #483939; 
    border-bottom: 4px solid #483939;
    border-radius: 30px;
    padding: 4px 12px 6px; 
    position: relative;
    overflow: hidden;
}
.more a { 
    display: block;
    width: 100%;
    text-align: center; 
    font-size: 18px; 
    letter-spacing: 1px; 
    line-height: 1.5;
    color: #ffffff; 
    position: relative;
    transition: right 0.3s;
}

.more::before{
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #816f6f;
    transition: right 0.3s;
}
.more:hover a{
    font-weight: 400; 
    color: #261818;
}
.more:hover::before{
    right: 0;
}
.more.more_m{
    display: none;
}

@media screen and (max-width: 600px){
    .more.more_load{
        display: none;
    }
    .more.more_m{
        display: block;
    }
}


/* ------------------- *\
			content 共用
\* ------------------- */
.main { 
    margin: 0px auto; 
    overflow: hidden; 
}
.main_wrap { 
    max-width: 920px; 
    margin: 0px auto; 
    padding: 0 1%;
    overflow: hidden;
    margin-bottom: 30px; 
}
.main .container{
	width: calc(100% - 320px);
	float: left;
	margin-bottom: 20px;
}
h2{
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 15px;
}
h3{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
		letter-spacing: 0.5px;
    /* LIMIT TO TWO LINES */
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
		transition: right 0.3s;
}
@media screen and (max-width: 1180px){
    .main_wrap{
        width: 920px;
    }
    .main .container{
        width: 100%;
    }
}
@media screen and (max-width: 960px){
    .main_wrap{
        width: 98%;
    }
}
@media screen and (max-width: 600px){
    .main_wrap{
        padding: 0;
    }
}

/* 區塊標題 */
.heading_title{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.heading_title b{
    font-family: 'Noto Sans TC'; 
    font-size: 30px; 
    font-weight: 500; 
}

/* -- 快訊區 -- */
.marqueeOutbox {
	width: 100%;
	height: 43px;
	overflow: hidden;
	background-color: #bd0202;
}
/* 快訊外框限制範圍 */
.bk_news{
  width: 100%; 
  max-width: 920px; 
  margin: 8px auto 0; 
  padding: 0 1%;
}
@media screen and (max-width: 829px) {
  .bk_news{
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    height: 60px;
  }
}

/* -- 大罷免主視覺圖片區 -- */
.visual_area {
	background-image: url(../images/topveiw.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 200px;
    margin: -10px 0 20px 0;
    position: relative;
}
.visual_area::after{
	content: "";
    display: block;
    background-image: url(../images/topitem.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 330px;
    height: 132px;
    position: absolute;
    top: 16%;
    left: 44%;	
}

@media screen and (max-width:828px){
  .visual_area{
    margin: -12px 0 20px 0;
  }
}

@media screen and (max-width:500px) {
.visual_area{
	height: 120px;
	margin: 0 auto 10px;
}

.visual_area::after {
    width: 200px;
    height: 80px;
    top: 16%;
    left: 36%;
}
}

/* -- 大罷免開票全區 -- */

/* -- 大罷免 罷免通過公告區 -- */
.news-block {
  font-family: "Noto Sans TC", sans-serif;
  color: #111;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 800px;
}

.news-decor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.line {
  flex: 1;
  border: 1px solid #313131;
}

.dots {
  white-space: nowrap;
  font-size: 10px;
  letter-spacing: 0;
  color: #313131;
}

.news-text {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.8em 0;
  word-break: break-word;
}
/* -- 大罷免罷免通過文字區 -- */
.recall-banner {
  text-align: center;
  font-family: "Impact", "Arial Black", sans-serif;
}

.recall-text {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  color: #090909;
  letter-spacing: 14px;
}

.recall-count {
  display: inline-block;
  font-size: 72px;
  color: #ff3854;
  text-shadow: 2px 2px 0 #000, 4px 4px 8px #444;
  animation: shake-pop 3s ease-in-out infinite;
}

@keyframes shake-pop {
  0%, 80%, 100% {
    transform: scale(1);
  }

  10%, 20%, 30%, 40%, 50% {
    transform: translateX(-3px);
  }

  15%, 25%, 35%, 45% {
    transform: translateX(3px);
  }

  60% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

@media (max-width: 600px) {
	.recall-text {
    font-size: 28px;
    line-height: 1.1;
    color: #090909;
    padding-left: 8%;
  }
  .recall-count{
    font-size: 42px;
  }
}

/* -- 大罷免開票區 -- */
.recall_invoicing { width:100%; max-width:800px; margin:0 auto; }
.candidate-list { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; gap:1%; }
.candidate-list section { width:49%; display:flex; flex-wrap:nowrap; justify-content:space-between; box-shadow:0 2px 7px rgba(0,0,0,0.2); }

/* 頁籤 */
.region-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 20px;
}
.region-nav button {
  font-size: 16px;
  color: #0a0a0a;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 8px;
  padding: 2px 15px 4px;
  transition: background-color 0.2s;
  cursor: pointer;
}
.region-nav button:hover {
  background-color: #f0f0f0;
}
.region-nav button.active {
  border: 2px solid #e8ae2b;
  background: #e8ae2b;
  color: #fff;
}

/* Candidate Cards */
.candidate-card {
  max-width: 500px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 6px;
   margin:0 0 16px 0;

}

/* 人名 */
.candidate-card h3 {
  font-family: 微軟正黑體;
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #222;
}

/* 地區 */
.candidate-card h3 .area {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  background: #ffebbe;
  border-radius: 15px;
  margin:0 10px 0 0;
  padding: 4px 8px;
}

/* 黨籍 */
.candidate-card h3 > b {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  background-size: contain;
}

/* 子彈圖 */
.bullet-chart {
position: relative;
width: 100%;
height: 20px;
background: #ebebeb;
border-radius: 10px 0 0 10px;
margin-bottom: 15px;
overflow: hidden;
border-right: 2px solid rgb(98, 98, 98);
}
.bullet-bar {
  height: 100%;
  border-radius: 10px 0 0 10px;
  background-color: #4caf50; /* 目前進度 */
}
.marker {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
}
.marker.threshold {
  background-color:#c62424;  /* 門檻票數 */
}
.marker.target {
  background-color: rgb(98, 98, 98);    /* 目標票數 */
}

/* 連數數字 */
.chart-labels {
  font-size: 15px;
  color: #555;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.chart-labels li{ font-size:16px !important; line-height: 1.3 !important; }
.chart-labels > li > span{ font-size:16px !important; margin:0 !important; font-weight: bold; color: #4c4c4c; }
.chart-labels li.current-number > span { color: #4caf50; }
.chart-labels li.threshold-number > span { color: #c62424; }


/* RWD */
@media (max-width: 600px) {
	.candidate-list section { width:100%; margin:0 auto 15px; }
	.votes label { grid-template-columns: 38px 1fr;  }
  .votes .count { font-size: 1rem; min-width: 38px;}  
	.region-nav button{font-size: 16px; padding: 6px 10px 6px;}
  }
@media (max-width: 500px) {
	.region-nav { gap:8px; margin: 0 auto 10px;}
}
@media (min-width: 426px) {
  .chart-labels br{
    display: none;
  }
}
  .avatar_box{
    text-align: center;
    margin: 0 auto;
}
  .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 6px auto 0px;
  }
  .vt_area{
    font-size: 10px;
    padding: 2px;
    background-color: #c1d3e2;
    margin: 0 auto;
  }
  .info {
    padding: 0 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 0px;
    width: 72px;
    display: block;
    text-align: center;
  }

	/* 罷免通過按鈕 進行中/通過/不通過 */
    .On-pass-btn {
      display: none; 
    }
    .pass-btn {
      background: #ea4259;
      color: #fff;
      border: none;
      border-radius: 100px;
      padding: 2px 6px;
      font-size: 12px;
      cursor: default;
      margin-top: 4px;
	    position: relative;
  	  overflow: hidden;    
	}
	  .No-pass-btn {
	    background: #363636;
      color: #fff;
      border: none;
      border-radius: 100px;
      padding: 2px 6px;
      font-size: 12px;
      cursor: default;
      margin-top: 4px;
	    position: relative;
  	  overflow: hidden;    
	}

	.pass-btn.shimmer::before {
	content: '';
	position: absolute;
	top: 0; left: -150%;
	width: 50%; height: 100%;
	background: rgba(255,255,255,0.4);
	transform: skewX(-20deg);
	animation: shimmer 2s ease-in-out infinite;
	}
	@keyframes shimmer {
	0%   { left: -150%; }
	50%  { left: 150%; }
	100% { left: -150%; }
	}

    .votes {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 4px;
      position: relative;
      padding-top: 16px;
    }
    .votes .threshold {
      position: absolute;
      top: -3px;
      left: 28%;
      font-size: 10px;
      letter-spacing: 0px;
    }
    .votes label {
      display: grid;
      grid-template-columns: 40px 1fr auto;
      align-items: center;
      gap: 0px;
    }
    .votes .title {
      text-align: end;
	  font-size: 12px;
      width: 38px;
    }
    .votes .bar {
      min-width: 80px;
      width: 100%;
      height: 25px;
      background: #cecececc;
      margin: 0 8px 0 0;
      position: relative;
    }
    .votes .bar-inner {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
    }
    .votes .agree .bar-inner {
      background: #36d6cb;
    }
    .votes .disagree .bar-inner {
      background: #b6baff;
    }
    .votes .threshold-line {
      position: absolute;
      bottom: 0;
      height: 30px;
      width: 2px;
      background: #273131;
    }
    .votes .count {
	  position: absolute;
	  font-size: 15px;
    font-weight: bold;
	  top: 2px;
    right: 2px;
	  text-align: end;
    letter-spacing: -1px;
    }
	.deadline-date{
	  font-size: 10px;
    text-align: end;
    width: 100%;
	  letter-spacing: -1px;
	}
/* -- 大罷免警語區 -- */
.note{
    max-width: 500px;
    padding: 10px 20px 26px;
    margin: 0 auto;
    font-size: 12px;
}
/* -- 大罷免前導名單圖片區 -- */
.EarlyList{
    background-image: url(../images/recall_list.jpg);
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 96%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.grid-date{
    grid-column: 1 / 6;
    font-size: 26px;
    font-family: 'Noto Sans TC';
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 2%;
    padding-top: 10px
}
.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(9, 1fr);
  width: 100%;
  height: 100%;
  gap: 6px;
  padding: 10.2% 2% 26%;
  box-sizing: border-box;
}

.EarlyList .grid-button {
  color: #121212;
  text-align: center;
  font-size: 28px;
  letter-spacing: 6px;
  font-weight: 600;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgb(204 222 240 / 78%);
  border: 1px solid rgb(98 90 90 / 23%);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  background-image: linear-gradient(145deg, rgb(0 0 0 / 23%), rgba(255, 255, 255, 0.05));
}

.EarlyList .grid-button:hover {
  background: rgb(215 233 243 / 78%);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

  .EarlyList .grid-button:hover::after {
  color: rgb(255 5 5 / 20%);
  opacity: 1;
}

@media (max-width: 900px) {
  .EarlyList .grid-button {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

@media (max-width: 600px) {
  .EarlyList .grid-button {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgb(33 32 32 / 43%);
  }
  .grid-button {
    font-size: 10px;
  }
  .EarlyList .grid-button::after {
  bottom: -30%;
  right: -2%;
  font-size: 22px;
  }
  .grid-date{
    font-size: 16px;
    font-weight: 500;
    padding-top: 4px
}
  .grid-overlay {
    padding: 10% 1% 24%;
    gap: 6px;
  }
  .EarlyList .grid-button::after{
        content: " ";
  }
}
@media (max-width: 400px) {
  .EarlyList .grid-button {
    color:#141313;
    font-size: 13px;    
    letter-spacing: 2px;
    border-radius: 6px;
  }
    .grid-date{
    font-size: 14px;
    letter-spacing: 1px;
}
  .grid-overlay {
    padding: 10% 1% 24%;
    gap: 4px;
  }
}
/* -- 大罷免社群分享區 -- */
.recall_share {
  margin: 0 auto;
  padding: 14px 0 6px;
}
.recall_share .share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.recall_share .share-buttons .share-btn {
  flex: 0 0 48%;
  box-sizing: border-box;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  max-width: 250px;
  width: 100%;
  transition: .3s;
}

/* 各平台顏色 */
.share-buttons .fb {
  background-color: #3a487b;
}
.share-buttons .fb:hover {
  background-color:rgb(35, 48, 92);
}
.share-buttons .x {
  background-color: #474747;
}

.share-buttons .line {
  background-color: #3d763b;
}
.share-buttons .line:hover {
  background-color:rgb(27, 69, 26);
}

.share-buttons .threads {
  background-color: #272727;
}

.share-buttons .copy {
  background-color: #979797;
}

/* 手機響應：保留兩個一列 */
@media (max-width: 500px) {
  .recall_share .share-buttons .share-btn {
    max-width: 146px;
  }
}

/* -- 大罷免導言區 -- */
.recall_intro_area {
    background-color: #ECE0E0;
	  position: relative;
    padding: 20px 20px 20px 140px; /* 左邊多留空間給圖片 */
	  max-width: 1100px;
    margin: 80px 106px 20px;
    }

    .recall_intro_area img {
      position: absolute;
      top: -30px;
	  left: -10px;
      width: 140px;
	  transform: rotate(-20deg);
    }

    .recall_intro_area p {
      margin: 0;
      line-height: 1.6;
      color: #333;
	  text-decoration: underline;
 	  text-underline-offset: 4px;        /* 與文字距離 */
    }
@media screen and (max-width: 800px){
	.recall_intro_area {
	margin: 60px 40px 20px;
    }
}
@media screen and (max-width: 500px){
	.recall_intro_area {
	padding: 20px 20px 20px 140px; 
	max-width: 800px;
    margin: 30px 10px;
    }
    .recall_intro_area img {
	  top: 40px;
	  left: 0px;
	  transform: rotate(-14deg);
}
    }
/* -- 大罷免標題共用 -- */
.recall_tit{
	text-align: center;
}
.recall_tit p{
	text-align: center;
	color: #A62A2A;
	font-size: 30px;
    font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: inline-block;
}
.recall_tit p::after {
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background-color: #3a3434;
    margin: 10px auto 0;
    border-radius: 10px;
}
/* -- 大罷免9則新聞區 -- */
section.recall_news{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

 ul.news-list {
      list-style: none;
      padding: 0;
      margin: 0 auto 20px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
}
 ul.news-list li {
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      transition: box-shadow 0.2s ease;
      display: flex;
      flex-direction: column;
}
 ul.news-list li:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
ul.news-list li .news-pic{
    padding: 0 0 60%;
    height: 0;
    overflow: hidden;
}
ul.news-list li .img_wrap{
    background: url("../images/default.png") no-repeat center;
    background-size: 112%;
    line-height: 0;
}
.news-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .news-content {
      padding: 6px 12px;
      background-color: #e2dede;
      height: 60px;
    }

    .news-title {
      font-size: 16px;
      color: #2a2a2a;
      margin: 0;
      line-height: 1.4;
    }
  

    /* 手機版：一列一列，左圖右文 */
    @media (max-width: 768px) {
      ul.news-list {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      ul.news-list li {
        flex-direction: row;
        align-items: center;
		    background-color: #e2dede;
        margin: 0 auto;
        width: 100%;
        max-width: 540px;
      }
      ul.news-list li .news-aLink {
        display:flex;
        width: 100%;
      }
      .news-img {
        height: auto;
        min-height: 120px;
        flex-shrink: 0;
      }

      .news-content {
        padding: 10px;
      }
      ul.news-list li .news-pic{
        width: 20%;
        padding: 0 0 14%;
      }
      .news-content {
        width: 80%;
      }
    }
    @media (max-width: 600px) {
      section.recall_news {
        padding: 0 2%;
      }
      ul.news-list li {
        max-width: 500px;
        margin: 0 auto;   
      }
    }
    @media (max-width: 500px) {
    ul.news-list li .news-pic{
        width: 26%;
        padding: 0 0 20%;
    }
    .news-content {
        width: 74%;
        height: 60px;
    }
   }  
