@charset "utf-8";
/* CSS Document */

/* 共通 css開始  */
body{
	font-family: "微軟正黑體";
	line-height: 1.5em;
	margin:0;
}

a{
	text-decoration:none;
	outline: none;
	hlbr:expression(this.onFocus=this.blur());		
}

a img{
	border:none;
}

a:hover,a:focus{
	text-decoration: none;
}

:focus,button:focus{
    outline: none;
}


/* ========== 通用 ========== */
.gs_container {
	width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1300px) {
	.gs_container {
		width: 1140px;
	}
}

@media (max-width: 1199px) {
	.gs_container {
		width: 960px;
	}
}

@media (max-width: 991px) {
	.gs_container {
		width: 720px;
	}
}

@media (max-width: 767px) {
	.gs_container {
		width: 540px;
	}
}

@media (max-width: 575px) {
	.gs_container {
		padding: 0 15px;
		width: 100%;
	}
}

/* ========== 頁面 ========== */
.main_page {
	position: relative;
}

.page_icon {
	position: absolute;
	bottom: 0;
	left: -50px;
	z-index: -1;
}

@media (max-width: 1700px) {
	.main_page {
		padding-bottom: 275px;
	}
}

@media (max-width: 991px) {
	.main_page {
		padding-bottom: 0px;
	}

	.page_icon {
		display: none;
	}
}

@media (max-width: 767px) {
	/* .page_icon {
		width: 200px;
		left: -30px;
	}
	.main_page {
		padding-bottom: 140px;
	} */
}

.main_page_2 {
	position: relative;
}

.page_icon_2 {
	position: absolute;
	bottom: 0;
	left: -50px;
	z-index: -1;
}

@media (max-width: 1199px) {
	.page_icon_2 {
		width: 250px;
		left: -30px;
	}
}

@media (max-width: 991px) {
	.page_icon_2 {
		width: 200px;
		left: -30px;
	}
}

@media (max-width: 767px) {
	.page_icon_2 {
		width: 200px;
		left: -30px;
		bottom: 15px;
	}

	.main_page_2 {
		padding-bottom: 120px;
	}
}

/* ========== 頁首 ========== */
#main_header {
	background: #fff;
	padding: 10px 20px;
	height: 100px;
	width: 100%;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.main_header_container {
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
}

.main_header_logo_wrap {
	display: flex;
	align-items: center;

	/* flex-wrap: wrap; */
}

/* @media (max-width: 991px) {
	.main_header_logo_wrap {
		flex-direction: column;
		align-items: flex-start;
	}
} */

.main_header_logo_primary {
	flex-shrink: 1;

}

.main_header_logo_primary img {
	width: 100%;
}

.main_header_logo_secondary {
	display: flex;
	align-items: center;
	margin-left: 35px;
	flex-shrink: 1;
}

.main_header_logo_secondary img {
	/* width: 80px; */
	/* height: 80px; */
	width: 100%;
	object-fit: cover;
}

.main_header_logo_secondary_text {
	font-size: 35px;
	color: #707070;
	line-height: 1.5;
	margin-left: 20px;
}

@media (max-width: 1400px) {
	#main_header {
		padding: 10px 15px;
	}

	.main_header_logo_primary img {
		/* width: 250px; */
	}

	.main_header_logo_secondary {
		margin-left: 20px;
	}

	.main_header_logo_secondary img {
		/* width: 60px; */
		/* height: 60px; */
	}
	
	.main_header_logo_secondary_text {
		font-size: 25px;
		margin-left: 10px;
	}
}

@media (max-width: 991px) {
	#main_header {
		height: auto;
	}

	.main_header_logo_primary img {
		width: 180px;
	}

	.main_header_logo_secondary img {
		width: 200px;
	}
}

@media (max-width: 575px) {
	#main_header {
		padding: 5px 0 5px 15px;
	}

	.main_header_logo_primary img {
		width: 130px;
	}

	.main_header_logo_secondary img {
		width: 130px;
	}
}


.main_header_nav {
	display: flex;
	margin-left: auto;
	flex-shrink: 0;
}

.main_header_nav_href {
	display: flex;
	align-items: center;
	margin-left: 85px;
	transition: all 0.4s ease-in-out;
	color: #223E6A;
}

.main_header_nav_href:hover {
	color: #F39800;
}

.main_header_nav_href i {
	margin-right: 5px;
}

.main_header_nav_href_text {
	font-size: 20px;
}

@media (max-width: 1400px) {
	.main_header_nav_href {
		margin-left: 25px;
	}
}

.mobile_meun_btn {
	display: none;
	margin-left: auto;
}

@media (max-width: 991px) {
	.mobile_meun_btn {
		display: block;
	}

	.main_header_nav {
		display: none;
	}
}

@media (max-width: 575px) {
	.main_header_nav_href {
		margin-left: 10px;
	}

	.main_header_nav_href i {
		font-size: 12px;
	}
	
	.main_header_nav_href_text {
		font-size: 14px;
	}
}

/* 手機版選單 */
.main_header_nav_mobile {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 0 10px 10px;
	box-shadow: 0 5px 5px rgba(0,0,0,.07);
	display: none;
}

.main_header_nav_href_mobile {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
	color: #223E6A;
	transition: all 0.4s ease-in-out;
	border-bottom: 1px solid #707070;
}

.main_header_nav_href_mobile:hover,
.main_header_nav_href_mobile.active {
	color: #F39800;
}

.main_header_nav_href_mobile i {
	margin-right: 10px;
	font-size: 20px;
}

.main_header_nav_mobile_close_bg {
	background-color: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 80;
	display: none;
}


@media (min-width: 991px) {
	.main_header_nav_mobile,
	.main_header_nav_mobile_close_bg {
		display: none !important;
	}
}

/* 漢堡按鈕 */
.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.hamRotate.active {
	transform: rotate(45deg);
}
.hamRotate180.active {
	transform: rotate(180deg);
}
.line {
	fill:none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke:#000;
	stroke-width:5.5;
	stroke-linecap:round;
}
.ham1 .top {
	stroke-dasharray: 40 139;
}
.ham1 .bottom {
	stroke-dasharray: 40 180;
}
.ham1.active .top {
	stroke-dashoffset: -98px;
}
.ham1.active .bottom {
	stroke-dashoffset: -138px;
}

#header_space {
	height: 100px;
	width: 100%;
}

@media (max-width: 991px) {
	#header_space {
		height: 83px;
	}
}

@media (max-width: 575px) {
	#header_space {
		height: 70px;
	}
}

/* ========== 頁腳 ========== */
#main_footer {
	height: 500px;
	margin-top: -250px;
	background: url('../img/footer_bg.png') no-repeat center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.main_footer_container {
	display: flex;
	justify-content: space-between;
	width: 950px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.main_footer_logo_1 {
	width: 380px;
}

.main_footer_logo_1 img {
	width: 100%;
}

.main_footer_logo_2 {
	display: flex;
	align-items: center;
}

.main_footer_logo_2 img {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.main_footer_logo_2_text {
	color: #12325C;
	font-size: 40px;
}

@media (max-width: 991px) {
	.main_footer_container {
		width: 720px;
	}

	.main_footer_logo_1 {
		width: 300px;
	}
	
	.main_footer_logo_2_text {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	#main_footer {
		margin-top: -350px;
	}

	.main_footer_container {
		width: 540px;
		margin-bottom: 40px;
	}

	.main_footer_logo_1 {
		width: 250px;
	}

	.main_footer_logo_2_text {
		font-size: 24px;
	}
}

@media (max-width: 575px) {
	.main_footer_container {
		width: 100%;
		padding: 0 15px;
		justify-content: center;
	}

	.main_footer_logo_1 {
		width: 150px;
		margin: 0 10px;
	}

	.main_footer_logo_2 {
		margin: 0 10px;
	}

	.main_footer_logo_2 img {
		width: 25px;
		height: 25px;
	}
	

	.main_footer_logo_2_text {
		font-size: 16px;
	}
}

/* ========== 首頁 ========== */

/* 首頁上方輪播電腦版 */
.index_slider_container {
	width: 100%;
}

@media (max-width: 575px) {
	.index_slider_container {
		display: none;
	}
}

.index_slider_container.slick-slider {
	margin-bottom: 85px;
}

.index_slider_container .slick-dots {
	width: auto;
	height: 35px;
	padding-top: 15px;
	bottom: -35px;
	right: 100px;
}

.index_slider_container .slick-dots li {
	background: #BFBFBF;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.index_slider_container .slick-dots .slick-active {
	background: #25406E;
}

.index_slider_bg {
	width: 100%; /* 1920 * 500 */
	height: calc((100vw - 17px) / 1920 * 500);
	background: url('../img/index_slider.png') no-repeat center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 首頁上方輪播手機版 */
.index_slider_container_mobile {
	width: 100%;
	display: none;
}

@media (max-width: 575px) {
	.index_slider_container_mobile {
		display: block;
	}
}

.index_slider_container_mobile.slick-slider {
	margin-bottom: 40px;
}

.index_slider_container_mobile .slick-dots {
	width: auto;
	height: 20px;
	padding-top: 5px;
	bottom: -20px;
	right: 50px;
}

.index_slider_container_mobile .slick-dots li {
	background: #BFBFBF;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.index_slider_container_mobile .slick-dots .slick-active {
	background: #25406E;
}

.index_slider_bg_mobile {
	width: 100%; /* 500 * 500 */
	height: 100vw;
	background: url('../img/index_slider.png') no-repeat center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 首頁 - 最新消息 */
.index_news_title {
	font-size: 36px;
	color: #25406E;
	border-bottom: 10px solid #25406E;
	display: inline-block;
	margin-bottom: 50px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.index_news_block {
		margin-bottom: 60px;
	}

	.index_news_title {
		font-size: 24px;
		border-bottom-width: 7px;
		margin-bottom: 30px;
	}
}

.index_news_list_container {
	border-top: 3px solid #223E6A;
	border-bottom: 3px solid #223E6A;
}

.index_news_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #707070;
	padding: 15px;
	transition: all 0.4s ease-in-out;
	border-bottom: 1px solid #223E6A;
}

.index_news_list:last-child {
	border-bottom: 0;	
}

.index_news_list:hover {
	color: #F39800;
}

.index_news_list_title {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_news_list_date {
	margin-left: 15px;
	font-size: 18px;
	flex-shrink: 0;
}

.index_news_more_wrap {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.index_news_more_href {
	color: #25406E;
	border: 2px solid #25406E;
	width: 170px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	border-radius: 25px;
	transition: all 0.4s ease-in-out;
}

.index_news_more_href:hover {
	background-color: #25406E;
	color: #fff;
}

@media (max-width: 767px) {
	.index_news_list {
		padding: 10px 0;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.index_news_list_title {
		font-size: 18px;
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-break: break-all;
		margin-bottom: 10px;
	}

	.index_news_list_date {
		font-size: 16px;
		margin-left: auto;
	}

	.index_news_more_href {
		font-size: 20px;
		width: 150px;
		height: 40px;
	}
}

@media (max-width: 575px) {
	.index_news_more_wrap {
		margin-top: 30px;
	}

	.index_news_more_href {
		width: 120px;
		height: 30px;
		font-size: 16px;
	}
}

/* 首頁 - 選舉公報 */
.index_bulletin_title {
	font-size: 36px;
	color: #25406E;
	border-bottom: 10px solid #25406E;
	display: inline-block;
	margin-bottom: 50px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.index_bulletin_block {
		margin-bottom: 60px;
	}

	.index_bulletin_title {
		font-size: 24px;
		border-bottom-width: 7px;
		margin-bottom: 30px;
	}
}

#index_bulletin_top_slider_container {
	padding: 0 50px;
	margin-bottom: 75px;
}

.index_bulletin_inner_container {
	display: flex;
	width: 100%;
	transition: all 0.4s ease-in-out;
}

.index_bulletin_inner_container:hover {
	opacity: 0.7;
}

.index_bulletin_top_slider_img {
	width: 400px; /* 400 * 400 */
	height: 400px;
	object-fit: cover;
	margin-right: 50px;
}

@media (max-width: 1199px) {
	.index_bulletin_top_slider_img {
		width: 350px;
		height: 350px;
	}
}

@media (max-width: 991px) {
	.index_bulletin_top_slider_img {
		width: 300px;
		height: 300px;
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.index_bulletin_top_slider_img {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 575px) {
	#index_bulletin_top_slider_container {
		padding: 0 15px;
	}

	.index_bulletin_top_slider_img {
		width: 150px;
		height: 150px;
	}
}

.index_bulletin_top_slider_right {
	width: calc(100% - 450px);	
}

@media (max-width: 1199px) {
	.index_bulletin_top_slider_right {
		width: calc(100% - 400px);	
	}
}

@media (max-width: 991px) {
	.index_bulletin_top_slider_right {
		width: calc(100% - 320px);	
	}
}

@media (max-width: 767px) {
	.index_bulletin_top_slider_right {
		width: calc(100% - 220px);	
	}
}

@media (max-width: 575px) {
	.index_bulletin_top_slider_right {
		width: calc(100% - 170px);	
	}
}

.index_bulletin_top_slider_title {
	font-size: 24px;
	color: #707070;
	margin-bottom: 10px;
	width: 100%;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
}

.index_bulletin_top_slider_datetime {
	font-size: 24px;
	color: #707070;
	text-align: right;
	margin-bottom: 10px;
}

.index_bulletin_top_slider_content {
	color: #707070;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 14;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

@media (max-width: 1199px) {
	.index_bulletin_top_slider_content {
		-webkit-line-clamp: 12;
	}
}

@media (max-width: 991px) {
	.index_bulletin_top_slider_title {
		font-size: 20px;
	}

	.index_bulletin_top_slider_datetime {
		font-size: 20px;
	}

	.index_bulletin_top_slider_content {
		-webkit-line-clamp: 10;
	}
}

@media (max-width: 767px) {
	.index_bulletin_top_slider_title {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.index_bulletin_top_slider_datetime {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.index_bulletin_top_slider_content {
		-webkit-line-clamp: 6;
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.index_bulletin_top_slider_title {
		white-space: normal;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
}

.index_bulletin_slider_wrap {
	position: relative;
}

.index_bulletin_slider_arrow {
	position: absolute;
	top: 40%;
	z-index: 1;
	color: #BDC5D3;
	cursor: pointer;
	font-size: 50px;
	transition: all 0.4s ease-in-out;
}

.index_bulletin_slider_arrow:hover {
	color: #25406E;
}

#index_bulletin_slider_prev {
	left: 0;
}

#index_bulletin_slider_next {
	right: 0;
}


@media (max-width: 575px) {
	.index_bulletin_slider_arrow {
		font-size: 30px;
	}

	#index_bulletin_slider_prev {
		left: -15px;
	}
	
	#index_bulletin_slider_next {
		right: -15px;
	}
	
}

#index_bulletin_slider_container {
	padding: 0 25px;
}

.index_bulletin_slider {
	padding: 0 25px;
	transition: all 0.4s ease-in-out;
}

.index_bulletin_slider:hover {
	opacity: 0.7;
}

.index_bulletion_slider_img {
	width: 100%; /* 400 * 400 */
	height: 334px;
	object-fit: cover;
	margin-bottom: 15px;
}

.index_bulletin_slider_title {
	color: #707070;
	margin-bottom: 10px;
	font-size: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.index_bulletin_slider_datetime {
	color: #707070;
	margin-bottom: 10px;
	font-size: 18px;
}

.index_bulletin_slider_content {
	color: #707070;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}


@media (max-width: 1300px) {
	.index_bulletion_slider_img {
		height: 314px;
	}
}

@media (max-width: 1199px) {
	.index_bulletion_slider_img {
		height: 254px;
	}
}

@media (max-width: 991px) {
	.index_bulletion_slider_img {
		height: 285px;
	}
}

@media (max-width: 767px) {
	.index_bulletion_slider_img {
		height: 195px;
	}

	.index_bulletin_slider_title {
		font-size: 18px;
	}

	.index_bulletin_slider_datetime {
		font-size: 16px;
	}

	.index_bulletin_slider_content {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	#index_bulletin_top_slider_container,
	.index_bulletin_slider_wrap {
		display: none;
	}

	/* #index_bulletin_slider_container {
		padding: 0 10px;
	}

	.index_bulletin_slider {
		padding: 0 5px;
	}

	.index_bulletion_slider_img {
		height: calc((100vw - 30px - 20px - 20px) / 2);
	} */
}

/* 手機版選舉公報輪播 */
#index_bulletin_slider_wrap_mobile {
	position: relative;
	padding-bottom: 30px;
	display: none;
}

@media (max-width: 575px) {
	#index_bulletin_slider_wrap_mobile {
		display: block;
	}
}

.index_bulletin_card {
	display: flex;
	margin-bottom: 30px;
}

.index_bulletin_card_img {
	width: 40%;
	margin-right: 10px;
	height: calc((100vw - 30px) * 0.4);
	object-fit: cover;
}

.index_bulletin_card_right {
	color: #707070;
}

.index_bulletin_card_title {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	line-height: 1.5;
}

.index_bulletin_card_datetime {
	font-size: 12px;
}

.index_bulletin_card_content {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
	line-height: 1.5;
}

.index_bulletin_slider_arrow_mobile {
	position: absolute;
	bottom: 0;
	z-index: 1;
	color: #25406E;
	cursor: pointer;
	font-size: 30px;
	transition: all 0.4s ease-in-out;
}

.index_bulletin_slider_arrow_mobile:hover {
	opacity: 0.7;
}

#index_bulletin_slider_prev_mobile {
	left: 0;
}

#index_bulletin_slider_next_mobile {
	right: 0;
}

.index_bulletin_more_wrap {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.index_bulletin_more_href {
	color: #25406E;
	border: 2px solid #25406E;
	width: 170px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	border-radius: 25px;
	transition: all 0.4s ease-in-out;
}

.index_bulletin_more_href:hover {
	background-color: #25406E;
	color: #fff;
}

@media (max-width: 767px) {
	.index_bulletin_more_href {
		font-size: 20px;
		width: 150px;
		height: 40px;
	}
}

@media (max-width: 575px) {
	.index_bulletin_more_wrap {
		margin-top: 10px;
	}

	.index_bulletin_more_href {
		width: 120px;
		height: 30px;
		font-size: 16px;
	}
}

/* 首頁 - 投票教學 */
.index_vote_tutorial_block {
	margin-bottom: 80px;
}

.index_vote_tutorial_title {
	font-size: 36px;
	color: #25406E;
	border-bottom: 10px solid #25406E;
	display: inline-block;
	margin-bottom: 50px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.index_vote_tutorial_title {
		font-size: 24px;
		border-bottom-width: 7px;
		margin-bottom: 30px;
	}
}

/* ========== 選舉公報列表 ========== */
.bulletin_list_banner {
	width: 100%; /* 1920 * 350 */
	height: calc((100vw - 17px) / 1920 * 350);
	margin-bottom: 50px;
	background: url('../img/banner.png') no-repeat center / cover;
}

.bulletin_list_banner_mobile {
	width: 100%; /* 430 * 80 */
	height: calc(100vw / 430 * 80);
	margin-bottom: 20px;
	background: url('../img/banner.png') no-repeat center / cover;
	display: none;
}

@media (max-width: 575px) {
	.bulletin_list_banner {
		display: none;
	}

	.bulletin_list_banner_mobile {
		display: block;
	}
}

.bulletin_list_block_title {
	font-size: 36px;
	color: #25406E;
	border-bottom: 10px solid #25406E;
	display: inline-block;
	margin-bottom: 75px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.bulletin_list_block_title {
		font-size: 24px;
		border-bottom-width: 7px;
		margin-bottom: 30px;
	}
}

.bulletin_list_container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-right: -40px;
}

.bulletin_list_item {
	width: 33.33%;
	padding: 0 40px;
	margin-bottom: 50px;
}

.bulletin_list_href {
	display: block;
	color: #707070;
	transition: all 0.4s ease-in-out;
	background: rgba(255,255,255,.7);
}

.bulletin_list_href:hover {
	color: #707070;
	opacity: 0.7;
}

.bulletin_list_img {
	width: 100%; /* 400 * 400 */
	height: 347px;
	object-fit: cover;
	margin-bottom: 15px;
}

.bulletin_list_title {
	font-size: 20px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.bulletin_list_datetime {
	font-size: 18px;
	margin-bottom: 5px;
}

.bulletin_list_content {
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.bulletin_list_btn_wrap {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}

.bulletin_list_btn {
	color: #25406E;
	border: 1px solid #25406E;
	width: 170px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}

.bulletin_list_btn:hover {
	color: #fff;
	background-color: #25406E;
}


@media (max-width: 1300px) {
	.bulletin_list_container {
		margin-left: 0px;
		margin-right: 0px;
	}

	.bulletin_list_item {
		padding: 0 15px;
	}

	.bulletin_list_img {
		height: 350px;
	}
}

@media (max-width: 1199px) {
	.bulletin_list_img {
		height: 290px;
	}
}

@media (max-width: 991px) {
	.bulletin_list_img {
		height: 210px;
	}
}

@media (max-width: 767px) {
	.bulletin_list_item {
		width: 50%;
	}

	.bulletin_list_img {
		height: 240px;
	}

	.bulletin_list_btn {
		font-size: 20px;
		width: 120px;
		height: 40px;
	}
}

@media (max-width: 575px) {
	.bulletin_list_container {
		margin-left: -10px;
		margin-right: -10px;
	}

	.bulletin_list_item {
		padding: 0 10px;
	}
	
	.bulletin_list_img {
		height: calc((100vw - 20px - 30px) / 2 );
	}
}

/* ========== 選舉公報內頁 ========== */
.bulletin_content_banner {
	width: 100%; /* 1920 * 350 */
	height: calc((100vw - 17px) / 1920 * 350);
	margin-bottom: 50px;
	background: url('../img/banner.png') no-repeat center / cover;
}

.bulletin_content_banner_mobile {
	width: 100%; /* 430 * 80 */
	height: calc(100vw / 430 * 80);
	margin-bottom: 20px;
	background: url('../img/banner.png') no-repeat center / cover;
	display: none;
}

@media (max-width: 575px) {
	.bulletin_content_banner {
		display: none;
	}

	.bulletin_content_banner_mobile {
		display: block;
	}
}

.bulletin_content_block_title {
	font-size: 36px;
	color: #25406E;
	border-bottom: 10px solid #25406E;
	display: inline-block;
	margin-bottom: 20px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.bulletin_content_block_title {
		font-size: 24px;
		border-bottom-width: 7px;
		margin-bottom: 30px;
	}
}

.bulletin_content_title {
	font-size: 26px;
	color: #707070;
	margin-bottom: 15px;
	line-height: 1.5;
}

.bulletin_content_datetime {
	font-size: 26px;
	color: #707070;
	margin-bottom: 30px;
	text-align: right;
}

.bulletin_content_summary {
	font-size: 16px;
	color: #707070;
	margin-bottom: 50px;
}

.bulletin_content_btn_wrap {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}

.bulletin_content_btn {
	color: #25406E;
	border: 1px solid #25406E;
	width: 170px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}

.bulletin_content_btn:hover {
	color: #fff;
	background-color: #25406E;
}

@media (max-width: 767px) {
	.bulletin_content_title,
	.bulletin_content_datetime {
		font-size: 20px;
	}

	.bulletin_content_btn {
		font-size: 20px;
		width: 120px;
		height: 40px;
	}
}

/* ========== 最新消息列表 ========== */
.news_list_banner {
	width: 100%; /* 1920 * 350 */
	height: calc((100vw - 17px) / 1920 * 350);
	margin-bottom: 50px;
	background: url('../img/banner.png') no-repeat center / cover;
}

.news_list_banner_mobile {
	width: 100%; /* 430 * 80 */
	height: calc(100vw / 430 * 80);
	margin-bottom: 20px;
	background: url('../img/banner.png') no-repeat center / cover;
	display: none;
}

@media (max-width: 575px) {
	.news_list_banner {
		display: none;
	}

	.news_list_banner_mobile {
		display: block;
	}
}

.news_list_block_title {
	font-size: 36px;
	color: #25406E;
	border-bottom: 10px solid #25406E;
	display: inline-block;
	margin-bottom: 75px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.news_list_block_title {
		font-size: 24px;
		border-bottom-width: 7px;
		margin-bottom: 30px;
	}
}

.news_list_container {
	border-top: 3px solid #223E6A;
	border-bottom: 3px solid #223E6A;
	margin-bottom: 40px;
}

.news_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #707070;
	padding: 15px;
	transition: all 0.4s ease-in-out;
	border-bottom: 1px solid #223E6A;
}

.news_list:last-child {
	border-bottom: 0;	
}

.news_list:hover {
	color: #F39800;
}

.news_list_title {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list_date {
	margin-left: 15px;
	font-size: 18px;
	flex-shrink: 0;
}

.news_list_btn_wrap {
	display: flex;
	justify-content: center;
	/* padding: 30px 0; */
	padding: 50px 0;
}

.news_list_btn {
	color: #25406E;
	border: 1px solid #25406E;
	width: 170px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}

.news_list_btn:hover {
	color: #fff;
	background-color: #25406E;
}


@media (max-width: 1300px) {
	.news_list_container {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 1199px) {
	.news_list_img {
		height: 290px;
	}
}

@media (max-width: 767px) {
	.news_list {
		padding: 10px;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.news_list_title {
		font-size: 18px;
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-break: break-all;
		margin-bottom: 10px;
	}

	.news_list_date {
		font-size: 16px;
		margin-left: auto;
	}

	.news_list_btn {
		font-size: 20px;
		width: 120px;
		height: 40px;
	}
}

@media (max-width: 575px) {
	.news_more_wrap {
		margin-top: 30px;
	}

	.news_more_href {
		width: 120px;
		height: 30px;
		font-size: 16px;
	}
}

.pagination_wrap {
	display: flex;
	justify-content: center;
}

.pagination_prev, .pagination_num, .pagination_next {
	width: 45px;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	border: 1px solid #223E6A;
	color: #223E6A;
	transition: all 0.4s ease-in-out;
	text-align: center;
	margin: 10px;
}

.pagination_prev:hover,
.pagination_num:hover, .pagination_num.active,
.pagination_next:hover {
	background: #223E6A;
	color: #fff;
}

.pagination_prev, .pagination_next {
	font-size: 30px;
}

@media (max-width: 767px) {
	.pagination_prev, .pagination_num, .pagination_next {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}
}

/* ========== 最新消息內頁 ========== */
.news_content_banner {
	width: 100%; /* 1920 * 350 */
	height: calc((100vw - 17px) / 1920 * 350);
	margin-bottom: 50px;
	background: url('../img/banner.png') no-repeat center / cover;
}

.news_content_banner_mobile {
	width: 100%; /* 430 * 80 */
	height: calc(100vw / 430 * 80);
	margin-bottom: 20px;
	background: url('../img/banner.png') no-repeat center / cover;
	display: none;
}

@media (max-width: 575px) {
	.news_content_banner {
		display: none;
	}

	.news_content_banner_mobile {
		display: block;
	}
}

.news_content_block_title {
	font-size: 36px;
	color: #25406E;
	border-bottom: 10px solid #25406E;
	display: inline-block;
	margin-bottom: 20px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.news_content_block_title {
		font-size: 24px;
		border-bottom-width: 7px;
		margin-bottom: 30px;
	}
}

.news_content_title {
	font-size: 26px;
	color: #707070;
	margin-bottom: 15px;
	line-height: 1.5;
}

.news_content_datetime {
	font-size: 26px;
	color: #707070;
	margin-bottom: 30px;
	text-align: right;
}

.news_content_summary {
	font-size: 16px;
	color: #707070;
	margin-bottom: 50px;
}

.news_content_btn_wrap {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}

.news_content_btn {
	color: #25406E;
	border: 1px solid #25406E;
	width: 170px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}

.news_content_btn:hover {
	color: #fff;
	background-color: #25406E;
}

@media (max-width: 767px) {
	.news_content_title,
	.news_content_datetime {
		font-size: 20px;
	}

	.news_content_btn {
		font-size: 20px;
		width: 120px;
		height: 40px;
	}
}

/* ========== 投票項目列表 ========== */
.vote_item_list_banner {
	width: 100%; /* 1920 * 350 */
	/* height: 350px; */
	height: calc((100vw - 17px) / 1920 * 350);
	margin-bottom: 40px;
	background: url('../img/banner.png') no-repeat center / cover;
}

.vote_item_list_banner_mobile {
	width: 100%; /* 430 * 80 */
	height: calc(100vw / 430 * 80);
	margin-bottom: 20px;
	background: url('../img/banner.png') no-repeat center / cover;
	display: none;
}

@media (max-width: 575px) {
	.vote_item_list_banner {
		display: none;
	}

	.vote_item_list_banner_mobile {
		display: block;
	}
}

.vote_item_list_header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 100px;
}

.vote_item_list_header_content {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}

.vote_item_list_header_item {
	font-size: 20px;
	display: inline;
	margin-right: 20px;
	line-height: 1.5;
}

.vote_item_list_header_btn_group {
	display: flex;
	margin-left: auto;
}

@media (max-width: 991px) {
	.vote_item_list_header_content {
		margin-bottom: 30px;
		flex-direction: column;
	}

	.vote_item_list_header_item {
		font-size: 16px;
	}

	.vote_item_list_header_btn_group {
		display: none;
		/* width: 100%; */
		/* justify-content: center; */
	}
}

.vote_item_list_header_btn {
	color: #25406E;
	border: 2px solid #25406E;
	width: 125px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-radius: 25px;
	transition: all 0.4s ease-in-out;
}

.vote_item_list_header_btn:hover  {
	background-color: #25406E;
	color: #fff;
}

.vote_item_list {
	margin-bottom: 70px;
	transition: all 0.4s ease-in-out;
	color: #000;
	display: block;
}

.vote_item_list:hover {
	opacity: 0.7;
	color: #000;
}

.vote_item_list.vote_item_list_off:hover,
.vote_item_list.vote_item_list_completed:hover {
	opacity: 1;
	color: #000;
}

.vote_item_list_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.vote_item_list_title {
	font-size: 30px;
}

.vote_item_list_datetime_wrap {
	font-size: 20px;
}

.vote_item_list_img_wrap {
	position: relative;
}

.vote_item_list_img {
	width: 100%; /* 1180 * 210 */
	height: calc(1200px / 1180 * 210);
	object-fit: cover;
}

.vote_item_off,
.vote_item_completed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #EB1919;
	font-size: 60px;
	font-weight: bold;
}

.vote_item_completed {
	color: #6EFF6E	;
}

@media (max-width: 1300px) {
	.vote_item_list_img {
		height: calc(1140px / 1180 * 210);
	}
}

@media (max-width: 1199px) {
	.vote_item_list_img {
		height: calc(960px / 1180 * 210);
	}
}

@media (max-width: 991px) {
	.vote_item_list_title {
		font-size: 24px;
	}

	.vote_item_list_datetime_wrap {
		font-size: 16px;
	}

	.vote_item_list_img {
		height: calc(720px / 1180 * 210);
	}
}

@media (max-width: 767px) {
	.vote_item_list_title {
		font-size: 20px;
	}

	.vote_item_list_datetime_wrap {
		width: 100%;
		display: flex;
	}

	.vote_item_list_img {
		height: calc(540px / 1180 * 210);
	}

	.vote_item_off,
	.vote_item_completed {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.vote_item_list_img {
		height: calc((100vw - 30px) / 1180 * 210);
	}
}

/* ========== 投票子項目列表 ========== */
.vote_sub_item_banner {
	width: 100%; /* 1920 * 350 */
	height: calc((100vw - 17px) / 1920 * 350);
	margin-bottom: 40px;
	background: url('../img/banner.png') no-repeat center / cover;
}

.test {
	position: sticky;
	top: 100px;
	z-index: 70;
}

.vote_sub_item_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.vote_sub_item_header_right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-left: 30px;
}

@media (max-width: 991px) {
	.vote_sub_item_header_right {
		display: none;
	}
}

@media (max-width: 767px) {
	.vote_sub_item_header {
		flex-direction: column;
		align-items: stretch;
		margin-bottom: 20px;
	}

	.vote_sub_item_header_left {
		margin-bottom: 20px;
	}
}

.vote_sub_item_header_content {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.vote_sub_item_header_item {
	display: inline;
	margin-right: 20px;
	font-size: 20px;
	line-height: 1.5;
}

/* .vote_sub_item_header_item_wrap {
	position: sticky;
	top: 100px;
} */

.vote_sub_item_datetime {
	display: flex;
	font-size: 20px;
	color: #707070;
	line-height: 1.5;
}

@media (max-width: 991px) {
	.vote_sub_item_header_content {
		flex-direction: column;
	}
	.vote_sub_item_header_item {
		font-size: 16px;
	}

	.vote_sub_item_datetime {
		font-size: 16px;
	}
}

.vote_sub_item_header_btn_group {
	display: flex;
	margin-left: auto;
	margin-bottom: 15px;
}

.vote_sub_item_header_btn {
	color: #25406E;
	border: 2px solid #25406E;
	width: 125px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-radius: 25px;
	transition: all 0.4s ease-in-out;
}

.vote_sub_item_header_btn:hover  {
	background-color: #25406E;
	color: #fff;
}

.vote_sub_item_header_btn.logout {
	margin-right: 15px;
}

.vote_progress_component {
	width: 270px;
}

.vote_progress_text {
	font-size: 20px;
	margin-bottom: 5px;
	text-align: right;
}

.vote_progress_bar {
	position: relative;
	border: 1px solid #25406E;
	border-radius: 25px;
	height: 25px;
}

.vote_progress_active_bar {
	background: #E66464;
	height: 23px;
	/* width: 75%; */
	width: 0;
	border-radius: 25px;
}

.vote_progress_point {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* left: calc(75% - 30px); */
	left: 0;
}

.vote_sub_item {
	margin-bottom: 80px;
	transition: all 0.4s ease-in-out;
	color: #000;
	display: block;
}

.vote_sub_item:hover {
	color: #000;
}

.vote_sub_item_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.vote_sub_item_title {
	font-size: 30px;
	margin-bottom: 20px;
}

.vote_sub_item_bottom {
	display: flex;
	
}

.vote_sub_item_img_wrap {
	width: calc(100% - 180px - 30px);
	position: relative;
}

.vote_sub_item_img_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.vote_sub_item:hover .vote_sub_item_img_wrap::before,
.vote_sub_item.voted .vote_sub_item_img_wrap::before {
	opacity: 1;
}

.vote_sub_item_img {
	width: 100%; /* 990 * 180 */
	height: 180px;
	object-fit: cover;
}

@media (max-width: 991px) {
	.vote_sub_item_img {
		height: 120px;
	}
}

@media (max-width: 767px) {
	.vote_sub_item_img {
		height: 70px;
	}
}

@media (max-width: 575px) {
	.vote_sub_item_img {
		height: 50px;
	}
}

.vote_icon_wrap {
	background: url('../img/vote_bg.png') no-repeat center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 180px;
	height: 180px;
	margin-left: auto;
}

.vote_icon_img {
	width: 90px;
	height: 90px;
}

.vote_text {
	color: #EB1919;
	font-size: 30px;
}

@media (max-width: 991px) {
	.vote_sub_item_title {
		margin-bottom: 5px;
		font-size: 20px;
	}

	.vote_sub_item_img_wrap {
		width: calc(100% - 120px - 20px);
	}
	
	.vote_icon_wrap {
		width: 120px;
		height: 120px;
	}

	.vote_icon_img {
		width: 60px;
		height: 60px;
	}

	.vote_text {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.vote_sub_item_block {
		padding-bottom: 50px;
	}

	.vote_sub_item_img_wrap {
		width: calc(100% - 70px - 10px);
	}

	.vote_icon_wrap {
		width: 70px;
		height: 70px;
	}

	.vote_icon_img {
		width: 30px;
		height: 30px;
	}

	.vote_text {
		line-height: 1;
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.vote_sub_item {
		margin-bottom: 40px;
	}

	.vote_sub_item_img_wrap {
		width: calc(100% - 50px - 10px);
	}
	
	.vote_icon_wrap {
		width: 50px;
		height: 50px;
	}

	.vote_icon_img {
		width: 20px;
		height: 20px;
	}

	.vote_text {
		font-size: 12px;
	}
}

#vote_bottom_mobile {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding: 10px;
	transition: all 0.4s ease-in-out;
	display: none;
}

@media (max-width: 991px) {
	#vote_bottom_mobile {
		display: block;
	}
}

.vote_bottom_btn_group {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.vote_bottom_btn {
	width: 190px;
	color: #fff;
	background: #22406E;
	font-size: 20px;
	margin: 0 10px;
	text-align: center;
	padding: 10px;
	transition: all 0.4s ease-in-out;
}

.vote_bottom_btn:hover {
	color: #fff;
	opacity: 0.7;
}

/* ========== 投票選項列表 ========== */
.vote_option_banner {
	width: 100%; /* 1920 * 350 */
	height: calc((100vw - 17px) / 1920 * 350);
	margin-bottom: 40px;
	background: url('../img/banner.png') no-repeat center / cover;
}

.vote_option_header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.vote_option_header_right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-left: 30px;
}

@media (max-width: 991px) {
	.vote_option_header_right {
		display: none;
	}
}

@media (max-width: 767px) {
	.vote_option_header {
		flex-direction: column;
		align-items: stretch;
		margin-bottom: 20px;
	}

	.vote_option_header_left {
		margin-bottom: 20px;
	}
}

.vote_option_header_content {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.vote_option_header_item {
	display: inline;
	margin-right: 20px;
	font-size: 20px;
	line-height: 1.5;
}

.vote_option_datetime {
	font-size: 20px;
	color: #707070;
	line-height: 1.5;
}

@media (max-width: 991px) {
	.vote_option_header_content {
		flex-direction: column;
	}
	.vote_option_header_item {
		font-size: 16px;
	}

	.vote_option_datetime {
		font-size: 16px;
	}
}

.vote_option_header_btn_group {
	display: flex;
	margin-left: auto;
	margin-bottom: 15px;
}

.vote_option_header_btn {
	color: #25406E;
	border: 2px solid #25406E;
	width: 125px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-radius: 25px;
	transition: all 0.4s ease-in-out;
}

.vote_option_header_btn:hover  {
	background-color: #25406E;
	color: #fff;
}

.vote_option_header_btn.logout {
	margin-right: 15px;
}

/* .vote_progress_component {
	width: 270px;
}

.vote_progress_text {
	font-size: 20px;
	margin-bottom: 5px;
	text-align: right;
}

.vote_progress_bar {
	position: relative;
	border: 1px solid #25406E;
	border-radius: 25px;
	height: 25px;
}

.vote_progress_active_bar {
	background: #E66464;
	height: 23px;
	width: 75%;
	border-radius: 25px;
}

.vote_progress_point {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(75% - 30px);
} */

.vote_option_page_title {
	font-size: 36px;
	color: #25406E;
	border-bottom: 10px solid #25406E;
	display: inline-block;
	margin-bottom: 100px;
	line-height: 1.5;
}

@media (max-width: 991px) {
	.vote_option_page_title {
		font-size: 24px;
		margin-bottom: 50px;
		border-bottom-width: 5px;
	}
}

.vote_option_container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
}

.vote_option_item {
	width: 25%;
	padding: 0 25px;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
}

.vote_option_item_img_wrap {
	margin-bottom: 10px;
	position: relative;
}

.vote_option_item_img {
	width: 100%; /* 260 * 260 */
	height: 262px;
	object-fit: cover;
}

.vote_option_item_img_icon_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

/* .vote_option_item:hover .vote_option_item_img_icon_wrap, */
.vote_option_item.active .vote_option_item_img_icon_wrap {
	opacity: 1;
}

.vote_option_item_img_icon_wrap img {
	width: 160px;
	height: 160px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.vote_option_item.active .vote_option_item_img_icon_wrap img {
	opacity: 1;
}


.vote_option_title {
	font-size: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.vote_option_subtitle {
	margin-bottom: 10px;
	line-height: 1.5;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.vote_option_btn {
	position: relative;
	width: 100%;
	color: #000;
	transition: all 0.4s ease-in-out;
	border: 1px solid #000;
	border-radius: 25px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin-top: auto;
}

/* .vote_option_item:hover .vote_option_btn, */
.vote_option_item.active .vote_option_btn {
	background-color: #25406E;
	color: #fff;
}

.vote_option_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50px, -50%);
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

/* .vote_option_item:hover .vote_option_icon, */
.vote_option_item.active .vote_option_icon {
	opacity: 1;
}

.vote_checkbox {
	position: absolute;
	bottom: 0;
	z-index: -1;
	opacity: 0;
}

@media (max-width: 1300px) {
	.vote_option_item_img {
		height: 247px;
	}
}

@media (max-width: 1199px) {
	.vote_option_item {
		width: 33.33%;
	}

	.vote_option_item_img {
		height: 287px;
	}
}

@media (max-width: 991px) {
	.vote_option_container {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.vote_option_item {
		padding: 0 10px;
	}

	.vote_option_item_img {
		height: 236px;
	}
}

@media (max-width: 767px) {
	.vote_option_item {
		width: 50%;
	}

	.vote_option_item_img {
		height: 260px;
	}
}

@media (max-width: 575px) {
	.vote_option_title {
		font-size: 18px;
	}
	
	.vote_option_item_img {
		height: calc((100vw - 30px - 20px) / 2);
	}

	.vote_option_btn {
		height: 35px;
		line-height: 35px;
	}

	.vote_option_icon {
		width: 25px;
		height: 25px;
	}
}

.vote_option_bottom {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 150px;
}

.vote_option_bottom_btn {
	color: #25406E;
	border: 2px solid #25406E;
	width: 260px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-radius: 25px;
	transition: all 0.4s ease-in-out;
	margin: 0 15px;
	cursor: pointer;
	background-color: transparent;
}

.vote_option_bottom_btn:hover {
	background-color: #25406E;
	color: #fff;
}

@media (max-width: 991px) {
	#vote_option_bottom_history_back_btn {
		display: none;
	}
}

@media (max-width: 767px) {
	.vote_option_bottom {
		margin-bottom: 100px;
	}
}

/* ========== 驗證表單頁面 ========== */
.validation_form_banner {
	width: 100%; /* 1920 * 350 */
	height: calc((100vw - 17px) / 1920 * 350);
	margin-bottom: 40px;
	background: url('../img/banner.png') no-repeat center / cover;
}

.validation_form_banner_mobile {
	width: 100%; /* 430 * 80 */
	height: calc(100vw / 430 * 80);
	margin-bottom: 20px;
	background: url('../img/banner.png') no-repeat center / cover;
	display: none;
}

@media (max-width: 575px) {
	.validation_form_banner {
		display: none;
	}

	.validation_form_banner_mobile {
		display: block;
	}
}

.validation_form_block {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
}

#validation_form {
	border: 1px solid #25406E;
	background-color: rgba(255,255,255,.7);
	max-width: 100%;
	width: 540px;
	padding: 30px 15px;
	text-align: center;
}

.validation_notify {
	color: #25406E;
	text-align: center;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1.5;
}

.validation_mobile {
	text-align: center;
	font-size: 24px;
	background-color: #DDE2E9;
	max-width: 300px;
	margin: 0 auto 15px;
	padding: 10px 0;
}

.validation_mobile.danger {
	color: #B90000;
	font-size: 24px;
}

.validation_notify_sm {
	color: #B90000;
	text-align: center;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.5;
}

.validation_form_btn {
	background-color: #fff;
	border: 2px solid #25406E;
	color: #25406E;
	border-radius: 25px;
	width: 160px;
	height: 35px;
	font-size: 20px;
	transition: all 0.4s ease-in-out;
}

.validation_form_btn:hover {
	background-color: #25406E;
	color: #fff;
}

.validation_inner_container {
	padding-top: 40px;
	display: none;
}

.validation_form_group {
	width: 210px;
	display: flex;
	align-items: center;
	margin: 0 auto 30px;
}

.validatoin_form_label {
	margin-bottom: 0;
	margin-right: 10px;
	color: #25406E;
	font-size: 20px;
}

.validatoin_form_control {
	width: 140px;
	border: 1px solid #25406E;
	padding: 5px 10px;
}

@media (max-width: 575px) {
	.validation_notify {
		font-size: 20px;
	}

	.validation_mobile {
		font-size: 20px;
		width: 180px;
	}

	.validation_form_btn {
		font-size: 16px;
		width: 130px;
		height: 30px;
	}
}

/* ========== 登入頁面 ========== */
.login_form_banner {
	width: 100%; /* 1920 * 350 */
	/* height: 350px; */
	height: calc((100vw - 17px) / 1920 * 350);
	margin-bottom: 40px;
	background: url('../img/banner.png') no-repeat center / cover;
}

.login_form_banner_mobile {
	width: 100%; /* 430 * 80 */
	height: calc(100vw / 430 * 80);
	margin-bottom: 20px;
	background: url('../img/banner.png') no-repeat center / cover;
	display: none;
}

@media (max-width: 575px) {
	.login_form_banner {
		display: none;
	}

	.login_form_banner_mobile {
		display: block;
	}
}

.login_form_block {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
}

#login_form {
	border: 1px solid #707070;
	max-width: 100%;
	width: 400px;
	padding: 40px 20px;
	text-align: center;
	background: rgba(255,255,255,0.7);
}

.login_form_group {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.login_form_label {
	margin-bottom: 0;
	margin-right: 10px;
	font-size: 20px;
}

.login_form_control {
	border: 1px solid #25406E;
	font-size: 20px;
	flex-grow: 1;
	padding: 5px 15px;
}

.login_form_group_notify {
	margin-bottom: 25px;
	text-align: left;
	padding-left: 50px;
	color: #707070;
}

#login_submit {
	margin-top: 10px;
	background-color: #fff;
	border: 2px solid #25406E;
	color: #25406E;
	border-radius: 25px;
	width: 130px;
	height: 35px;
	font-size: 20px;
	transition: all 0.4s ease-in-out;
}

#login_submit:hover {
	background-color: #25406E;
	color: #fff;
}

@media (max-width: 575px) {
	#login_form {
		padding: 30px 15px;
	}
	.login_form_group {
		flex-wrap: wrap;
	}

	.login_form_control {
		width: 100%;
	}

	.login_form_group_notify {
		padding-left: 0;
	}
}