<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: Arial, 'å¾®è»Ÿæ­£é»‘é«”', 'Microsoft JhengHei', 'LiHei Pro';
  color: #555;
  scroll-behavior: smooth;

}

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

a:hover {
  color: #452523;
}

main {
  padding: 56px 0 0;
}

@media (max-width: 768px) {
  main {
    padding: 50px 0 0;
  }
}

.container {
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 890px) {
  .container {
    max-width: 590px;
    width: 100%;
  }
}

@media (max-width: 610px) {
  .container {
    max-width: none;
    width: 96%;
  }
}

.container.section-container {
  padding: 80px 0;
  position: relative;
}

.container.section-container.big-container {
  padding: 70px 90px 70px;
}

.container.section-container p.story {
  line-height: 30px;
  text-align: justify;
}

.container.section-container .sub-title {
  font-size: 26px;
  color: #452523;
  font-weight: bolder;
  margin: 30px 0 20px;
}

.container.section-container .aa-title {
  font-size: 24px;
  color: #222;
  font-weight: bolder;
  margin: 30px 0 5px;
}

@media (max-width: 640px) {
  .container.section-container .aa-title {
    font-size: 18px;
  }
}

.container.section-container p {
  line-height: 28px;
  text-align: justify;
  color: #555;
  margin: 10px 0;
}

.container.section-container h4 {
  font-size: 26px;
  color: #222;
  font-weight: bolder;
  margin: 30px 0 5px;
}

.container.section-container ol {
  line-height: 30px;
  padding: 0 20px;
}

.container.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
}

@media (max-width: 1200px) {
  .container.section-container {
    padding: 60px 0;
  }
}

@media (max-width: 640px) {
  .container.section-container {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .container.section-container {
    padding: 60px 10px;
  }
}

.rules .sub-title {
  margin: 35px 0 5px !important;
}

.rules table strong {
  color: #222;
}

.white-text p,
.white-text .sub-title {
  color: #222 !important;
}

.button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px 0 30px;
}

.button-holder .btn {
  margin: 0 18px;
}

.footer {
  color: white;
  background: #3a362e;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
}

.footer button {
  background: #fff;
  color: black;
  margin: 10px;
}

.footer button:hover {
  color: #000;
  background: #e5e5e5;
}

@media (max-width: 640px) {
  .footer {
    font-size: 10px;
    line-height: 20px;
    padding: 10px 0;
  }
}

.btn {
  color: #fff;
  font-size: 20px;
  line-height: 2.3;
  padding: 0 24px;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "å¾®è»Ÿæ­£é»‘é«”", Arial, Helvetica, "sans-serif", "é»‘ä½“", "é»‘é«”";
  background: #452523;
  width: 100%;
  text-align: center;
}

.btn2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 2.3;
  font-weight: bold;
  height: 50px;
  padding: 0 24px;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "å¾®è»Ÿæ­£é»‘é«”", Arial, Helvetica, "sans-serif", "é»‘ä½“", "é»‘é«”";
  background: #FB8E0A;
  text-align: center;
  position: absolute;
  right: 0;
  top: 68px;
}

.btn2:hover {
  background: #452523;
}

.vote-btn-box {
  margin-top: 50px;
  text-align: center;
}

.vote-btn {
  margin: auto;
  width: 60% !important;
}

/* .vote-btn:hover {
  background: #FB8E0A;
} */
.vote-btn a {
  color: #fff;
  width: 100%;
  margin: auto;
}

.vote-btn:hover a {
  color: white;
}



@media (max-width: 640px) {
  .btn {
    font-size: 16px;
    padding: 0;
    width: 40%;
    text-align: center;
    line-height: 2.4;
  }

  .button-holder .btn {
    margin: 0 8px;
  }

}

.btn.btn-huge {
  display: block;
  width: 40%;
  margin: auto;
  border-radius: 50px;
}

@media (max-width: 640px) {
  .btn.btn-huge {
    width: calc(40% + 80px);
  }

}

.btn.btn-orange {
  background: #a1312b;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}

.btn.btn-orange:hover {
  background: #452523;
}

.btn.btn-red {
  background: #a1312b;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}

.btn.btn-red:hover {
  background: #452523;
}

.heading-title {
  font-size: 30px;
  margin: 0 0 40px 0;
  color: #000;
  border-left: 5px solid #a1312b;
  line-height: 1;
  text-indent: 10px;
}

.heading-title.white {
  position: relative;
}

.heading-title span {
  color: #a1312b;
  display: inline-block;
}

@media (max-width: 1200px) {
  .heading-title {
    font-size: 28px;
    margin: 0 0 26px 0;
  }

  .btn2 {
    top: 44px;
  }
}

@media (max-width: 640px) {
  .heading-title {
    font-size: 22px;
  }

  .heading-title span {
    font-size: 22px;
  }

  p {
    font-size: 14px;
  }

  .btn2 {
    position: initial;
    width: 100%;
  }
}


.media {
  background: #eee;
}

.animation {
  background-position: center bottom;
  background-repeat: no-repeat
}

.presentation {
  background-color: #ecd7d0;
  /*background-image: url("../img/presentation.jpg");*/
  background-repeat: no-repeat;
  background-position: center bottom;
}

.presentation.participate {
  background-color: #ecd7d0;
  /*background-image: url("../img/presentation-2.jpg");*/
  background-position: center bottom;
}

.form-container {
  padding: 0;
}

#presentationForm {
  position: relative;
}

.participate-box {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 180px;
}

@media (max-width: 768px) {
  .participate-box {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 500px) {
  .participate-box {
    width: 120px;
    height: 120px;
  }
}

.participate-box img {
  max-width: 100%;
  width: auto;
}

@media (max-width: 800px) {
  .form-container {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .form-container {
    padding: 0;
  }
}


.video-container {
  padding: 40px 0;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.video-container .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.video-container .video {
  max-width: 255px;
  display: inline-block;
  background: #fff;
  margin: 10px;
  -webkit-border-radius: 10px;
  /*Safari, Chrome*/
  -moz-border-radius: 10px;
  /*Firefox*/
  border-radius: 10px;
  overflow: hidden;
}

.video-container .video a:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.video-container .video a:hover .image-title {
  color: #ff6d00;
}

.video-container .video figure {
  margin: 0;
  overflow: hidden;
  font-size: 0;
}

.video-container .video figure img {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.video-container .video figcaption {
  padding: 15px 10px;
}

.video-container .video .image-title {
  margin: 0 0 16px;
  color: #222;
  font-size: 18px;
  font-weight: bolder;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.video-container .video p,
.video-container .video .name {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #888;
}

.video-container .video .name {
  font-weight: bolder;
}

.input-group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
}

.input-group:nth-last-of-type(3) {
  width: calc(100% - 180px);
}

.input-group:nth-last-of-type(4) {
  width: calc(100% - 60px);
}

@media (max-width: 768px) {
  .input-group:nth-last-of-type(3) {
    width: calc(100% - 160px);
  }

  .input-group:nth-last-of-type(4) {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .input-group:nth-last-of-type(3) {
    width: calc(100% - 100px);
  }
}


@media (max-width: 640px) {
  .button-group {
    margin: 0 160px 0 0;
  }
}

@media (max-width: 480px) {
  .input-group {
    font-size: 16px;
  }
}

.blue-input .input-group {
  color: #ffffff;
}

.input-group .label {
  width: 150px;
  line-height: 50px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .input-group .label {
    width: 130px;
  }
}

.input-group .label label:before {
  content: "ï¼Ž";
}

.input-group .input-field {
  width: 100%;
  line-height: 20px;
}

/* .input-group .input-field span{
  color: white;
} */
::placeholder {
  color: #832823;
}

.input-group .input-field input {
  width: 100%;
  height: 50px;
  text-indent: 10px;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

@media (max-width: 640px) {
  .input-group .input-field input {
    height: 38px;
  }

  .video-container .video {
    margin: 10px auto;
  }
}

.input-group .input-field input.error {
  background: #f25d5f;
}

.input-group .input-field span {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
  min-height: 28px;
  display: block;
}

.input-group .input-field span a {
  /* color: #222 !important; */
  text-decoration: underline;
}

.header {
  background: #fff;
}

.header .logo {
  background: url("../img/udn.svg") no-repeat;
  width: 154px;
  height: 32px;
}

.header .logo a {
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  height: 32px;
}

.header ul {
  margin: 0;
  list-style: none;
  font-size: 24px;
  color: #222;
  font-weight: bolder;
  padding: 0;
}

.header ul li {
  display: inline-block;
  cursor: pointer;
}

.header .nav-item {
  position: relative;
  padding: 31px 15px;
}

.header .nav-item a:hover {
  color: #ef7189;
}

.header .nav-item:hover &gt; ul {
  display: block;
  z-index: 10;
}

.header .nav-item &gt; ul {
  display: none;
  padding: 10px 0;
  width: 150px;
  position: absolute;
  text-align: center;
  top: 89px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #4472c4;
}

.header .nav-item &gt; ul:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #4472c4;
}

.header .nav-item &gt; ul li {
  padding: 6px;
  border: solid 1px #4472c4;
}

.header .nav-item &gt; ul li:hover {
  padding: 6px;
  border: solid 1px #fff;
}

.header .nav-item &gt; ul li a {
  color: #fff;
}

.header .nav-item &gt; ul li a:hover {
  color: #fff;
}

.pagination {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .page-no,
.pagination .control,
.pagination .total {
  text-align: center;
  display: inline-block;
  margin: 0 16px;
  color: #666;
}

.pagination .total {
  font-size: 14px;
}

.pagination .control .disabled {
  color: rgba(85, 85, 85, 0.5);
  cursor: not-allowed;
}

.pagination .control .disabled:hover {
  background: transparent;
}

.pagination a {
  color: #666;
}

.p-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.p-btn:hover,
.p-btn.active {
  background: #a9a9a9;
  color: #fff;
}

.slider {
  height: 676px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1200px) {
  .slider {
    height: 356px;
  }
}

.slider .img-slide {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  z-index: 2;
}

/* @media (max-width: 1200px) {
  .slider .img-slide {
    width: 1200px;
  }
}
@media (max-width: 1000px) {
  .slider .img-slide {
    width: 1000px;
  }
} */
@media (max-width: 640px) {
  /* .slider .img-slide {
    display: none;
  } */
}

.slider .img-slide.opaque img {
  opacity: 1;
}

.slider .main-cv {
  position: absolute;
  z-index: 3;
  width: 800px;
  height: 493px;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
  .slider .main-cv {
    height: 356px;
  }
}

.slider .main-cv img {
  position: absolute;
  left: -146px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .slider .main-cv img {
    left: 0;
    width: 300px;
  }
}

@media (max-width: 640px) {
  .web {
    display: none;
  }

  .phone {
    display: block;
  }

  /* .slider .img-slide {
    display: none;
  }
  .slider {
    background-image: url(../img/slider_m.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #b3db0e;
    height: 600px;
    background-position: center;
  }
  .slider .main-cv img {
    left: 50%; display: none;
    margin: 0 0 0 -150px;
    width: 300px;
  } */

}

/* @media (max-width: 380px) {
  .slider {
    background-image: url(../img/slider_m.jpg);
    height: 400px;
  }

} */



/*info-container*/
.info-container {
  position: relative;
  text-align: center;
}


/*info-container*/
/*info-container_m*/
.info-container_m {
  display: none;
  position: relative;
}

@media (max-width: 480px) {
  .info-container_m {
    width: 300px;
    margin: auto;
  }
}

.info-container_m img {
  width: 100%;
}



/*info-container_m*/
@media (max-width: 900px) {
  .info-container {
    display: none;
  }

  .info-container_m {
    display: block;
  }

  .info-container_m .small-btn-post {
    position: absolute;
    top: 28.2%;
    width: 31%;
    height: 2.5%;
    /* background-color: #f00; */
  }

  .info-container_m .small-btn-post.link1 {
    left: 17.9%;
  }

  .info-container_m .small-btn-post.link2 {
    left: 51%;
  }
}

@media (max-width: 890px) {
  .info-container_m .small-btn-post {
    top: 27.8%;
    width: 30.3%;
    height: 2.4%;
  }
}

@media (max-width: 500px) {
  .info-container_m .small-btn-post {
    top: 27.5%;
  }
}

@media (max-width: 480px) {
  .info-container_m .small-btn-post {
    top: 323px;
    width: 90px;
    height: 27px;
  }

  .info-container_m .small-btn-post.link1 {
    left: 54px;
  }

  .info-container_m .small-btn-post.link2 {
    left: 153px;
  }
}



@media (max-width: 640px) {

  .info-container_m {
    text-align: center;
  }

}





#top {
  position: fixed;
  width: 50px;
  height: 40px;
  right: 30px;
  bottom: 85px;
  font-size: 14px;
  text-align: center;
  z-index: 11;
  cursor: pointer;
  background: #452523;
  border-radius: 8px;
  color: #ecd7d0;
  line-height: 1;
  display: none;
}

#top i {
  display: block;
  font-size: 20px;
  color: #ecd7d0;
  line-height: 1;
}

#top:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 80%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #452523;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}

.slider-text {
  padding: 58px;
  background: #fff;
  -webkit-border-radius: 15px;
  /*Safari, Chrome*/
  -moz-border-radius: 15px;
  /*Firefox*/
  border-radius: 15px;
}

@media screen and (max-width: 780px) {

  /* å¦‚æžœä½¿ç”¨è€…ä¹‹è£ç½®å¯¬åº¦ &lt;= 750pxï¼Œå°‡æœƒå†è¼‰å…¥é€™è£¡çš„ CSSã€‚ */
  .slider-text {
    padding: 40px;
    -webkit-border-radius: 12px;
    /*Safari, Chrome*/
    -moz-border-radius: 12px;
    /*Firefox*/
    border-radius: 12px;
  }
}

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

  /* å¦‚æžœä½¿ç”¨è€…ä¹‹è£ç½®å¯¬åº¦ &lt;= 750pxï¼Œå°‡æœƒå†è¼‰å…¥é€™è£¡çš„ CSSã€‚ */
  .slider-text {
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 8px;
    /*Safari, Chrome*/
    -moz-border-radius: 8px;
    /*Firefox*/
    border-radius: 8px;
  }

  .container.section-container .sub-title {
    margin: 40px 14px 20px;

  }
}

.slider-text img {
  width: 100%;
}

.slick-next,
.slick-prev {
  top: 48%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 60px;
  height: 70px;
}

.slick-next:before,
.slick-prev:before,
.slick-next:after,
.slick-prev:after {
  font-family: 'fontello';
  font-size: 50px;
  color: #bbb;
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: "\36";
}

.slick-prev {
  left: 0;
  z-index: 1;
}

.slick-prev:before {
  content: "\35";
}

.slide-content:focus {
  outline: 0;
}


@media screen and (max-width: 950px) {

  /* å¦‚æžœä½¿ç”¨è€…ä¹‹è£ç½®å¯¬åº¦ &lt;= 750pxï¼Œå°‡æœƒå†è¼‰å…¥é€™è£¡çš„ CSSã€‚ */
  .slick-next,
  .slick-prev {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .pagination .control {
    display: none;
  }

  .container.section-container.big-container {
    padding: 70px 0;
  }

  .slide-text {
    padding: 0 10px;
  }
}

/*2020*/
input,
.btn2,
.btn {
  -webkit-border-radius: 6px;
  /*Safari, Chrome*/
  -moz-border-radius: 6px;
  /*Firefox*/
  border-radius: 9px;
  border: none;
  width: 40%;
}

.slick-initialized .slick-slide p {
  color: #555;
}

.slick-initialized .slick-slide h3.sub-title {
  color: #222;
}



/* æ–°å¢ž */

.ngo-link {
  margin-top: 80px;
  margin-bottom: 80px;
}

.ngo {
  width: 100%;
}



/* swiper */

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-logo {
  position: absolute;
  z-index: 99;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}

@media(max-width:1200px) {
  .banner-logo {
    position: absolute;
    z-index: 99;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
  }

  .banner-logo img {
    width: 80%;
  }
}

@media(max-width:900px) {
  .banner-logo {
    position: absolute;
    z-index: 99;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
  }

  .banner-logo img {
    width: 60%;
  }
}

@media(max-width:640px) {
  .banner-logo {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 18%;
    transform: translateX(0%);
  }

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


  .swiper-slide picture::after {
    content: '';
    background: linear-gradient(to bottom, transparent 0%, rgb(255, 255, 255) 100%);
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

}

@media(max-width:500px) {
  .banner-logo {
    left: 30%;
    transform: translateX(-20%);
  }

}

#list {
  text-align: center;
  font-size: 36px;
}





.presentation_decisive {
  background-color: hsl(40 100% 96% / 1);
}

#decisive {
  padding: 40px 0 60px;
}

#decisive .heading-title {
  margin: 40px 0;
}

ul.decisive {
  font-size: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.decisive li {
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-weight: bolder;
  color: #222;
}

ul.decisive li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

ul.decisive strong {
  font-size: 16px;
  display: block;
  color: #666;
  font-weight: normal;
  margin: 0 0 5px;
}</pre></body></html>