<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=====================
  Base &amp; Reset Styles
=====================*/
@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&amp;family=Noto+Serif+TC:wght@900&amp;display=swap");

html {
	scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	min-height: 100%;
	background-color: #f5f5f5;
	-webkit-text-size-adjust: none;
}

a {
	text-decoration: none;
	color: #eb2f2d;
}

a:hover {
	color: #d21714;
}

a img {
	border: none;
}

img {
	display: block;
	max-width: 100%;
	width: auto;
}

/*=====================
  Layout &amp; Container
=====================*/
#container {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

/*=====================
  Header &amp; Navigation
=====================*/
#header {
	background-size: cover;
	overflow: hidden;
	position: relative;
	background-color: #8f191a;
}

#header img {
	margin: auto;
}

#header .fb_box {
	margin: 13px 0 0 20px;
}

#header #menu {
	background: #8f191b;
}

@media screen and (max-width: 1350px) {
	#header #menu {
		padding: 0 20px;
	}
}

#header #menu_main {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

#header #menu #logo {
	float: left;
	padding: 12px 0 0;
}

#header #menu #logo img {
	width: 250px;
}
@media screen and (max-width: 560px) {
	#header #menu #logo img {
		width: 230px;
	}
}

#header #menu dl {
	float: right;
	display: flex;
	gap: 15px;
}
@media screen and (max-width: 640px) {
	#header #menu dl {
		float: none;
		width: 100%;
		margin: auto;
		justify-content: center;
	}
}
@media screen and (max-width: 430px) {
	#header #menu dl {
		gap: 10px;
	}
}
@media screen and (max-width: 375px) {
	#header #menu dl {
		gap: 5px;
	}
}

#header #menu dl dt a {
	color: #fff;
	font: 18px/50px "é»‘é«”", Helvetica, "Heiti TC", "Segoe UI", Meiryo, "å¾®è»Ÿæ­£é»‘é«”";
	font-weight: bold;
	display: block;
	-o-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	transition: color 0.5s;
}
@media screen and (max-width: 430px) {
	#header #menu dl dt a {
		font-size: 17px;
	}
}
@media screen and (max-width: 375px) {
	#header #menu dl dt a {
		font-size: 16px;
	}
}
@media screen and (max-width: 345px) {
	#header #menu dl dt a {
		font-size: 15px;
	}
}

#header #menu dl dt #shareBtnFb {
	width: 30px;
	height: 50px;
	fill: #fff;
	display: flex;
	align-items: center;
}
#header #menu dl dt #shareBtnFb:hover {
	fill: #f5ca6e;
}
@media screen and (max-width: 640px) {
	#header #menu dl dt #shareBtnFb {
		position: absolute;
		right: 10px;
		top: 0px;
	}
}

#header #menu dl dt a:hover {
	color: #f5ca6e;
}

#header #menu dl dt.action {
	background: #e8c574;
}

#header #menu dl dt.action a {
	color: #000;
}

#header .fb-share-button {
	margin: 25px 15px !important;
	overflow: hidden;
	float: left;
}

/*=====================
  Video Section
=====================*/
.video {
	background-color: #eb2f2d;
}

.video_box {
	margin: 0 auto;
	max-width: 800px;
}

.video_container {
	width: 100%;
	margin: auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_container iframe,
.video_container object,
.video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*=====================
  Vote Area
=====================*/
#vote_area,
#prize_area {
	margin: -50px 0 0;
	padding: 50px 0 0;
}

.vote_bg {
	background-color: #ffdb7a;
}

.vote_topic {
	text-align: center;
}

.vote_topic h1 {
	font-family: "Noto Serif TC", serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-size: 30px;
	color: #000;
	padding: 100px 0 5px;
}
@media screen and (max-width: 768px) {
	.vote_topic h1 {
		padding: 10vw 0 5px;
	}
}

.vote_topic h3 {
	font-size: 18px;
	color: #000;
}

.vote_topic h3 span {
	color: #eb2f2d;
}

.vote_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	padding: 50px;
	margin: 0 auto;
	max-width: 970px;
}
@media screen and (max-width: 768px) {
	.vote_list {
		padding: 5vw 20px 10vw;
		gap: 13px;
	}
}

/*=====================
  Vote Form Popup
=====================*/
#form_word {
	display: none;
}

#form_word.show {
	display: block;
	position: relative;
	height: 100vh;
}

.popup {
	position: fixed;
	width: 960px;
	max-width: 92%;
	max-height: 86vh;
	overflow: auto;
	left: 50%;
	top: 50%;
	z-index: 20;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	border-radius: 30px;
}

@media screen and (max-width: 768px) {
	.popup {
		border-radius: 10px;
	}
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(143, 25, 27, 0.3);
	backdrop-filter: blur(4px);
	z-index: 19;
}

.popup_close {
	position: fixed;
	right: 20px;
	top: 0;
	z-index: 21;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.2s;
}

.popup_close:hover {
	color: #000;
}

.vote_word {
	display: flex;
	align-items: center;
}

.vote_data {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media screen and (max-width: 768px) {
	.vote_data {
		flex-direction: column;
	}
}

.vote_data dt {
	font-size: 14px;
	color: #000;
	width: calc(50% - 5px);
}

@media screen and (max-width: 768px) {
	.vote_data dt {
		width: 100%;
	}
}

.vote_data input {
	width: 100%;
	letter-spacing: 2px;
	padding: 10px 0;
	margin: auto;
	border: none;
	background: rgba(255, 255, 255, 0.5);
	font: 18px/25px "é»‘é«”", Helvetica, "Heiti TC", "Segoe UI", Meiryo, "å¾®è»Ÿæ­£é»‘é«”";
	text-indent: 20px;
	color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.vote_data input:hover {
	background: #fff;
}

input::placeholder {
	color: #000;
	opacity: 1;
}

#voteSubmit {
	background: #eb2f2d;
	color: #fff;
	font-size: 20px;
	width: 360px;
	margin: 20px auto 10px;
	display: block;
	letter-spacing: 2px;
	padding: 10px 0;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#voteSubmit {
		margin: 10px auto;
		width: 100%;
	}
}

#voteSubmit:hover {
	background: #d21714;
}

.ps {
	text-align: center;
	font-size: 14px;
}

.vote_box {
	display: flex;
	justify-content: center;
	gap: 50px;
	border-radius: 30px 30px 0 0;
	padding: 45px 70px;
	background-color: #ffdb7a;
}

@media screen and (max-width: 768px) {
	.vote_box {
		flex-direction: column;
		align-items: center;
		padding: 8vw 6vw;
		gap: 6vw;
		border-radius: 10px 10px 0 0;
	}
}

.vote_word h1 {
	font-size: 120px;
	line-height: 190px;
	margin: 0;
	font-family: "Noto Serif TC", serif;
	border: 2px solid #000;
	border-radius: 50%;
	display: block;
	width: 200px;
	height: 200px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.vote_word h1 {
		font-size: 80px;
		line-height: 110px;
		width: 120px;
		height: 120px;
	}
}

.vote_info {
	color: #666;
	line-height: 1.4;
	border-radius: 0 0 30px 30px;
	padding: 40px 70px;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.vote_info {
		padding: 8vw 6vw;
		border-radius: 0 0 10px 10px;
	}
}

.vote_info div {
	font-size: 16px;
	padding: 0 0 30px;
}

@media screen and (max-width: 768px) {
	.vote_info div {
		font-size: 14px;
	}
}

.vote_info span {
	color: #000;
	font-size: 24px;
	display: block;
	margin: 0 0 5px;
}

@media screen and (max-width: 768px) {
	.vote_info span {
		font-size: 20px;
	}
}

.vote_info b {
	font-family: "Noto Serif TC", serif;
}

/*=====================
  Prize Section
=====================*/
#main_prize {
	max-width: 1200px;
	margin: auto;
}
@media screen and (max-width: 1200px) {
	#main_prize {
		margin: 0 20px;
	}
}

.main #main_prize h2 {
	font-size: 24px;
	font-family: "Noto Serif TC", serif;
	color: #000;
	margin: 40px auto 10px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.main #main_prize h2 {
		margin: 5vw auto 10px;
	}
}
@media screen and (max-width: 480px) {
	.main #main_prize h2 {
		font-size: 21px;
	}
}

.point {
	color: #eb2f2d;
}

.main #main_prize dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: auto;
	gap: 10px;
}
@media screen and (max-width: 964px) {
	.main #main_prize dl {
		width: 100%;
		flex-direction: column;
	}
}

.main #main_prize dt {
	background-color: #fff;
	padding: 14px 18px;
	border-radius: 10px;
	flex: 1;
}

.main #main_prize dt:last-child {
	background-color: #eb2f2d;
}
.main #main_prize dt:last-child:hover {
	background-color: #d21714;
}

.main #main_prize dt h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.main #main_prize dt:last-child h4 {
	color: #fff;
}

.main #main_prize dt p {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 0;
	letter-spacing: 1px;
}

.main #main_prize dt:last-child p {
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.main #main_prize dt b {
	font-weight: normal;
}

.main #main_prize dt a {
	font-family: "Noto Serif TC", serif;
	display: inline-block;
	margin: -10px 0 0;
	text-align: center;
	font-size: 40px;
	color: #fff;
}
@media screen and (max-width: 560px) {
	.main #main_prize dt a {
		font-size: 30px;
	}
}

.main #main_prize #prize_w {
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.main #main_prize #prize_m {
	display: none;
}

ul.note {
	padding: 20px 0 60px;
	width: 92%;
	margin: auto;
	font-size: 14px;
}

/*=====================
  Footer
=====================*/
#footer {
	background-color: #fff;
	padding: 50px 20px;
}
@media screen and (max-width: 480px) {
	#footer {
		padding: 10vw 20px;
	}
}

#footer_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
@media screen and (max-width: 480px) {
	#footer_wrapper {
		gap: 8vw;
	}
}

#footer_wrapper b {
	width: 100%;
	display: block;
	font: 13px/20px Arial, Helvetica, "LiHei Pro", "å¾®è»Ÿæ­£é»‘é«”", "å¾®è½¯é›…é»‘", "æ–°ç´°æ˜Žé«”", PMingLiU, "sans-serif";
	color: #ffffff;
}

#footer_wrapper a {
	margin: 0 15px 0 0;
	overflow: hidden;
	display: block;
	float: left;
}

/*=====================
  Additional Styles
=====================*/
.vote_txt {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	line-height: 68px;
	font-size: 30px;
	font-family: "Noto Serif TC", serif;
	text-align: center;
	color: #000;
	-o-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	transition: color 0.5s;
	text-decoration: none;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 50%;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.vote_txt {
		width: 60px;
		height: 60px;
		line-height: 56px;
		font-size: 30px;
	}
}

.vote_txt.sp,
.vote_txt:hover {
	color: #ffdb7a;
	background-color: #000;
}

.nobtn {
	border-bottom: 3px solid #e8c378;
	border-radius: 15px;
}

.only_web {
	display: block;
}

.only_mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	.only_web {
		display: none;
	}

	.only_mobile {
		display: block;
	}
}

/*å¾—çŽåå–®*/
#main_prize .name_list {
	overflow: hidden;
	padding: 0;
}

.number {
	color: #777777;
	font: 15px/30px Arial, Helvetica, sans-serif, "Microsoft YaHei", "å¾®è½¯é›…é»‘ä½“", "Microsoft JhengHei", "å¾®è»Ÿæ­£é»‘é«”";
}

.name {
	color: #222;
	font: 18px/40px Arial, Helvetica, sans-serif, "Microsoft YaHei", "å¾®è½¯é›…é»‘ä½“", "Microsoft JhengHei", "å¾®è»Ÿæ­£é»‘é«”";
}

/*çŽå“é&nbsp;é¢*/
dl#prize_list dl dt h2 {
	color: #222;
	font: bold Arial, Helvetica, sans-serif, "Microsoft YaHei", "å¾®è½¯é›…é»‘ä½“", "Microsoft JhengHei", "å¾®è»Ÿæ­£é»‘é«”";
}

dl#prize_list dl dt p {
	color: #666;
	font: 15px/30px Arial, Helvetica, sans-serif, "å¾®è»Ÿæ­£é»‘é«”";
}

dl#prize_list dl dt img {
	width: 100%;
}

.gift {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
	.gift {
		flex-direction: column;
		align-items: center;
	}
}

.gift img {
	max-height: 300px;
	height: auto;
}
@media screen and (max-width: 480px) {
	.gift img:last-child {
		max-height: 200px;
		height: auto;
	}
}

.box_main div {
	font-size: 16px;
	background-color: #ffdb7a;
	border-radius: 10px;
	padding: 23px;
	margin: 0 auto 10px;
	text-align: center;
}

.box_main h3 {
	font-size: 18px;
	font-family: "Noto Serif TC", serif;
	padding: 0 0 5px;
}

.winer {
	margin: 30px auto;
	max-width: 800px;
}
@media screen and (max-width: 964px) {
	.winer {
		padding: 0 20px;
	}
}

.winer .box_main div {
	border-radius: 10px 10px 0 0;
	margin: 0;
}
.winer .box_main dl {
	font-size: 18px;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	margin: 0 0 10px;
	padding: 23px 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 560px) {
	.winer .box_main dl {
		font-size: 16px;
		padding: 23px 10px;
	}
}

.winer .box_main dt {
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
}

/* Checkbox Styles */
input[type="checkbox"].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type="checkbox"].css-checkbox + label.css-label {
	padding-left: 28px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
	margin: 20px 0;
	color: #eb2f2d;
}

@media screen and (max-width: 768px) {
	input[type="checkbox"].css-checkbox + label.css-label {
		margin: 10px 0;
	}
}

input[type="checkbox"].css-checkbox:checked + label.css-label {
	background-position: 0 -100px;
}

label.css-label {
	background-image: url(https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/2024word/static/img/csscheckbox.png&amp;v=20241105&amp;nt=1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
</pre></body></html>