<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

body{
	width: 100vw;
	overflow-x: hidden;
	background: #f5f5f5;
	font-size: 16px;
}

/* @media all and (min-width: 768px){
	body{
		font-size: 20px;
	}
} */


h1, h2, h3, h4, h5, h6{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

h1{
	font-size: 3.4em;
	font-weight: 700;
	line-height: 1.2em;
}

h2{
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
}

h3{
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4em;
}

h4{
	font-size: 1.25em;
	font-weight: 700;
}

h5{
	font-size: 1.125em;
	font-weight: 500;
}

h6{
	font-size: 1.1em;
    font-weight: 500;
}

p{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	text-align: justify;
	font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
}

@media all and (min-width: 1024px){
	p{
		font-size: 1.1em;
	}
}

::selection {
    color: #ffffff;
    background: #ffcc00;
}

.show{
	display: block;
}

.hide{
	display: none;
}

.mobile{
	display: none;
}

.desktop{
	display: block;
}

.clearfix{
	clear: both;
}

section{
	position: relative;
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
}

@media all and (min-width: 1024px){
	h2{
		font-size: 2.2em;
	}

	p{
		font-size: 1.1em;
	}
}

.scrollfixed{
	overflow: hidden;
}

/* ============================================================
LOADING
============================================================ */
.progress {
	position: fixed;
	z-index: 11111;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	color: #ffffff;
}

.loading-bg{
	width: 70%;
	max-width: 550px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.loading-bg img{
	width: 100%;
}

.progress-inner {
	position: absolute;
	left: calc(50% - 80px);
	top: calc(50% - 26px);
	width: 160px;
	height: 52px;
	background: none;
	/*overflow: hidden;*/
}

/* .progress-inner img{
	width: 100%;
} */

.progress-bar {
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
}

.progress-text {
	color: #533652;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	position: absolute;
	z-index: 9999999;
	width: 100%;
	text-align: center;
	top: 50%;
	/* left: 50%; */
	transform: translate(0, -50%);
}




/* .complete {
	overflow: auto;
} */

.progress-logo {
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	position: absolute;
	top: 0;
}

.progress-complete .progress-bar {
	/* background-color: #ffffff; */
}



/* ============================================================
LOGO
============================================================ */
.ng-logo-bg{
	width: 100%;
	height: 65px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
}

.ng-logo-bg.white{
	background: #ffffff;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .2);
}

.ng-logo-header{
	width: 80px;
	position: absolute;
	top: 15px;
	left: 15px;
	/* z-index: 15; */
}

.ng-logo-header img, .boulder-logo-header img{
	width: 100%;
}

@media all and (min-width: 768px){
	.ng-logo-bg{
		height: 75px;
	}

	.ng-logo-header{
		width: 100px;
	}
}


/* ============================================================
HEADER
============================================================ */
header{
	width: 100%;
	min-height: 20vh;
	position: relative;
	margin: 0 auto;
}

.bg-yellow{
	width: 80%;
	height: 20vh;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #ffcc00;
}

.header-text{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	margin-top: 80px;
	padding-bottom: 10px;
}

.header-text h1{
	font-size: 2em;
	font-weight: 600;
	text-align: left;
}

.header-text h2{
	font-size: 1.5em;
	font-weight: 500;
	text-align: left;
}

.header-text:after{
	content: '';
	display: table;
	position: absolute;
	width: 150px;
	bottom: 0;
	left: 0;
	border-bottom: 8px solid #000000;
}

@media all and (min-width: 768px){
	header{
		min-height: 25vh; 
	}

	.header-text{
		margin-top: 120px;
	}

	.header-text h1{
		font-size: 3.5em;
	}

	.header-text h2{
		font-size: 2.65em;
	}

}


/* ============================================================
VOTE AREA
============================================================ */
section.vote-area{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
}

.vote-area-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
}

.activity-rule{
	width: 100%;
	position: relative;
	margin: 20px auto;
}

h3.activity-title{
	font-size: 1.3em;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	color: #46403A;
}

p.activity-intro{
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 500;
	color: #333333;
}

.activity-rule ul, .activity-rule ul li{
	list-style: disc;
	margin-left: 24px;
}

.activity-rule ul li{
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 500;
	color: #333333;
	margin: 5px 0;
}

@media all and (min-width: 768px){
	/* h3.activity-title{
		text-align: center;
	}

	p.activity-intro{
		text-align: center;
	} */
}

.vote-content{
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.vote-item{
	width: 48%;
	position: relative;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .2);
	overflow: hidden;
	margin: 10px 0;
}

@media all and (min-width: 768px) {
	.vote-content{
		justify-content: space-around;
	}

	.vote-item{
		width: 31.5%;
	}
}

.item-pic{
	width: 100%;
	padding-bottom: 66.67%;
	position: relative;
}

.item-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
}

.item-title{
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

.item-title h2{
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 500;
	color: #333333;
	height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media all and (min-width: 768px){
	.item-title h2{
		font-size: 1.4em;
		height: 67px;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	}
}

.vote-item a{
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
	top: 0;
	left: 0;
}

.vote-item label{
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
}

/* input[type=radio] {
    margin-left: 50%;
    transform: scale(1.3) translate(-50%,0);
} */

.vote-btn{
	width: 100%;
	height: 40px;
	position: relative;
	text-align: center;
	line-height: 40px;
	background: #ffcc00;
	color: #000000;
	font-size: 1em;
	font-weight: 500;
}

.vote-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.vote-item.active{
	border: 5px solid #ffcc00;
	box-sizing: border-box;
}



/* ============================================================
attention
============================================================ */
section.attention{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
}

.attention-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
}

h3.attention-title{
	font-size: 1.3em;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	color: #46403A;
}

.attention-container ul, .attention-container ul li{
	list-style: disc;
}

.attention-container ul li{
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	text-align: left;
	color: #333333;
	margin: 5px 0;
	margin-left: 24px;
}


/* ============================================================
FOOTER
============================================================ */
footer{
	width: 100%;
	position: relative;
	background: #000000;
	color: #ffffff;
}

footer h5{
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	margin: 10px 0;
}

footer p{
	text-align: center;
}

footer p a{
	color: #ffffff;
	text-decoration: underline;
}




.copyright{
	width: 100%;
	position: relative;
	/* border-top: 1px solid #999999; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.ng-logo{
	width: 100px;
	position: relative;
	padding: 15px;
}

.boulder-logo{
	width: 150px;
	position: relative;
	padding: 15px;
}

.copyright-p{
	color: #ffffff;
	font-size: .9em;
	padding: 10px;
}

.footer-logo a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.copyright-p a{
	text-decoration: none;
	color: #f5f5f5;
}


/* ============================================================
GO TOP
============================================================ */

#gotop{
	/* width: 52px;
	height: 52px; */
	/* background: rgba(0,153,67,.7); */
	z-index:9;
	position: fixed;
	right: 0;
	bottom: 0;
	cursor: pointer;
	display:none;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
	z-index: 5;
	/* border-radius: 50%; */

	border-color: transparent rgba(246,180,0,.7) transparent transparent;
    border-style: solid solid solid solid;
 
    /* è¨­å®šé‚Šæ¡†å¤§å°å¯æ‹¼æ¹Šå‡ºä»»æ„å½¢ç‹€çš„ä¸‰è§’å½¢ */
    border-width: 90px 90px 0px 0px;
 
    /* è¨­å®š widthã€height å¯æ›´å¥½ç†è§£åŽŸç† */
    height: 0px;
    width: 0px; 
}

#gotop i{
	font-size: 2.5em;
	color: #ffffff;
	width: 52px;
	line-height: 52px;
	text-align: center;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
	position: absolute;
	bottom: 5px;
    right: -90px;
}

/* ============================================================
POPUP
============================================================ */
.popup{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 20;
	opacity: 0;
	display: none;
}

.popup-content{
	width: 90%;
	max-width: 640px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #ffffff;
	border-radius: 5px;
	padding: 40px 0 20px;
	overflow: hidden;
}

.popup-container{
	width: 90%;
	position: relative;
	margin: 0 auto;
}

.popup-container h5{
	font-size: 1.25em;
	color: #46403A;
	font-weight: 600;
	text-align: center;
}

.form-item{
	width: 100%;
	position: relative;
	margin: 15px 0;
}

.form-checkbox{
	margin: 0;
}

.form-item label{
	font-size: 1em;
	color: #333333;
	font-weight: 600;
}

.form-item label em{
	font-size: .9em;
	font-weight: 400;
}

.form-item input{
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 1em;
}

.form-item input.check-box{
	width: auto;
    vertical-align: middle;
}

.form-item.form-checkbox{
    line-height: 1em;
}

input[type=checkbox] {
    transform: scale(1.4);
}

.form-item a{
	color: #FDCF27;
}

.form-btn{
	width: 250px;
	height: 45px;
	position: relative;
	margin: 10px auto;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	background: #D6905A;
	color: #ffffff;
}

.form-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.submit-btn{
	width: 250px;
	height: 46px;
	position: relative;
	margin: 30px auto 15px;
	text-align: center;
	line-height: 46px;
	font-size: 1em;
	font-weight: 500;
	background: #ffcc00;
	border-radius: 5px;
	color: #000000;
}

.submit-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.popup-close{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: #000000;
	color: #ffffff;
	font-size: 2em;
	text-align: center;
	line-height: 40px;
}

/* ============================================================
RWD
============================================================ */
@media all and (max-width: 1440px) {
	
}

@media all and (max-width: 1366px){
	
}

@media all and (max-width: 1280px){
	
}

@media all and (max-width: 1024px) {
	
}

@media all and (max-width: 960px) {
	
}

@media screen and (orientation: portrait) {
	

}

@media all and (max-width: 768px) {
	
}

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

@media all and (max-width: 480px) {
	
}


@media all and (max-width: 320px){
	
}

</pre></body></html>