/* 主CSS */
Body {
  font-family: "微軟正黑體", "Microsoft JhengHei", Times New Roman, serif, "PT Sans", Arial, sans-serif, "icomoon";
  font-size: 20px;
  line-height: 200%;
  font-weight: 600;
  color: #222;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #ffff33;
}
main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
a {
  color: #0E00C7;
  text-decoration: none;
}
a:hover {
  color: #0E00C7;
  text-decoration: none !important;
}
a:active {
  color: #5a5a5a;
  text-decoration: none;
}
a:focus {
  color: #5a5a5a;
  text-decoration: none;
}
#mainNav {
  overflow: hidden !important;
}
.btn-nav {
  padding: 0 20px !important;
  height: 60px !important;
  width: fit-content;
  margin-top: 15px;
  line-height: 125% !important;
  border: 1px solid #FFF;
  border-radius: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all .4s ease;
}
.navbar-center {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar-collapse-center {
  text-align: center;
}
/*LOGO*/
.navbar-header {
  margin-left: 12%;
}
.navbar-brand {
  float: left;
  left: 200px;
  height: 70px;
  padding: 15px;
}
.navbar-header > a > img {
  width: 150px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 20px 15px 0;
  line-height: 250%;
  height: 90px;
}
/* 主選單變色 */
.nav > li > a {
  color: #FFFFFF;
}
.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-color: #0f009795 !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: 140px;
  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 {
  -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: 15px;
  background-color: rgba(46, 49, 142, .71);
}
.footer-area > img {
  width: 100%;
  max-width: 400px;
}
.contact-photo {
  padding: 15px;
  text-align: center;
}
.contact-photo > img {
  max-width: 225px;
}
.footer-unit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-unit div {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-unit div:nth-child(1) {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-unit #tissa-logo img {
  margin: 0 10px;
  width: 380px;
}
.footer-unit #cisa-logo img {
  margin: 0 10px;
  width: 300px;
}
/*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;
}
.about-content {
  margin: 20px 0;
}
/* 2022紫色底版*/
.purple-area {
  position: relative;
  margin: 0;
  padding: 0 0 70px;
  background-color: #000000;
}
/* 淺色底去區塊*/
.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;
}
.regist-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}
.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各項目主標題文字*/
.mainbtn {
  margin: 15px;
  padding: 10px;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 900;
  text-align: center;
  border-radius: 15px;
  width: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-01 {
  background-image: url(../images/2022witsa/btn_blue_bg.jpg);
  transition: all .5s;
}
.btn-01:hover {
  background-image: none;
  background-color: #ffff33;
}
.btn-02 {
  background-image: url(../images/2022witsa/btn_pink_bg.jpg);
  transition: all .5s;
}
.btn-02:hover {
  background-image: none;
  background-color: #ffff33;
}
.mainbtn:hover {
  color: #000000;
  background-color: #ffff99;
  box-shadow: 0 0 15px 3px #00000050;
}
.stitle-white {
  position: relative;
  font-size: 46px;
  color: #ffffff;
  font-weight: 900;
  line-height: 200%;
  text-align: center;
}
.stitle-pink {
  font-size: 340%;
  color: #ff13a0;
  font-weight: 900;
  line-height: 300%;
  text-align: center;
}
/*2021個項目主標題文字*/
.stitle-dark, .stitle-dark-eng {
  font-size: 46px;
  color: #3f33ac;
  font-weight: 900;
  line-height: 300%;
  text-align: center;
  text-shadow: 1px 1px 6px #FFF;
  font-family: Arial;
}
/*2022競賽類別*/
.type-area {
  position: relative;
  padding: 100px 0 0;
  background-image: url(../images/2022witsa/type_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #dee2ff;
  box-shadow: 0 10 25px 10px #000;
}
.card-type {
  font-weight: 900;
  line-height: 115%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: rgba(255, 255, 255, 0.85);
  margin: 20px 10px;
  box-shadow: 0 0 5px 0px #00000030;
  transition: all .5s;
}
.card-type:hover {
  background-size: 68%;
  box-shadow: 0 0 15px 5px #ffffff90;
}
.card-type-head {
  color: #ffffff;
  text-align: center;
  padding: 10px 5px 5px;
}
.download-card {
  font-weight: 900;
  line-height: 175%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 45%;
  background-color: rgba(255, 255, 255, 0.85);
  margin: 20px 10px;
  box-shadow: 0 0 5px 0px #00000030;
  transition: all .5s;
  cursor: pointer;
  font-size: 18px;
}
.download-card:hover {
  background-size: 50%;
  color: blue;
  font-size: 18px;
}
.download-card-pdf:hover {
  background-size: 60%;
}
.download-card-doc {
  background-image: url(../images/2022witsa/download_doc.png);
  font-weight: 900;
  line-height: 115%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  margin: 20px 15px;
  box-shadow: 0 0 5px 0px #00000030;
  transition: all .5s;
  cursor: pointer;
}
.download-card-doc:hover {
  background-size: 60%;
}
.download-body {
  height: 240px;
}
.download-foot {
  text-align: center;
  padding: 10px 10px;
  height: 150px;
}
.type-card-doc {
  background-image: url(../images/2022witsa/download_doc.png);
}
#type-card-b1 {
  background-image: url(../images/2022witsa/type-icon01.svg);
}
#type-card-b2 {
  background-image: url(../images/2022witsa/type-icon02.svg);
}
#type-card-b3 {
  background-image: url(../images/2025witsa/type-icon03.svg);
}
#type-card-b4 {
  background-image: url(../images/2022witsa/type-icon04.svg);
}
#type-card-b5 {
  background-image: url(../images/2022witsa/type-icon05.svg);
}
#type-card-b6 {
  background-image: url(../images/2025witsa/type-icon06.svg);
}
#type-card-b7 {
  background-image: url(../images/2022witsa/type-icon07.svg);
}
#type-card-b8 {
  background-image: url(../images/2022witsa/type-icon08.svg);
}
#type-card-b9 {
  background-image: url(../images/2023witsa/type-icon09.svg);
}
#type-card-b10 {
  background-image: url(../images/2025witsa/type-icon10.svg);
}
#type-card-b11 {
  background-image: url(../images/2023witsa/type-icon11.svg);
}
#type-card-b12 {
  background-image: url(../images/2023witsa/type-icon12.svg);
}
#type-card-b13 {
  background-image: url(../images/2025witsa/type-icon13.svg);
}
.card-type-head-purple {
  background-color: #b449ff;
}
.card-type-head-cray {
  background-color: #08c4ff;
}
.card-type-head-green {
  background-color: #00d473;
}
.card-type-head-yellow {
  background-color: #ff9423;
}
.card-type-head-eng {
  font-size: 18px;
}
.card-type-head-big5 {
  font-size: 22px;
}
.card-type-body {
  height: 160px;
}
.card-type-foot {
  background-image: url(../images/2022witsa/type-card-foot_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 16px;
  padding: 10px 15px;
  height: 95px;
}
.type-content {
  font-size: 17px;
  line-height: 150%;
  font-weight: 900;
}
/*參賽資格*/
.joiner-belt {
  margin-top: 80px;
  background-color: rgba(46, 49, 146, .82);
  padding: 30px 15px;
  color: #FFFFFF;
}
.joiner-left-block {
  padding: 20px 10px 0;
  font-size: 40px;
  text-align: right;
  vertical-align: baseline;
}
.joiner-right-block {
  padding: 20px 10px 0;
  line-height: 150%;
}
/*調整 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;
}
*/
/*表格相關*/
.table-list {
  background: #FFFFFF;
  padding: 10px;
  box-shadow: 4px 4px 5px 0 #00000030;
}
th {
  background-color: #0f0097 !important;
  color: #FFFFFF;
}
#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 {
  background-image: url(../images/2022witsa/time_bg.png);
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 150px 0;
  background-color: #FFFFFF;
  box-shadow: 0 10 25px 10px #000;
}
#stitle02-bg {
  text-align: left;
  background-image: url(../images/index/stitle02.png);
  background-repeat: no-repeat;
  background-position: center left;
  height: 200px;
}
.rule-box {
  position: relative;
  padding: 10px 0 10px 70px;
  font-size: 17px;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#rule-box01 {
  background-image: url(../images/index/rule_bg_01.png);
}
#rule-box02 {
  background-image: url(../images/index/rule_bg_02.png);
}
#rule-box03 {
  background-image: url(../images/index/rule_bg_03.png);
}
.rule-box-title-border { /*2022*/
  width: 70%;
  font-size: 150%;
  margin: auto;
  height: 50px;
  text-align: center;
  border-radius: 80px;
  background-color: #7E1385;
}
.rule-box-title {
  font-size: 30px;
  text-align: center;
  letter-spacing: 5px;
  padding: 55px 0 35px;
}
.rule-box-content {
  padding: 0px 10px 0px 40px;
  height: 150px;
  font-size: 17px;
}
#rule-v-line {
  border-left: 1px solid #00000050;
  border-right: 1px solid #00000050;
}
/*2021評審流程*/
.examStep-area {
  padding: 100px 0 0;
  background-image: url(../images/2022witsa/contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #eff2f5;
}
.contact-block {
  padding: 20px;
}
#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關於比賽*/
.about-area {
  background-image: url(../images/2022witsa/about_bg.jpg);
  background-position: center center;
  background-size: cover;
  padding: 0 0 150px;
}
.inside-title-area {
  padding: 0;
}
.about-inside {
  padding-top: 125px;
}
/*2022審查評分區域*/
.evalue-content {
  color: 000000;
  line-height: 150%;
  font-size: 17px;
  font-weight: 900;
}
/*2022競賽時程*/
.process-area {
  padding: 110px 0 70px;
  background-image: url(../images/index/2022_process-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #FFFFFF;
}
/*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;
}
/*slick箭頭改變*/
.slick-arrow.slick-hidden {
  display: none;
}
.report_prev {
  position: absolute;
  top: 45%;
  left: -3vw;
  z-index: 15;
  cursor: pointer;
}
.report_next {
  position: absolute;
  top: 45%;
  z-index: 15;
  right: -3vw;
  cursor: pointer;
}
/*滑動選單*/
.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 {
  padding: 50px 0;
  margin: 15px;
  color: #FFFFFF;
  line-height: 175%;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.report-box-content {
  font-size: 17px;
  color: #000;
  line-height: 150%;
}
.report-area {
  padding: 80px 0 60px;
  background-image: url(../images/2022witsa/review_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #FFFFFF;
}
.report-video {
  border-radius: 10px;
  box-shadow: 0 0 10px 3px #00000020;
}
/*2021首頁報名資訊*/
.join-content {
  font-size: 17px;
  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 {
  width: 200px;
  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;
}
.content-light-area {
  padding: 50px 15px;
  font-size: 17px;
  line-height: 150%;
  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;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* 右下方報名 */
.right-bottom-icon {
  width: 150px;
  float: right;
  position: fixed;
  right: 25px;
  bottom: 150px;
  z-index: 19;
  animation: rotate-right 2.5s linear infinite;
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.right-bottom-icon2 {
  width: 150px;
  float: right;
  position: fixed;
  right: 25px;
  bottom: 150px;
  z-index: 20;
}
.right-bottom-icong {
  width: 150px;
  float: right;
  position: fixed;
  right: 25px;
  bottom: 10px;
  z-index: 19;
  animation: rotate-left 2.5s linear infinite;
}
@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.right-bottom-icong2 {
  width: 150px;
  float: right;
  position: fixed;
  right: 25px;
  bottom: 10px;
  z-index: 20;
}
.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;
  margin-top: 30px;
}
.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);
}
.footer-icon-title {
  font-weight: 900;
  color: #313280;
  line-height: 200%;
  width: 30px;
  font-size: 20px;
}
.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: 50%;
}
.embed-responsive-mobile {
  padding-bottom: 172%;
}
#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;
}
.year-choose {
  color: #666666;
  font-size: 22px;
  position: absolute;
}
.year-choose > select {
  padding: 5px;
  border-radius: 8px;
}
/********************************************************************************************************************************** 

其他多屏幕設定開始

***********************************************************************************************************************************/
@media (max-width: 1560px) {
  .navbar-header {
    margin-left: 8%;
  }
  .navMenu-item {
    width: 130px;
  }
  .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: 110px;
  }
  .nav > li > a {
    padding: 20px 5px 0;
  }
  .btn-nav {
    padding: 0 10px !important;
  }
  .left-light-bar-box {
    width: 320px;
    height: 720px;
  }
  .examStep-box-content {
    font-size: 17px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 -15px;
  }
  .rule-box-content {
    padding: 20px 10px 0px 50px;
    height: 220px;
  }
}
@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) {
  #mainNav {
    display: none !important;
  }
  .navMenu-list {
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  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 {
    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;
  }
  .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;
  }
  .rule-box-content {
    padding: 30px 10px 0px 30px;
    height: 220px;
  }
}
@media (max-width: 768px) {
  .mobile-banner {
    display: block;
  }
  .mobile-banner > img {
    width: 100% !important;
  }
  .year-choose {
    text-align: left;
    color: #666666;
    font-size: 22px;
    position: static;
  }
  .footer-unit {
    flex-direction: column;
  }
  .footer-unit div {
    font-size: 90%;
  }
  .footer-unit div img {
    margin: 0 10px;
    width: 250px;
  }
}
/********************************************************************************************************************************** 

手機板狀態

***********************************************************************************************************************************/
@media (max-width:620px) {
  .ss-hidden {
    display: none;
  }
  .ll-hidden {
    display: block;
  }
  .main-Logo a {
    width: 160px;
    height: 53px;
    background-size: 100%;
  }
  .btn-nav-xs {}
  .btn-nav-xs {
    letter-spacing: 0;
    width: fit-content !important;
    padding: auto 0 !important;
  }
  .content-dark-area {
    margin: 0px -10px;
    font-size: 20px;
  }
  .type-image {
    margin: 15px -40px;
  }
  .content-light-area {
    font-size: 18px;
    line-height: 180%;
    font-weight: 400;
  }
  .navMenu-link {
    /*	font-weight: 600; */
    padding: 20px 30px;
  }
  /*2022各項目主標題文字*/
  .stitle-dark, .stitle-white {
    font-size: 42px;
    letter-spacing: 0;
  }
  .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 {
    padding: 0 0 50px;
  }
  /* 獎勵辦法區域*/
  .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;
  }
  .regist-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* 子標題樣式 */
  .stitle-lv2 {
    width: 100%;
  }
  /* 右下方報名 */
  .right-bottom-icon {
    width: 100px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 100px;
  }
  .right-bottom-icon2 {
    width: 100px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 100px;
  }
  .right-bottom-icong {
    width: 100px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 5px;
  }
  .right-bottom-icong2 {
    width: 100px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 5px;
  }
  /* 主動畫 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;
  }
  /* 2021紫色底版*/
  .purple-area {
    position: relative;
    margin: 0;
    padding: 0 0 70px;
    background-image: url(../images/index/animate_bg_mobile.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-color: #8c1ed9;
  }
  /*2021活動主介紹*/
  .mainwhite {
    text-align: center;
    font-size: 28px;
    line-height: 200%;
    padding: 20px 0px;
  }
  #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 {
    background-image: none;
    position: relative;
    padding: 20px 0 100px;
  }
  #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 {
    padding: 0;
    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;
  }
  /*2021競賽時程*/
  .process-area {
    padding: 40px 0;
    background-size: cover;
  }
  .stitle-dark-eng {
    text-align: center;
    font-size: 32px;
    color: #171C61;
    font-weight: 900;
    line-height: 150%;
    text-shadow: 1px 1px 6px #FFF;
  }
  /*淺色-藍色的斜線處*/
  .light-slash-area2 {
    text-align: center;
    background-image: none;
    background-color: #afd1ff;
    height: 250px;
  }
  .report-box {
    font-size: 18px;
    width: 100%;
    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;
  }
  /*主要介紹的內容*/
  .mainwhite {}
  .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-title {
    font-size: 32px;
    text-align: center;
    letter-spacing: 5px;
    padding: 75px 0 15px 10vw;
  }
  .rule-box-content {
    padding: 50px 10px 0px 20vw;
    height: 250px;
  }
  .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;
  }
  .footer-icon-title {
    display: none;
  }
  .footer-unit div {
	  width: 100%;
    font-size: 80%;
	margin:0 15px;
  justify-content: flex-start;
  }
	.footer-unit div:nth-child(1){
  justify-content: flex-start;
		
	}
.footer-unit #tissa-logo img {
    margin: 15px;
    width: 100%;
}
.footer-unit #cisa-logo img {
    margin: 15px;
    width: 85%;
}
  .contact-photo {
    padding: 35px;
    text-align: center;
  }
  .contact-photo > img {
    width: 60vw;
  }
  .joiner-left-block { /*報名資格*/
    text-align: center;
    font-size: 50px;
    letter-spacing: 5px;
    padding: 20px 0;
    line-height: 150%;
  }
  /*類別手機版*/
  .card-type {
    line-height: 175%;
  }
  .card-type-head-eng {
    font-size: 22px;
  }
  .card-type-head-big5 {
    font-size: 28px;
  }
  .card-type-body {
    height: 200px;
  }
  .card-type-foot {
    font-size: 20px;
    padding: 15px;
    height: auto;
    min-height: 120px;
  }
  .btn-nav {
    position: relative !important;
    padding: 10px 20px !important;
    width: 80%;
    text-align: center;
    margin: 10px auto;
    border: 1px solid #FFF;
    border-radius: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 125% !important;
    color: #FFF;
  }
  .contact-block {
    padding: 20px 0;
  }
	.contact-title-img{
		padding: 10%;
	}
}