@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0");
/****** SETTINGS *****/
/****** ELEMENTS *****/
li {
  margin-bottom: 0.5rem;
}

/****** COMPONENTS *****/
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1050;
  transition: all 0.8s;
}
.header--logo {
  width: 180px;
  mix-blend-mode: difference;
}
.header .nav.active {
  display: block !important;
}
.header .nav-link {
  font-size: 1.25rem;
  font-weight: 500;
}

.news-more {
  font-size: 1.25rem;
}
.news-more a {
  text-decoration: none;
}

.footer-icon {
  opacity: 0.75;
  transition: all 0.3s;
}
.footer-icon:hover {
  opacity: 1;
}

.group {
  position: relative;
}
.group--ob {
  position: absolute;
}
.group--text {
  cursor: pointer;
}
.group--text .btn-plus {
  top: -20%;
  right: -20%;
}
.group--text:hover .btn-plus {
  background: #edda12;
}
.group--text:hover .btn-plus span {
  background: #fff;
}
.group--text-1 {
  top: 40%;
  left: 10%;
}
.group--text-2 {
  top: 40%;
  right: 12%;
}
.group--card {
  position: relative;
  background: #edda12;
  padding: 1.5rem 1rem;
  border-radius: 1.25rem;
  text-align: center;
  cursor: pointer;
}
.group--card:hover .btn-plus-white {
  background: #fff;
}
.group--card:hover .btn-plus-white span {
  background: #edda12;
}
.group--card p {
  margin-top: 12px;
}
.group--card .btn-plus {
  top: 25%;
  right: 5%;
}

.mouse-card {
  display: none;
  position: fixed;
  padding: 1rem;
  border-radius: 1.25rem;
  max-width: 420px;
  color: #fff;
  z-index: 10;
}
.mouse-card p {
  margin-bottom: 0;
}

.award {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  width: 100%;
  padding: 2rem 2rem 12rem;
  border-radius: 1.25rem 1.25rem 0 0;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .award {
    padding: 2rem 5rem 12rem;
  }
}
.award h2,
.award h3 {
  margin-bottom: 0;
}
.award h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .award h2 {
    font-size: 5rem;
  }
}
.award h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .award h3 {
    font-size: 3rem;
  }
}
.award-1 {
  background: #beae0e;
}
.award-1:hover {
  transform: translateY(-1rem) !important;
}
.award-2 {
  background: #d5c410;
  margin-top: -10rem;
}
.award-2:hover {
  transform: translateY(-1rem) !important;
}
.award-3 {
  background: #edda12;
  margin-top: -10rem;
}
.award-3:hover {
  transform: translateY(-1rem) !important;
}
.award-4 {
  background: #efde2a;
  margin-top: -10rem;
}

.action {
  background: #f1e141;
}
.action--icon {
  transition: all 0.3s;
}
.action a {
  transition: all 0.3s;
}
.action a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.info-link {
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}
.info-link.active {
  border-left: 4px solid #b1398d;
}

.info-nav {
  position: sticky;
  top: 110px;
}

/*** NEWS ***/
.view-news {
  margin-top: 4rem;
}
.view-news .views-row {
  display: flex;
  padding: 1rem 1.75rem;
  border: 2px solid #edda12;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.view-news .views-row:hover {
  border: 2px solid #f1e141;
}
.view-news .views-row a {
  font-size: 1.25rem;
  color: #3E3A39;
}
.view-news .views-row a:hover {
  text-decoration: none;
}
.view-news .views-field-field-news-date {
  padding-right: 2rem;
}

.download-row {
  padding: 1rem 1.75rem;
  border: 2px solid #edda12;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.download-row:hover {
  border: 2px solid #f1e141;
}
.download-row a {
  font-size: 1.25rem;
  color: #3E3A39;
}
.download-row a:hover {
  text-decoration: none;
}

.award-img img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}

/*** FORM ***/
.fb-btn {
  position: absolute;
  top: -60px;
  left: 175px;
}

#edit-submit-google {
  position: absolute;
  top: -60px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-radios .form-group {
  margin-bottom: 0 !important;
}

.notice {
  line-height: 1.6;
  padding: 3rem;
  margin-bottom: 3rem;
}

.notice li {
  margin-bottom: 1rem;
}

.form-required::after {
  content: "*";
  color: red;
}

.form-wrapper,
.page-node-add-works .form-item-title,
.webform-client-form-22 .form-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.fieldset-description {
  color: var(--secondary);
  font-size: 1rem;
}

.form-radios {
  margin-top: 0.75rem;
}
.form-radios .form-item {
  margin-top: 0.5rem;
}

.form-type-radio {
  margin-right: 2rem;
}

.form-type-checkbox label {
  display: inline;
}

#field-birth-add-more-wrapper .form-wrapper,
.form-actions.form-wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.select2-container {
  display: block;
}

.select2-container--default .select2-selection--single {
  padding: 6px 12px;
  border: 1px solid #ced4da;
}

.select2-container .select2-selection--single {
  height: auto;
  border-radius: 1.25rem;
}

label,
.fieldset-legend {
  color: var(--primary);
  font-size: 120%;
}

label.option {
  font-size: 100%;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.page-node-add-stu-works .field-type-serial,
.page-node-add-stu-works .tabledrag-toggle-weight,
.page-node-add-stu-works .tabledrag-handle,
.page-node-add-soc-works .field-type-serial,
.page-node-add-soc-works .tabledrag-toggle-weight,
.page-node-add-soc-works .tabledrag-handle,
.form-textarea-wrapper .grippie,
.captcha legend,
.captcha .fieldset-description,
.page-node-add-stu-works .vertical-tabs,
.page-node-add-soc-works .vertical-tabs,
.page-node-edit.node-type-stu-works .vertical-tabs,
.page-node-edit.node-type-soc-works .vertical-tabs,
.page-user .tabs,
.tabledrag-toggle-weight-wrapper,
#edit-field-serial,
#edit-body-und-0-format,
.form-item-workflow-force,
.node-type-stu-works .workflow-transition-container legend,
.node-type-soc-works .workflow-transition-container legend,
.page-admin-structure-menu .tabs,
.form-item-field-notice1-und > label,
.form-item-field-notice2-und > label,
.form-item-field-notice3-und > label,
.form-item-field-notice4-und > label {
  display: none;
}

.webform-client-form-22 {
  margin-top: 3rem;
}

.webform-client-form-22 .email {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#edit-field-t {
  border-bottom: none;
}

.form-managed-file .form-file {
  margin-bottom: 0.5rem;
}

/****** UNTILITIES ******/
.mt-more {
  margin-top: 50vh;
}

.title {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #BDB9B8;
}

.btn-plus {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border: 1px solid #edda12;
  border-radius: 50%;
  transition: all 0.3s;
}
.btn-plus span {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  height: 2px;
  width: 1rem;
  background: #edda12;
}
.btn-plus span:last-child {
  transform: rotate(90deg);
}
.btn-plus-white {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #fff !important;
}
.btn-plus-white span {
  left: calc(50% - 5px);
  background: #fff;
  width: 10px;
}

.text-lg {
  font-size: 1.125rem;
}

/*********************************** JUDGE *******************************/
.view-judge .owl-carousel img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.view-judge .owl-nav button {
  position: absolute;
  top: 40%;
  width: 24px;
  height: 24px;
}
.view-judge .owl-nav button span {
  display: block;
  text-indent: -5000px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-top: 4px solid #888;
  border-left: 4px solid #888;
}
.view-judge .owl-nav button.disabled span {
  opacity: 0.25 !important;
}
.view-judge .owl-nav .owl-prev {
  left: 10px;
}
.view-judge .owl-nav .owl-prev span {
  transform: rotate(-45deg);
}
.view-judge .owl-nav .owl-next {
  right: 10px;
}
.view-judge .owl-nav .owl-next span {
  transform: rotate(135deg);
}

.node-type-works .owl-carousel .owl-nav button.owl-next,
.node-type-works .owl-carousel .owl-nav button.owl-prev {
  font-size: 2rem;
  padding: 0 1rem !important;
}

.node-type-works .owl-nav {
  display: flex;
  justify-content: center;
}

.owl-carousel .owl-item img {
  max-width: 100%;
  height: auto;
}

.vote-judge-selection {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1rem;
  width: 100%;
  z-index: 8;
  background: #ddd;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .vote-judge-selection {
    bottom: 40vh;
    width: 220px;
  }
}
.pager {
  display: flex;
  list-style: none;
  justify-content: center;
}

.pager li {
  margin: 0 0.5rem;
  padding: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.pager li a {
  padding: 0.5rem;
}

.btn-menu {
  width: 40px;
  height: 26px;
}
.btn-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--bs-gray);
  transition: all 0.3s;
}
.btn-menu span:not(:last-child) {
  margin-bottom: 10px;
}
.btn-menu.active span:first-child {
  transform: translateY(12px) rotate(45deg);
}
.btn-menu.active span:last-child {
  transform: translateY(-12px) rotate(-45deg);
}
.btn-menu.active span:nth-child(2) {
  opacity: 0;
}

.page-judge-final-all .views-exposed-form .views-exposed-widget:first-child {
  display: none;
}

.view-filters {
  padding-right: 1rem;
}
.view-filters::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
.view-filters::-webkit-scrollbar {
  width: 8px;
  background-color: black;
}
.view-filters::-webkit-scrollbar-thumb {
  background-color: #777777;
}
@media (min-width: 768px) {
  .view-filters {
    position: sticky;
    top: 180px;
    max-height: calc(100vh - 210px);
    overflow: auto;
  }
}

.bef-exposed-form .form-item {
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #BDB9B8;
}
.bef-exposed-form .bef-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bef-exposed-form .bef-links li {
  margin-bottom: 0.5rem;
  padding: 0;
}
.bef-exposed-form .bef-links li a {
  display: block;
  padding: 0.25rem 1rem;
  border-radius: 999px;
  text-decoration: none;
}
.bef-exposed-form .bef-links li a.bef-link--selected {
  background-color: #d57bba;
  color: #fff;
}/*# sourceMappingURL=aplus.css.map */