/* 主CSS */
Body {
  font-family: Arial, "Microsoft JhengHei", ;
  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: #006666;
  text-decoration: none;
}
a:hover {
  color: #0E00C7;
}
a:active {
  color: #5a5a5a;
  text-decoration: none;
}
a:focus {
  color: #5a5a5a;
  text-decoration: none;
}
.ss-hidden {
  display: block !important;
}
.ll-hidden {
  display: none !important;
}
/*LOGO*/
.navbar-header {
  margin-left: 8vw;
}
.navbar-brand {
  float: left;
  height: 70px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
/*
.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);
}*/
.nav-bg {
  background-color: #FFFFFF !important;
  box-shadow: 0px 0px 12px rgba(118, 118, 118, .80) !important;
  margin: 0;
  padding: 0;
  height: 80px !important;
  padding-top: 20px;
}
.navMenu-item {
  width: 125px;
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
  text-align: center;
  transition: all .5s;
}
.navMenu-item:hover {
  background-color: #a9e1f750;
  border-radius: 15px;
}
.navMenu-list {
  margin: 0px auto;
  font-size: 0px;
  /*	max-width: 1400px; */
  text-align: center;
}
.navMenu-item.mobileshow {
  display: none;
}
/*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;
}
.btn-nav {
  font-size: 90%;
  color: #fff;
  padding: 8px 20px;
  border-radius: 35px;
  background: linear-gradient(to right, #96bd, #13309c, #0814a0, #091885, #000057);
  transition: all .5s;
  margin-left: 20px;
}
.btn-nav:hover {
  color: #fff;
  background: linear-gradient(to right, #00a599, #00a599, #00a599, #00a599, #00a599)
}
.footer-area {
  text-align: center;
  padding: 15px;
  background-color: rgba(17, 99, 122, 1);
}
.footer-unit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-unit div {
	color:#fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-unit #tissa-logo img {
  margin: 0 10px;
  width: 380px;
}
.footer-unit #cisa-logo img {
  margin: 0 10px;
  width: 300px;
}
.stitle-contact {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 46px;
  font-weight: 900;
  line-height: 150%;
  flex-direction: column;
}
.stitle-contact-en {
  letter-spacing: 2px;
  font-size: 70%;
  color: #183f93;
}
.contact-centent {
  font-size: 18px;
}
.contact-centent > div:nth-child(1) {
  font-size: 22px;
}
.contact-centent i {
  color: #183f93;
  margin-right: 4px;
}
.contact-centent a{
  color: #183f93;
  font-size: 18px;
}
.contact-centent a:hover {
  color: #0946C1;
  text-decoration: underline !important;
}
.contact-centent span {
  color: #183f93;
  font-size: 18px;
}
.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;
}
/* 白色底去區塊*/
.about-content {
  margin: 20px 0;
}
/*獎牌翻面*/
.award-icon-first, .award-icon {
  padding: 25px 10px;
  overflow: hidden;
	transition: all .5s;
}
.award-icon:hover {
	cursor: crosshair;
  transform: scale(1.15);
}
.flip {
  width: 100%;
  padding-bottom: 117%;
  position: relative;
  perspective: 100%;
  cursor: pointer;
}
.flip-card {
  padding:0;
}
.flip-card img {
  cursor:crosshair;
	transition: all .5s
}
.flip-card img:hover {
  transform: scale(1.1)
}
.flip > div {
  position: absolute;
  width: 100%;
  padding-bottom: 117%;
  transition: all .5s ease;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.front {
  transform-origin: top center;
  transform: rotateX(0deg);
}
.back {
  transform-origin: top center;
  transform: rotateX(180deg);
}
.flip:hover .front {
  transform-origin: center center;
  transform: rotateX(180deg);
}
.flip:hover .back {
  transform-origin: center center;
  transform: rotateX(360deg);
  transform: scale(1.05);
}
/*2023about標題文字*/
.stitle-dark-eng {
  font-size: 46px;
  text-align: center;
  letter-space: 4px;
  color: #330066;
  font-weight: 700;
  line-height: 150%;
  text-shadow: 1px 1px 6px #FFF;
  font-family: Arial;
}
.stitle-dark {
  font-size: 46px;
  text-align: center;
  letter-space: 4px;
  color: #000000;
  font-weight: 900;
  line-height: 150%;
  text-shadow: 1px 1px 6px #FFF;
}
/*2023主標題按鈕*/
.mainbtn {
  margin: 15px;
  padding: 10px;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 900;
  text-align: center;
  border-radius: 40px;
  border: 0;
  width: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-01 {
  background: linear-gradient(to right, #f49956, #df6f20);
  transition: all .5s;
}
.btn-01:hover {
  color: #FFFFFF !important;
  background: linear-gradient(to right, #50beef, #50beef);
}
.btn-02 {
  background: linear-gradient(to right, #0096bd, #13309c, #0814a0, #091885, #000057);
  transition: all .5s;
}
.btn-02:hover {
  color: #FFFFFF !important;
  background: linear-gradient(to right, #009999, #009999, #009999, #009999, #009999);
}
.mainbtn:hover {
  color: #000000;
  background-color: #ffff99;
  box-shadow: 0 0 15px 3px #00000050;
}
/*2023競賽類別*/
.type-area {
  position: relative;
  padding: 100px 0;
  background-image: url(../images/2023asocio/bg_type.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #dee2ff;
  box-shadow: 0 10 25px 10px #000;
}
/*2023內頁背景*/
.inside-area {
  position: relative;
  padding: 100px 0;
  background-image: url(../images/2023asocio/bg_type.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  box-shadow: 0 10 25px 10px #000;
}
.container-1100 {
  margin: auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
}
.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;
    border-radius: 25px;
}
.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);
}
/*2023參賽付款*/
.joiner-payment {
  background-image: url(../images/2023asocio/bg_payment.jpg);
  background-size: cover;
  background-position: center center;
  padding: 65px 15px 50px;
  color: #FFFFFF;
}
.joiner-left-block {
  padding: 20px 30px 0;
  font-size: 50px;
  letter-spacing: 0.1em;
  text-align: right;
  vertical-align: baseline;
  text-shadow: 2px 2px 5px #00000060;
}
.joiner-left-block > img {
  animation: rotate-right 5s linear infinite;
}
.joiner-right-block {
  font-size: 22px;
  padding: 15px;
  line-height: 150%;
  border: 1px solid #fff;
}
/*調整 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;
}
*/
/*2023競賽時程*/
.timeline-area {
  background-image: url(../images/2023asocio/bg_timeline.jpg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 80px 0;
  background-color: #FFFFFF;
  box-shadow: 0 10 25px 10px #000;
}
.timeline-photo-pc {
  background-position: top center;
  background-size: 1728px 648px;
  background-repeat: no-repeat;
  width: 100vw;
  height: 40vw;
}
/*2023聯絡我們*/
.contact-area {
  padding: 100px 0 0;
  background-image: url(../images/2023asocio/bg_contact.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.contact-block {
  padding: 20px;
}
/*2023關於比賽*/
.about-area {
  background-image: url(../images/2023asocio/bg_about.jpg);
  background-position: top center;
  background-size: cover;
  padding: 100px 0;
}
/*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-dots li button:before {
  color: #FFFFFF !important;
}
.slick-prev:before, .slick-next:before {
  font-size: 50px;
  color: #FFFFFF;
}
.slick-prev {
  left: -50px;
}
/*2023歷年精華相關*/
.report-area {
  padding: 80px 0;
  background-image: url(../images/2023asocio/bg_report.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #FFFFFF;
}
.stitle-report {
  line-height: 140%;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #ffffff;
  text-align: left;
}
.stitle-report-underline {
  padding-bottom: 25px;
  border-bottom: 2px solid #FFFFFF;
}
.slick_asocio_report {
  width: 100%;
  max-width: 680px;
  margin: auto;
  margin-top: -400px !important;
}
.slick_asocio_report2 {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  opacity: .5;
}
.slick-left-padding {
  padding-left: 20%;
}
.report-box {
  margin: 15px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 3px 3px 10px 0 #00000090;
}
.report-box-photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 56.25%;
}
.report-box-note {
  width: 100%;
  line-height: 150%;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  background-color: #FFF;
  height: 70px;
  padding: 10px;
  color: #000;
}
.report-box2 {
  margin: 0;
  border-radius: 25px;
  overflow: hidden;
}
.report-box-photo2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 70%;
}
.report-box-note2 {
  width: 100%;
  line-height: 150%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  background-color: #FFF;
  height: 50px;
  padding: 10px;
  color: #000;
}
/*2023滑動slick前後套件*/
.slick_asocio_report .slick-slide {
  transform: scale(0.9);
  opacity: 0.4;
  border-collapse: collapse;
}
.slick_asocio_report .slick-current {
  transform: scale(1);
  opacity: 1;
}
.report-box-content {
  font-size: 17px;
  color: #000;
  line-height: 150%;
}
.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%;
}
/* 右下方報名 */
.right-bottom-icon {
  background-image: url('../images/2023asocio/btn_btn01.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 150px;
  height: 150px;
  float: right;
  position: fixed;
  right: 5px;
  bottom: 150px;
  z-index: 19;
  animation: rotate-right 2.5s linear infinite;
}
.right-bottom-icon2 {
  background-image: url('../images/2023asocio/title_btn01.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 150px;
  height: 150px;
  float: right;
  position: fixed;
  right: 5px;
  bottom: 150px;
  z-index: 20;
  transition: all .4s;
}
.right-bottom-icon2:hover {
  background-size: 95%;
}
.right-bottom-icong {
  background-image: url('../images/2023asocio/btn_btn02.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 150px;
  height: 150px;
  float: right;
  position: fixed;
  right: 5px;
  bottom: 10px;
  z-index: 19;
  animation: rotate-left 2.5s linear infinite;
}
.right-bottom-icong2 {
  background-image: url('../images/2023asocio/title_btn02.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 150px;
  height: 150px;
  float: right;
  position: fixed;
  right: 5px;
  bottom: 10px;
  z-index: 20;
  transition: all .4s;
}
.right-bottom-icong2:hover {
  background-size: 95%;
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.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;
}
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;
}
/* 主動畫 iFrame 設定 */
.animation-pc {
  width: 100%;
}
.embed-responsive-pc {
  padding-bottom: 49%;
}
.embed-responsive-mobile {
  padding: 0;
  margin: 0;
}

/*左右方底紋*/
.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;
}
.inside-banner-area{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
    padding-bottom: 42%;
}
/*內頁得獎名單*/
.table-award{
    background-color:#FFF;
    box-shadow: 1px 1px 10px 0 #00000040;
    border-radius: 8px;
    overflow: hidden;
}
.table-award th{
    background-color:#330066!important;
    color: #FFF!important;
}
.year-choose {
    color: #666666;
    font-size: 22px;
    position: absolute;
    top: 18px;
    left: 8.5%;
}
/********************************************************************************************************************************** 

其他多屏幕設定開始

***********************************************************************************************************************************/
@media (max-width: 1600px) {
  .timeline-photo-pc {
    background-size: 1500px auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1399.98px) {
  /*2023主選單1400*/
  .navbar-right {
    margin-right: 6vw;
  }
  .navMenu-item {
    width: 125px;
    font-size: 20px;
  }
  .timeline-photo-pc {
    background-size: 1400px auto;
    background-repeat: no-repeat;
  }
  .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;
  }
  .card-type-body {
    height: 180px;
  }
}
@media (max-width: 1199.98px) {
  /*2023主選單1200*/
  .navbar-header {
    margin-left: 6vw;
  }
  .navMenu-item {
    width: fit-content;
    padding:0 10px;
    font-size: 19px;
  }
  .navbar-brand {
    float: left;
    height: 70px;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
  }
  .navbar-brand > img {
    height: 30px;
  }
  .timeline-photo-pc {
    background-size: 1200px auto;
    background-repeat: no-repeat;
    height: 50vw;
  }
  .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) {
  .btn-nav {
    font-size: 85%;
    margin-left: 10px;
  }
  .mainwhite {
    font-size: 200%;
    color: #FFFFFF;
    font-weight: 900;
    padding: 40px 0px 40px;
  }
  .subject-box {
    margin: 30px;
    height: auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  /*2023主選單992*/
  .navbar-brand {
    height: 60px;
  }
  .navMenu-item {
    font-size: 17px;
  }
  .btn-nav {
    font-size: 80%;
  }
  .timeline-photo-pc {
    background-size: 1100px auto;
    background-repeat: no-repeat;
    height: 50vw;
  }
  .slick_asocio_report {
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-top: auto !important;
  }
  .slick_asocio_report2 {
    display: none;
  }
  .slick-left-padding {
    padding-left: 0;
  }
  .reward-circle-box {
    margin: 25px 0;
    padding: 20px;
    border-radius: 99em;
    border: 8px solid #FFFFFF;
  }
  .joiner-left-block { /*報名資格*/
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.05em;
    padding: 20px 0;
    line-height: 150%;
  }
  .rule-box-content {
    padding: 30px 10px 0px 30px;
    height: 220px;
  }
.year-choose {
    left: 5px;
}
}
@media (max-width: 820px) {
  /*2023主選單820*/
  .nav-bg {
    height: 85px !important;
    padding-top: 0;
  }
  .btn-nav {
    font-size: 16px;
    margin-left: 4px;
  }
  .btn-nav {
    font-size: 80%;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    margin-left: 10px;
  }
  .navbar-brand {
    height: 60px;
  }
  .navbar-brand > img {
    height: 25px;
  }
  .nav > li > a {
    height: 60px;
  }
  .score-group {
    width: 750px;
    height: 750px;
  }
  .score-box {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .ss-hidden {
    display: none !important;
  }
  .ll-hidden {
    display: block !important;
  }
  /*2023主選單*/
  .navbar-brand {
    display: none;
  }
  .navMenu-item {
    font-size: 16px;
  }
  .btn-nav {
    font-size: 70%;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    margin-left: 5px;
  }
  /*2023主選單*/
  .navbar-brand {
    display: none;
  }
  .footer-unit div {
    font-size: 90%;
  }
  .footer-unit div img {
    margin: 0 10px;
    width: 250px;
  }
  /*
  .navMenu-item {
    font-size: 16px;
  }
  .nav > li > a {
    padding: 5px 1vw;
    height: 50px;
  }
*/
}
/********************************************************************************************************************************** 

手機板狀態

***********************************************************************************************************************************/
@media (max-width:575.98px) {
  /*2023主選單576*/
  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;
  }
  .navMenu-item {
    width: 96%;
    font-size: 24px;
    border-bottom-color: rgba(100, 100, 100, 0.5);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    display: block;
  }
  .navMenu-item > a {
    color: #006666;
  }
  .navMenu-item > a:hover {
    color: #0E00C7;
  }
  .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;
  }
  .btn-nav {
    padding: 10px;
    font-size: 16px;
    margin-left: 0;
      width:100%;
  }
  .main-Logo a {
    width: 160px;
    height: 53px;
    background-size: 100%;
  }
  .navMenu-link {
    /*	font-weight: 600; */
    padding: 15px 30px;
  }
  .navMenu-link {
    /*	font-weight: 600; */
    padding: 20px 0;
  }
  /*2023各項目主標題文字*/
  .stitle-dark, .stitle-white, .stitle-report, .stitle-contact {
    font-size: 36px;
    letter-spacing: 0;
    text-align: center;
  }
  .stitle-dark-eng {
    text-align: center;
    font-size: 32px;
    color: #171C61;
    font-weight: 900;
    line-height: 150%;
    text-shadow: 1px 1px 6px #FFF;
  }
  .stitle-report-underline {
    border-bottom: 0;
  }

.award-icon-first, .award-icon {
  padding: 5px;
}
  /* 關於我們區域*/
  .about-area {
    padding: 50px 0;
  }
  /* 右下方報名 */
  .right-bottom-icon {
    width: 100px;
    height: 100px;
    float: right;
    position: fixed;
    right: 0;
    bottom: 100px;
  }
  .right-bottom-icon2 {
    width: 100px;
    height: 100px;
    float: right;
    position: fixed;
    right: 0;
    bottom: 100px;
  }
  .right-bottom-icong {
    width: 100px;
    height: 100px;
    float: right;
    position: fixed;
    right: 0;
    bottom: 5px;
  }
  .right-bottom-icong2 {
    width: 100px;
    height: 100px;
    float: right;
    position: fixed;
    right: 0;
    bottom: 5px;
  }
  /*2023競賽時程*/
  .timeline-area {
    background-image: none;
    position: relative;
    padding: 20px 0 100px;
  }
  .rule-box {
    position: relative;
    padding: 10px 0;
    font-size: 150%;
    line-height: 150%;
    color: #000;
    font-weight: 600;
  }
  /*2023聯絡我們*/
  .contact-area {
  padding: 50px 0;
    height: auto;
  }.contact-centent > div:nth-child(1) {
  font-size: 22px;
  margin-top: 15px;
}

  .report-box {
    margin: 5px;
    border-radius: 10px;
  }
.report-box-note {
    font-size: 16px;
    font-weight: 400;
    height: 90px;
}
.report-box-note br {
    display: none;
}
  .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;
  }
  /*主要介紹的內容*/
  .rule-box-title {
    font-size: 32px;
    text-align: center;
    letter-spacing: 5px;
    padding: 75px 0 15px 10vw;
  }
  .footer-icon-title {
    display: none;
  }
  .footer-unit div {
    font-size: 80%;
	margin:0 15px;
  }
  .footer-unit div img {
    margin: 10px 5px;
    width: 225px;
  }
  .stitle-contact {}
  .contact-photo > img {
    width: 60vw;
  }
    
.year-choose {
    text-align: left;
    color: #666666;
    font-size: 22px;
    position: static;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 15px;
}
}