@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700;900&family=Noto+Sans+TC:wght@400;500;700;900&family=Noto+Serif+TC:wght@400;500;700;900&display=swap");

@font-face {
  font-family: "SCProsperSans";
  src: url("../fonts/SCProsperSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SCProsperSans";
  src: url("../fonts/SCProsperSans-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SCProsperSans";
  src: url("../fonts/SCProsperSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SCProsperSans";
  src: url("../fonts/SCProsperSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "brand-icons";
  src:
    url("../fonts/brand-icons.woff2") format("woff2"),
    url("../fonts/brand-icons.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: block;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}

* {
  font-family:
    "SCProsperSans", "Noto Sans TC", "Noto Sans", sans-serif !important;
}
.fa-bars:before {
  color: #15ac32;
}
.row > img,
.row > .wpb_wrapper {
  padding: 0px;
}
.new h3,
.new h1 {
  font-size: 22px;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.new h4 {
  font-size: 18px;
}
.hidden {
  display: none !important;
}
.news-list::-webkit-scrollbar {
  height: 6px;
}
.news-list::-webkit-scrollbar-thumb {
  background-color: #0673eb;
  border-radius: 10px;
}
.space-top {
  margin-top: 87px;
}
.line-con {
  position: relative;
}
.line-con > div {
  width: calc(100% - 18px);
  height: 5px;
  background-color: #008a00;
  position: relative;
  border-radius: 999px;
}
.line-con::after {
  content: "";
  position: absolute;
  right: 0;
  width: 18px;
  height: 37px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/icon/index/line-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* header */
.navbar-brand .logo {
  height: 35px;
}
nav.navbar ul.nav > li > a {
  padding: 16px 26px;
}
nav.navbar.validnavs {
  padding: 0;
}
.smooth-menu,
.smooth-menu-1 {
  color: #1e1e1e !important;
}
.navbar {
  background-color: #fff !important;
  position: fixed !important;
}
#menu-history {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#menu-history img {
  width: 7px;
  display: block;
  height: 3.5px;
  margin: auto 0 auto 5px;
}
.child-nav {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  height: 0px;
  transition: all 0.3s ease;
}
.child-nav-button {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #1e1e1e;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  border-bottom: solid 1px #e0e0e0;
}
.child-nav-button:last-child {
  border-bottom: none;
}
.child-nav-button:hover {
  color: #15ac32;
}
.nav-child {
  padding: 13px 0 !important;
  font-weight: 700;
}

/* 夥伴分享 */
#share h2 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  padding: 0;
  text-align: center;
  padding: 0 15px;
}
#share .container {
  padding: 30px 15px;
}
/* Tab 樣式 */
.share-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
.share-tab {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  transition: color 0.3s ease;
}
.share-tab:hover {
  color: #15ac32;
}
.share-tab.active {
  color: #15ac32;
}
/* 分享內容區塊 */
.share-content {
  display: flex;
  flex-direction: column;
}
/* 分享項目樣式 */
.share-item {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.share-item:last-child {
  border-bottom: none;
}
/* 標題區 - 第一行 */
.share-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 70px;
}
.share-title img {
  width: 10px;
  height: auto;
}
.share-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0 10px;
  display: inline-block;
}
/* 藍色主題 */
.share-item.blue .share-title h3 {
  color: #0673eb;
}
/* 綠色主題 */
.share-item.green .share-title h3 {
  color: #15ac32;
}
/* 內容區 - 第二行 */
.share-body {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* 人物圖示 */
.share-person {
  flex-shrink: 0;
  width: 60px;
}
.share-person img {
  width: 100%;
  height: auto;
}
/* 描述文字 */
.share-body p {
  flex: 1;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  margin: 0;
  padding: 12px 16px;
  border-radius: 5px;
}
/* 單數項目 - 藍色背景 */
.share-item.blue .share-body p {
  background-color: #0673eb;
}
/* 雙數項目 - 綠色背景 */
.share-item.green .share-body p {
  background-color: #15ac32;
}
/* 響應式 */
@media (max-width: 767px) {
  .share-tabs {
    gap: 20px;
  }
  .share-tab {
    font-size: 16px;
  }
  .share-person {
    width: 50px;
  }
  .share-title h3 {
    font-size: 16px;
    padding: 5px 12px;
  }
  .share-body p {
    font-size: 16px;
  }
  .share-info p {
    font-size: 14px;
  }
}

/* 最新公告 - 新版 */
.news-list-new {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .news-list-new {
    margin-top: 0;
  }
}
.news-items-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news-item-new {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #15ac32;
  text-decoration: none;
  gap: 16px;
}
.news-item-new:nth-child(5n) {
  border-bottom: none;
}
.news-item-new:nth-last-child(1) {
  border-bottom: none;
}
.news-item-new:hover {
  background-color: #f9f9f9;
}
.news-item-new:hover .text-new {
  color: #15ac32;
}
.news-item-new .date-new {
  flex-shrink: 0;
  padding: 4px 12px;
  width: 95px;
  text-align: center;
  background-color: #15ac32;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.news-item-new .text-new {
  font-size: 16px;
  color: #525355;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.news-nav-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-nav-btn img {
  width: 20px;
  height: auto;
}
.news-nav-up {
  transform: rotate(180deg);
}
.news-nav-btn:hover {
  opacity: 0.7;
}

/* 輪播 */
swiper-container {
  width: 100%;
}
swiper-slide {
  width: 100%;
  position: relative;
}
swiper-slide img {
  width: 100%;
}
swiper-container::part(bullet) {
  background-color: #b9b8b8;
  width: 6px;
  height: 6px;
  opacity: 1;
  border-radius: 999px;
  margin: 0 6px;
}
swiper-container::part(bullet-active) {
  background-color: #38d101;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  margin: 0 6px;
}
swiper-container::part(pagination) {
  bottom: 20px !important;
  transform: translateY(50%) !important;
  left: auto;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* 側邊按鈕 */
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateAZ(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.side-fixed-button {
  position: fixed;
  right: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  animation: floatUpDown 1.5s ease-in-out infinite;
}
.side-fixed-button1 {
  bottom: 150px;
  cursor: pointer;
}
.side-fixed-button1 img {
  width: 100%;
}
.side-fixed-button2 {
  bottom: 30px;
}
.side-fixed-button2 .countdown {
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  margin: 10px 0 0;
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}
.side-fixed-button2 #countdown-day {
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  top: 3px;
}

/* 最新公告 */
#news .white-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
#news .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 100%;
  padding: 0 10px;
  justify-content: center;
}
.news-video-area {
  position: relative;
  cursor: pointer;
  width: 100%;
  min-height: 300px;
  margin: 30px 0;
}
#news .play-icon::after {
  content: "\f431";
  font-size: calc(80px + 5vw);
  color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-family: "brand-icons" !important;
  pointer-events: none;
}
#news .container #news-video {
  width: 100%;
}
#news .container .row {
  width: 100%;
  padding-right: 5%;
}
#news .container h2 {
  text-align: center;
  font-size: 36px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 25px;
  padding: 0;
}
#news .container .row {
  flex: 1;
  margin-left: 3%;
}
.news-list {
  overflow-x: scroll;
  padding: 0 0 5px;
}
.news-list .scroll {
  height: 100%;
  display: flex;
  min-height: 228px;
}
.news-item {
  display: flex;
  flex-direction: column;
  margin: 5px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 174px;
  height: 218px;
}
.news-item:nth-child(1) {
  margin-left: 0;
}
.news-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, #0673eb, #20acff);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.news-item .date {
  background: linear-gradient(to bottom, #0673eb, #20acff);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 16px 16px;
}
.news-item .date .day {
  font-size: 36px;
}
.news-item .text {
  font-size: 16px;
  font-weight: 500;
  color: #414141;
  padding: 12px;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

/* 計畫說明 */
#plan {
  background-image: url("../img/index/plan-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#plan * {
  color: #fff;
  text-align: start;
}
#plan .item .icon img {
  max-width: 90px;
  max-height: 90px;
}
#plan .features-list {
  padding: 0;
  position: relative;
}
#plan .features-list .item {
  align-items: center;
  margin-top: 30px;
  display: flex !important;
}
#plan .features-list .item:nth-child(1) {
  margin-top: 0;
}
#plan .features-list .item .icon img {
  margin-bottom: 0px !important;
  margin-right: 20px !important;
}
#plan .img-1 {
  width: 27%;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 515px;
}
.software-feature-area .item {
  border: none;
}
.software-feature-area .item:hover {
  border: none;
}
.feature-items {
  padding: 5% 0;
}

/* 我們的里程碑 */
#milestone > .container > .title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
#milestone .logo-con {
  display: none;
}
#milestone .logo-con img {
  margin: 10px 15px;
}
#milestone .site-heading p {
  font-size: 18px;
  font-weight: 400;
}
#milestone p {
  color: #6a6a6a;
  padding: 0;
}
#milestone .site-heading {
  margin-bottom: 0;
}
#milestone .container:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#milestone .container:last-child img {
  width: 70%;
  max-width: 200px;
  margin-bottom: 50px;
}
#milestone > .container {
  max-width: 1200px;
}
.milestone-list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.milestone-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
}
.milestone-item::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 150px;
  background-color: #acacac;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
}
.milestone-item:last-child::after {
  display: none;
}
.milestone-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.milestone-item p {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}
.milestone-item span {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}
.odometer-inside .odometer-digit {
  padding: 0 2px;
}
.milestone-item .unit {
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 5px;
}
.milestone-item .text-mini {
  font-size: 18px;
  margin-bottom: -5px;
}

.milestone-item:nth-child(1) span,
.milestone-item:nth-child(3) span {
  color: #0673eb;
}
.milestone-item:nth-child(1) h3,
.milestone-item:nth-child(3) h3 {
  color: #58a2f2;
}
.milestone-item:nth-child(2) span,
.milestone-item:nth-child(4) span {
  color: #15ac32;
}
.milestone-item:nth-child(2) h3,
.milestone-item:nth-child(4) h3 {
  color: #48c748;
}

/* 徵件主題 */
#topic {
  overflow-x: hidden;
}
.topic-title .info {
  font-size: 200px;
  font-weight: 700;
  color: #0673eb;
  opacity: 0.06;
  position: absolute;
  bottom: 10%;
  line-height: 1;
}

#topic p {
  color: #6a6a6a;
}
#topic.default-padding {
  padding-bottom: 0;
}
#topic .context {
  width: 100%;
}
.topic-item .img {
  width: 100%;
  position: relative;
}
.topic-item .img img {
  width: 100%;
  height: 100%;
}

.topic-item .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
}
.topic-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  z-index: 2;
}
.topic-title .text {
  width: 50%;
}
.topic-title .text h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 0;
}
.topic-title .text h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
#topic .content p {
  font-weight: 700;
  color: #6a6a6a;
  font-size: 18px;
  z-index: 2;
}
.image-left {
  background-color: #144835;
}
.image-left .content {
  align-items: flex-start;
}
.image-right {
  flex-direction: row-reverse;
  background-color: #165a41;
}
.image-right .content {
  align-items: flex-end;
}
.topic-item .content {
  position: relative;
}
.topic-item .content * {
  color: #fff;
}
.topic-number {
  position: absolute;
  font-size: 160px;
  font-weight: 900;
  color: rgba(56, 210, 0, 0.3) !important;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  z-index: 1;
}
.topic-title img {
  width: 88px;
  margin-right: 15px;
}
#topic .content p {
  color: #fff;
  font-weight: 400;
}

/* 活動時程 */
#timeline {
  background-color: #f2f2f2;
}
#timeline .site-heading {
  overflow: inherit;
  margin-bottom: 0;
}
#timeline .schedule {
  position: relative;
}
#timeline .img-1 {
  position: absolute;
  right: 0;
  top: 38.5%;
  width: 18px !important;
  display: none;
}
#timeline .img-2 {
  position: absolute;
  left: 0;
  top: 38.5%;
  width: 18px !important;
  display: none;
}
#timeline .con {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 50px 0 0;
}
#timeline .container {
  border-radius: 20px;
  position: relative;
}
#timeline .site-heading h2 {
  color: #1e1e1e;
  font-weight: 700;
  margin-bottom: 0;
}
#timeline .site-heading p.event-title {
  color: #525355;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
#timeline .site-heading p.event-date {
  color: #868686;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}
#timeline .timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 1rem;
}
#timeline .timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
#timeline .timeline-item .item {
  position: relative;
  width: 100%;
}
#timeline .timeline-item img {
  width: 80%;
  margin-bottom: 20px;
}
#timeline .event-title {
  margin-top: 1rem;
  text-align: center;
  font-weight: 700;
  color: #1e1e1e;
  font-size: 20px;
  line-height: 1.2;
}
#timeline .event-date {
  text-align: center;
  font-weight: 500;
  color: #6e6e6e;
  font-size: 12px;
  line-height: 1;
}
#timeline .info {
  position: absolute;
  bottom: -60px;
  color: #fff;
}
@media (max-width: 768px) {
  #timeline .timeline-grid {
    grid-template-columns: 1fr;
  }

  #timeline .timeline-item {
    margin-bottom: 1.5rem;
  }
}
/* 申請資格 */
.team-single-area .team-content-top .right-info {
  padding-bottom: 0;
}
#qualifications {
  padding: 0;
}
#qualifications .thumb {
  margin-bottom: -30%;
  width: 130%;
  margin-left: -20%;
}
@media (max-width: 992px) {
  #qualifications .thumb {
    display: none;
  }
}
#qualifications .team-content-top .row {
  align-items: center;
}
#qualifications .team-content-top .right-info {
  margin-bottom: 0;
}
#qualifications ol {
  padding-left: 1.3rem;
}
#qualifications .container {
  max-width: fit-content;
  max-width: 1200px;
  overflow: hidden;
}
/* 報名辦法 */
.about-area .info h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
#registration-procedures {
  background-color: #144835;
  padding-top: 40px;
}
#registration-procedures .info h4 {
  font-weight: 700;
  font-size: 20px !important;
  color: #38d101;
}
#registration-procedures .info h5 {
  font-weight: 500;
  font-size: 15px !important;
  color: #fff;
}
#registration-procedures .btn-theme-effect {
  border: 2px solid #39d101;
  color: #144835;
  letter-spacing: 0.2em;
}
#registration-procedures .btn-theme-effect:hover {
  color: #fff;
}
#registration-procedures .btn-theme-effect::after {
  background: #39d101;
}
#registration-procedures .row .col-sm-6 {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
#registration-procedures .row .col-sm-6 .btn {
  border-radius: 10px;
}

/* 獎金與名額 - 新版 */
.prices-img {
  position: absolute;
  width: 16%;
  max-width: 250px;
  top: 0;
  left: 0;
}
.prices-section {
  background-color: #15ac32;
  overflow: hidden;
  position: relative;
}
.prices-container {
  display: flex;
  margin: 0 auto;
  min-height: 500px;
  max-width: fit-content;
  margin-left: max(0px, calc(50vw - 600px));
}
.prices-left {
  flex: 0 0 40%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 40px;
}
.prices-left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prices-left-content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.prices-left-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.prices-left-content .total-prize {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}
.prices-left-content .total-prize span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.prices-left-content .highlight-text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.prices-left-content .highlight-text span {
  font-size: 24px;
}
.prices-notes {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}
.prices-notes p {
  margin-bottom: 10px;
  color: #fff;
}
.prices-right {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prize-item {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
}
.prize-arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 8% 100%, 0 50%);
  z-index: 0;
}
.prize-item:nth-child(odd) .prize-arrow {
  background-color: #e8f7ea;
}
.prize-item:nth-child(even) .prize-arrow {
  background-color: #fff;
}
.prize-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 5% 2% 5% 10%;
}
.prize-icon img {
  width: 100%;
  height: auto;
}
.prize-name {
  font-size: 30px;
  font-weight: 700;
  color: #144835;
  margin-left: 15px;
  flex-shrink: 0;
}
.prize-amount {
  color: #144835;
  margin-left: 5%;
}
.prize-amount .currency {
  font-size: 18px;
  display: block;
}
.prize-amount .amount {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
}
.prize-amount .unit {
  font-size: 18px;
}
/* 第一名樣式調整 */
.prize-item .prize-icon {
  width: 20%;
}
/* 獎金與名額 - 手機版 */
@media (max-width: 991px) {
  .prices-container {
    flex-direction: column;
    min-height: auto;
  }
  .prices-left {
    flex: none;
    padding: 40px 30px;
  }
  .prices-left-bg {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  }
  .prices-left-content h2 {
    font-size: 28px;
  }
  .prices-right {
    flex: none;
    padding: 30px 20px;
  }
  .prize-item {
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .prize-arrow {
    clip-path: none;
    border-radius: 10px;
  }
  .prize-content {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .prize-icon {
    width: 80px;
    margin-bottom: 10px;
  }
  .prize-name {
    font-size: 20px;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .prize-amount {
    margin-left: 0;
    text-align: center;
  }
  .prize-amount .amount {
    font-size: 32px;
  }
}

/* 徵件辦法 */
#method {
  position: relative;
}
#method::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
  background-image: linear-gradient(
    to right,
    #38d20000 0%,
    #38d20000 34%,
    #38d200
  );
}
#method h2 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
}
#method h3 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0;
  text-align: center;
}
#method p {
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 0;
}
#method .container:last-child {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  justify-items: center;
}
.method-item {
  width: 100%;
  max-width: 250px;
  position: relative;
  background-color: transparent;
}
.method-item .item {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.method-item img {
  width: 100%;
}

/* Footer */
#about-us {
  background-color: #f2f2f2;
}
#about-us .widget-title,
#about-us .content,
#about-us a,
#about-us strong {
  color: #000;
  font-weight: 700;
}
.fa-envelope:before,
.fa-phone:before,
.fa-home:before {
  color: #000;
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro" !important;
}
footer .f-items .f-item .address li i {
  border: 1px dashed rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.5);
}
footer .footer-bottom {
  background-color: #144835;
}

.clients-style-one-area.inc-border img {
  height: 100px;
  padding: 0 40px;
}

/* 跳窗 */
.dialog-base {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000060;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.dialog-close-icon {
  width: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 50;
  cursor: pointer;
}
.message-dialog {
  max-width: 1440px;
  width: 96%;
  height: 96dvh;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 6px;
  padding-left: 6px;
  position: relative;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.dialog {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
/* 跳窗 */
.site-heading h2 {
  font-size: 28px;
}
.dialog-content .site-heading h2 {
  font-size: 28px;
}
/* Futuremakers 計畫說明 */
#futuremakers .scroll::-webkit-scrollbar {
  width: 10px;
}
#futuremakers .scroll::-webkit-scrollbar-thumb {
  background-color: #15ac32;
  border-radius: 10px;
}
#futuremakers .scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
#futuremakers {
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#futuremakers .container:last-child {
  width: 100%;
  height: 80dvh;
}
#futuremakers p {
  font-size: 14px;
  font-weight: 700;
}
#futuremakers h2 {
  margin-bottom: 10px;
}
#futuremakers .info {
  margin-bottom: 48px;
}
#futuremakers .info:nth-last-child(1) {
  margin-bottom: 0;
}
#futuremakers .info h2 {
  font-size: 20px;
}
#futuremakers .info h4 {
  font-size: 16px;
  margin-bottom: 24px;
}
#futuremakers h2,
#futuremakers h4,
#futuremakers a,
#futuremakers p {
  color: #000;
}
#futuremakers a {
  font-weight: 400;
  text-decoration: underline;
}
/* 評選標準 */
#selection-criteria .scroll {
  padding-right: 20px;
}
#selection-criteria .scroll::-webkit-scrollbar {
  width: 10px;
}
#selection-criteria .scroll::-webkit-scrollbar-thumb {
  background-color: #15ac32;
  border-radius: 10px;
}
#selection-criteria .scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
#selection-criteria {
  height: 100%;
}
#selection-criteria .container:last-child {
  width: 100%;
  height: 70dvh;
}
.services-style-four-box {
  padding: 20px;
}
#selection-criteria h2 {
  color: #000;
}
.services-style-four-box {
  background: transparent;
}
.single-item:first-child .services-style-four:first-child {
  background-color: #15ac32;
}
.single-item:first-child .services-style-four:nth-child(2) {
  background-color: #0473ea;
}
.single-item:first-child .services-style-four:last-child {
  background-color: #144835;
}
.single-item:last-child .services-style-four:first-child {
  background-color: #144835;
}
.single-item:last-child .services-style-four:last-child {
  background-color: #0473ea;
}
.services-style-four-box {
  box-shadow: none;
}
/* 評選辦法 */
#selection-method .scroll::-webkit-scrollbar {
  width: 10px;
}
#selection-method .scroll::-webkit-scrollbar-thumb {
  background-color: #15ac32;
  border-radius: 10px;
}
#selection-method .scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
#selection-method {
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#selection-method .container:last-child {
  width: 100%;
  height: 70dvh;
}
#selection-method p {
  font-size: 14px;
  font-weight: 500;
}
#selection-method h2 {
  margin-bottom: 10px;
}
#selection-method .info h2 {
  font-size: 20px;
}
#selection-method .info h4 {
  font-size: 14px;
}
#selection-method h2 {
  color: #202942;
}
#selection-method h4,
#selection-method a,
#selection-method p {
  color: #666;
}
.work-process-tab-content ul h4::after {
  color: #fff;
}
.work-process-tab-content ul li:first-child {
  padding-top: 0;
}
.work-process-tab-content ul li {
  border: 0;
  margin-top: 0;
}
.work-process-tab-content table ul li {
  padding-top: 0;
}
#selection-method .work-process-tab-content .tab-pane {
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
#selection-method .work-process-tab-content .tab-pane:last-child {
  border-bottom: none;
}
/* 權利義務 */
#obligations .scroll::-webkit-scrollbar {
  width: 10px;
}
#obligations .scroll::-webkit-scrollbar-thumb {
  background-color: #15ac32;
  border-radius: 10px;
}
#obligations .scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
#obligations {
  padding: 0px;
}
#obligations h2 {
  text-align: center;
}
#obligations ol {
  padding: 0 25px;
  width: 100%;
  height: 70dvh;
}
#obligations li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.5;
}

/* 勵馨共好獎 */
#goh-award .info a {
  background-color: #38d200;
  letter-spacing: 0.2em;
  color: #144835;
  border-radius: 10px;
  position: relative;
}
#goh-award .info a span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#goh-award .scroll::-webkit-scrollbar {
  width: 10px;
}
#goh-award .scroll::-webkit-scrollbar-thumb {
  background-color: #15ac32;
  border-radius: 10px;
}
#goh-award .scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 60dvh;
}
#goh-award h2 {
  margin-bottom: 10px;
}
#goh-award .info {
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
#goh-award .info:last-child,
#goh-award .info.no-border {
  border-bottom: none;
}
#goh-award .info h2 {
  font-size: 20px;
}
#goh-award .info h4 {
  font-size: 14px;
}
#goh-award .info h5 {
  padding: 20px 0 0;
  color: #666;
  font-weight: 500;
  margin-bottom: 0;
}

#goh-award h2 {
  color: #202942;
  text-transform: none;
}
#goh-award h4,
#goh-award a,
#goh-award p {
  color: #666;
  text-transform: none;
}
#goh-award p {
  font-size: 14px;
}
#goh-award ol li {
  color: #666;
  font-size: 14px;
  line-height: 2;
}

/* 勵馨共好獎表格 */
.goh-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #000;
}
.goh-table thead {
  display: none;
}
.goh-table tbody tr {
  display: block;
  background-color: #f8f8f8;
  border-bottom: 1px solid #000;
  padding: 15px;
}
.goh-table tbody tr:last-child {
  border-bottom: none;
}
.goh-table tbody td {
  display: block;
  padding: 0;
  border: none;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
.goh-table tbody td:not(:last-child) {
  border-right: none;
}
.goh-table tbody td.first {
  font-size: 14px;
  font-weight: 400;
  color: #2d5a47;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.goh-table tbody td:nth-child(2) {
  margin-bottom: 10px;
  font-weight: 400;
}
.goh-table tbody td:nth-child(2)::before {
  content: "評估重點：";
  font-weight: 700;
  color: #2d5a47;
}
.goh-table tbody td:last-child::before {
  content: "可評指標：";
  display: block;
  font-weight: 700;
  color: #2d5a47;
  margin-bottom: 5px;
}
.goh-table tbody td ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.goh-table tbody td ul li {
  margin-bottom: 6px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.goh-table tbody td ul li::before {
  content: "·";
  position: absolute;
  left: 5px;
  font-weight: 700;
  font-size: 16px;
}
.goh-table tbody td ul li:last-child {
  margin-bottom: 0;
}

/* New2表格 */
.cq-datatable {
  max-width: 700px;
  width: 100%;
  display: block;
}
.table_text {
  font-size: 16px;
  text-align: center;
}
.cq-datatable-row:nth-of-type(odd) {
  background: #e9e9e9;
}
.cq-datatable-row {
  padding: 14px 0 7px;
  display: block;
}
.cq-datatable-medium .cq-datatable-cell {
  padding: 12px 14px;
}
.cq-datatable-cell {
  padding: 2px 16px;
  display: block;
}
.cq-datatable-row.cq-datatable-header {
  padding: 0;
  height: 6px;
}
.cq-datatable-row:nth-of-type(odd) {
  background: #e9e9e9;
}
.cq-datatable-header {
  color: #ffffff;
  background: #ea6153;
}
.cq-datatable-row.cq-datatable-header .cq-datatable-cell {
  display: none;
}
.cq-datatable-row .cq-datatable-cell {
  margin-bottom: 10px;
}
.cq-datatable-row .cq-datatable-cell:before {
  margin-bottom: 3px;
  content: attr(data-title);
  min-width: 98px;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #969696;
  display: block;
}
/* 最新消息內容 */
.image-text {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (min-width: 638px) {
  .cq-datatable {
    display: table;
  }
  .cq-datatable-row.cq-datatable-header {
    padding: auto;
    height: auto;
  }
  .cq-datatable-row {
    display: table-row;
    background: #f6f6f6;
  }
  .cq-datatable-row.cq-datatable-header .cq-datatable-cell {
    display: table-cell;
  }
  .cq-datatable-row .cq-datatable-cell {
    margin-bottom: 0;
  }
  .cq-datatable-cell {
    padding: 6px 12px;
    display: table-cell;
  }
  .cq-datatable-row .cq-datatable-cell:before {
    display: none;
  }
}

@media (min-width: 768px) {
  .new h3,
  .new h1 {
    font-size: 27px;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .new h4 {
    font-size: 20px;
  }
  /* header */
  .smooth-menu:hover {
    color: #15ac32 !important;
  }
  .smooth-menu.active {
    color: #15ac32 !important;
  }
  .smooth-menu span {
    position: relative;
  }
  .smooth-menu span::after {
    content: "";
    position: absolute;
    top: 55%;
    right: 100%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background-image: url("../img/icon/index/header-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 0;
  }
  .smooth-menu.active span::after {
    opacity: 1;
  }
  /* 輪播 */
  swiper-container::part(pagination) {
    bottom: 32px !important;
    transform: translate(-50%, -50%);
    right: 50%;
  }
  swiper-container::part(bullet) {
    width: 12px;
    height: 12px;
    margin: 0 12px;
  }
  swiper-container::part(bullet-active) {
    width: 12px;
    height: 12px;
    margin: 0 12px;
  }
  /* 側邊按鈕 */
  .side-fixed-button {
    width: 180px;
    height: 180px;
  }
  .side-fixed-button1 {
    bottom: 220px;
  }
  .side-fixed-button2 {
    bottom: 40px;
  }
  .side-fixed-button2 .countdown {
    font-size: 16px;
  }
  .side-fixed-button2 #countdown-day {
    font-size: 40px;
    position: relative;
    top: 7px;
  }
  /* 最新公告 */
  #news .container {
    display: flex;
    max-width: 1700px;
  }
  #news .container .row {
    width: 49%;
  }
  #news .container h2 {
    margin-top: 0;
    text-align: start;
  }
  /* 我們的里程碑 */
  #milestone > .container > .title {
    flex-direction: row;
  }
  #milestone .logo-con {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    display: flex;
  }
  /* 徵件主題 */
  .topic-item {
    display: flex;
    margin-bottom: 0;
  }
  .topic-item .img {
    width: 50%;
    min-height: 360px;
  }
  .topic-item .img img {
    object-fit: cover;
  }
  .topic-item:nth-child(odd) .img {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
  }
  .topic-item:nth-child(even) .img {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
  }
  .topic-item .content {
    width: 55%;
  }
  .topic-title {
    justify-content: flex-start;
    position: relative;
  }
  .topic-title .info {
    bottom: 0;
  }
  .topic-number {
    font-size: 120px;
    transform: translate(0, 0);
    opacity: 1;
    z-index: 1;
    top: 5%;
  }
  .image-left .topic-number {
    right: 20px;
    left: auto;
  }
  .image-right .topic-number {
    left: 20px;
    right: auto;
  }

  .image-left .info {
    right: -60px;
  }
  .image-right .info {
    left: -100px;
  }
  .topic-title .text {
    width: auto;
  }
  .topic-title .text h4 {
    line-height: 1.5;
  }
  .image-right .content {
    padding: 0;
  }
  .image-left .content {
    padding: 20px 7% 20px 5%;
  }
  .image-right .content {
    padding: 20px 5% 20px 14%;
  }
  /* 活動時程 */
  /* #timeline .info:last-child {
    margin-top: 0;
  } */
  #timeline li {
    flex-direction: row;
  }
  #timeline li .content {
    margin-top: 0;
    margin-left: 17px;
  }
  /* 徵件辦法 */
  #method .container:last-child {
    grid-template-columns: repeat(2, 1fr);
  }
  #method .container:last-child .method-item:nth-child(1) {
    order: 1;
  }
  #method .container:last-child .method-item:nth-child(2) {
    order: 3;
  }
  #method .container:last-child .method-item:nth-child(3) {
    order: 2;
  }
  #method .container:last-child .method-item:nth-child(4) {
    order: 4;
  }

  /* 跳窗 */
  .message-dialog {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .dialog-content .site-heading h2 {
    font-size: 36px;
  }
  .site-heading h2 {
    font-size: 36px;
  }
  #selection-method h2 {
    margin-bottom: 30px;
  }
  #selection-method p {
    font-size: 20px;
    line-height: 1.5;
  }
  .dialog-close-icon {
    width: 30px;
    right: 25px;
    top: 25px;
  }
  /* 評選標準 */
  .services-style-four-box {
    padding: 50px;
  }
  #selection-criteria .container:last-child {
    height: 65dvh;
  }
  /* 評選辦法 */
  #selection-method {
    padding: 20px;
  }
  #selection-method .container:last-child {
    height: 65dvh;
  }
  #selection-method .info h2 {
    font-size: 30px;
  }
  #selection-method .info h4 {
    font-size: 20px;
  }
  #selection-method .scroll {
    padding-right: 50px;
  }
  /* 權利義務 */
  #obligations {
    padding: 50px;
  }
  #obligations ol {
    height: 65dvh;
  }
  /* 勵馨共好獎 */
  #goh-award h2 {
    margin-bottom: 30px;
  }
  .software-feature-area .left-info{
    padding-right: 0;
  }
  #goh-award p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #goh-award .info h2 {
    font-size: 30px;
  }
  #goh-award .info h4 {
    font-size: 20px;
  }
  #goh-award ol li {
    font-size: 20px;
  }
  #goh-award .info h5 {
    font-size: 20px;
  }
  #goh-award .scroll {
    padding-right: 50px;
  }
  /* 勵馨共好獎表格 */
  .goh-table {
    font-size: 20px;
    border-radius: 25px;
  }
  .goh-table thead {
    display: table-header-group;
  }
  .goh-table thead tr {
    background-color: #2d5a47;
  }
  .goh-table thead th {
    color: #fff;
    font-weight: 400;
    padding: 12px 15px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 18px;
  }
  .goh-table thead th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .goh-table tbody tr {
    display: table-row;
    padding: 0;
    border-bottom: none;
  }
  .goh-table tbody td {
    display: table-cell;
    padding: 15px;
    font-size: 18px;
    vertical-align: top;
    border-bottom: 1px solid #000;
  }
  .goh-table tbody td:not(:last-child) {
    border-right: 1px solid #000;
  }
  .goh-table tbody tr:last-child td {
    border-bottom: none;
  }
  .goh-table tbody td.first {
    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 0;
    width: 17%;
  }
  .goh-table tbody td:nth-child(2) {
    margin-bottom: 0;
  }
  .goh-table tbody td:nth-child(2)::before {
    content: none;
  }
  .goh-table tbody td:last-child::before {
    content: none;
  }
  .goh-table tbody td ul li {
    margin-bottom: 8px;
    line-height: 1.6;
    padding-left: 30px;
  }
  .goh-table tbody td ul li::before {
    left: 5px;
    font-size: 20px;
  }
  /* 最新消息內容 */
  .image-text {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media (min-width: 992px) {
  /* 獎金與名額響應式已移至主樣式 */
}

@media (min-width: 1024px) {
  /* header */
  .child-nav {
    width: 130%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  .child-nav-button {
    border-bottom: none;
  }
  .nav-child {
    padding: 0 !important;
    font-weight: 500;
  }
  /* 最新公告 */
  #news .container {
    padding: 0 73px;
  }
  #news .news-video-area {
    width: 582px;
    height: 327px;
  }
  /* 我們的里程碑 */
  #milestone .container:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  #milestone .container:last-child img {
    width: 20%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .milestone-item {
    margin: 0 20px 10px;
  }
  .milestone-item::after {
    display: none;
  }
  .milestone-item::before {
    content: "";
    position: absolute;
    height: 70px;
    width: 1px;
    background-color: #acacac;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .milestone-item:last-child::before {
    display: none;
  }
  .milestone-item h3 {
    margin-bottom: 0px;
    font-size: 24px;
  }
  .milestone-item span {
    font-size: 63px;
  }
  .milestone-item .text-mini {
    font-size: 24px;
  }
  .milestone-item .unit {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .milestone-item {
    width: 50%;
    margin: 0;
    padding: 0 20px;
    border-bottom: none;
  }
  .milestone-list {
    flex-direction: row;
  }
  /* 活動時程 */
  #timeline .img-1 {
    display: block;
  }
  #timeline .img-2 {
    display: block;
  }
  /* 申請資格 */
  #qualifications .thumb {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
  }
  /* 徵件辦法 */
  #method .container:last-child {
    grid-template-columns: repeat(4, 1fr);
  }
  #method .container:last-child .method-item:nth-child(1),
  #method .container:last-child .method-item:nth-child(2),
  #method .container:last-child .method-item:nth-child(3),
  #method .container:last-child .method-item:nth-child(4) {
    order: unset;
  }
}
@media (min-width: 1350px) {
  .news-video-area {
    width: 588px;
    height: 327px;
  }
  /* 輪播 */
  .space-top {
    margin-top: 58px;
  }
  /* 徵件主題 */
  .topic-item .content {
    width: 50%;
  }
  .image-left .content {
    padding: 20px 14% 20px 5%;
  }
}
