<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	width: 100vw;
	overflow-x: hidden;
	background: #f5f5f5;
	font-size: 16px;
}


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

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

h2{
	font-size: 2.25em;
	font-weight: 500;
	line-height: 1.1em;
}

h3{
	font-size: 1.2em;
	font-weight: 500;
	line-height: 2.4em;
}

h4{
	font-size: 1.85em;
	font-weight: 500;
}

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

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

p{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	text-align: justify;
	font-size: 1em;
    /* line-height: 1.5em; */
    font-weight: normal;
}
span {
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

::selection {
    color: #000000;
    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; */
}

ol.ol-number, 
ol.ol-number li{
	padding-bottom: 0.5rem;
	list-style: decimal;
	margin-block-start: 0em;
    padding-inline-start: 0;
    color: #222222;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-size: 1em;
}

ol.ol-number{
	/* padding-left: 1em; */
}

.overflownone{
	overflow: hidden;
}

.superscript{
	vertical-align: super;
    font-size: 12px;
}
.sm-text {
	font-size: 13px;
}


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

.progress-inner {
	position: absolute;
	left: calc(50% - 160px);
	top: calc(50% - 160px);
	width: 320px;
	height: 320px;
	background-color: #418D14;
	/* background-image: linear-gradient(180deg, #418D14 22%, #94E546 100%); */
	border-radius: 10px;
	overflow: hidden;
}

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

.progress-bar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

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

/* .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: #f5f5f5;
}

/* ============================================================
NAV
============================================================ */
nav{
	width: 100%;
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.35);	
	position: fixed;
	z-index: 10;
}

.contest-logo {
	float: left;
	position: relative;
	width: 320px;
	height: 60px;
	margin-top: 5px;
	margin-left: 10px;
	z-index: 2;
	opacity: 1;
}

.contest-logo div {
	display: inline-block;
	font-size: 12px;
	color: #000000;
}

.contest-logo div span {
	font-size: 12px;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.contest-logo div.nav-logo {
	width: calc(42% - 15px);
	margin-right: 15px;
}

.contest-logo div.nav-sponsor {
	width: 55%;
}

.contest-logo img {
	width: 100%;
}

.index-nav {
	box-shadow: none;	
}

.index-nav .contest-logo {
	/* past style for animation */
	/* width: 600px;
	height: 120px;
	margin-top: 30px;
	margin-left: 30px; */
	opacity: 0;
}


.nav-icons{
	float: right;
	padding: 0 16px;
	position: relative;
}

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

.nav-icons-container{
	float: right;
	margin-right: 20px;
	position: relative;
	z-index: 3;
}

nav:after{
	content: '';
	display: table;
	clear: both;
}

.icon-menu{
	opacity: 0;
	width: 42px;
	height: 70px;
	color: #333333;
	font-weight: 500;
	text-align: center;
	letter-spacing: .05em;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	cursor: pointer;
	position: relative;
	padding-left: 0;
	cursor: pointer;
}
.icon-menu &gt;span {
	width: 32px;
	height: 3px;
	background-color: #282828;
	position: absolute;
	left: 5px;
	border-radius: 5px;
	transition: transform .1s linear;
}
.icon-menu &gt;span:nth-of-type(1) {
	top: 24px;
}
.icon-menu &gt;span:nth-of-type(2) {
	top: 33px;
}
.icon-menu &gt;span:nth-of-type(3) {
	top: 42px;
}

.icon-menu.close &gt;span:nth-of-type(1) {
    top: 35px;
	transform: rotate(45deg);
}
.icon-menu.close &gt;span:nth-of-type(2) {
	display: none;
}
.icon-menu.close &gt;span:nth-of-type(3) {
    top: 35px;
	transform: rotate(-45deg);
}

.icon-menu.close{
	color: #333333;
}

.icon-user{
	width: 20px;
	margin-top: 23px;
	margin-left: 20px;
	cursor: pointer;
}

.icon-user img{
	width: 100%;
}

.icon-lang {
	width: 70px;
    margin-top: 14px;
    padding-left: 0;
}

.icon-lang select {
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-size: 0.875em;
	color: #333333;
	outline: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
	padding: 8px 6px 8px;
	background: rgb(215 215 215);
}

.icon-language-element {
	width: 30px;
	height: 30px;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	border-radius: 50%;
	margin-top: 11px;
	transition: .2s linear;
}

.icon-language-text {
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	transition: .2s linear;
}

.nav-icons.icon-language:hover .icon-language-element{
	background: #ffffff;
}

.nav-icons.icon-language:hover .icon-language-text{
	color: #000000;
}

@media all and (max-width: 640px) {
	.contest-logo {
		width: 220px;
	}

	.contest-logo div.nav-logo {
		width: calc(36% - 8px);
		margin-right: 8px;
	}

	.contest-logo div.nav-sponsor {
		width: 60%;
	}

	.index-nav .contest-logo img {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}
	

	.nav-icons {
		padding: 0 6px;
	}

	.icon-menu {
		width: 32px;
	}
}

@media all and (max-width: 413px) {
	.contest-logo {
		width: 190px;
	}
}

@media all and (max-width: 375px) { 
	.contest-logo {
		/* width: 180px; */
	}
}


.upload-btn{
	text-align: center;
	line-height: 70px;
	color: #ffffff;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 500;
	font-size: 1em;
	text-transform: uppercase;
	min-width: 70px;
	height: 70px;
	background: #418D14;
	transition: .2s linear;
}

.upload-btn:hover{
	background: #000000;
}


.menu{
	width: 90%;
	max-width: 600px;
	height: 100vh;
	/* background: #000000; */
	background-image: linear-gradient(180deg, #76C12D 0%, #3D8711 40%);
	position: absolute;
	right: -100vw;
	top: 0;
	display: none;
	z-index: 2;
}

.menu ul{
	position: absolute;
	top: 40%;
	left: 10%;
	transform: translate(0, -50%);
}

.menu ul li{
	color: #ffffff;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 500;
	font-size: 1.65em;
	text-transform: uppercase;
	text-align: left;
	padding: 15px 0;
}

.menu ul li a{
	color: #ffffff;
	transition: .2s linear;
}

.menu ul li a:hover{
	color: #ffcc00;
}

.menu ul li i{
	font-size: 0.6em;
}

.menu ul li .comingsoon{
	font-size: 1rem;
	font-weight: normal;
	font-style: italic;
}


.menu-share{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.share-icon{
	display: inline-block;
	color: #ffffff;
	font-size: 1.75em;
	padding: 0 15px;
	vertical-align: middle;
}

.share-icon a{
	color: #ffffff;
	transition: .2s linear;
}

.share-title{
	color: #ffffff;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0;
	margin-right: 15px;
}

.fb-share a:hover{
	color: #3b5998;
}

.line-share a:hover{
	color: #00c300;
}

.menu-language{
	position: absolute;
	bottom: 25px;
	left: 25px;
}

@media all and (max-width: 640px) {
	.menu ul li{
		font-size: 1.25em;
	}

	.share-title{
		margin-right: 0;
	}
}

@media all and (max-width: 480px) {
	.menu ul li a:hover{
		color: #ffffff;
	}

	.menu ul li.menu-yellow a{
		color: #ffcc00;
	}

	.menu ul li.menu-yellow a:hover{
		color: #ffcc00;
	}

	.nav-icons-container {
		margin-right: 10px;
		z-index: 3;
	}
}
@media all and (max-width: 414px) { 
	.nav-icons-container .nav-icons.icon-lang {
		margin-top: 16px;
	}
	.nav-icons-container .nav-icons.icon-lang select {
		height: 37px;
	}
	.nav-icons.icon-user {
		margin-left: 0;
	}
}
@media all and (max-width: 320px) { 
	.contest-logo {
		width: 153px;
		height: 53px;
		margin-top: 16px;
		margin-left: 8px;
	}
	.contest-logo a span {
		letter-spacing: -1px;
	}
	.nav-icons-container {
		margin-right: 5px;
	}
	.nav-icons-container .nav-icons.icon-lang {
		width: 70px;
		padding: 0 4px;
	}
	.nav-icons-container .nav-icons.icon-lang select {
		width: 100%;
		padding: 8px 2px;
		font-size: 12px;
	}
	.nav-icons-container .nav-icons.icon-menu {
		font-size: 12px;
		width: 34px;
		line-height: 64px;
	}
	.nav-icons-container .nav-icons.icon-user {
		width: 20px;
		margin-top: 20px;
		margin-left: 0;
		padding: 0 3px;
	}
}

.nav-down{
	animation: navMoveDown .2s 0s forwards linear;
}

.nav-up{
	animation: navMoveUp .2s 0s forwards linear;
}

@keyframes navMoveDown{
	0%{
		top: -61px;
	}

	100%{
		top: 0;
	}
}

@keyframes navMoveUp{
	0%{
		top: 0;
	}

	100%{
		top: -61px;
	}
}

.sub-nav-fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19;
}




/* ============================================================
SECTION
============================================================ */
.screen-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	padding: 90px 0;
}

.screen-container.short-ending {
	padding-bottom: 0;
}

.screen-container.narrow{
	max-width: 720px;
}

.screen-container.wide{
	max-width: 90%;
}

.screen-container.top-off{
	padding: 30px 0 90px 0;
}

h3.title-style2{
	font-size: 2em;
	font-weight: 600;
	text-align: center;
	position: relative;
	color: #222222;
}

h3.title-style2:after{
	content: '';
	display: table;
	position: absolute;
	bottom: 0;
	left: calc(50% - 45px);
	width: 90px;
	height: 5px;
	background: url(../img/title_underline.svg) no-repeat;
}

@media all and (max-width: 768px) {
	h3.title-style2{
		font-size: 1.5em;
	}
}

/* ============================================================
ELEMENTS
============================================================ */
.cube-btn{
	width: 250px;
	/* height: 45px; */
	text-align: center;
	/* line-height: 45px; */
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 1em;
	margin: 20px 0;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}

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

.cube-btn.yellow{
	background: #418D14;
	color: #ffffff;
	transition: .2s linear;
	border: 1px solid #418D14;
}

.cube-btn.yellow:hover{
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
}

.cube-btn.yellow.center {
	margin: 20px auto;
}

.cube-btn.black-border{
	background: none;
	color: #000000;
	border: 1px solid #000000;
	box-sizing: border-box;
	transition: .2s linear;
}

.cube-btn.black-border:hover{
	background: #000000;
	color: #ffffff;
}

.cube-btn.white-border{
	background: none;
	color: #ffffff;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	transition: .2s linear;
}

.cube-btn.white-border:hover{
	background: #ffffff;
	color: #418D14;
}

.cube-btn.black{
	background: #000000;
	color: #ffffff;
	transition: .2s linear;
}

.cube-btn.black:hover{
	background: #ffffff;
	color: #000000;
}

.btns-half-container{
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (orientation: portrait) {
	.cube-btn.yellow:hover{
		background: #ffcc00;
		color: #000000;
		border: 1px solid #ffcc00;
	}

	.cube-btn.black-border:hover{
		background: none;
		color: #000000;
	}

	.cube-btn.black:hover{
		background: #000000;
		color: #ffffff;
	}
}


.cube-btn.full-width{
	width: 100%;
}

.cube-btn.short-width{
	width: 120px;
}

.cube-btn.half-width{
	width: 48%;
}

.cube-btn.disable{
	background: #999999;
	color: #666666;
}

.cube-btn.disable:hover{
	background: #999999;
	color: #666666;
}


/* ============================================================
POPUP
============================================================ */
/* alert */
.popup-all{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 6;
}


.popup-alert, .popup-alert-2{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 6;
}

/* .popup-container{
	width: 80%;
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
} */

.popup-container {
    width: 300px;
    position: absolute;
    margin: 0 auto;
    padding: 20px 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
	background-color: #fff;
	box-shadow: 0 3px 14px 0 rgb(0 0 0 / 40%);
	z-index: 1000;
}

.popup-alert::after,
.popup-alert-2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000082;
    z-index: 1;
}

.alert-title{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}

.alert-description, .alert-description-2{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #222222;
	/* text-align: justify; */
}

.alert-btns{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.alert-btns .cube-btn{
	width: 48%;
	margin: 0;
	margin-top: 20px;
}

.alert-btns-2{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.alert-btns-2 .cube-btn{
	width: 100%;
	margin: 20px 5px 0;
}

/* ============================================================
location-tip
============================================================ */
.location-tip{
	/* padding: 20px 0; */
}

.location-tip p{
	font-size: .95em;
    color: #666666;
    font-weight: 400;
}

.location-tip p a {
    color: #666666;
	transition: .2s linear;
	border-bottom: 2px solid rgba(240,240,240,0);
}

.location-tip p a:hover{
	color: #418D14;
	border-bottom: 2px solid #57AB26;
}

/* ============================================================
FOOTER
============================================================ */
footer{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #415733;
	/* padding: 25px 0; */ 
	padding: 50px 0; /* for hide sponsor */
}

.footer-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	/* display: flex; */
	align-content: center;
}

.footer-logos {
	width: 100%;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 12px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
	align-content: center;
	align-items: center;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.footer-logos &gt; div {
	height: 90px;
}

.footer-logos &gt; div.footer-afcd{
    margin-top: 5px;
    width: 120px;
    margin-right: 20px;
}

.footer-logos &gt; div.footer-eco {
    margin-top: 5px;
    width: 130px;
    margin-right: calc(100% - 384px);
}

.footer-logos &gt; div.footer-ng{
    width: 100px;
    margin-top: 5px;
}

.footer-logos .footer-ng img {
	margin-top: 10px;
}

.footer-logos:after{
	content: '';
	display: table;
	clear: both;
}

.footer-logos .footer-afcd img{
    width: 100%;
    max-width: 120px;
    margin-top: 8px;
}

.footer-logos .footer-eco img{
	width: 100%;
    max-width: 90px;
    margin-top: 3px;
}

.footer-logos .footer-ng img{
    width: 100%;
    max-width: 70px;
}

@media all and (max-width: 768px) {
	.footer-logos {
		justify-content: space-between;
	}

	.footer-logos &gt; div.footer-afcd {
		margin-top: 0;
		width: 100px;
		margin-right: 10px;
	}
	
	.footer-logos &gt; div.footer-eco {
		width: 80px;
		margin-top: 0;
		margin-right: calc(100% - 282px);
	}
	
	.footer-logos &gt; div.footer-ng {
		width: 55px;
		margin-top: 0;
	}
}

.footer-social{
	width: 140px;
	margin-top: 20px;
	position: relative;
}

.footer-social-text{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
}

.footer-social-icons{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.footer-icon{
	margin-right: 20px;
	font-size: 2.25em;
	opacity: 1;
	transition: .2s linear;
}

.footer-icon:hover{
	opacity: .7;
}

.footer-icon a{
	color: #ffffff;
}

@media all and (max-width: 1200px) {
	.footer-container{
		display: block;
	}
}

@media all and (max-width: 768px) {
	.footer-social{
		margin: 20px 0;
	}
}

.footer-copyright{
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	border-top: 1px solid #4F6840;
}

.copyright-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
}

.copyright-text{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 300;
	font-size: .95em;
	color: #ffffff;
	float: left;
}

.copyright-text a {
	color: #ffffff;
	transition: all 0.3s ease;
}
.copyright-text a:hover {
	color: #ffcc00;
}

.copyright-contact{
	width: 80px;
	height: 35px;
	border: 1px solid #ffcc00;
	background: #ffcc00;
	box-sizing: border-box;
	color: #000000;
	text-align: center;
	line-height: 35px;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: -10px;
	transition: .2s linear;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 300;
	font-size: .95em;
}

.copyright-container:after{
	content: '';
	display: table;
	clear: both;
}

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

.copyright-contact:hover{
	background: none;
	color: #ffffff;
}

@media screen and (orientation: portrait) {
	.copyright-contact:hover{
		background: #ffffff;
		color: #000000;
	}
}

@media all and (max-width: 768px) {
	.copyright-text, .copyright-contact{
		float: none;
	}

	.copyright-contact{
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
	}

	.copyright-text span em {
		display: block;
	}
}





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

#gotop{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 80px 80px;
	border-color: transparent transparent rgba(255, 204, 0, .8) transparent;
	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;
	text-align: center;
}

#gotop i{
	font-size: 2em;
	color: #222222;
	/* width: 52px; */
	text-align: center;
	line-height: 52px;
	text-align: center;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
	text-align: center;
	position: fixed;
    bottom: 0;
    right: 10px;
}



/* ============================================================
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>