section {
  width: 100%;
  /* min-height: 100vh; */
}
.bg-wrap {
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-wrap h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
}
.bg-wrap2 h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  position: absolute;
}
.light {
  position: relative;
  height: 420px;
  width: 100%;
  overflow: hidden;
}

.spark {
  animation: 1.25s linear 1.5s infinite alternate twinkle;
  background-image: url("/image/site/spark.png");
  background-size: cover;
  background-position: center;
}

.star1 {
  animation: 3s linear 1s infinite alternate twinkle;
}

.star2 {
  animation: 4s linear 0s infinite alternate twinkle;
}

.star3 {
  animation: 3.5s linear 0.5s infinite alternate twinkle;
}

.star4 {
  animation: 1.25s linear 1.5s infinite alternate twinkle;
}

.star5 {
  animation: 4s linear 2s infinite alternate twinkle;
}

.star6 {
  animation: 2.5s linear 1s infinite alternate twinkle;
}

@keyframes twinkle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg-wrap2 {
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/image/site/subg.jpg") !important;
  background-size: cover;
  background-position: center;
}
.sub-menu {
  width: 100%;
  height: 80px;
  background-color: #dee0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.submenu-list {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.submenu-list > a {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9594c3;
  font-size: 18px;
  font-weight: 700;
}
.submenu-list > a.act {
  height: 100%;
  color: #14136b;
  border-bottom: 2px solid #14136b;
}
.content-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrap {
  margin-bottom: 200px;
}
.content-wrap > h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 28px;
}
.content-wrap > p {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 50px;
}
.regi-info-wrap {
  width: 100%;
  height: auto;
  display: flex;
  gap: 30px;
}
.regi-content-box {
  width: 100%;
  height: 370px;
  border: 1px solid #cecece;
  background-color: #f9f9f9;
  padding: 30px 36px;
}
.content-wrap > .btn-wrap {
  margin-top: 85px;
  display: flex;
  justify-content: center;
}
.content-wrap > .btn-wrap > svg {
  cursor: pointer;
}
.regi-content-box > h2 {
  height: 50px;
  border-bottom: 2px solid #000;
  font-size: 20px;
  font-weight: 700;
}
.regi-content-box > h2.n-bb {
  border: 0;
}
.regi-content-date {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.regi-content-date > p {
  display: flex;
  align-items: center;
  height: 65px;
  gap: 30px;
  font-size: 18px;
}
.regi-content-date > p.bd-b {
  border-bottom: 1px solid #e4e4e4;
  font-size: 18px;
}
.regi-content-date > p > b {
  width: 130px;
  color: #707070;
  font-weight: 500;
}
.regi-content-step {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tab-menu {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 80px;
}
.tab-menu > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  color: #a4a4a4;
  border-bottom: 2px solid #a4a4a4;
}
.tab-menu > a.act {
  color: #14136b;
  border-bottom: 2px solid #14136b;
}
.regist-form {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.regist-form ul {
  border-top: 1px solid #e4e4e4;
}
.regist-form ul li {
  width: 100%;
  height: 84px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.regist-form ul li > p {
  width: 160px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #707070;
}
.input-wrap {
}
.textarea-li-wrap > .input-wrap {
  height: 100%;
  padding: 20px 0;
}
.radio-wrap {
  display: flex;
}
.radio-wrap [type="radio"],
.radio-wrap span {
  vertical-align: middle;
}

.radio-wrap [type="radio"] {
  display: none;
}
.radio-wrap label {
  box-sizing: border-box;
}
.radio-wrap [type="radio"] + span {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 180px;
  height: 60px;
  border: 1px solid #cecece;
  cursor: pointer;
  border-collapse: collapse;
}
.radio-wrap [type="radio"]:checked + span {
  border: 1px solid #14136b;
  color: #14136b;
}
.radio-wrap [type="checkbox"] + span {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 180px;
  height: 60px;
  border: 1px solid #cecece;
  cursor: pointer;
  border-collapse: collapse;
}
.radio-wrap [type="checkbox"]:checked + span {
  border: 1px solid #14136b;
  color: #14136b;
}
.radio-wrap label:not(:last-child) span {
  border-right: none;
}
.input-2 {
  width: calc(100% - 160px);
  height: 100%;
  display: flex;
  gap: 10px;
  padding: 12px 0;
}
.input-2 > input {
  width: 100%;
  height: 100%;
  border: 1px solid #cecece;
  background-color: #f9f9f9;
  padding: 20px;
  font-size: 16px;
}
.input-1 {
  width: calc(100% - 160px);
  height: auto;
  position: relative;
}
.input-1 > input {
  width: 100%;
  height: 100%;
  border: 1px solid #cecece;
  background-color: #f9f9f9;
  padding: 20px;
  font-size: 16px;
}
.input-1 > textarea {
  width: 100%;
  height: calc(100% - 30px);
  border: 1px solid #cecece;
  background-color: #f9f9f9;
  padding: 20px;
  font-size: 16px;
}
.input-1 > select {
  width: 100%;
  height: 100%;
  border: 1px solid #cecece;
  background-color: #f9f9f9;
  padding: 20px;
  font-size: 16px;
}
.input-1 > select {
  appearance: none;
  /* 화살표 숨김 */
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input-1.select {
  position: relative;
  display: inline-block;
}

.input-1 > .select {
  position: relative;
}
.input-1 > .select > select {
  width: 200px;
  height: 100%;
  border: 1px solid #cecece;
  background-color: #f9f9f9;
  padding: 20px;
  font-size: 16px;
  appearance: none;
  /* 화살표 숨김 */
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input-1.tel {
  display: flex;
  gap: 10px;
}
.input-1.select::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
  background-image: url("/image/site/select_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.input-1 > .select::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
  background-image: url("/image/site/select_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.check-wrap {
  padding-top: 150px;
  width: 520px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.check-div {
  padding-bottom: 250px;
}
.check-div > img {
  width: 270px;
  margin-bottom: 40px;
}
.check-div h2 {
  font-size: 44px;
  font-weight: 700;
}
.check-div > p {
  font-size: 18px;
  font-weight: 400;
  color: #5f5f5f;
  margin-bottom: 50px;
}
.check-div > p.info {
  margin-top: 10px;
  color: #14136b;
}
.check-wrap input {
  width: 100%;
  height: 100%;
  border: 1px solid #cecece;
  background-color: #f9f9f9;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 15px;
}
.check-div svg {
  cursor: pointer;
  margin-top: 45px;
  /* margin-bottom: 250px; */
}
.confirm-wrap {
  padding-top: 150px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.confirm-content {
  width: 100%;
  height: auto;
  border-top: 1px solid #000;
}
.confirm-content > ul > li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 20px;
}
.confirm-content > ul > li p.title {
  font-size: 18px;
  font-weight: 500;
  color: #707070;
  width: 200px;
}
.confirm-content > ul > li p.content {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.confirm-content > ul > li:nth-child(even) {
  background-color: #f7f7f7;
}
.add-member {
  width: 160px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #14136b;
  font-size: 14px;
  font-weight: 500;
}
.add-form {
  margin-bottom: 30px;
}
.add-form > .add-form-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-right: 20px;
}
.add-form > .add-form-header > h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}
.add-member-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
.add-form > .regist-form {
  margin-bottom: 0;
}
.form-delete {
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #14136b;
  color: #fff;
}
.hide {
  display: none;
}
.checkbox-li-wrap {
  height: 110px !important;
}
.textarea-li-wrap {
  height: 200px !important;
}
.checkbox-wrap {
  display: flex;
}
.checkbox-li {
  flex-direction: column;
  gap: 10px;
}
.checkbox-li > p {
  color: #9f9f9f;
  font-size: 14px;
}
.add_yn > label {
  width: 180px;
}
.add_yn > label > span {
  border: 1px solid #cecece !important;
}
.add_yn [type="checkbox"]:checked + span {
  border: 1px solid #14136b !important;
  color: #14136b;
}
@media screen and (max-width: 768px) {
  .tab-menu {
    height: 65px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .radio-wrap [type="radio"] + span {
    font-size: 14px;
    width: 100%;
    height: 50px;
    text-align: center;
  }
  .radio-wrap.grid {
    width: 100%;
    display: grid;
    gap: 2px;
    grid-template-columns: 1fr 1fr;
  }
  .regist-form ul li {
    align-items: flex-start;
    flex-direction: column;
    /* justify-content: space-evenly; */
    padding: 10px 10px;
    height: auto;
    margin-bottom: 5px;
    gap: 5px;
  }
  .regist-form ul li > p {
    font-size: 16px;
  }
  .radio-wrap label:not(:last-child) span {
    border-right: 1px solid #cecece;
  }
  .input-2,
  .input-1 {
    padding: 0;
  }
  .input-2 > input {
    height: 50px;
    /* padding: 5px; */
    font-size: 14px;
  }
  .input-1 > .select > select {
    height: 50px;
    padding: 5px;
    width: 100px;
    font-size: 14px;
  }
  .input-1 > select {
    height: 50px;
    padding: 5px;
    width: 100%;
    font-size: 14px;
  }
  .regist-form ul li {
    border-bottom: 0;
  }
  .input-wrap {
    width: 100%;
  }
  .input-1 > input {
    height: 50px;
    padding: 5px;
    font-size: 14px;
  }
  .checkbox-wrap.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
  }
  .radio-wrap [type="checkbox"] + span {
    font-size: 14px;
    width: 100%;
    height: 50px;
  }
  .add-member {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }
  .regist-form {
    margin-bottom: 30px;
  }
  .content-wrap > .btn-wrap {
    margin-top: 40px;
  }
  .add-member-wrap {
    padding-right: 10px;
  }
  .add-form-wrap {
    margin-top: 55px;
  }
  .add-form > .add-form-header > h2 {
    font-size: 24px;
  }
  .add-form > .add-form-header {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .form-delete {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }
  .add_yn > label {
    margin-left: 0;
  }
  .add_yn > label {
    width: auto;
  }
}
