.text-main {
  color: #1b7589;
}

.text-blue {
  color: #1e0e62;
}

.navbar-link:hover {
  color: green;
  text-decoration: underline;
}
.navbar-link {
  text-decoration: none;
}
header {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 80%;
  display: block;
  margin: auto;
}
.hero {
  background-color: #e8f1f3;
}
main {
  max-width: 80%;
  display: block;
  margin: auto;
  text-align: justify;
}
.title {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 20px;
  text-align: justify;
  color: #333;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}
.subtitle {
  font-size: 1.2rem;
}

.w-16 {
  width: 16%;
}

.w-6 {
  width: 6%;
}

.main-title {
  font-weight: 700;
  font-size: 61px;
  color: #1e0e62;
  font-family: "Noto Sans TC", sans-serif;
  margin-top: 5%;
  margin-bottom: 2%;
}

.banner-desc {
  color: #1e0e62;
  font-size: 26px;
  font-weight: 500;
}

.banner-btn {
  background: #1b7589;
  width: 275px;
  border: none;
  font-size: 15px;
  height: 60px;
  border-radius: 100px;
  color: #fff;
}

.index-title {
  font-weight: 700;
  font-size: 37px;
  color: #1e0e62;
  margin-bottom: 2%;
}
.desc {
  font-weight: 500;
  font-size: 18px;
}

.submain-title {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  color: #1e0e62;
  margin-bottom: 50px;
}
.headdiv {
  margin-bottom: 50px;
}
.headdiv h4 {
  font-size: 20px;
  font-weight: 500;
  color: #1e0e62;
}
.obopara {
  color: #151439;
  font-weight: 400;
  font-size: 16px;
}
.build-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-left: 20px !important; */
}

.get-score {
  background: #e8f1f3;

  border-radius: 10px;
  background-image: url(../image/logo.png);
  background-repeat: no-repeat;
}

.download-btn {
  background: #1b7589;
  width: 275px;
  border: none;
  font-size: 20px;
  height: 60px;
  border-radius: 100px;
  color: #fff;
}

.get-img {
  background-image: url(../image/Group.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.accordion-button:not(.collapsed) {
  background-color: #e7f1ff !important;
}

.view-btn {
  margin-top: 3%;
  background: #1b7589;
  width: 195px;
  border: none;
  font-size: 15px;
  height: 52px;
  border-radius: 100px;
  color: #fff;
  margin-bottom: 2%;
}
.info-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 3%;
  color: #151439;
  font-family: "Noto Sans TC", sans-serif;
}
.mail-text {
  font-size: 37px;
  font-weight: 700;
  color: #1b7589;
  text-decoration: none;
  font-family: "Noto Sans TC", sans-serif;
}
.social {
  list-style: none;
  display: flex;
  gap: 1rem;
}

.footer-links ul {
  list-style: none;
  display: flex;
  gap: 4rem;
}

.footer-links ul a {
  color: #1b7589;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.get .acknowledge {
  width: 40%;
}
.accordion-body {
  background: #f7f9fa;
}

.accordion button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.accordion-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 20px;
  text-align: justify;
  color: #333;
}

.download-icon {
  list-style: none;
  gap: 4rem;
  padding: 0;
  margin-top: 10px;
}
.download-icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #888;
}
.small-text {
  font-size: 0.7rem;
  color: #888;
  margin-top: 5px;
}

.build-title {
  margin-bottom: 30px;
}
/* .pl-10{
  padding-left: 10px;
} */

.pl-0 {
  padding-left: 0px !important;
}

#onLoadModal h3 {
  color: #1e0e62;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}
#onLoadModal p {
  color: #333;
}
#onLoadModal .btn-close {
  background-color: #9d3534;
  position: absolute;
  right: -1%;
  top: -3%;
  opacity: 1;
  padding: 6px;
  border-radius: 50px;
  background-image: url(../../download.svg);
  background-size: 45%;
}
.modal {
  background-color: #000000d1 !important;
}
.show{
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#onLoadModal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../image/half-obo-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px;
}
#onLoadModal .modal-body ul{
  margin-bottom: -25px;
  margin-top: 20px;
}



#onLoadModal .modal-body p {
  text-align: center;
  font-weight: 500;
} 
