.org-page * {
  font-size: 14px;
  font-weight: 400;
  color: var(--txt-color);
  font-family: var(--default-font);
}
.org-page {
  padding-bottom: 70px;
  background: var(--white);
}
.page__inner {
  width: 1000px;
  margin: 0 auto;
}
.page__top {
  background: #D9EEF8;
  padding: 15px 0 54px;
}
.path__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.breadcrumbs {
  width: fit-content;
  padding: 0;
  margin: 0;
}
.page__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--main-color);
  text-align: center;
  margin-top: 20px;
}
.main__contents {
  margin-top: 60px;
}
.page__text-wrap {
  margin-bottom: 10px;
}
.section__title {
  width: 100%;
  height: 60px;
  border-radius: 5px 5px 0 0;
  background-image: linear-gradient(180deg, rgba(1, 139, 206, 1), rgba(0, 103, 186, 1));
  padding: 11px 20px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--white);
  margin-bottom: 20px;
}
.page__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.857;
}
.member__form {
  display: flex;
  gap: 28px;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 30px 166px;
}
.member__form-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}
.member__form-right input[type="text"] {
  width: 100%;
  height: 40px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  background: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.member__form-right input[type="text"]::placeholder {
  color: #A5A5A5;
  font-size: 16px;
  font-weight: 500;
}
.member__form-text {
  font-weight: 500;
  padding-top: 6px;
  margin-bottom: 20px;
}
.member__submit {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 320px;
  height: 64px;
  background-image: linear-gradient(180deg, rgba(1, 139, 206, 1), rgba(0, 103, 186, 1));
  border: none;
  border-bottom: 3px solid #004C88;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
  padding-bottom: 14px;
  position: relative;
  margin-left: 0px;
  margin-top: 0px;
  line-height: 1.5;
}
.member__submit svg {
  width: 8px;
  height: 14px;
  fill: none;
  stroke: var(--white);
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
.thankyou__text-wrap {
  margin-bottom: 20px;
}
.thankyou__text {
  text-align: center;
}
.thankyou__more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  background-image: linear-gradient(180deg, rgba(253, 253, 253, 1), rgba(239, 239, 239, 1));
  border-top: 1px solid #CBCBCB;
  border-left: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
  border-bottom: 3px solid #CBCBCB;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
}
.thankyou__more svg {
  width: 8px;
  height: 14px;
  fill: none;
  stroke: #333;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
