@charset "UTF-8";
body {
  font-family: arial, 微軟正黑體;
  background-color: #e6ecde;
  background-image: url("../assets/images/bg_clouds.png");
  background-position: center;
  background-position-y: 0px;
  background-repeat: repeat-x;
  position: relative;
}

.menu .menu-item-button {
  display: inline-block;
  padding: 25px 0px 8px 15px;
  position: relative;
}

.menu .menu-item-button:hover {
  cursor: pointer;
}

.menu .menu-item-button img {
  cursor: pointer !important;
}

.menu .menu-item {
  display: inline-block;
  padding: 25px 15px 8px 15px;
  color: #4c8200;
  position: relative;
}

.menu .menu-item.hover, .menu .menu-item:hover {
  text-decoration: unset;
  color: #e07b02;
}

.menu .menu-item.hover:after, .menu .menu-item:hover:after {
  content: "";
  background-image: url("../assets/images/bg_menu.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

.content {
  position: relative;
}

.relative {
  position: relative;
}

.background_main {
  pointer-events: none;
}

.background_main img {
  left: -1rem;
}

@media (min-width: 992px) {
  .background_main img {
    position: absolute;
    top: 80px;
  }
}

@media (max-width: 991px) {
  .background_main img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .background_main {
    height: 690px;
  }
}

.background-main {
  pointer-events: none;
}

.background-main img {
  left: -1rem;
}

@media (min-width: 992px) {
  .background-main img {
    position: absolute;
    top: 200px;
  }
}

@media (max-width: 991px) {
  .background-main img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .background-main {
    height: 690px;
  }
}

.en {
  font-family: arial, 微軟正黑體;
}

.en .background-main {
  pointer-events: none;
}

.en .background-main img {
  left: -1rem;
}

@media (min-width: 992px) {
  .en .background-main img {
    position: absolute;
    top: 200px;
  }
}

@media (max-width: 991px) {
  .en .background-main img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .en .background-main {
    height: 690px;
  }
}

.background-main-subpage {
  pointer-events: none;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .background-main-subpage #banner {
    position: absolute;
    top: 80px;
  }
}

@media (max-width: 991px) {
  .background-main-subpage #banner {
    width: 100%;
  }
}

.footer {
  width: 100%;
  min-height: 100px;
  height: 100px;
  min-width: 200px;
  background-color: #a97c50;
  color: white;
  text-align: right;
  font-size: 13px;
}

.footer .footer-content {
  position: relative;
  width: 100%;
}

.footer img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -180px;
  z-index: -2;
}

.footer .col-12 {
  padding-top: 15px;
}

.footer-subpage {
  margin-top: 100px;
  width: 100%;
  height: 100px;
  min-width: 200px;
  background-color: #a97c50;
  color: white;
  text-align: right;
  font-size: 13px;
}

.footer-subpage .footer-content {
  position: relative;
  width: 100%;
}

.footer-subpage img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -180px;
}

.footer-subpage .col-12 {
  padding-top: 15px;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-area {
  pointer-events: auto;
  width: 100%;
  background-color: white;
}

@media (min-width: 992px) {
  .content-area {
    position: absolute;
    top: 447px;
    max-width: 716px;
  }
}

@media (max-width: 991px) {
  .content-area {
    position: relative;
    width: calc(97% + 1px);
  }
}

.content-area-hidden {
  width: 100%;
  background-color: white;
}

@media (min-width: 992px) {
  .content-area-hidden {
    top: -1000x;
    max-width: 716px;
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .content-area-hidden {
    height: 0px;
  }
}

.text-block {
  width: 100%;
  padding: 1rem 3rem;
  text-align: justify;
  position: relative;
}

.text-block .principal-img {
  margin-left: 16px;
  margin-bottom: 10px;
}

@media (min-width: 413px) {
  .text-block .principal-img {
    float: right;
  }
}

@media (max-width: 412px) {
  .text-block .principal-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.text-block .signature {
  width: 90px;
}

.main-bottom-original {
  position: absolute;
  left: -156px;
  top: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .main-bottom-original {
    display: none;
  }
}

.main-bottom-position {
  position: absolute;
  left: 0;
  width: 100%;
}

.main-bottom-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.main-bottom-component .left {
  position: absolute;
  left: 0;
}

.main-bottom-component .right {
  position: absolute;
  right: 0;
}

.main-bottom-component .white-background {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: white;
  width: 60%;
  height: 64px;
}

.content-center {
  pointer-events: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-tab {
  pointer-events: auto;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 992px) {
  .page-tab {
    top: 200px;
    left: -44px;
  }
}

@media (max-width: 991px) {
  .page-tab {
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    top: 140px;
    left: -160px;
  }
}

.content-whole {
  position: relative;
  pointer-events: none;
}

@media (min-width: 992px) {
  .content-whole {
    top: -50px;
  }
}

@media (min-width: 1200px) {
  .content-whole {
    top: -50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .en .content-whole {
    top: -101px;
  }
}

@media (min-width: 1200px) {
  .en .content-whole {
    top: -47px;
  }
}

.hamburger-icon {
  -webkit-filter: invert(41%) sepia(91%) saturate(3732%) hue-rotate(62deg) brightness(94%) contrast(101%);
          filter: invert(41%) sepia(91%) saturate(3732%) hue-rotate(62deg) brightness(94%) contrast(101%);
}

.row-hamburger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .row-hamburger {
    display: none;
  }
}

.nav-bar-horizontal-list {
  position: relative;
}

@media (max-width: 991px) {
  .nav-bar-horizontal-list {
    display: none;
  }
}

#nav-bar-menu .nav-link {
  color: #4c8200 !important;
  padding-left: 16px;
}

#nav-bar-menu .nav-link:hover {
  color: #e07b02 !important;
  cursor: pointer;
}

.current-section-name {
  pointer-events: none;
  padding-left: 16px;
  color: #4c8200;
  font-size: 40px;
}

@media (max-width: 480px) {
  .current-section-name {
    font-size: 36px;
  }
}

@media (max-width: 444px) {
  .current-section-name {
    width: 200px;
  }
}

@media (max-width: 414px) {
  .current-section-name {
    font-size: 30px;
    width: 170px;
  }
}

@media (max-width: 350px) {
  .current-section-name {
    font-size: 30px;
    width: 170px;
  }
}

.current-section-name:hover {
  color: #e07b02;
  cursor: pointer;
}

.en .current-section-name {
  pointer-events: none;
  padding-left: 16px;
  color: #4c8200;
  font-size: 40px;
}

@media (max-width: 767px) {
  .en .current-section-name {
    width: 350px;
  }
}

@media (max-width: 454px) {
  .en .current-section-name {
    font-size: 36px;
    width: 250px;
  }
}

@media (max-width: 414px) {
  .en .current-section-name {
    font-size: 30px;
    width: 200px;
  }
}

@media (max-width: 350px) {
  .en .current-section-name {
    font-size: 30px;
    width: 180px;
  }
}

@media (max-width: 284px) {
  .en .current-section-name {
    font-size: 30px;
    width: 100px;
  }
}

.en .current-section-name:hover {
  color: #e07b02;
  cursor: pointer;
}

.en #section-name-container.principal::after {
  content: "Message from the President";
}

.en #section-name-container.about::after {
  content: "About Alumni Club";
}

.en #section-name-container.benefit::after {
  content: "Member Priviledges";
}

.en #section-name-container.support::after {
  content: "How to Give";
}

.en #section-name-container.heart::after {
  content: "Message Board";
}

.en #section-name-container.acknowledgement::after {
  content: "";
}

.en #section-name-container.contact::after {
  content: "Contact Us";
}

@media (max-width: 475px) {
  .en #section-name-container .big-nosplit {
    display: none;
  }
}

@media (min-width: 476px) {
  .en #section-name-container .small-split {
    display: none;
  }
}

#logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-table {
  width: 100%;
  background-color: #99cc00;
  border: 1px solid #99cc00;
  color: #333333;
  font-family: arial, 微軟正黑體;
  font-size: 14px;
  line-height: 20px;
  width: "616";
}

.about-table td {
  border: 1px solid #99cc00;
}

.about-table td:nth-child(1) {
  padding: 0 2px;
  min-width: 20px;
  width: 100px;
}

.about-table .remaining-column {
  width: 100px;
}

@media (max-width: 767px) {
  .about-table {
    display: none;
  }
}

.about-table-small-width {
  width: 100%;
  background-color: #99cc00;
  border: 1px solid #99cc00;
  color: #333333;
  font-family: arial, 微軟正黑體;
  line-height: 20px;
  width: "616";
  display: none;
}

.about-table-small-width td {
  border: 1px solid #99cc00;
}

.about-table-small-width td:nth-child(1) {
  padding: 0 2px;
  min-width: 20px;
  width: 100px;
}

.about-table-small-width .remaining-column {
  max-width: 100px;
  width: 100px;
}

@media (max-width: 768px) {
  .about-table-small-width {
    display: block;
  }
}

.about-table-for-small-width {
  display: none;
  font-size: 14px;
}

.about-table-for-small-width .first-column {
  width: 100px;
}

.about-table-for-small-width .second-column {
  width: 200px;
}

.about-table-for-small-width td {
  border: 1px solid #99cc00;
}

@media (max-width: 768px) {
  .about-table-for-small-width {
    display: block;
  }
}

.center-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center-table td {
  height: 40px;
}

.nav-item img {
  padding-left: 16px;
}

#logo {
  margin-top: 10px;
}

.table-priviledge {
  background-color: #99cc00;
  border: 1px solid #99cc00;
  width: 100%;
  font-size: 14px;
}

.table-priviledge td:nth-child(1) {
  border: 1px solid #99cc00;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
}

.table-priviledge td:nth-child(n + 2) {
  border: 1px solid #99cc00;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

.table-priviledge .first-column {
  width: 100px;
  min-width: 100px;
}

.table-priviledge .remaining-column {
  width: 105px;
}

@media (max-width: 767px) {
  .table-priviledge {
    display: none;
  }
}

.table-priviledge-small-width {
  background-color: #99cc00;
  border: 1px solid #99cc00;
  width: 100%;
  font-size: 14px;
}

.table-priviledge-small-width td:nth-child(1) {
  border: 1px solid #99cc00;
  text-align: left;
  vertical-align: middle;
  padding: 5px;
}

.table-priviledge-small-width td:nth-child(2) {
  border: 1px solid #99cc00;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

.table-priviledge-small-width .first-column {
  width: 100px;
  min-width: 100px;
}

@media (min-width: 768px) {
  .table-priviledge-small-width {
    display: none;
  }
}

.asterisk {
  font-size: 11px;
}

.asterisk li {
  margin-top: 10px;
}

.message {
  font-size: 14px;
  color: #333;
  background: #fff;
  border: 1px solid #008446;
  padding: 20px 20px 30px 20px;
  border-radius: 5px;
  margin-top: 15px;
  border-collapse: separate;
  border-spacing: 2px;
}

.message .big-screen img {
  margin-left: 20px;
}

@media (max-width: 516px) {
  .message .big-screen {
    display: none;
  }
}

.message .small-screen img {
  margin-bottom: 10px;
}

@media (min-width: 517px) {
  .message .small-screen {
    display: none;
  }
}

.message .small-screen tr:nth-child(1) td {
  text-align: center;
}

.small-title {
  font-size: 14px;
}

.table-name-list {
  width: 80%;
  border: 1px solid #cccccc;
  font-size: 14px;
  table-layout: fixed;
  width: 100%;
}

.table-name-list td {
  vertical-align: top;
  border: 1px solid #cccccc;
  width: 25% !important;
  padding: 5px;
}

@media (max-width: 535px) {
  .table-name-list {
    width: 100%;
  }
}

.en {
  font-size: 14px;
}

.decoration-table {
  max-width: 80%;
  margin-top: -20px;
  margin-left: 25px;
}

.decoration-table td {
  vertical-align: top;
}

.decoration-table .title-cell {
  margin-top: 100px;
  background-color: #f7941e;
  color: #fff;
  padding: 5px 5px;
  position: relative;
}

.decoration-table .left {
  height: 100%;
  top: 0;
  border-spacing: 0;
  position: absolute;
  left: -15px;
}

.decoration-table .left td {
  padding: 0;
  position: relative;
}

.decoration-table .left tr:nth-child(1) {
  height: 0;
}

.decoration-table .left .lower-left-img {
  position: absolute;
  bottom: -7px;
}

.decoration-table .left .cell-interpolate {
  background-color: #f7941e;
}

.decoration-table .right {
  height: 100%;
  top: 0;
  border-spacing: 0;
  position: absolute;
  right: -15px;
}

.decoration-table .right td {
  padding: 0;
  position: relative;
}

.decoration-table .right tr:nth-child(2) {
  height: 0;
}

.decoration-table .right .upper-right-img {
  position: absolute;
  top: -8px;
}

.decoration-table .right .cell-interpolate {
  background-color: #f7941e;
}

#section-name-container.principal::after {
  content: "校長的話";
}

#section-name-container.about::after {
  content: "關於教大校友心意會";
}

#section-name-container.benefit::after {
  content: "會員優惠";
}

#section-name-container.support::after {
  content: "支持教大";
}

#section-name-container.heart::after {
  content: "心聲寄語";
}

#section-name-container.acknowledgement::after {
  content: "鳴謝";
}

#section-name-container.contact::after {
  content: "聯絡我們";
}

html,
body {
  position: relative;
  overflow-x: hidden;
}

.contact-us-table td {
  padding: 8px;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}

.contact-us-table td:nth-child(1) {
  width: 60px;
  min-width: 60px;
}

.contact-us-table td:nth-child(2) {
  padding-left: 8px;
}
/*# sourceMappingURL=index.css.map */