/*====================================
# nav
==================================== */
.signup-nav {
  background: rgba(35, 74, 255, 1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 1rem 3rem;
}

.btn-back {
  font-family: Arial, '微軟正黑體', '新細明體', Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #212121;
  background-color: #5efbd6;
  border-radius: 25px;
  padding: 10px 25px;

}

.btn-back:hover {
  color: #234aff;
  text-decoration: none;
}


/*====================================
# kv
==================================== */

.section-kv {
  background-image: url(../../../img/2026/aienterprise_kv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 20rem;
}

.section-kv .kv-content {
  margin: auto 0;
  position: relative;
  color: #ffffff;
  width: 100%;
  padding: 4% 2%;
  min-height: 145px;
}

@media (min-width: 768px) {
  .section-kv {
    background-image: url(../../../img/2026/aienterprise_kv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 25rem;
  }

  .section-kv .kv-content {
    padding: 4% 0;
    min-height: 290px;
  }
}

@media (max-width: 667px) {

  .section-kv {
    background-image: url(../../../img/2026/aienterprise_kv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 10rem;
  }

}


/*====================================
# footer
==================================== */
.footer {
  position: relative;
  margin: 0;
  padding: 20px;
  padding-bottom: 2%;
  background-color: #121212;
  color: #ffffff;
  overflow: hidden;
  font-size: 16px;
}

/*====================================
# 主頁
==================================== */

#attendee-form .form-group {
  margin-bottom: 2rem;
}

#attendee-signup {
  padding: 6% 0 15%;
}

/* #attendee-signup .form-group label {
  font-weight: bold;
  font-size: 18px;
} */
#attendee-signup .q-title {
  font-weight: bold;
  font-size: 18px;
}

#attendee-signup .btn-submit {
  cursor: pointer;
  color: #ffffff;
  font-size: 2em;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 500;
  text-shadow: 0 0 5px #0000006b;
  border-bottom: 5px solid #00000054;
}

#attendee-signup .btn-submit:hover,
#attendee-signup .btn-sumit:active,
#attendee-signup .btn-sumit:visited {
  transform: translate(0px, 5px);
  -webkit-transform: translateY(4px);
  transition: ease .3s;
  border-bottom: 1px solid #00000054;
  box-shadow: 0 0 10px #aaaaaa;
}

#attendee-signup .btn-venue-free {
  background: #009e96;
}

#attendee-signup .btn-venue-oversea {
  background: #1a7fb0;
}

#attendee-signup .btn-venue-special {
  background: #f8095c;
}

#attendee-signup .btn-venue-line {
  background: #fff;
  border: 2px solid #333333;
  color: #333;
}

.signup-title {
  margin-bottom: 2%;
}

p.memo {
  font-weight: normal;
  font-size: 14px !important;
  color: #666;
  margin-bottom: 0.2rem;
}

#attendee-form .agreement-term {
  font-size: 15px !important;
  background-color: #eeeeee;
}

.btn-signup {
  font-size: 24px;
  font-weight: 700;
  padding: 16px 30px;
}

#getinfo input {
  margin: 0 10px;
}

.forom-border {
  padding: 45px;
  border: 2px #EEEEEE solid;
  border-radius: 6px;
  background-color: #FEFEFE;
}

#howtoknow label {
  min-width: 220px;
}