section {
  width: 100%;
  /* min-height: 100vh; */
}
.bg-wrap {
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-wrap2 {
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/image/site/airis.jpg") !important;
  background-size: cover;
  background-position: center;
}
.bg-wrap2 h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.h2 {
  text-align: center;
  position: absolute;
}

.light {
  position: relative;
  height: 420px;
  width: 100%;
  &:after,
  &:before {
    content: "";
    display: block;
    position: absolute;
  }
  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-wrap h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
}
.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: 20px;
}
.content-wrap > p {
  font-size: 18px;
  font-family: Pretendard;
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
  margin-bottom: 60px;
}
.conc {
  width: 100%;
  height: 100%;
  color: black;
  font-size: 20px;
  font-family: Pretendard;
  font-weight: 800;
  line-height: 32px;
  word-wrap: break-word;
}
.regi-info-wrap {
  width: 100%;
  height: auto;
  display: flex;
  gap: 16px;
  margin-bottom: 55px;
}
.regi-content-box {
  width: 100%;
  height: 260px;
  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: 100px;
  color: #707070;
  font-weight: 500;
}
.regi-content-step {
  display: flex;
  align-items: center;
  gap: 5px;
}
.host {
  width: 49%;
  height: 190px;
  background: #fafafa;
  align-content: center;
  text-align: center;
}
.symbol {
  width: 100%;
  height: 412px;
  background: #fafafa;
  margin-bottom: 15px;
  align-content: center;
  text-align: center;
}
.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;
}
.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 {
}
.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);
}
.input-1 > input {
  width: 100%;
  height: 100%;
  border: 1px solid #cecece;
  background-color: #f9f9f9;
  padding: 20px;
  font-size: 16px;
}
.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 {
  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;
}
.conta {
  width: 100%;
  height: 367px;
  align-content: center;
  text-align: center;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url(/image/site/cont.jpg) lightgray 50% / cover no-repeat;
}
.round {
  border-radius: 19.5px;
  border: 2px solid #fff;
  color: white;
  flex-shrink: 0;
  padding: 2px 30px 2px 30px;
  margin-top: 20px;
}
.contact-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 116px;
}
.contact-b {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-b > a {
  color: white;
  font-size: 32px;
  font-weight: 700;
  transition: color 0.2s ease-in-out, width 0.2s ease-in-out;
  position: relative;
}

.contact-b > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.grey {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
  font-size: 14px;
}
.concl {
  text-align: left;
}
.name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .symbol > img {
    width: 70%;
  }
  .concl {
    text-align: center;
  }
}
