/* 主CSS */
Body {
  font-family: "gf_Noto_Sans_TC", "Microsoft JhengHei", PingFang, Arial, sans-serif, serif;
  font-size: 20px;
  line-height: 175%;
  font-weight: 600;
  color: #222;
}
main {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
a {
  color: #eee;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #5a5a5a;
  text-decoration: none;
}
a:focus {
  color: #5a5a5a;
  text-decoration: none;
}
.flex-cc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.purple-link {
  color: #5820C9;
  text-decoration: underline;
}
.purple-link:hover {
  color: #5820C9;
  text-decoration: none;
}
.container-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.container-1550 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}
.table-purple {
  background-color: #d6d6fc !important;
}
/*LOGO*/
.navbar-header {
  margin-left: 8vw;
}
.navbar-brand {
  float: left;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand img {
  height: 32px;
}
.nav > li > a {
  color: #441283;
  position: relative;
  display: block;
  padding: 2px 15px;
  line-height: 250%;
  height: 50px;
  transition: all 1s;
}
/* 主選單變色 */
.nav > li > a:hover, .nav > li > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #7046E8;
}
/*選單置中*/
.navbar-center {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar-right {
  display: inline-block;
  float: right;
  vertical-align: top;
  margin-right: 8vw
}
.nav-bg {
  background: linear-gradient(to bottom, #FFFFFF, #FFFFFF, #F1E9FF);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
  margin: 0;
  padding: 0;
}
nav.scrolled {
  left: 0px;
  top: 0px;
  width: 100%;
  position: fixed;
  z-index: 10;
}
.navMenu-list {
  margin: 0px auto;
  font-size: 0px;
  /*	max-width: 1400px; */
  text-align: center;
}
.navMenu-item.mobileshow {
  display: none;
}
.navMenu-item {
  width: 120px;
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
  text-align: center;
}
/*Nav選單變色使用*/
#mainNav {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  background-color: #008a68;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}
#mainNav {
  background-color: transparent;
}
.navMenu-link {
  /*	font-weight: 600; */
  padding: 20px 0px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.2em;
  display: block;
  cursor: pointer;
}
/*日期倒數nav*/
.nav-counter-bg {
  background-color: #5820C9;
  color: #FFF;
  padding: 2px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.nav-counter-bg form {
  margin: auto;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.timer-counter > input {
  background-color: transparent;
  border: 0;
  width: 65px;
  overflow: visible;
  text-align: right;
  font-size: 2.118rem;
  font-family: poppins;
  font-weight: 700;
  color: #FFFFFF;
  margin-right: 0.25rem;
}
/*報名箭頭*/
.timer-reg-arrow {
  position: absolute;
  right: 140px;
  bottom: 0;
  animation: arrow-right 3s ease-in-out infinite;
}
/*2025頁尾footer*/
.footer-area {
  text-align: center;
  padding: 20px 20px 25px;
  background: linear-gradient(to bottom, #441283, #7046E8);
}
.footer-logo-group {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
    padding: 1rem;
}
.footer-logo-group span {
  margin-right: 1rem;
  margin-left: 3rem;
}
.footer-logo-group img {
  margin-left: 1rem;
  margin-right: 1rem;
  transition: all .3s;
}
.footer-logo-group img:hover {
  transform: scale(1.05);
}
.footer-logo-group #f-TISSA {
  height: 75px;
}
.footer-logo-group #f-cisa {
  height: 52px;
}
.footer-logo-group #f-III {
  height: 32px;
}
.footer-logo-group #f-cTimes {
  height: 46px;
}
.regist-content {
  font-size: 1.2em;
  line-height: 175%;
  color: #000000;
}
/*2024 主題動畫與關於主題*/
.banner-area {
  position: relative;
  background-image: url(../images/2026/bg_dark-sample-long.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 0 80px;
}
.banner-area.winner {
  position: relative;
  background-color: #5820C9;
  padding: 0;
}
.ani-area {}
/*2024 關於主題*/
#about {
  position: relative;
}
.about-box {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 30px;
  padding: 2%;
  margin: 0 40px;
  margin-top: -5.5rem;
  z-index: 3;
  box-shadow: 3px 2px 10px 0 #00000030;
}
.about-title-box .photo {
  padding: 0;
  margin-top: -5%;
  text-align: center;
}
/*2026關於主題About*/
.about-content-title {
  line-height: 100%;
  font-size: 1.875rem;
  padding: 15px;
  padding-left: 1rem;
  color: #441283;
}
.about-bg {
  color: #545454;
  padding: 5px 2rem;
}
#about-left-photo {
  position: absolute;
  width: 40vw;
  left: 0;
  top: 68%;
  opacity: .5;
}
#about-right-photo {
  position: absolute;
  width: 18vw;
  right: 0;
  bottom: -1%;
  opacity: .9;
}
#time-right-photo {
  position: absolute;
  width: 22vw;
  right: 0;
  top: -40%;
  opacity: .9;
}
#time-right-photo img {
  width: 100%;
}
#reward-left-photo {
  position: absolute;
  width: 22vw;
  left: 0;
  top: -50%;
  opacity: .9;
}
#reward-left-photo img {
  width: 100%;
}
/*2026段落標題*/
.index-title {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  color: #441283;
  text-align: center;
  letter-spacing: 0.05rem;
  width: fit-content;
  margin: auto;
}
.index-title span {
  font-size: 2.25rem;
  margin-left: 0.25rem;
}
.index-title img:nth-child(1) {
  width: 60px;
  margin: 0 15px;
  animation: rotate-taichi 16s infinite;
}
.index-title img:nth-child(2) {
  width: 60px;
  margin: 0 15px;
  animation: rotate-taichi2 16s infinite;
}
.index-title.light {
  color: #FFFFFF;
}
.index-title.golden {
  color: #FFFFFF;
}
.index-title.darkblue {
  color: #000066;
}
.index-title-note {
  text-align: center;
  font-size: 1.5rem;
  color: #551c9d;
}
.index-title-note.darkblue {
  color: #000066;
}
.index-title-note span {
  text-align: center;
  font-size: 1rem;
  color: #666;
}
.golden-word {
  background: linear-gradient(to bottom, #BA9131, #FFFDD1, #BA9131);
  background-clip: text;
  color: transparent;
  text-shadow: 1px 1px 5px 0 #00000050;
  display: flex;
  align-items: center;
}
/*2026競賽類別*/
.type-area {
  position: relative;
  padding: 120px 20px 150px;
  background-image: url("../images/2026/bg_light-sample02.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-color: #FFF;
}
.type-box {
  position: relative;
  margin: 15px;
  border-radius: 25px;
  overflow: hidden;
  /*  
  outline: 2px solid #dfc146;
  border: 2px solid #965c1950;
*/
  box-shadow: 3px 4px 10px 0 #00000010;
}
.type-box > img {
  width: 100%;
}
.tag-tpye {
  display: none;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100px !important;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 #965c1950;
}
.type-box .title {
  text-align: center;
  font-size: 2rem;
  width: 100%;
  margin: 1rem auto 2rem;
}
.type-box .title.gov {
  text-align: center;
  font-size: 1.875rem;
  width: 100%;
  margin: 0.25rem auto 2rem;
  line-height: 18px;
}
.type-box .title span {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #888;
}
.type-box-note {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  line-height: 150%;
  transition: all .5s;
  text-align: justify;
  cursor: crosshair;
  transform: translateY(72.5%);
  border-radius: 25px 25px 0 0;
  border: 1px solid #FFF;
  box-shadow: 0 -5px 10px 0 #00000020;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #555;
}
.type-box:hover .type-box-note {
  transform: translateY(0);
}
/*公部門*/
#type1-1 .title, #type1-1 tag {
  color: #02406f;
}
#type1-2 .title, #type1-2 tag {
  color: #663399;
}
/*私部門*/
#type2-1 .title, #type2-1 tag {
  color: #2d8497;
}
#type2-2 .title, #type2-2 tag {
  color: #009933;
}
#type2-3 .title, #type2-3 tag {
  color: #d3742d;
}
#type-left-photo {
  position: absolute;
  pointer-event: none;
  width: 180px;
  left: 0;
  top: 0;
}
#type-right-photo {
  position: absolute;
  pointer-event: none;
  width: 200px;
  right: 0;
  bottom: 0;
}
/*2026競賽辦法*/
.method-area {
  position: relative;
  padding: 120px 0;
  background-color: #F4EFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/2026/bg_light-sample01.jpg");
  background-size: cover;
}
.method-box {
  padding: 5px;
  margin: 15px;
  border-radius: 15px;
  transition: all .5s;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  box-shadow: 4px 4px 5px 0 #00000040;
  margin-top: 80px;
}
.method-box .title {
  position: relative;
  padding: 20px 15px 0;
  margin-top: -80px;
}
.method-box .title span {
  display: block;
  font-size: 2rem;
  letter-spacing: 5px;
  font-weight: 600;
  text-shadow: 2px 2px 5px #00000020;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 16.8%;
  text-align: center;
  color: #FFF;
}
.method-box .content {}
.method-box .intro .content {
  margin: 10px;
  margin-top: 5px;
  padding: 0 25px;
  color: #545454;
  min-height: 250px;
  background-size: 100% 100%;
}
#method01.method-box {
  background-image: url(../images/2026/bg_method-content_01.png);
}
#method02.method-box {
  background-image: url(../images/2026/bg_method-content_01.png);
}
#method03.method-box {
  background-image: url(../images/2026/bg_method-content_01.png);
}
.method-tip {
  width: fit-content;
  margin: 10px auto;
  border-radius: 35px;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  padding: 6px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/2025/bg_method-tip.png);
}
.method-tip a {
  color: #FFF;
}
.method-tip a:hover {
  color: #C9FFE6;
}
/*2026評分比重*/
.score-area {
  position: relative;
  padding: 120px 0 95px;
  background-image: url(../images/2026/bg_light-sample02-long.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.score-area.gorvement {
  position: relative;
  padding: 120px 0 60px;
  background-image: url(../images/2026/bg_light-sample02.jpg);
}
.score-area.company {
  position: relative;
  padding: 60px 0 95px;
  background-image: url(../images/2026/bg_score-area-company.jpg);
}
.score-group {
  width: 680px;
  height: 200px;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  font-size: 28px;
}
.score-menu {}
/*2025有七個評分項目*/
@media (min-width: 993px) {
  .col-7-div {
    flex: 0 0 auto;
    width: 14.285%;
  }
}
.score-box {
  height: 250px;
  cursor: pointer;
  transition: all .4s;
}
.score-box-photo {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center bottom;
  background-image: url(../images/2024/bg_score-circle0.png);
  padding-bottom: 50%;
  transition: all .4s;
}
.score-number {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 95%;
  text-align: center;
  font-size: 40px;
  letter-spacing: 2px;
  color: #FFF;
  font-family: Arial;
  text-shadow: 1px 1px 4px #00000050;
}
.score-number span {
  font-size: 65%;
}
.score-box:hover {
  transform: scale(1.1) translateY(2px);
}
.score-box:hover {
  transform: scale(1.1) translateY(2px);
}
/*
.score-block {
  outline: 2px solid #dfc146;
  border: 2px solid #965c1950;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#score-govement {
  background-image: url(../images/2026/bg_score-govement.jpg);
}
#score-company {
  background-image: url(../images/2026/bg_score-company.jpg);
}
*/
/*指定滑鼠移過的狀態*/
/*-01-*/
#scbox01.score-box > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle1.svg);
}
#scbox01.score-box:hover > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle1.svg);
  background-size: 95%;
  animation: ch-image1 1s ease-in 2;
}
@keyframes ch-image1 {
  50% {
    background-image: url(../images/2026/bg_score-circle0.svg);
    background-size: 95%;
  }
  100% {
    background-image: url(../images/2026/bg_score-circle1.svg);
    background-size: 95%;
  }
}
/*-02-*/
#scbox02.score-box > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle2.svg);
}
#scbox02.score-box:hover > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle2.svg);
  background-size: 95%;
  animation: ch-image2 1s ease-in infinite;
}
@keyframes ch-image2 {
  50% {
    background-image: url(../images/2026/bg_score-circle0.svg);
    background-size: 95%;
  }
  100% {
    background-image: url(../images/2026/bg_score-circle2.svg);
    background-size: 95%;
  }
}
/*-03-*/
#scbox03.score-box > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle3.svg);
}
#scbox03.score-box:hover > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle3.svg);
  background-size: 95%;
  animation: ch-image3 1s ease-in infinite;
}
@keyframes ch-image3 {
  50% {
    background-image: url(../images/2026/bg_score-circle0.svg);
    background-size: 95%;
  }
  100% {
    background-image: url(../images/2026/bg_score-circle3.svg);
    background-size: 95%;
  }
}
/*-04-*/
#scbox04.score-box > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle4.svg);
}
#scbox04.score-box:hover > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle4.svg);
  animation: ch-image4 1s ease-in infinite;
}
@keyframes ch-image4 {
  50% {
    background-image: url(../images/2026/bg_score-circle0.svg);
  }
  100% {
    background-image: url(../images/2026/bg_score-circle4.svg);
  }
}
/*-05-*/
#scbox05.score-box > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle5.svg?v=0425-1);
}
#scbox05.score-box:hover > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle5.svg?v=0425-1);
  animation: ch-image5 1s ease-in infinite;
}
@keyframes ch-image5 {
  50% {
    background-image: url(../images/2026/bg_score-circle0b.svg?v=0425-1);
  }
  100% {
    background-image: url(../images/2026/bg_score-circle5.svg?v=0425-1);
  }
}
/*-06-*/
#scbox06.score-box > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle6.svg?v=0425-1);
}
#scbox06.score-box:hover > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle6.svg?v=0425-1);
  animation: ch-image6 1s ease-in infinite;
}
@keyframes ch-image6 {
  50% {
    background-image: url(../images/2026/bg_score-circle0b.svg?v=0425-1);
  }
  100% {
    background-image: url(../images/2026/bg_score-circle6.svg?v=0425-1);
  }
}
/*-07-*/
#scbox07.score-box > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle7.svg?v=0425-1);
}
#scbox07.score-box:hover > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle7.svg?v=0425-1);
  animation: ch-image7 1s ease-in infinite;
}
@keyframes ch-image7 {
  50% {
    background-image: url(../images/2026/bg_score-circle0b.svg?v=0425-1);
  }
  100% {
    background-image: url(../images/2026/bg_score-circle7.svg?v=0425-1);
  }
}
/*-08-*/
#scbox08.score-box > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle8.svg?v=0425-1);
}
#scbox08.score-box:hover > .score-box-photo {
  background-image: url(../images/2026/bg_score-circle8.svg?v=0425-1);
  animation: ch-image8 1s ease-in infinite;
}
@keyframes ch-image8 {
  50% {
    background-image: url(../images/2026/bg_score-circle0b.svg);
  }
  100% {
    background-image: url(../images/2026/bg_score-circle8.svg);
  }
}
/*-end-*/
.score-box-btn {
  text-align: center;
  padding: 15px;
  transition: all .3s;
  animation: word-shine2 1s ease-in infinite;
}
.score-box:hover .score-box-btn { /*滑鼠移過就別閃了*/
  transform: scale(1.1);
  animation: none;
}
.score-box-btn img {
  width: 42px;
}
.score-box-icon {
  padding: 15px 0;
  text-align: center;
}
.score-box-icon img {
  width: 36px;
}
.score-box-stitle {
  text-align: center;
  color: #441283;
  font-size: 1.625rem;
  line-height: 125%;
}
.score-box-stitle.darkblue {
  color: #000066;
}
#s-hr01 .score-box-note-title {
  background-color: #f08b26;
}
.score-box-note {
  font-size: 22px;
  line-height: 150%;
}
.score-box-note p {
  padding: 1rem 0 1rem 1rem;
  color: #441283;
}
.score-box-note.darkblue p {
  color: #000066
}
.score-box-note-title {
  position: relative;
  width: fit-content;
  margin: -30px auto 20px;
  padding: 10px 35px;
  border-radius: 35px;
  text-align: center;
  line-height: 100%;
  font-size: 2.125rem;
  letter-spacing: 1px;
  color: #FFF;
  text-shadow: 1px 1px 3px #000000;
  /*  background: linear-gradient(45deg, #965c19, #dfc146, #965c19); */
  border: 1px solid #FFF;
}
.score-hr {
  position: relative;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  height: 10px;
  border-bottom: 3px solid #AAAAAA;
}
.score-hr::before {}
.score-hr::after {}
/*1、7*/
.score-hr {
  display: none;
}
#s-hr01 .score-hr::before, #s-hr01 .score-hr::after, #s-hr07 .score-hr::before, #s-hr07 .score-hr::after {}
/*2*/
#s-hr02 .score-hr {
  border-color: #E63984;
}
#s-hr02 .score-box-note-title {
  background-color: #E63984;
}
#s-hr02 .score-hr::before, #s-hr02 .score-hr::after {
  background-image: url(../images/2025/icon_dot-score02.svg);
}
/*3*/
#s-hr03 .score-hr {
  border-color: #F563C9;
}
#s-hr03 .score-box-note-title {
  background-color: #F563C9;
}
#s-hr03 .score-hr::before, #s-hr03 .score-hr::after {}
/*4*/
#s-hr04 .score-hr {
  border-color: #D268FF;
}
#s-hr04 .score-box-note-title {
  background-color: #D268FF;
}
#s-hr04 .score-hr::before, #s-hr04 .score-hr::after {}
/*5*/
#s-hr05 .score-hr {
  border-color: #24E0CD;
}
#s-hr05 .score-box-note-title {
  background-color: #24E0CD;
}
#s-hr05 .score-hr::before, #s-hr05 .score-hr::after {
  background-image: url(../images/2025/icon_dot-score05.svg);
}
/*6*/
#s-hr06 .score-hr {
  border-color: #60CD42;
}
#s-hr06 .score-box-note-title {
  background-color: #60CD42;
}
#s-hr06 .score-hr::before, #s-hr06 .score-hr::after {
  background-image: url(../images/2025/icon_dot-score06.svg);
}
#s-hr07 .score-box-note-title {
  background-color: #EF8B26;
}
#s-hr08 .score-box-note-title {
  background-color: #e63984;
}
.score-box-note-fade-in {
  font-size: 1.25rem;
  animation: fade-in .5s ease-in 1;
}
.score-notice-tip {
  background-color: transparent;
  padding: 4px;
  border: 1px solid #FFFFFF90;
  border-radius: 36px;
  width: fit-content;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: -1rem;
  position: relative;
  z-index: 2;
}
.score-notice-tip .inside-box {
  color: #5820C9;
  background-color: #FFFFFF;
  padding: 4px 30px;
  line-height: 100%;
  width: fit-content;
  border-radius: 30px;
  border: 1px solid #5820C990;
  outline: 2px solid #FFFFFF;
}
.score-notice-tip.darkblue .inside-box {
  color: #000066;
  border: 1px solid #00006690;
}
/*2025評審流程*/
.process-area {
  position: relative;
  padding: 120px 0;
  background-image: url(../images/2026/bg_light-sample02.jpg);
  background-color: #FFFFFF;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.process-group {
  background-image: url(../images/2026/bg_process-group.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 96.5%;
  padding: 0 30px;
}
.process-box-title {
  margin-top: 0;
  text-align: center;
  font-size: 2.25rem;
  height: 170px;
  padding-top: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pbox01 {
  color: #359cef;
}
#pbox02 {
  color: #b848ed;
}
#pbox03 {
  color: #4c22b2;
}
.process-box-content {
  height: 380px;
  color: #313A3E;
  padding: 11% 12.5% 0;
}
/*2025競賽時程*/
.timeline-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/2026/bg_light-sample01.jpg");
  background-color: #F1F2F2;
  padding: 120px 0;
}
.timeline-group {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
.point-timetable {
  position: absolute;
  font-size: 1.875rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 90%;
  padding-left: 2.5rem;
}
.timeline-group-mobile {
  width: 100%;
  text-align: center;
}
.timetable-block {
  background-image: url(../images/2026/photo_timetable-bar.png);
  background-position: center 31%;
  background-repeat: no-repeat;
  background-size: 90%;
}
.date-box {
  margin: 0 1rem;
}
.date-box .date {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
  transition: all .5s;
  cursor: crosshair;
}
.date-box .date:hover {
  transform: scale(1.1);
}
.date-box .date {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
}
.date-box .date span {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  color: #441283;
  line-height: 1.5;
  text-shadow:
    -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.date-box .photo {
  text-align: center;
  margin-top: -20px;
}
.date-box .photo img {
  width: 125px;
}
.date-box .intro {
  text-align: center;
  font-size: 1.5rem;
  color: #441283;
}
#tt01 {}
#tt02 {}
#tt03 {}
#tt04 {}
#tt05 {}
.timeline-group-mobile img {
  max-width: 420px;
}
/*2025 獎勵方式*/
.container-1500 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.reward-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/2026/bg_dark-sample02.jpg");
  padding: 120px 0;
}
.reward-box {
  margin: 20px 10px;
  position: relative;
  background: linear-gradient(-30deg, #5831C6, #7A2FA550, #3D195C);
  border-radius: 5px 0 5px 0;
}
.reward-box .slash-bg {
  position: absolute;
  width: 250px;
  height: 350px;
  top: 0;
  left: -25px;
  pointer-event: none;
  mix-blend-mode: screen;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-image: url("../images/2025/bg_award-slash.png");
  transform: scaleX(-1);
}
.reward-box .inBorder {
  position: relative;
  display: flex;
  padding: 30px 25px;
  border-radius: 10px;
  border: 1px solid #FDF100;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 250px;
  min-height: 305px;
}
#reward01 .inBorder {
  background-image: url("../images/2026/bg_award-slash-rl.png");
}
#reward02 .inBorder {
  background-image: url("../images/2026/bg_award-slash-rl.png");
}
#reward03 .inBorder {
  background-image: url("../images/2025/bg_award-3rd.png");
}
#reward02 .inBorder .content, #reward03 .inBorder .content {
  display: flex;
}
/*
.reward-box .inBorder:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 200px;
  height: 150px;
  background-image: url(../images/2025/bg-photo_award-lbottom.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  pointer-event: none;
}
.reward-box .inBorder:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 10px;
  width: 200px;
  height: 150px;
  background-image: url(../images/2025/bg-photo_award-rtop.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  pointer-event: none;
}
*/
.reward-box .inBorder .title {
  flex: 0 0 auto;
  padding: 0 10px;
  position: relative;
  width: 130px;
}
.reward-box .inBorder .title img {
  position: absolute;
  width: 150px;
  left: 0;
  top: 0;
}
.reward-box .inBorder .content {
  flex: 1 1 auto;
  padding: 0 20px;
}
.note-white {
  color: #FFF;
  text-align: center;
}
.first-p {
  border-radius: 5px 0 5px 0;
  font-weight: 600;
  font-size: 1.5rem;
  padding-right: 1rem;
  text-shadow: 1px 1px 5px 0 #00000040;
}
.first-p li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 19px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 7px;
  margin-left: -12px;
  margin-bottom: -1px;
  box-shadow: 1px 1px 5px #00000040;
}
#reward01 .first-p {
  background: linear-gradient(to bottom, #FFFFFF, #FEF880, #FFFFFF, #FFFFFF, #FEF880, #FFFFFF, #FFFFFF, #FEF880, #FFFFFF, #FFFFFF, #FEF880, #FFFFFF);
  background-clip: text;
  color: transparent;
}
#reward01 .first-p li:before {
  background-image: url(../images/2025/icon-dot_reward01.svg);
}
#reward02 .first-p {
  background: linear-gradient(to bottom, #FFFFFF, #E1E1E1, #FFFFFF, #FFFFFF, #E1E1E1, #FFFFFF, #FFFFFF, #E1E1E1, #FFFFFF);
  background-clip: text;
  color: transparent;
}
#reward02 .first-p li:before {
  background-image: url(../images/2025/icon-dot_reward02.svg);
}
#reward03 .first-p {
  background: linear-gradient(to bottom, #FFFFFF, #FFDCAA, #FFFFFF, #FFFFFF, #FFDCAA, #FFFFFF);
  background-clip: text;
  color: transparent;
}
#reward03 .first-p li:before {
  background-image: url(../images/2025/icon-dot_reward03.svg);
}
.second-p {
  color: #FFF;
  font-weight: 600;
  font-size: 1.375rem;
  text-shadow: 1px 1px 5px #00000040;
}
#star-shinning01 {
  position: absolute;
  top: 13%;
  left: 4%;
  animation: star-shinning 4s infinite;
}
#star-shinning02 {
  position: absolute;
  top: 40%;
  left: 2%;
  animation: star-shinning 3.5s infinite;
}
#star-shinning03 {
  position: absolute;
  pointer-event: none;
  top: 13%;
  right: 13%;
  animation: star-shinning 5s infinite;
}
/*2025-新增相關報導*/
.report-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/2026/bg_light-sample02.jpg");
  padding: 120px 0 150px;
}
.report-group {
  padding: 0 5%;
  text-align: justify;
}
.report-photo img {
  border-radius: 0 26px 0 26px;
  box-shadow: -3px 3px 4px 0 #00000030;
}
.report-group .title {
  color: #2D199F;
  font-size: 1.625rem;
  margin-bottom: 10px;
  line-height: 150%;
}
.report-group .more {
  text-align: right;
}
.report-group .more a {
  color: #FFF;
  background-color: #5820C9;
  padding: 5px 0.5rem 5px 1.5rem;
  border-radius: 36px;
  transition: all .3s;
  animation: word-shine2 2s ease-in-out infinite;
}
.report-group .more a:hover {
  background-color: #0033FF;
  transform: translateX(10px);
  animation: none;
}
/*2025報名資訊*/
.info-area {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/2026/bg_light-sample03.jpg");
}
.info-box {
  border: 1px solid #8945af;
  color: #545454;
  margin: 25px 15px;
  padding: 25px;
  border-radius: 12px;
}
.info-box .title {
  width: fit-content;
  padding: 6px 20px;
  color: #FFF;
  font-size: 1.75rem;
  text-shadow: 1px 1px 3px #00000080;
  /*background: linear-gradient(45deg, #965c19, #dfc146, #965c19);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/2026/bg_info-box-bg.png");
  border-radius: 36px;
  margin-top: -50px;
  margin-bottom: 20px;
  margin-left: 0.5rem;
}
.info-box .stitle {
  font-size: 1.375rem;
  line-height: 175%;
}
.info-box .stitle i {
  color: #441283;
  margin-right: 0.25rem;
}
.info-box .content {
  margin-left: 1.6rem;
}
.info-box .content span {
  color: #441283;
}
.tag-pink {
  color: #D34BBA;
}
.tag-s-words {
  font-size: 1.125rem;
}
.tags-notice {
  width: 100%;
  background-color: #F9F2FF;
  border-radius: 12px;
  padding: 25px;
  margin-top: 15px;
  line-height: 2;
  color: #333;
}
.info-box a {
  color: #7046E8;
  text-decoration: underline;
}
.info-box a:hover {
  color: #7046E8;
  text-decoration: none;
}
.info-box .scontent {
  line-height: 150%;
  font-size: 1.125rem;
}
.info-content {
  font-size: 100%;
  color: #000;
  font-weight: 600;
  line-height: 175%;
}
.info-content > ul > li > p > a:hover {
  color: #077CE9;
  text-decoration: none;
}
.stitle-regist {
  width: fit-content;
  padding: 5px 25px;
  margin-bottom: 15px;
  font-size: 135%;
  color: #eeeeee;
  font-weight: 600;
  text-align: center;
  line-height: 150%;
  border-radius: 30px;
  background-color: #7B249D;
}
/*2025 右下方報名 */
.right-bottom-icon {
  width: 136px;
  float: right;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1031;
  transition: all .4s;
}
.right-bottom-icon > img {
  animation: fade-out 3s ease-in infinite alternate;
  transition: all .4s;
}
.right-bottom-icon:hover > img {
  animation: rotate-taichi 3s ease-out infinite alternate;
}
.right-bottom-icon:hover > .right-bottom-icon2 {
  animation: fade-out 1s ease-in infinite;
}
.right-bottom-icon2 {
  width: 136px;
  float: right;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 20;
  transition: all .4s;
}
.overlay {
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.active {
  display: block;
}
.ss-hide {
  display: block;
}
.ll-hide {
  display: none
}
/* 主動畫 iFrame 設定 */
.animation-pc {
  width: 100%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-pc {
  padding-bottom: 48.25%;
}
.embed-responsive-ani {
  padding-bottom: 100%;
}
.embed-responsive-mobile {
  width: 105vw;
  height: 85vh;
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}
.embed-responsive-mobile > img {
  width: 100%;
  margin: auto;
}
/*2023得獎名單沿用CSS*/
.inside-banner {
  margin-top: 70px;
  width: 100%;
}
.content-light-area {
  padding: 50px 15px;
  font-size: 17px;
  line-height: 150%;
  font-weight: 900;
}
.regist-section {
  background-color: #f2f3ef;
  padding: 2px;
  border: 12px solid rgba(255, 255, 255, 1.00);
  border-radius: 30px;
  box-shadow: 0px 0px 20px rgba(118, 118, 118, .50);
}
.type-menu-title {
  color: #5607d8;
  font-size: 30px;
  font-weight: 900;
  line-height: 150%;
  padding: 10px;
}
.type-menu-title.regular {
  color: #034bb5;
}
.type-menu-stitle {
  margin-top: 1.5rem;
  color: #330066;
  font-size: 28px;
  font-weight: 900;
  line-height: 100%;
  margin-left: 10%;
  padding-left: 15px;
  border-left: 6px solid #ffcc00;
}
.regist-content {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}
table td {
  vertical-align: middle !important;
}
table td p {
  margin-bottom: 0;
}
#reward-t01 .table-primary {
  --bs-table-border-color: #5820C990;
  --bs-table-striped-bg: #d5bdf990;
}
#reward-t02 .table-primary {
  --bs-table-border-color: #ce7419;
  --bs-table-striped-bg: #ff996680;
}
#reward-t03 .table-primary {
  --bs-table-border-color: #1C845390;
  --bs-table-striped-bg: #9af4c790;
}
#reward-t04 .table-primary {
  --bs-table-border-color: #BC27A080;
  --bs-table-striped-bg: #ffccf3;
}
.regist-content.note-words {
  color: #333;
  font-size: 100%;
  letter-spacing: 1px;
}
/*2024女力科技*/
#openModal .modal-header {
  padding: 3px 10px 2px;
  border-bottom: 0;
  background-image: url(../images/2024-woman/bg_footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  opacity: .9;
}
#openModal .modal-body {
  padding: 0;
}
.woman-nav {
  margin: 0 10px 5px;
}
.woman-nav img {
  height: 32px;
}
#openModal .btn-close {
  position: absolute;
  top: 10px;
  right: 20px;
  background: transparent url(../images/2024/icon-w-close.svg) center / 1.4em auto no-repeat;
  margin-top: -5px;
}
.woman-banner {
  position: relative;
  margin-top: 25px;
  height: 145px;
  width: 90%;
  padding: 25px;
  background-image: url(../images/2024-woman/top-banner.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 275%;
  letter-spacing: 3px;
  color: #FFF;
  text-shadow: 2px 2px 5px #00000050;
}
.woman-intro-area {
  padding: 30px 25px 0;
  background-image: url("../images/2024-woman/bg_main.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 145%;
}
.woman-intro-box {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 90px 25px 25px 90px;
  display: flex;
  align-items: center;
  padding: 15px;
  margin: 10px;
  transition: all .5s ease;
  cursor: crosshair;
}
.woman-intro-box:hover {
  transform: scale(1.05);
}
#wi01.woman-intro-box {
  background-image: url("../images/2024-woman/bg_intro01.jpg");
}
#wi02.woman-intro-box {
  background-image: url("../images/2024-woman/bg_intro02.jpg");
}
#wi03.woman-intro-box {
  background-image: url("../images/2024-woman/bg_intro03.jpg");
}
#wi04.woman-intro-box {
  background-image: url("../images/2024-woman/bg_intro04.jpg");
}
#wi01 .woman-intro-box-title:after, #wi02 .woman-intro-box-title:after, #wi03 .woman-intro-box-title:after, #wi04 .woman-intro-box-title:after {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
  content: "";
  left: 35%;
  top: 5%;
  width: 35px;
  height: 35px;
}
#wi01 .woman-intro-box-title:after {
  background-image: url(../images/2024-woman/photo_intro-icon-new01.png);
}
#wi02 .woman-intro-box-title:after {
  background-image: url(../images/2024-woman/photo_intro-icon-new02.png);
}
#wi03 .woman-intro-box-title:after {
  background-image: url(../images/2024-woman/photo_intro-icon-new03.png);
}
#wi04 .woman-intro-box-title:after {
  background-image: url(../images/2024-woman/photo_intro-icon-new04.png);
}
.woman-intro-box-title {
  position: relative;
  flex: 0 0 auto;
  z-index: 3;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  color: #ce603b;
  font-size: 135%;
  background-color: #FFF;
  margin: 0 0 0 -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 8px 0 #00000070;
  border: 1px solid #F199D9;
  outline: 4px solid #FFF;
  padding: 25px 0 0 0;
}
#wi02 .woman-intro-box-title {
  font-size: 105%;
  line-height: 110% !important;
  text-align: center;
}
.woman-intro-box-content {
  margin-left: -10px;
  /* border-left: 8px solid #FFF; */
  /* color: #000; */
  /* text-shadow: 1px 1px 2px #00000099; */
  font-size: 100%;
  line-height: 125%;
  padding: 10px 10px 10px 20px;
  min-height: 150px;
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 8px 0 #ffffff;
}
#wi02 .woman-intro-box-content {
  flex-direction: column;
  align-items: start;
}
#wi02 .woman-intro-box-content a {
  color: #0033cc;
  text-decoration: underline !important;
}
#wi02 .woman-intro-box-content a:hover {
  color: #3399ff;
  text-decoration: none !important;
}
.woman-stitle {
  position: relative;
  background-image: url(../images/2024-woman/bg_line_stitle.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 175%;
  color: #FF8C65;
  width: fit-content;
  padding: 25px 5%;
  margin: 8% auto 5%;
}
.woman-stitle:before, .woman-stitle:after {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
  content: "";
  top: 25%;
  width: 35px;
  height: 35px;
}
.woman-stitle:before {
  left: 0;
  background-image: url(../images/2024-woman/icon_woman-star.svg);
}
.woman-stitle:after {
  right: 0;
  background-image: url(../images/2024-woman/icon_woman-star.svg);
}
.woman-score-box {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px;
  cursor: crosshair;
  transition: all .5s ease;
}
.woman-score-box:hover {
  transform: scale(1.1);
}
#w-s01.woman-score-box {
  background-image: url(../images/2024-woman/bg_woman-score1.png);
}
#w-s02.woman-score-box {
  background-image: url(../images/2024-woman/bg_woman-score2.png);
}
#w-s03.woman-score-box {
  background-image: url(../images/2024-woman/bg_woman-score3.png);
}
#w-s04.woman-score-box {
  background-image: url(../images/2024-woman/bg_woman-score4.png);
}
.woman-score-box-title {
  color: #FFF;
  text-align: center;
  font-size: 125%;
  padding-top: 25px;
  text-shadow: 1px 1px 3px #00000050;
}
.woman-score-box-content {
  width: 72%;
  margin: 8% auto 0;
  color: #000;
  font-size: 100%;
  line-height: 150%;
}
.woman-timeline-area {
  position: relative;
  padding: 0 15px 150px;
  background-image: url("../images/2024-woman/bg_bottom.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.woman-timeline-group {
  margin: 0 35px;
}
.woman-timeline-box {
  position: relative;
  margin: 0 25px;
  cursor: crosshair;
  transition: all .5s ease;
}
.woman-timeline-box:hover {
  transform: scale(1.1);
}
.woman-timeline-box-title {
  color: #642D1B;
  text-align: center;
  font-size: 125%;
}
.woman-timeline-box-content {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  padding-bottom: 100%;
}
#w-t01 .woman-timeline-box-content {
  background-image: url(../images/2024-woman/bg_woman-timeline1.png);
}
#w-t02 .woman-timeline-box-content {
  background-image: url(../images/2024-woman/bg_woman-timeline2.png);
}
#w-t03 .woman-timeline-box-content {
  background-image: url(../images/2024-woman/bg_woman-timeline3.png);
}
#w-t04 .woman-timeline-box-content {
  background-image: url(../images/2024-woman/bg_woman-timeline4.png);
}
.woman-timetable-note {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 125%;
  line-height: 150%;
  color: #642D1B;
}
#w-t01.woman-timeline-box:after, #w-t02.woman-timeline-box:after, #w-t03.woman-timeline-box:after {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
  content: "";
  top: 49%;
  right: -25%;
  width: 28px;
  height: 31px;
  background-image: url(../images/2024-woman/icon_woman-timeline-arrow.svg);
}
.woman-footer {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 70%;
  height: 45px;
  border-radius: 20px 0 0 20px;
  background-image: url(../images/2024-woman/bg_footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 5px 25px 0 0;
  text-align: end;
}
.woman-footer a {
  color: #FFF;
  text-shadow: 1px 1px 4px #00000050;
}
.woman-footer a:hover {
  color: #FFFF99;
}
/********************************************************************************************************************************** 

其他多屏幕設定開始

***********************************************************************************************************************************/
/*1600-xxl*/
@media (max-width: 1600px) {
  .navbar-header {
    margin-left: 15px;
  }
  .navbar-right {
    margin-right: 3vw;
  }
  /*about*/
  #about-right-photo {
    position: absolute;
    width: 12vw;
    right: -0.5%;
    bottom: 0;
    opacity: .7;
  }
  .score-area {
    padding: 80px 0 48px;
  }
  .process-group {}
}
/*1400-xxl*/
@media (max-width: 1400px) {
  /*2024評分比重1400*/
  .score-area {
    padding: 80px 0 19px;
  }
  .type-menu-stitle {
    margin-left: 25px;
  }
  .process-group {
    background-image: none;
    display: flex;
    justify-content: center;
  }
  .process-group {
    background-image: none;
    padding: 0;
  }
  .process-box-content {
    padding: 5%;
  }
  .process-box {
    background-position: top center;
    background-size: 95%;
    background-repeat: no-repeat;
    margin: 25px 10px;
    padding: 20px;
  }
  #pbox01 {
    background-image: url(../images/2026/bg_process01-box-m.png);
  }
  #pbox02 {
    background-image: url(../images/2026/bg_process02-box-m.png);
  }
  #pbox03 {
    background-image: url(../images/2026/bg_process03-box-m.png);
  }
  .process-box-title {
    padding-top: 0;
  }
}
/*1200-xl*/
@media (max-width: 1200px) {
  /*2023主選單1200*/
  .navMenu-item {
    width: fit-content;
    font-size: 18px;
  }
  .navbar-header {
    margin-left: 10px;
  }
  .navbar-right {
    margin-right: 10px;
  }
  .navbar-brand {
    float: left;
    height: 70px;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
  }
  /*2024關於主題About 1200*/
  .banner-area {
    background-position: top center;
    background-size: cover;
  }
  .process-box-content {
    padding: 10px;
  }
  /*2024評分比重1200*/
  .score-area {
    padding: 80px 0 10px;
  }
  .score-box {
    height: 200px;
  }
  .score-box-note {
    font-size: 20px;
  }
  /*2025評審流程1200*/
  .process-box {
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 25px 8px;
    padding: 15px;
  }
  .process-box-title {
    margin-top: 0;
    height: 150px;
  }
  .process-box-content {
    padding: 10px 8px;
  }
  .footer-logo-group > div {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer-logo-group > div span {
    display: block;
    margin: 15px;
  }
}
/*992-lg*/
@media (max-width: 992px) {
  /*2023主選單992*/
  /*2024主選單*/
  .navbar-header {
    margin-left: 0;
  }
  .navbar-right {
    margin-right: 15px;
  }
  .navbar-brand {
    margin-left: 15px;
    height: unset;
  }
  .navbar-brand img {
    height: 32px;
  }
  .navMenu-item {
    font-size: 16px;
  }
  .nav > li > a {
    padding: 5px 1vw;
    height: 50px;
  }
  .nav-bg {
    height: 50px;
  }
  /*2024競賽類別992*/
  #sbox04 {
    padding-left: 0;
  }
  .subject-click-note {
    left: 180px;
  }
  #sbox04 .subject-click-note {
    left: 180px;
  }
  /*2023競賽辦法992*/
  .rule-box-group {
    background-image: none;
    display: flex;
    justify-content: center;
    padding: 0 20px 20px;
    margin: 25px;
  }
  .rule-box {
    padding: 0;
    margin: 15px;
  }
  .rule-box-photo {
    background-position: center center !important;
    background-size: 60% !important;
    padding-bottom: 60% !important;
  }
  /*2025評審流程992*/
  .process-box {
    background-position: top center;
    background-size: 82.5%;
    background-repeat: no-repeat;
    margin: 25px 0 0;
    padding: 15px;
  }
  .process-box-title {
    margin-top: 0;
    height: 150px;
  }
  .process-box-content {
    padding: 8% 12%;
  }
  /*2024審查評分比重992*/
  .score-area {}
  .score-menu {
    display: flex;
    justify-content: center;
  }
  .score-box {
    height: auto;
  }
  .score-box-btn {
    padding: 5px;
  }
  /*2024競賽時程992*/
  .timeline-group {
    font-size: 24px;
  }
  /*2023獎勵方式992*/
  .reward-line {
    margin: 10px 0;
    flex-direction: column;
  }
  .reward-photo img {
    width: 100%;
    max-width: 400px;
  }
  .reward-box {}
  .info-area {
    background-position: 95% 5%;
  }
  /*2024報名資訊*/
  .info-area {
    background-image: none;
  }
  /*Footer*/
  .footer-logo-group #f-cTimes {
    margin-top: 1.5rem;
  }
}
/*768-md*/
@media (max-width: 768px) {
  .ss-hide {
    display: none;
  }
  .ll-hide {
    display: block;
  }
  /*2024主選單768--主要樣式設定在 style.css 這裡以 LOGO為主*/
  .mobile-nav {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .mobile-nav > a > img {
    height: 40px;
  }
  /*2024主選單768--滑出選單的部分*/
  nav {
    transition: 0.3s;
    left: -300px;
    top: 0px;
    width: 300px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 3000;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    background-image: none;
    background: linear-gradient(to right, #063683, #7C3ACD, #902488);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .navMenu-item {
    width: 90%;
    font-size: 20px;
    border-bottom-color: rgba(235, 254, 255, 0.5);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
  }
  .navMenu-item > a {
    color: aliceblue;
  }
  .navMenu-item.mobileshow {
    display: block;
  }
  .navMenu-list {
    width: 100%;
    height: 100%;
    -ms-overflow-x: hidden;
    -ms-overflow-y: auto;
  }
  .navMenu-link {
    background-color: none;
  }
  .navMenu-link:hover {
    border: currentColor;
    background-color: none;
  }
  .main-Logo a {
    width: 160px;
    height: 53px;
    background-size: 100%;
  }
  .navMenu-link {
    /*  font-weight: 600; */
    padding: 15px 30px;
  }
  /*2025 主題動畫與關於主題*/
  .banner-area {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0 0 30px;
  }
  .about-content-title, .about-content-title.s2 {
    background-image: none;
    font-size: 1.95rem;
    line-height: 150%;
    padding: 0;
    text-align: center;
    margin: 5px;
  }
  /*2024競賽類別768*/
  .type-area {
    padding: 80px 10px;
  }
  .type-subject-group {
    margin: 0;
  }
  .type-photo { /*滑動出圖就隱藏*/
    display: none;
  }
  .subject-box {
    border-radius: 20px;
    padding: 0 0 30px;
    margin: 25px 0;
    height: auto;
  }
  .subject-box, .subject-box:hover, .subject-box.active {
    transform: scale(1);
    opacity: 1;
  }
  .subject-box-title {
    font-size: 145%;
    margin: 20px 0 0;
    letter-spacing: 0.1em;
  }
  .subject-box-content {
    padding: 5px 20px;
  }
  .subject-click-note {
    font-size: 85%;
  }
  #myTabConten {
    display: none;
  }
  .subject-photo-mobile {
    text-align: center;
    display: block;
  }
  .subject-photo-mobile img {
    width: 100%;
    max-width: 400px;
  }
  .photo-woman {
    position: absolute;
    bottom: 30px;
    right: 1px;
  }
  /*2024競賽辦法768-同576*/
  .rule-box {
    padding: 0;
    margin: 0 10px;
    height: auto;
  }
  .rule-box-content {
    padding: 15px;
    font-size: 18px;
  }
  /*2024評審流程768*/
  .process-area {
    padding: 80px 0;
  }
  #pbox01 {
    background-image: url(../images/2026/bg_process01-box-s.png);
  }
  .process-group {
    background-image: none;
    padding: 0;
  }
  .process-box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    height: auto;
  }
  .process-box-title {}
  /*2024評分比重 768-同576*/
  .score-area {
    font-size: 20px;
    color: #FFF;
  }
  .score-menu {
    background-color: #FFFFFF30;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 5%;
  }
  .score-group {
    margin-top: 15px;
    width: 100%;
    height: 180px;
  }
  .score-box-note {
    width: 100%;
    font-size: 20px;
    line-height: 150%;
    padding: 0 10px;
  }
  .score-box {
    margin: 0;
    width: auto;
    background-size: 100%;
  }
  .score-number {
    bottom: -5px;
    left: 8px;
    width: 95%;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
  }
  .score-box-btn img {
    width: 30px;
  }
  /*2023競賽時程576*/
  .timeline-area {
    padding: 100px 0;
  }
  .timeline-group {
    position: relative;
    width: 390px;
    margin: auto;
  }
  .timeline-circle-group > div {
    display: flex;
    align-items: center;
    z-index: 2;
  }
  .timeline-belt {
    display: block;
    padding-top: 110px
  }
  .timeline-belt > div {
    width: 160px;
    height: 190px;
    transform: translateX(-21px) rotate(90deg);
  }
  .timeline-circle-group {
    position: absolute;
    top: 183px;
  }
  .timeline-circle {
    width: 150px;
    height: 150px;
    margin: 20px 20px;
  }
  .timeline-white-circle {
    font-size: 115%;
    font-weight: 900;
    line-height: 125%;
    width: 75%;
    height: 75%;
  }
  .timeline-note {
    width: 130px;
    text-align: center;
    font-size: 125%;
    line-height: 150%;
    margin: 10px 0 25px;
  }
  /*2024獎勵方式576*/
  .reward-area {
    padding: 80px 0;
  }
  .reward-box .inBorder {
    flex-direction: column;
    padding: 30px 0;
    border-radius: 5px 0 5px 0;
    border: 1px solid #FDF100;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .reward-box .inBorder .title img {
    position: relative;
    max-width: 135px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .reward-box .inBorder .title {
    width: 100%;
  }
  .reward-box .inBorder .title {
    text-align: center;
  }
  #reward02 .inBorder .content, #reward03 .inBorder .content {
    display: unset;
  }
  .reward-photo {
    padding: 0 25px;
  }
  #star-shinning01 img, #star-shinning02 img, #star-shinning03 img {
    width: 25px;
  }
  .reward-box-title::before {
    display: none;
  }
  .reward-line {
    margin: 0;
  }
  .reward-box-content {
    width: 100%;
    font-size: 18px;
    padding: 0;
    background-color: transparent;
  }
  .reward-box {
    height: auto !important;
  }
  .reward-box-title {
    text-align: center;
    justify-content: center;
  }
  /*2025 報名資訊*/
  .info-box {
    border: 1px solid #7046E8;
    margin: 25px 0;
    border-radius: 12px;
    min-height: auto;
    padding: 20px 10px;
  }
  /*2024 右下方報名768 */
  .right-bottom-icon {
    width: 100px;
    right: 5px;
    bottom: 15px;
  }
  .right-bottom-icon2 {
    width: 100px;
    right: 5px;
    bottom: 15px;
  }
  /*女力科技*/
  .photo-woman img {
    display: none;
    /*   width: 250px; */
  }
}
/********************************************************************************************************************************** 

手機板狀態

***********************************************************************************************************************************/
@media (max-width:576px) {
  .mobile-nav > a > img {
    height: 38px;
    margin-top: 2px;
  }
  .index-title {
    font-size: 2.25rem;
    color: #5820C9;
    text-align: center;
    letter-spacing: 0;
    background-size: auto 65%;
    width: fit-content;
    margin: auto;
  }
  .index-title span {
    font-size: 50%;
  }
  .index-title img:nth-child(1) {
    display: none;
  }
  .index-title img:nth-child(2) {
    display: none;
  }
  /*2024關於主題About*/
  .embed-responsive-mobile {
    width: 100%;
    margin: 0 0 -60px;
    height: auto;
  }
  .about-box {
    border-radius: 20px;
    padding: 15px;
    margin: 0;
  }
  .about-bg {
    font-size: 18px;
    color: #545454;
    padding: 1% 4%;
    line-height: 150%;
  }
  /*2025競賽類別 同768-576*/
  .type-area {
    position: relative;
    padding: 80px 0 100px;
    background-position: center center;
    background-size: cover;
    background-color: #FFF;
  }
  .type-box {
    margin: 25px 0;
  }
  /*2025決賽結果 */
  .type-area.winner {
    position: relative;
    padding: 80px 0 200px;
    background-color: #FFF;
  }
  #type .table-primary {
    font-size: 1.125rem;
  }
  #type table {
    font-size: 1.125rem;
  }
  #type-left-photo {
    width: 160px;
    opacity: .75;
  }
  #type-right-photo {
    width: 150px;
    opacity: .75;
  }
  /*2025競賽辦法576*/
  .method-area {
    position: relative;
    padding: 80px 0;
    background-color: #F4EFFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/2025/bg_method.svg);
    background-size: cover;
    border-radius: 0;
  }
  .method-box .title {
    position: relative;
    padding: 15px 0;
    margin-top: -60px;
  }
  .method-box .title span {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 45px;
    text-align: center;
    color: #FFF;
  }
  .method-box .intro .content {
    margin: 10px;
    margin-top: 0;
    padding: 0 10px 0 15px;
  }
  .method-tip {
    width: fit-content;
    margin: 10px auto;
    border-radius: 35px;
    color: #FFF;
    font-size: 1.125rem;
    padding: 6px 10px;
  }
  .rule-box-group {
    margin: 25px 0;
  }
  .rule-box {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .rule-box-content {
    padding: 15px;
    font-size: 18px;
  }
  /*2024評分比重 同768-576*/
  .score-area {
    font-size: 16px;
    color: #FFF;
    padding: 80px 0;
  }
  .score-box-note-title {
    margin: -15px auto 20px;
    padding: 8px 25px;
    letter-spacing: 0;
    font-size: 1.75rem;
  }
  .score-menu {
    background-color: #FFFFFF30;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10%;
  }
  .score-group {
    margin: 0;
    width: 100%;
    height: 220px;
  }
  .score-box-note {
    width: 100%;
    font-size: 18px;
    line-height: 150%;
    padding: 0 10px;
  }
  .score-box {
    background-size: 100%;
    margin: 0;
    width: auto;
  }
  .score-box-stitle {
    font-size: 1.2rem;
  }
  .score-number {
    bottom: -10px;
    left: 8px;
    width: 95%;
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
  }
  .score-box-btn img {
    display: none;
  }
  .score-notice-tip .inside-box {
    font-size: 1.125rem;
    color: #5820C9;
    background-color: #FFFFFF;
    padding: 4px 30px;
    line-height: 140%;
    width: fit-content;
    border-radius: 30px;
    border: 1px solid #5820C990;
    outline: 2px solid #FFFFFF;
    text-align: center;
  }
  /*-01-*/
  #scbox01.score-box:hover > .score-box-photo {
    animation: none;
  }
  /*-02-*/
  #scbox02.score-box:hover > .score-box-photo {
    animation: none;
  }
  /*-03-*/
  #scbox03.score-box:hover > .score-box-photo {
    animation: none;
  }
  /*-04-*/
  #scbox04.score-box:hover > .score-box-photo {
    animation: none;
  }
  /*-05-*/
  #scbox05.score-box:hover > .score-box-photo {
    animation: none;
  }
  /*-06-*/
  #scbox06.score-box:hover > .score-box-photo {
    animation: none;
  }
  /*-07-*/
  #scbox07.score-box:hover > .score-box-photo {
    animation: none;
  }
  /*2024評審流程576*/
  .process-area {
    padding: 80px 15px;
  }
  .process-group {
    background-image: none;
    padding: 0;
  }
  #pbox01, #pbox02, #pbox03 {
    padding-top: 10px;
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .process-box {
    margin: 0;
    padding: 0;
    height: auto;
  }
  .process-box-content {
    color: #313A3E;
    padding: 40px 20px 0;
    height: auto;
  }
  #pbox01 .process-box-content {
    height: 280px;
  }
  #pbox02 .process-box-content, #pbox03 .process-box-content {
    height: 360px;
  }
  .process-box-title {
    height: 100px;
    margin: 20px auto 0;
    width: 80%;
    font-size: 34px;
  }
  /*2026競賽時程576*/
  .timeline-2026 img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  /*2024獎勵方式576*/
  .reward-area {}
  .info-box .stitle i {
    display: none;
  }
  .info-box .stitle {
    color: #7046E8;
  }
  .info-box .content {
    margin-left: 0;
  }
  .tags-notice {
    font-size: 1.125rem;
    width: fit-content;
    background-color: #F9F2FF;
    border-radius: 12px;
    padding: 10px;
    margin-top: 10px;
  }
  .reward-photo {
    padding: 0 50px;
  }
  #star-shinning01 img, #star-shinning02 img, #star-shinning03 img {
    width: 30px;
  }
  #star-shinning01 {
    top: 8%;
    left: 32%;
  }
  #star-shinning02 {
    top: 12%;
    left: 29%;
  }
  .reward-box-title::before {
    display: none;
  }
  .reward-line {
    margin: 0;
  }
  .reward-box {
    height: auto !important;
    margin: 25px 0;
  }
  /*2024相關報導*/
  .report-group .title {
    font-size: 125%;
  }
  /*2024 右下方報名576 */
  .right-bottom-icon {
    width: 90px;
    right: 0;
    bottom: 10px;
  }
  .right-bottom-icon2 {
    width: 90px;
    right: 0;
    bottom: 10px;
  }
  /*競賽時程*/
  .timetable-block {
    background-image: none;
    background-position: center 31%;
    background-repeat: no-repeat;
    background-size: 90%;
  }
  .date-box .date {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .date-box .photo {
    display: none;
  }
  .date-box .intro {
    text-align: center;
    font-size: 2rem;
    color: #441283;
    margin-top: -70px;
  }
  /*得獎名單*/
  .regist-section {
    border-radius: 15px;
    padding: 2px 0;
    box-shadow: 0px 0px 10px rgba(118, 118, 118, .30);
    border: 6x solid rgba(255, 255, 255, 1.00);
  }
  .type-menu-title {
    font-size: 26px;
    padding: 10px 0
  }
  .type-menu-stitle {
    font-size: 24px;
    margin-left: 0;
    padding-left: 10px;
  }
  /*倒數計時*/
  .nav-counter-bg form {
    margin: 0;
    letter-spacing: 0;
    font-size: 0.9rem;
  }
  .timer-counter > input {
    background-color: transparent;
    border: 0;
    width: 35px;
    font-size: 1rem;
    margin-right: 0;
  }
  .timer-reg-arrow {
    display: none;
  }
  /*女力調整*/
  .woman-intro-area {
    padding: 30px 15px 0;
  }
  .woman-intro-box {
    flex-direction: column;
    padding: 15px;
    margin: 10px 0;
    border-radius: 25px;
  }
  .woman-intro-box-title {
    flex: 0 0 auto;
    margin: 0;
  }
  .woman-intro-box-content {
    margin-left: unset;
    /* border-left: 8px solid #FFF; */
    padding: 10px 10px 10px 20px;
  }
  .woman-stitle:before, .woman-stitle:after {
    top: 30%;
  }
  .woman-stitle:before {
    left: -2rem;
  }
  .woman-stitle:after {
    right: -2rem;
  }
  .woman-score-box-title {
    font-size: 135%;
    padding-top: 15px;
  }
  .woman-score-box {
    background-size: 110% 110%;
  }
  /*Footer頁尾*/
  .footer-logo-group {
    flex-direction: column;
  }
  .footer-logo-group span {
    margin-right: auto;
    margin-left: auto;
    margin-top: 1rem;
    display: block;
  }
  .footer-logo-group div {
    line-height: 180%;
  }
  .footer-logo-group img {
    margin: 1rem;
  }

.footer-logo-group #f-TISSA {
  height: 65px;
}
}
/*****動畫集*******/
@keyframes arrow-right {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(30px);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fade-out-in {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes word-shine {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.08);
  }
  2% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes word-shine2 {
  0% {
    opacity: 1;
  }
  45% {
    opacity: .2;
  }
  55% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes star-shinning {
  0% {
    transform: rotate(0deg);
    opacity: .8;
  }
  100% {
    transform: rotate(720deg);
    opacity: .3;
  }
}
@keyframes rotate-taichi {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-taichi2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
    opacity: .5;
  }
  90% {
    transform: scale(1);
    opacity: .5;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}