@charset "UTF-8";
/* 報名頁 */
.bg-white {
  background: #fff;
  -webkit-box-shadow: 20px 19px 20px -18px rgba(43, 38, 80, 0.2);
          box-shadow: 20px 19px 20px -18px rgba(43, 38, 80, 0.2);
  border-radius: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

h1 {
  color: transparent;
}

.form-bg {
  background-image: url("../images/PC/Mask-group-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-area {
  padding-top: 83px;
  -webkit-clip-path: ellipse(80% 100% at 50% 0%);
          clip-path: ellipse(80% 100% at 50% 0%);
}
@media (max-width: 992px) {
  .banner-area {
    padding-top: 70px;
  }
}
.banner-area .banner {
  width: 100%;
}

.page-form .container {
  padding-bottom: 6rem;
}

.form-control {
  background-color: #EDF2F5;
}

/* 標題 */
.page-form h2 {
  font-size: 42px;
  letter-spacing: 0.2em;
  color: #0C5F57;
  font-weight: 700;
}

/* 副標題 */
.page-form h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.28em;
  color: #21A89C;
}

/* 新會員申請注事項 */
.extra-info {
  cursor: default;
}
.extra-info .the-link {
  color: #04AFF0;
  cursor: pointer;
}
.extra-info .the-link:link {
  color: #04AFF0;
}
.extra-info .the-link:visited {
  color: #04AFF0;
}

/*  按鈕 */
.deep-btn {
  background-color: #21A89C;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 200px;
  margin-right: 12px;
  padding: 10px;
  font-weight: 700;
  color: #ffffff;
}

.deep-btn:hover {
  background: #1CD3C1;
  color: #ffffff;
}

/*  灰色按鈕 */
.gray-btn {
  width: 100px;
  padding: 10px;
  font-weight: 700;
}

/* 選單按鈕 畢業/異業/在學 */
.level .form-btn {
  width: 30%;
}

.form-btn {
  border: 1px solid #ced4da;
  background-color: #EDF2F5;
  color: #333;
}

/* 必填 */
.required {
  margin: 3px 3px;
  width: 35px;
  text-align: center;
  display: inline-grid;
  background: #F46A7B;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transform: translate(0px, -2px);
          transform: translate(0px, -2px);
}

.limit-1000 {
  color: #F94049;
  font-weight: bold;
}