/* 主CSS */
Body {
  font-family: "蘋果儷中黑", "微軟正黑體", "Microsoft JhengHei", Times New Roman, serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  color: #222;
}
.nav-tabs {
  border-bottom: 0;
}
.navbar-center {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar-collapse-center {
  text-align: center;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #ffff33;
}
main {
  position: relative;
  width: 100%;
  overflow: 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;
}
/*本次著重大螢幕之使用*/
.container-new {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1680px;
}
/*****浮動說明視窗*****/
.modal-content {
  border: 10px solid #FFFFFF;
  border-radius: 30px;
  outline: 0;
  box-shadow: 8px 8px 10px 0 #00000040;
}
.mod-header-purple, .mod-header-orange {
  color: #FFFFFF;
  text-align: center;
  font-weight: 900;
  text-shadow: 1px 1px 5px #00000040;
  border-radius: 20px 20px 0 0;
}
.mod-header-purple {
  background: linear-gradient(to bottom, #7f71d8, #665dc1, #665dc1);
}
.mod-header-orange {
  color: #FFFFFF;
  text-align: center;
  font-weight: 900;
  text-shadow: 1px 1px 5px #00000040;
  background: linear-gradient(to bottom, #ffa818, #ff9a00);
  border-radius: 20px 20px 0 0;
}
.modal-title { /*覆蓋bt設定*/
  font-size: 125%;
  font-weight: 900;
  margin: 0 auto;
  height: 66px;
  letter-spacing: 2px;
}
.close {
  float: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  color: #FFF;
  text-shadow: 1px 1px 2px #00000050;
  opacity: .8;
}
.modal-body-purple, .modal-body-orange {
  padding: 25px;
  border-radius: 30px;
  margin-top: -25px;
  font-size: 90%;
  line-height: 200%;
  color: #2E2E2E;
}
.modal-body-purple {
  border: 10px solid #e8d9ff;
  background-color: #f7f1ff;
}
.modal-body-orange {
  border: 10px solid #fcdec8;
  background-color: #fef2e9;
}
.mod-stitle {
  font-size: 115%;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 900;
  background-color: #ffffff;
  padding: 5px 25px;
  margin-top: 10px;
  border-radius: 30px;
}
.mod-stitle.orange {
  box-shadow: -5px -5px 0 #ffb766;
}
.mod-stitle.blue {
  box-shadow: -5px -5px 0 #56a0f5;
}
@media (max-width: 1600px) {
  .container-new {
    width: 1570px;
  }
}
@media (max-width: 1400px) {
  .container-new {
    width: 1370px;
  }
}
@media (max-width: 1200px) {
  .container-new {
    width: 1170px;
  }
}
@media (max-width: 992px) {
  .container-new {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container-new {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.flex-cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*評分內容高度*/
#div-content , #div-content2 {
  min-height: 200px;
}
/*LOGO*/
.navbar-header {
  margin-left: 12%;
}
.navbar-brand {
  float: left;
  left: 200px;
  height: 70px;
  padding: 5px 15px 0;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 250%;
  height: 70px;
}
/* 主選單變色 */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(60, 140, 255, .8);
}
/* define bootstrap 5 columns */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.nav-bg {
  background: linear-gradient(to left, rgba(188, 127, 253, .9), rgba(47, 0, 237, .9)) !important;
  box-shadow: 0px 0px 12px rgba(118, 118, 118, .80);
}
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: 150px;
  font-size: 19px;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  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;
}
/*footer*/
.footer-area {
  text-align: center;
  padding: 50px 0;
}
/*header-弧形部位*/
.header-down {
  position: absolute;
  Top: 680px;
}
/* 白色底去區塊*/
.white-area {
  padding: 50px 0px 100px;
  background-image: url(../images/index/bg-about.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
/* 2022紫色底版*/
.purple-area {
  position: relative;
  margin: 0;
  background-image: url(../images/2022/bg_header.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
/*timer倒數計時區*/
.timer-area {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  margin-top: -100px;
  padding-bottom: 20%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
/*  background-image: url(../images/2022/Timer_bg_0908.svg); */
  background-image: url(../images/2022/Timer_bg_1022.svg);
  z-index: 1000;
}
/*timer倒數計時區數字*/
.timer-counter {
  position: absolute;
  color: #FFFFFF;
  font-weight: 900;
  font-family: arial;
  font-size: 160%;
  padding: 37% 5% 5% 15%;
  letter-spacing: 1px;
}
.timer-counter > input {
  background-color: transparent;
  border: 0;
  width: 42px;
  overflow: visible;
  text-align: center;
}
.timer-counter > input:focus {
  outline: 0;
}
.timer-days {
  font-weight: 400;
  font-size: 30%;
}
.timer-index {
  position: absolute;
  top: 60px;
  width: 100%;
  height: 100%;
}
/* 淺色底去區塊*/
.light-area {
  background-image: linear-gradient(to right, #eaeff5, #ffffff);
}
/*2022活動主介紹*/
.mainwhite {
  font-family: "Microsoft YaHei";
  letter-spacing: 3px;
  line-height: 200%;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 900;
}
.contentyellow {
  font-size: 25px;
  color: #faed00;
  font-weight: 900;
  line-height: 150%;
}
.contentwhite {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 900;
  line-height: 150%;
}
.content-hightlight {
  color: #ff0066;
  font-weight: 600;
  font-size: 120%;
}
/* 深色底區域*/
.dark-area {
  background-color: #8c1ed9;
}
.envalue-stitle {
  font-size: 24px;
  font-weight: 600;
}
.envalue-score {
  color: #ff0066;
  font-weight: 600;
  line-height: 150%;
}
.envalue-box {
  font-size: 16px;
  line-height: 150%;
  height: 450px;
}
.others-area{
    padding:50px 0;
    background-color: #DDDDDD;
    box-shadow: 0 3px 10px 10px #00000040;
}
.regist-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
    line-height: 150%;
}
.stitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 340%;
  color: #4821b0;
  font-weight: 900;
  padding: 10px 0px;
}
.bword160 {
  font-size: 160%;
}
.stitle-light {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 340%;
  color: #ffffa5;
  font-weight: 900;
  line-height: 300%;
}
/*2022各項目主標題文字*/
.stitle-purple, .stitle-white {
  font-size: 2.9em;
  font-weight: 900;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.25em;
}
.stitle-purple > img, .stitle-white > img {
  width: 60px;
}
.stitle-purple {
  color: #F36D24;
}
.stitle-white {
  color: #FFFFFF;
  text-shadow: 1px 1px 5px #00000080;
}
.stitle-white-bg {
  background-color: #FF6900;
  padding: 5px 30px;
  border-radius: 20px;
}
.stitle-pink {
  font-size: 340%;
  color: #ff13a0;
  font-weight: 900;
  line-height: 300%;
  text-align: center;
}
/*2021個項目主標題文字*/
.stitle-dark {
  font-size: 340%;
  color: #171C61;
  font-weight: 900;
  line-height: 300%;
  text-shadow: 1px 1px 6px #FFF;
}
/*2022競賽類別*/
.type-area {
  position: relative;
  padding: 100px 20px 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.type-content {
  font-size: 24px;
  letter-spacing: 5px;
  color: #000000;
  font-weight: 900;
  text-align: center;
}
.type-detail {
  padding: 15px 5px 15px 25px;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 900;
}
.type-box-01, .type-box-02 {
  border-radius: 30px;
  padding: 35px;
  box-shadow: 5px 5px 10px 0 #00000040;
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 175%;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 120px;
}
.type-box-01 {
  background-color: #6A2CB9;
}
.type-box-note{    
  font-size: 18px;
}
.type-box-02 {
  background-color: #4D24D6;
}
.score-icon {
  }
/*調整 nav-tabs*/
.nav-tabs > li {
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  opacity: .4;
}
.nav-tabs > li:hover {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  opacity: 1;
  transition: all .5s;
}
.nav-tabs > li.active, .nav-tabs > li.focus, .nav-tabs > li.active > a {
  cursor: default;
  background-color: transparent !important;
  border: 1px solid transparent;
  color: #000000;
  opacity: 1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
  cursor: pointer;
  background-color: transparent !important;
  border: 1px solid transparent;
  color: #000000;
}
.nav-tabs > li.active > a:hover {
  cursor: default;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
/*
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
	color: #000000;
	opacity: 1;
}
.nav-tabs > li:hover,.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border: none;
	color: #000000;
	opacity: 1;
}
*/
#type-menu01 {
  height: 200px;
}
#type-menu02 {
  height: 200px;
}
#type-menu03 {
  height: 120px;
}
.type-menu-title {
  color: #5607d8;
  font-size: 30px;
  font-weight: 900;
  line-height: 150%;
  padding: 10px;
}
.type-menu-content {
  font-size: 17px;
  font-weight: 900;
  line-height: 150%;
  padding: 5px 5px 5px 25px;
  color: #000000;
  background-image: url(../images/index/type-left-line.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 95%;
}
.type-menu-content2 {
  font-size: 17px;
  font-weight: 900;
  line-height: 150%;
  padding: 5px 5px 15px 25px;
  color: #000000;
  background-image: url(../images/index/type-left-line2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 95%;
}
/*2021個項目主標題對齊與底圖:競賽項目*/
#stitle01-bg {
  text-align: center;
  background-image: url(../images/index/stitle01.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.subject-box {
  border-top-right-radius: 65px;
  border-bottom-left-radius: 65px;
  padding: 0 30px;
  font-size: 150%;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  height: 550px;
  transition: .5s;
}
#sbox01 {
  background-image: linear-gradient(to bottom, #FFAEAE, #FF8080);
}
#sbox01:hover {
  background-image: none;
  background-color: #ff99cc;
  box-shadow: 3px 3px 15px 3px #00000050;
  margin-top: -10px;
}
#sbox02 {
  background-image: linear-gradient(to bottom, #0FB5EF, #0DAABA);
}
#sbox02:hover {
  background-image: none;
  background-color: #66ccff;
  box-shadow: 3px 3px 15px 3px #00000050;
  margin-top: -10px;
}
#sbox03 {
  background-image: linear-gradient(to bottom, #FFE25B, #FFB66F);
}
#sbox03:hover {
  background-image: none;
  background-color: #ffff33;
  box-shadow: 3px 3px 15px 3px #00000050;
  margin-top: -10px;
}
.subject-box-title {
  font-size: 150%;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px -10px;
}
.subject-box-content {
  font-size: 17px;
  line-height: 150%;
}
/*2022個項目主標題對齊與底圖:競賽規則*/
.rule-area {
  position: relative;
  padding: 140px 0 180px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.rule-photo {
  display: flex;
  justify-content: flex-end;
}
.rule-photo > img {
  max-width: 400px;
  width: 100%
}
#stitle02-bg {
  text-align: left;
  background-image: url(../images/index/stitle02.png);
  background-repeat: no-repeat;
  background-position: center left;
  height: 200px;
}
.rule-box {
  padding: 10px 0 10px 20px;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  font-weight: 400;
  background-color: #4D24D6;
  border-radius: 45px 0 0 45px;
  margin: 20px 0;
}
.rule-box-stitle {
  float: left;
  width: 220px;
}
.rule-box-content {
  float: left;
  max-width: 400px;
  padding: 8px;
  font-size: 17px;
}
.rule-box-select01, .rule-box-select02 {
  border: 0px;
  border-radius: 15px;
  padding: 3px 10px;
  margin: 2px 5px 2px 0;
}
.rule-box-select01 {
  background-color: #248DD3;
}
.rule-box-select02 {
  background-color: #FF9933;
}
#rule-v-line {
  border-left: 1px solid #00000050;
  border-right: 1px solid #00000050;
}
/*2021評審流程*/
.examStep-area {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #FFFFFF;
}
#ebox1 {
  margin-top: 80px;
}
.reward-circle-box {
  margin-top: 100px;
}
#ebox3 {
  margin-top: 195px;
}
.exanStep-bgcircle {
  position: relative;
  padding-top: 20px;
  background-image: url(../images/index/2022_examStep_bgcircle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  height: 540px;
}
.examStep-box {
  padding: 10px 50px;
  font-size: 150%;
  line-height: 150%;
  color: #000;
  font-weight: 600;
}
.examStep-box-title {
  text-align: center;
  font-size: 260%;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-family: Montserrat, ebrima;
}
.examStep-box-content {
  font-size: 17px;
  line-height: 150%;
  color: #FFFFFF;
}
/*2022審查評分區域*/
.evalue-content {
  color: 000000;
  line-height: 150%;
  font-size: 17px;
  font-weight: 900;
}
/*2022競賽獎勵*/
.process-area {
  padding: 110px 0 70px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #FFFFFF;
}
.process-cup-star{
    position: absolute;
    right:22%;
   top:15%;
    animation: star-shine 3s linear infinite;
}
@keyframes star-shine {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0;
  }
  40% {
    transform: rotate(180deg) scale(1.5);   
    opacity: .9;
  }
  80% {
    transform: rotate(360deg) scale(1);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 0;
  }
}
.contact-photo {
  margin-top: 90px;
}
.contact-photo > div > img {
  max-width: 225px;
  width: 100%;
  margin: auto;
}
.contact-content {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 200%;
  margin-top: 100px;
  letter-spacing: 2px;
}
.contact-content-name {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
}
.contact-name{
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 6px;
    
}
.contact-content-name > p > a {
  color: #FFFFFF;
  text-decoration: underline;
}
.contact-content-name > p > a:hover {
  color: #FFFF66;
  text-decoration: none;
}
/*2022得獎部分*/
.reward-title {
  padding-top: 80px;
  color: #fef895;
  font-size: 30px;
  font-weight: 900;
}
.reward-content {
  color: #ffffff;
  font-size: 17px;
  line-height: 150%;
  font-weight: 900;
}
.reward-box {
  background-color: #FFFFFF;
  border-radius: 30px;
  height: 115px;
  display: flex;
  align-items: center;
  margin: 8px 0 8px 15px;
  box-shadow: 0 0 5px 5px #ffffff20;
}
.reward-box-photo {
  flex: 8 1 0%;
  margin: 0 12px;
}
.reward-box-content {
  flex: 10 1 0%;
  color: #000000;
  font-size: 17px;
  line-height: 150%;
  font-weight: 900;
  padding-top: 10px;
}
/*2022相關報導*/
/*滑動選單*/
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  margin-top: 0px;
}
.slick-prev:before, .slick-next:before {
  font-size: 50px;
  color: #5607d870;
}
.slick-prev {
  left: -50px;
}
.report-box {
  font-size: 150%;
  padding: 50px 0;
  width: 350px !important;
  margin: 15px;
  font-weight: 600;
}
.report-box-content {
  font-size: 17px;
  color: #000;
  line-height: 150%;
}
.report-area {
  padding: 80px 0 60px;
  background-image: url(../images/index/2022_report_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #FFFFFF;
}
.report-video {
  border-radius: 10px;
  margin-bottom: 15px;
}
/*2022首頁下權利義務資訊*/
.join-content {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  line-height: 150%;
}
/* 2021報名資訊 */
/*2021個項目主標題對齊與底圖:競賽項目*/
#stitle06-bg {
  text-align: center;
  background-image: url(../images/index/stitle06.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.stitle-regist {
    max-width:300px; 
  padding: 5px 20px;
  margin: 20px 75px;
  font-size: 24px;
  color: #eeeeee;
  font-weight: 600;
  text-align: center;
  line-height: 150%;
  border-radius: 30px;
  background-color: #662D90;
}
/*2020以前項目*/
.mainwords {
  padding-top: 20px;
  font-size: 125%;
  color: #6643ff;
  font-weight: 900;
}
.mainwordsGift {
  padding-top: 20px;
  font-size: 125%;
  color: #E90C6C;
  font-weight: 900;
}
.mainwords > a {
  color: #6643ff;
  text-decoration: none;
}
.mainwords > a:hover {
  color: #7b0594;
}
/* 子標題樣式 */
.stitle-lv2 {
  font-size: 200%;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin: 15px auto;
  background-image: url(../images/index/bg-stitle-lv2.png);
  line-height: 140%;
  background-repeat: repeat;
  background-size: 100%;
}
.stitle img {
  max-width: 400px;
}
.about-area {
  font-size: 22px;
  letter-spacing: 3px;
  color: #000000;
  border-radius: 30px;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 10px 0 #00000040;
  margin: 10% 15%;
  padding: 75px;
  line-height: 200%;
  font-weight: 900;
}
#about-bg01 {
  background-image: url(../images/index/about-bg-01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#about-bg02 {
  background-image: url(../images/index/about-bg-02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.content-light-area a {
  color: #330099;
  text-decoration: none;
}
.content-light-area a:hover {
  color: #3333ff;
  text-decoration: none;
}
.content-dark-area {
  padding: 0px 0px 15px;
  font-size: 20px;
  line-height: 180%;
  font-weight: 800;
  color: #fff;
}
.type-image {
  margin: 5px -9px;
}
.memo-note {
  font-size: 95%;
  color: #555;
}
/* 三項類別圖片切換*/
.pics img {
  position: absolute;
  /* 淡出淡入效果2秒 */
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.pics img:last-child:hover {
  /* 滑入時第一張透明度設0 */
  opacity: 0;
}
.pics-overlay {
  position: relative;
}
.btn-info {
  margin: 5px;
}
/* 與三項類別下方距離 */
.content-after3item-area {
  margin-top: 600px;
  font-size: 18px;
  line-height: 200%;
  color: #222;
}
.thumbnail-radius {
  border-radius: 18px;
}
.thumbnail-radius-up {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
/*表單input短格式*/
.form-short {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/*獎牌翻面*/
.flip {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  perspective: 100%;
  cursor: pointer;
}
.flip > div {
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  transition: .5s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.front {
  transform: rotateY(0deg);
}
.back {
  transform: rotateY(180deg);
}
.flip:hover .front {
  transform: rotateY(180deg);
}
.flip:hover .back {
  transform: rotateY(360deg);
}
/* 右下方報名 */
.right-bottom-icon {
  width: 160px;
  float: right;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 19;
  animation: rotate-taichi 3s ease-in infinite alternate;
}
@keyframes rotate-taichi {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.right-bottom-icon-arrow, .right-bottom-icon-arrow01, .right-bottom-icon-arrow02, .right-bottom-icon-arrow03 {
  width: 35px;
  position: fixed;
  right: 193px;
  bottom: 100px;
  z-index: 21;
  opacity: .7;
  animation-name: go-right;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: liner;
}
.right-bottom-icon-arrow {
  animation-delay: 0;
}
.right-bottom-icon-arrow01 {
  animation-delay: .5s;
}
.right-bottom-icon-arrow02 {
  animation-delay: 1s;
}
.right-bottom-icon-arrow03 {
  animation-delay: 1.5s;
}
@keyframes go-right {
  0% {
    right: 268px;
    opacity: 0
  }
  80% {
    right: 193px;
    opacity: .9
  }
  100% {
    right: 193px;
    opacity: 0
  }
}
.right-bottom-icon2, .right-bottom-icon3 {
  width: 200px;
  height: 200px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 1200;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  cursor: pointer;
  transition: all .5s;
  animation-name: go-shine;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: liner;
}
.right-bottom-icon2{
  background-image: url(../images/2022/icon-regist.png);
}
.right-bottom-icon3 {
  background-image: url(../images/2022/icon-list.png);
}
@keyframes go-shine {
  0% {
    opacity: 1
  }
  50% {
    opacity: .8
  }
  100% {
    opacity: .8
  }
}
.right-bottom-icon2:hover,.right-bottom-icon3:hover {
  background-size: 100%;
}
.regist-section {
  background-color: #f2f3ef;
  padding: 2px;
  border: 12px solid rgba(255, 255, 255, 1.00);
  box-shadow: 0px 0px 20px rgba(118, 118, 118, .50);
}
.mng-section {
  font-size: 18px;
  line-height: 180%;
  font-weight: 400;
  background-color: #fffff;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, .10);
  box-shadow: 0px 0px 20px rgba(118, 118, 118, .50);
}
.mng-section a {
  color: #330099;
  text-decoration: underline;
}
.mng-section a:hover {
  color: #3333ff;
  text-decoration: none;
}
.reward-section {
  background-color: #FFF;
  padding: 25px;
  border-radius: 20px;
  border: 12px solid rgba(255, 255, 255, 1.00);
  box-shadow: 0px 0px 20px rgba(118, 118, 118, .50);
}
.copyright-up {
  position: relative;
  Top: -220px;
  z-index: 2;
}
.navMenu-link:hover {
  color: #ffffff;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  text-decoration: none;
  position: relative;
  background-color: rgba(42, 7, 82, 1); /* 滑鼠移過之顏色 */
}
footer {
  background-color: #ffffff;
}
.footer-info {
  padding: 0px 0px 25px;
  color: #ffffff;
  background-color: rgb(0, 100, 150);
}
.footer-info p {
  margin: 5px 0px;
  font-size: 100%;
}
.footer-info .footerLogo {
  padding: 0px 15px;
  float: left;
}
.footer-info .countNoses span {
  color: rgb(255, 255, 0);
}
.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-hidden {
  display: block;
}
.ll-hidden {
  display: none
}
/* 主動畫 iFrame 設定 */
.animation-pc {
  width: 100%;
}
.embed-responsive-pc {
  padding-bottom: 54.68%;
}
.embed-responsive-mobile {
  padding-bottom: 133.33%;
}
.embed-responsive-mobile {
  padding-bottom: 165%;
}
#u13770 {
  z-index: 4;
  width: 100%;
  max-width: 1920px;
  background-color: transparent;
  position: relative;
  background-repeat: no-repeat;
}
/*左右方底紋*/
.blink {
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation-name: blink; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
  animation-name: blink;
  animation-duration: 3s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes blink {
  from {
    opacity: auto;
  }
  to {
    opacity: .2;
  }
}
/* Standard syntax */
@keyframes blink {
  from {
    opacity: auto;
  }
  to {
    opacity: .2;
  }
}
.left-light-bar-box {
  width: 400px;
  height: 900px;
  border: 0px;
}
#left-light-bar {
  position: absolute;
  left: -20px;
  top: 20vw;
  opacity: .99;
  z-index: 100;
}
.right-light-bar-box {
  width: 400px;
  height: 900px;
  border: 0px;
}
#right-light-bar {
  position: absolute;
  right: -100px;
  bottom: 0;
  opacity: .9;
}
/*內頁標題*/
.inside-title-area {
  border-bottom: 5px solid #FFFFFF;
  box-shadow: 0 0 8px 10px #00000040;
}
/********************************************************************************************************************************** 

其他多屏幕設定開始

***********************************************************************************************************************************/
@media (max-width: 1560px) {
  .navbar-header {
    margin-left: 8%;
  }
  .navMenu-item {
    width: 150px;
  }
  .left-light-bar-box {
    width: 360px;
    height: 810px;
  }
  #left-light-bar {
    left: -60px;
    top: 16vw;
  }
  .right-light-bar-box {
    width: 360px;
    height: 810px;
  }
  #right-light-bar {
    right: -100px;
  }
}
@media (max-width: 1200px) {
  .navbar-header {
    margin-left: 1%;
  }
  .navMenu-item {
    width: 125px;
  }
  .navMenu-item > a > img {
    display:none;
  }
  .left-light-bar-box {
    width: 320px;
    height: 720px;
  }
  #left-light-bar {
    left: -100px;
    top: 18vw;
  }
  #right-light-bar {
    display: none;
  }
  .examStep-box-title {
    text-align: center;
    font-size: 180%;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .examStep-box-content {
    font-size: 17px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 -15px;
  }
}
@media (max-width: 1024px) {
  .navbar-header {
    margin-left: 0;
  }
  .navMenu-item {
    width: 110px;
  }
  .mainwhite {
    font-size: 200%;
    color: #FFFFFF;
    font-weight: 900;
    padding: 40px 0px 40px;
  }
  .subject-box {
    margin: 30px;
    height: auto;
    padding-bottom: 20px;
  }
  #right-light-bar {
    display: none;
  }
}
@media (max-width: 992px) {
  .reward-circle-box {
    margin: 25px 0;
    padding: 20px;
    border-radius: 99em;
    border: 8px solid #FFFFFF;
  }
  #reward-circle-01 {
    background: linear-gradient(to right, #ffb80a, #ff437d);
  }
  #reward-circle-02 {
    background: linear-gradient(to right, #be2bc7, #4f3fc6);
  }
  #reward-circle-03 {
    background: linear-gradient(to right, #f84ba9, #881298);
  }
  .exanStep-bgcircle {
    position: relative;
    padding-top: 20px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .ss-hidden {
    display: none;
  }
  .ll-hidden {
    display: block;
  }
  /*timer倒數計時區*/
  .timer-area {
    padding-bottom: 32%;
/*    background-image: url(../images/2022/Timer_bg_mobile_0908.svg); */
    background-image: url(../images/2022/Timer_bg_mobile_1022.svg);
  }
  /*timer倒數計時區數字*/
  .timer-counter {
    color: #FFFFFF;
    font-weight: 900;
    font-family: arial;
    font-size: 175%;
    padding: 4% 5% 5% 36%;
    text-align: center;
  }
  .timer-counter > input {
    width: 46px;
  }
  .timer-days {
    font-weight: 400;
    font-size: 30%;
  }
  .timer-index {
    position: absolute;
    top: 105px;
    width: 100%;
    height: 100%;
  }
}
/********************************************************************************************************************************** 

手機板狀態

***********************************************************************************************************************************/
@media (max-width:620px) {

  .shop-table {
    margin-bottom: 0;
    font-size: 0.85em;
  }
  .shop-table th, .shop-table td {
    padding: 0;
  }
  .shop-table td {
    display: flex;
  }
  .td-2nd {
    background: #FFF !important;
    border-top: 1px solid #dee2e6 !important;
  }
  .bt-content {
    display: inline-block;
    flex-shrink: 1;
  }
.shop-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.shop-table th, .shop-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.modal-body-purple, .modal-body-orange {
  padding: 0;
  border-radius: 15px;
  margin-top: -25px;
  font-size: 90%;
  line-height: 200%;
  color: #2E2E2E;
}
.btn-epayment{
	color: #FFF;
	font-weight: 900;
	font-size: 0.8em;
	background-color: #ff9933;
	border-radius: 15px;
	}
  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-color: #2a0752;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  }
  .navMenu-item {
    width: 90%;
    border-bottom-color: rgba(235, 254, 255, 0.5);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
  }
    .navMenu-item > a > img{
        display: block;
        width:50px;
        margin:auto;
    }
  .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%;
  }
  .content-dark-area {
    margin: 0px -10px;
    font-size: 20px;
  }
  .type-image {
    margin: 15px -40px;
  }
  img {
    max-width: 360px;
  }
  .content-light-area {
    font-size: 18px;
    line-height: 180%;
    font-weight: 400;
  }
  .navMenu-link {
    /*	font-weight: 600; */
    padding: 20px 30px;
  }
  /*2022各項目主標題文字*/
  .stitle-purple, .stitle-white {
    font-size: 32px!important;
    letter-spacing: 0;
  }
  .stitle-purple > p > img, .stitle-white > p > span > img {
    width: 35px;
  }
  .stitle-pink {
    font-size: 38px;
  }
  /**/
  article {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  article > div:nth-of-type(1) {
    -webkit-order: 1;
  }
  article > div:nth-of-type(2) {
    -webkit-order: 2;
  }
  article > div:nth-of-type(3) {
    -webkit-order: 3;
  }
  article > div:nth-of-type(4) {
    -webkit-order: 5;
  }
  article > div:nth-of-type(5) {
    -webkit-order: 4;
  }
  article > div:nth-of-type(6) {
    -webkit-order: 6;
  }
  article > div:nth-of-type(1) {
    order: 1;
  }
  article > div:nth-of-type(2) {
    order: 2;
  }
  article > div:nth-of-type(3) {
    order: 3;
  }
  article > div:nth-of-type(4) {
    order: 5;
  }
  article > div:nth-of-type(5) {
    order: 4;
  }
  article > div:nth-of-type(6) {
    order: 6;
  }
  /* 關於我們區域*/
  .about-area {
    font-size: 18px;
    letter-spacing: 0;
    border-radius: 25px;
    margin: 0 0 50px;
    padding: 25px;
    line-height: 200%;
  }
  /* 獎勵辦法區域*/
  .reward-area {
    font-size: 18px;
    line-height: 200%;
    color: #222;
    height: 950px;
    background-color: #FFF;
    background-image: url(../images/index/blank.png);
  }
  #reward-photo {
    width: 100%;
    margin: 0px -20px;
  }
  /*圖檔資料 */
  .thumbnail {
    display: block;
    padding: 4px;
    margin: 0px -60px 20px;
  }
  /* 報名資訊*/
  .regist-section {
    padding: 0px -15px;
  }
.stitle-regist {
    max-width:100%;
    width:100%;
    margin: 20px 0;
}
    .regist-content {
    width: 100%;
    margin:0;
  }
  /* 子標題樣式 */
  .stitle-lv2 {
    width: 100%;
  }
  /* 右下方報名 */
  .right-bottom-icon {
    width: 120px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 0;
  }
  .right-bottom-icon2,.right-bottom-icon3 {
  width: 120px;
  height: 120px;
    position: fixed;
    right: 10px;
    bottom: 0;
  }
  /* 主動畫 iFrame 設定 */
  #U1380_animation {
    border: none;
    width: 100%;
  }
  #u1377 {
    z-index: 4;
    width: 100%;
    height: 550px;
    background-color: transparent;
    position: relative;
    margin-right: -10000px;
    margin-top: 40px;
    background-image: url(../images/index/bg-img.jpg);
    background-repeat: no-repeat;
  }
  /* 2022紫色底版*/
  .purple-area {
      padding:0 0 100px;
    }
  /*2021活動主介紹*/
  .mainwhite {
    text-align: center;
    font-size: 28px;
    line-height: 200%;
    padding: 20px 0px;
  }
  /*2021個項目主標題文字*/
  .stitle-dark {
    width: 100%;
    font-size: 40px;
    text-shadow: 1px 1px 6px #FFF;
  }
  #stitle01-bg {
    background-position: center center;
    margin: 0 -30px;
  }
  .subject-box {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 20px;
    font-size: 150%;
    margin: 10px -15px;
  }
  .subject-box-title {
    font-size: 30px;
    margin: 0 0 20px -10px;
  }
  /*淺色-藍色的斜線處*/
  .light-slash-area {
    display: none;
  }
  /*2021個項目主標題對齊與底圖:競賽規則*/
  .rule-area {
    position: relative;
    background-color: #afd1ff;
    padding: 100px 0;
  }
  #stitle02-bg {
    text-align: center;
  }
  .rule-box {
    position: relative;
    padding: 10px 0;
    font-size: 150%;
    line-height: 150%;
    color: #000;
    font-weight: 600;
  }
  #rule-v-line {
    border-left: none;
    border-right: none;
  }
  /*2022評審流程*/
  .examStep-area {
    height: auto;
  }
  .examStep-box-title {
    font-size: 50px;
  }
  .examStep-box {
    padding: 10px 30px;
    font-size: 150%;
    line-height: 150%;
    color: #000;
    font-weight: 600;
  }
  .examStep-box-title {
    margin-bottom: 15px;
  }
  .examStep-box-content {
    font-size: 17px;
    line-height: 150%;
    height: 250px;
    width: 250px;
  }
  /*2021審查評分區域*/
  #stitle03-bg {
    padding-top: 50px;
    text-align: center;
    background-position: center center;
    height: 220px;
  }
  /*2022競賽獎勵*/
  .process-area {
    padding: 40px 0;
    background-size: cover;
  }
.process-cup-star{
    right:28%;
   top:14%;
}
  /*2021個項目主標題文字*/
  .stitle-dark {
    text-align: center;
    font-size: 340%;
    color: #171C61;
    font-weight: 900;
    line-height: 300%;
    text-shadow: 1px 1px 6px #FFF;
  }
  /*淺色-藍色的斜線處*/
  .light-slash-area2 {
    text-align: center;
    background-image: none;
    background-color: #afd1ff;
    height: 250px;
  }
  .report-box {
    font-size: 150%;
    width: 290px !important;
    margin: 10px;
    font-weight: 600;
  }
  .mainwords {
    padding-top: 20px;
    font-size: 115%;
    color: #6643ff;
    font-weight: 900;
  }
  .slick-list {
    margin: 0 15px;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 50px;
    z-index: 1000;
  }
  .slick-prev {
    left: -30px;
  }
  .slick-next {
    right: 10px;
  }
  /*主要介紹的內容*/
  .contentyellow {
    text-align: center;
  }
  #about-bg01 {
    background-image: none;
  }
  #about-bg02 {
    background-image: none;
  }
  #type-menu01 {
    height: 250px;
  }
  #type-menu02 {
    height: 250px;
  }
  #type-menu03 {
    height: 200px;
  }
  .rule-box {
    padding: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    font-weight: 400;
    background-color: #4D24D6;
    border-radius: 15px;
    margin: 10px 0;
  }
  .rule-box-title {
    font-size: 32px;
    text-align: center;
    letter-spacing: 5px;
    padding: 75px 0 15px 10vw;
  }
.rule-photo {
  display: none;
}
  .rule-box-content {
    padding: 8px;
  }
  .reward-box {
    flex-direction: column;
    height: auto;
    padding: 15px;
  }
  .reward-box-photo {
    flex: 8 1 0%;
    margin: 15px;
  }
  .reward-box-content {
    flex: 10 1 0%;
    color: #000000;
    font-size: 17px;
    line-height: 150%;
    font-weight: 900;
    padding-top: 10px;
  }
  /*timer倒數計時區*/
  .timer-area {
    padding-bottom: 40%;
/*    background-image: url(../images/2022/Timer_bg_mobile2_0908.svg); */
    background-image: url(../images/2022/Timer_bg_mobile2_1022.svg);
    margin-bottom: 40px;
  }
  /*timer倒數計時區數字*/
  .timer-counter {
    color: #FFFFFF;
    font-weight: 900;
    font-family: arial;
    font-size: 110%;
    padding: 6% 0 5% 28%;
  }
  .timer-counter > input {
    width: 42px;
  }
  .timer-days {
    font-weight: 400;
    font-size: 30%;
  }
  .timer-index {
    position: absolute;
    top: 75px;
    width: 80%;
    height: 80%;
  }
  /*2022*/
  .rule-box-stitle > img {
    width: 160px;
  }
/*評分內容圖片*/
#div-content > div > img , #div-content2 > div > img {
  max-width: 250px;
    margin:auto;
}
  .type-box-01, .type-box-02 {
    border-radius: 15px;
    padding: 15px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 150%;
    margin-bottom: 80px;
  }
.type-box-note{
  font-size: 16px;
}
  .type-area {
    padding: 100px 0 20px;
  }
  .type-content {
    font-size: 22px;
      font-weight: 900;
    letter-spacing: 0;
      line-height: 175%;
  }
  .score-icon > img {
    margin: 5px;
  }
  .award-icon {
    padding: 35px;
  }
  .type-detail {
    padding: 10px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .contact-photo {
    margin-top: 80px;
    padding: 0 20vw;
  }
  .contact-photo > div > img {
    max-width: 185px;
  }
  .contact-content {
    font-size: 24px;
    line-height: 180%;
    margin: 20px 10px 0;
    letter-spacing: 0;
  }
  .right-bottom-icon-arrow, .right-bottom-icon-arrow01, .right-bottom-icon-arrow02, .right-bottom-icon-arrow03 {
    width: 20px;
    bottom: 45px;
    animation-name: go-right2;
  }
  @keyframes go-right2 {
    0% {
      right: 168px;
      opacity: 0
    }
    80% {
      right: 105px;
      opacity: .6
    }
    100% {
      right: 105px;
      opacity: 0
    }
  }

}