@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
input, button,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: "Noto Sans TC", sans-serif, Arial, "Font Awesome 6 Free" !important;
  line-height: 1.4;
}

img {
  width: 100%;
  height: auto;
}

.header1 {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#70BEBB), to(#3C9BCF));
  background: linear-gradient(270deg, #70BEBB 0%, #3C9BCF 100%);
}
.header1 nav.navbar1 {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.55;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 992px) {
  .header1 nav.navbar1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header1 nav.navbar1 .container {
  max-width: 1290px;
  margin: 0 auto;
}
.header1 .container {
  gap: 112px;
}
@media (max-width: 992px) {
  .header1 .container {
    gap: 0 30px;
  }
}
.header1 .navbar-toggler {
  border: none;
}
.header1 .navbar-brand1 {
  width: 164px;
  height: 37px;
  padding: 0;
  /* 正式機有引入其他css，避免相衝，bg-image設unset */
  background-image: unset;
}
.header1 .navbar-brand1 a {
  display: block;
}
.header1 .navbar-brand1 img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header1 .navbar-collapse {
  width: 100%;
  max-width: calc(100% - 276px);
}
@media (max-width: 992px) {
  .header1 .navbar-collapse {
    top: 0;
    max-width: 100%;
  }
}
.header1 .navbar-collapse ul.navbar-nav {
  gap: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .header1 .navbar-collapse ul.navbar-nav {
    gap: 0;
    height: auto;
  }
}
.header1 .navbar-collapse ul.navbar-nav.community .nav-item.community-icon {
  gap: 1rem;
}
.header1 .navbar-collapse ul.navbar-nav.community .nav-item.community-icon .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border-bottom: 0;
  -webkit-filter: invert(100%) sepia(38%) saturate(0%) hue-rotate(84deg) brightness(102%) contrast(102%);
          filter: invert(100%) sepia(38%) saturate(0%) hue-rotate(84deg) brightness(102%) contrast(102%);
}
.header1 .navbar-collapse ul.navbar-nav.community .nav-item.community-icon .nav-link:hover {
  -webkit-filter: invert(82%) sepia(69%) saturate(290%) hue-rotate(355deg) brightness(104%) contrast(104%);
          filter: invert(82%) sepia(69%) saturate(290%) hue-rotate(355deg) brightness(104%) contrast(104%);
}
.header1 .navbar-collapse ul.navbar-nav.community .nav-item.community-icon:hover .nav-link {
  border-bottom: 0;
}
.header1 .navbar-collapse ul.navbar-nav .nav-item {
  padding: 0;
  cursor: pointer;
}
.header1 .navbar-collapse ul.navbar-nav .nav-item:hover .nav-link {
  border-bottom: 5px solid #FFF885;
}
@media (max-width: 992px) {
  .header1 .navbar-collapse ul.navbar-nav .nav-item:hover .nav-link {
    border-bottom: none;
    color: #FFF885;
  }
}
.header1 .navbar-collapse ul.navbar-nav .nav-item.dropdown .nav-link {
  border-bottom: none;
}
.header1 .navbar-collapse ul.navbar-nav .nav-item.dropdown:hover .nav-link {
  border-bottom: none;
  color: #FFF885;
}
.header1 .navbar-collapse ul.navbar-nav .nav-item.dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.header1 .navbar-collapse ul.navbar-nav .nav-link {
  display: block;
  padding: 0;
  padding-top: 1rem;
  padding-bottom: calc(1rem - 5px);
  color: #fff;
  border-bottom: 5px solid transparent;
}
@media (max-width: 992px) {
  .header1 .navbar-collapse ul.navbar-nav .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: none;
  }
}
.header1 .navbar-collapse ul.navbar-nav .nav-link[data-target="#applyModal"] {
  color: #FFF885;
  font-weight: bold;
}

footer {
  background-color: #C7E8FA;
  padding-top: 69px;
  padding-bottom: 72px;
}
@media (max-width: 768px) {
  footer {
    padding-top: 29px;
    padding-bottom: 35px;
  }
}
footer .container {
  max-width: 1290px;
}
footer .footer-top {
  gap: 37px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 3.6px;
  word-wrap: normal;
  word-break: keep-all;
  word-spacing: normal;
  white-space: nowrap;
  color: #164975;
}
@media (max-width: 768px) {
  footer .footer-top {
    gap: 24px;
    font-size: 12px;
    line-height: 2.83;
    letter-spacing: 2.4px;
  }
}
footer .footer-top .corp span::after {
  content: "｜";
}
footer .footer-top .corp div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: calc(100% - 108px);
}
footer .footer-top .corp div img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-top .corp div img.corp-01 {
  width: 370px;
  height: 60px;
}
footer .footer-top .corp div img.corp-02 {
  width: 284px;
  height: 49px;
}
footer .footer-top .corp div img.corp-03 {
  width: 214px;
  height: 60px;
}
footer .footer-top .corp div img.corp-04 {
  width: 118px;
  height: 32px;
}
footer .footer-bottom {
  margin-top: 33px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 1.8px;
  text-align: center;
  color: #415B72;
}
@media (max-width: 768px) {
  footer .footer-bottom {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}

.sidebar {
  gap: 24px;
  position: fixed;
  right: 5rem;
  bottom: 2rem;
  z-index: 150;
}
@media (max-width: 992px) {
  .sidebar {
    gap: 16px;
    right: 2rem;
  }
}
.sidebar .sidebar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #3c9bcf;
}
.sidebar .sidebar-link:hover {
  text-decoration: none;
}
.sidebar .sidebar-link:first-child {
  background-color: transparent;
}
@media (max-width: 992px) {
  .sidebar .sidebar-link {
    width: 32px;
    height: 32px;
  }
  .sidebar .sidebar-link:first-child {
    width: 60px;
    height: 60px;
  }
}
.sidebar .sidebar-link img {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .sidebar .sidebar-link img {
    width: 16px;
    height: 16px;
  }
}
.sidebar .sidebar-link .apply_join_btn {
  width: 115px;
  height: auto;
  max-width: unset;
  max-height: unset;
}
@media (max-width: 992px) {
  .sidebar .sidebar-link .apply_join_btn {
    width: 60px;
  }
}
.sidebar .sidebar-link span {
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #fff;
}
@media (max-width: 992px) {
  .sidebar .sidebar-link span {
    display: none;
  }
}

.modal-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#C7E8FA), color-stop(233.43%, #FEF8AC));
  background: linear-gradient(180deg, #C7E8FA 0%, #FEF8AC 233.43%);
  padding: 0px 45px;
  border-radius: 15px;
}
@media (max-width: 576px) {
  .modal-content {
    padding: 0px 16px;
  }
}
.modal-content .modal-header {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
}
.modal-content .modal-header .modal-title {
  color: #21A89C;
  text-align: center;
  margin-top: 64px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.modal-content .modal-header .close {
  position: absolute;
  top: 8px;
  right: -38px;
  color: white;
}
@media (max-width: 576px) {
  .modal-content .modal-header .close {
    right: -8px;
  }
}
.modal-content .modal-body {
  margin-top: 23px;
  border-top: 2px solid white;
  padding: 0;
  padding-right: 18px;
  padding-left: 18px;
}
@media (max-width: 576px) {
  .modal-content .modal-body {
    padding-right: 0;
    padding-left: 0;
  }
}

.applyModal .modal-body {
  margin-top: 23px;
  border-top: 2px solid white;
  padding: 0;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 34px;
}
@media (max-width: 576px) {
  .applyModal .modal-body {
    padding-right: 0;
    padding-left: 0;
  }
}
.applyModal .modal-body .button_container {
  margin-top: 28px;
  text-decoration: none;
}
.applyModal .modal-body .button_container a:hover {
  text-decoration: none;
}
.applyModal .modal-body .button_container .text {
  margin-top: 15px;
  color: #21A89C;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.7px;
  text-align: center;
}
.applyModal .modal-body .button_container.left {
  margin-right: 28px;
}
@media (max-width: 576px) {
  .applyModal .modal-body .button_container.left {
    margin-right: 0;
  }
}
.applyModal .modal-body .new_mamber, .applyModal .modal-body .old_mamber {
  width: 140px;
  padding: 26px 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.2px;
  -webkit-box-shadow: 5px 5px 12.5px 0px rgba(109, 157, 153, 0.5);
          box-shadow: 5px 5px 12.5px 0px rgba(109, 157, 153, 0.5);
  border-radius: 15px;
  color: white;
}
.applyModal .modal-body .new_mamber span, .applyModal .modal-body .old_mamber span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1.8px;
}
.applyModal .modal-body .new_mamber {
  background-color: #21A89C;
}
.applyModal .modal-body .old_mamber {
  width: 140px;
  background-color: #6ABEC8;
}

.successModal .modal-content {
  position: relative;
}
.successModal .modal-content .successModal_left {
  position: absolute;
  width: 56px;
  height: auto;
  left: -6px;
  top: 47px;
}
.successModal .modal-content .successModal_right {
  position: absolute;
  width: 103px;
  height: auto;
  right: -22px;
  top: 106px;
}
.successModal .modal-body {
  padding-top: 21px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 190.476% */
  letter-spacing: 2.1px;
}
.successModal .modal-footer {
  margin-top: 21px;
  border-top: none;
  padding: 0;
  padding-bottom: 44px;
}
.successModal .modal-footer .btn {
  color: white;
  background-color: #21A89C;
  width: 150px;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 142.857% */
  letter-spacing: 2.1px;
  -webkit-box-shadow: 5px 5px 12.5px 0px rgba(109, 157, 153, 0.5);
          box-shadow: 5px 5px 12.5px 0px rgba(109, 157, 153, 0.5);
}