@charset "UTF-8";
#lang_button {
  white-space: nowrap;
}

#wrap {
  position: relative;
  max-width: none;
  font-size: 22px;
  overflow: hidden;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #wrap {
    font-size: 20px;
  }
}

body {
  font-family: Arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #333333;
  height: auto !important;
}

html {
  overflow-y: scroll;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#logo_area {
  width: 100%;
  max-width: inherit;
  z-index: 3;
  background-color: #ffffff;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.large-12 {
  width: 100%;
}

.columns {
  padding-inline: 20px;
}

.HSB_logo {
  display: block;
  position: relative;
}

.no_logo {
  background: none;
}

.lan_area {
  position: absolute;
  right: 24px;
  top: 21px;
  height: 75px;
}

.listbox-area {
  position: relative;
}

.left-area {
  float: left;
}

.hidden {
  display: none;
}

.footer_state_area {
  padding: 20px 0;
}

.row {
  padding: 0;
}

.copy {
  font-size: 12px;
}

.member {
  text-align: center;
}

#main_content_area {
  min-height: 400px;
}

#main {
  position: relative;
}

#top_banner_area .large-12.columns {
  background-color: #b0b0b0;
  height: 547px;
  background-image: url(../images/top_banner.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_banner_area .large-12.columns {
    background-image: url(../images/top_banner_mobile.jpg);
    height: 334px;
  }
}

.main-content {
  background: #fff;
  padding: 0;
  position: relative;
}

.card-showcase {
  text-align: center;
  position: relative;
  padding: 50px 40px 30px;
}
.card-showcase .card-bar {
  max-width: 800px;
  width: 72%;
  margin: 0 auto;
}
.card-showcase .card-bar img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .card-showcase {
    padding-left: 20px;
    padding-right: 20px;
  }
  .card-showcase .card-bar {
    width: 100%;
  }
}

.benefits-section {
  background-image: url(../images/section1_background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.title-section {
  text-align: center;
  padding: 40px;
  max-width: 1480px;
  margin: 0 auto;
}
.title-section h1 {
  font-size: 40px;
  font-weight: bold;
  color: #186841;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .title-section h1 {
    font-size: 28px;
  }
}
.title-section .promotion-text {
  font-size: 24px;
  line-height: 1.3;
}
.title-section .promotion-text .highlight {
  color: #186841;
}
.title-section .promotion-text img {
  height: 0.8em;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .title-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.three-benefits-section {
  display: flex;
  justify-content: center;
  gap: 5%;
  flex-wrap: wrap;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px 68px;
}
@media screen and (max-width: 768px) {
  .three-benefits-section {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    gap: 30px;
  }
}
.three-benefits-section .benefit-item {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #DEF5BE;
  background: linear-gradient(180deg, rgb(222, 245, 190) 0%, rgb(242, 247, 201) 100%);
  border-radius: 16px;
  padding: 30px 20px;
  border: 4px solid #fff;
  box-shadow: 0 0 10px #FFFFFF;
}
.three-benefits-section .benefit-item .benefit-icon {
  margin: 32px 20px;
}
.three-benefits-section .benefit-item h3 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: bold;
}
.three-benefits-section .benefit-item .amount-container {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three-benefits-section .benefit-item .amount-container .amount {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #186841;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  line-height: 0.8;
  z-index: 1;
  word-break: keep-all;
  flex-wrap: wrap;
}
.three-benefits-section .benefit-item .amount-container .amount .lg {
  font-weight: bold;
  position: relative;
  font-size: 63px;
}
.three-benefits-section .benefit-item .amount-container .amount .md {
  font-size: 40px;
}
.three-benefits-section .benefit-item .amount-container .amount .supper {
  font-size: 12px;
  vertical-align: super;
}
.three-benefits-section .benefit-item .amount-container .amount img {
  height: 20px;
  vertical-align: bottom;
  background-color: #FFDE2F;
}
.three-benefits-section .benefit-item .amount-container .amount .orange-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #FFDE2F;
  z-index: -1;
}
.three-benefits-section .benefit-item .amount-container .amount > * {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .three-benefits-section .benefit-item .amount-container {
    height: initial;
  }
}
.three-benefits-section .benefit-item .benefit-desc {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.student-logo-divide {
  margin-top: -1px;
}

.card-selection {
  background: #ffffff;
  background-image: url(../images/section2_background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.card-selection .campus-privileges {
  text-align: center;
  padding: 20px 0 40px;
}
.card-selection .campus-privileges h2 {
  font-size: 40px;
  color: #055541;
  font-weight: bold;
}
.card-selection .card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  padding: 0 40px;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .card-selection .card-grid {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
  }
}
.card-selection .card-option {
  background: #fff;
  border-radius: 40px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 0 30px #cae86b;
  flex: 0 0 30%;
  margin-bottom: 5%;
}
.card-selection .card-option .card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 32px;
  height: 90px;
}
.card-selection .card-option .card-title img {
  height: 1em;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-selection .card-option .card-title h4 {
  font-size: 1em;
  color: #055541;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .card-selection .card-option .card-title {
    height: initial;
  }
}
.card-selection .card-option .card-image {
  margin: 24px 0;
  padding: 0 12%;
  height: 150px;
}
.card-selection .card-option .card-image img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.card-selection .card-option .card-details {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-selection .card-option .card-details img {
  width: 1em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-selection .card-option .card-details .card-status {
  color: #186841;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.card-selection .card-option .card-details .apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #F68B1F;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
}

.main-cta {
  text-align: center;
  padding: 60px 40px 40px;
  background: #ffffff;
  max-width: 1480px;
  margin: 0 auto;
}
.main-cta .main-apply-btn {
  background: #96D200;
  color: white;
  border: none;
  padding: 30px 46px 28px;
  border-radius: 6em;
  font-size: 24px;
  cursor: pointer;
}
.main-cta .main-apply-btn img {
  margin-left: 48px;
  height: 26px;
  width: 26px;
}
@media screen and (max-width: 768px) {
  .main-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-cta .main-apply-btn {
    padding: 20px 32px 18px;
  }
  .main-cta .main-apply-btn img {
    margin-left: 24px;
  }
}

.terms-section {
  padding: 40px 40px 0;
  max-width: 1480px;
  margin: 0 auto;
}
.terms-section .terms-text {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.terms-section .terms-text.mb-32 {
  margin-bottom: 32px;
}
.terms-section .terms-text .terms-number {
  vertical-align: super;
  font-size: 0.75em;
}
.terms-section .terms-text.solgon {
  font-size: 14px;
}
.terms-section .tnc-title {
  color: #186841;
  cursor: pointer;
}
.terms-section .chevronArrowDown {
  width: 11px;
  height: 11px;
  margin-left: 10px;
  vertical-align: middle;
  transition: transform 0.3s ease-in-out;
}
.terms-section .chevronArrowDown.tnc--open {
  transform: rotate(180deg);
}
.terms-section .tnc-content {
  display: none;
  font-size: 11px;
  padding-left: 16px;
  margin-bottom: 32px;
}
.terms-section .tnc-content.tnc--open {
  display: block;
}
.terms-section .tnc-content p {
  font-size: inherit;
}
.terms-section .tnc-table tr {
  background-color: initial;
}
.terms-section .tnc-table td {
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .terms-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#footer .footer_state_area {
  padding: 0 40px;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #footer .footer_state_area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #E6F0BE;
}
.floating-banner .banner-content {
  max-width: 1480px;
  margin: 0 auto;
  padding: 20px 40px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .floating-banner .banner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.floating-banner .banner-cards {
  width: 40%;
}
.floating-banner .banner-cards img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .floating-banner .banner-cards {
    display: none;
  }
}
.floating-banner .banner-text .highlight {
  font-size: 26.5px;
  font-weight: bold;
  color: #055541;
  display: block;
}
.floating-banner .banner-text img {
  height: 24px;
}
@media screen and (max-width: 768px) {
  .floating-banner .banner-text .highlight {
    font-size: 20px;
  }
  .floating-banner .banner-text img {
    height: 16px;
  }
}
.floating-banner .banner-apply-btn {
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-left: auto;
  background: #F68B1F;
  color: white;
  border: none;
  padding: 8px 52px;
  border-radius: 6em;
  font-size: 24px;
  cursor: pointer;
  white-space: nowrap;
}
.floating-banner .banner-apply-btn img {
  height: 28px;
  width: 28px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .floating-banner .banner-apply-btn {
    align-self: center;
    padding: 8px 32px 8px 20px;
    font-size: 16px;
  }
  .floating-banner .banner-apply-btn img {
    height: 20px;
    width: 20px;
    margin-left: 8px;
  }
}
.floating-banner.placeholder {
  position: unset;
  opacity: 0;
  margin-top: 40px;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */