.inv-head-wrap {
  position: relative;
}
.inv-head-wrap img {
  width: 100%;
}
.inv-head-wrap .text-wrap {
  position: absolute;
  top: 26px;
  left: 20px;
}
.inv-head-wrap .text-wrap span {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  background: #333333;
  border-radius: 4px;
  color: #fff !important;
  padding: 3px 10px;
  box-sizing: border-box;
}
.inv-head-wrap .text-wrap .text1 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  margin-bototm: 3px;
}
.inv-head-wrap .text-wrap .text2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.mypage-container {
  padding: 0 20px 100px;
}
.code-wrap {
  text-align: center;
  background: rgba(250, 227, 114, 0.1);
  border: 1px solid #fae372;
  border-radius: 6px;
  padding: 30px 0 35px;
  margin-top: 12px;
}
.code-wrap .tit {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #959595 !important;
  margin-bottom: 5px;
}
.code-wrap .code {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000 !important;
}
.code-btn-wrap {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.share-kakao {
  width: 50%;
  padding: 15px 0px;
  border: 1px solid #fae372 !important;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background: #fae372 !important;
}
.code-btn-wrap p {
  width: 50%;
  padding: 15px 0px;
  border: 1px solid #fae372;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
/* .code-btn-wrap p:nth-last-child(1) {
  background: #fae372;
} */
.invitation-container .info-wrap {
  background: #f8f8fd;
  border: 1px solid #dedef1;
  border-radius: 10px;
  padding: 20px 15px 20px 27px;
  margin-top: 21px;
}
.invitation-container .info-wrap li {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #959595 !important;
  list-style: disc;
}
.hr {
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
  height: 8px;
  background: #f2f3f7;
  margin-top: 20px;
}
.input-code-wrap {
  margin-top: 20px;
  padding-bottom: 90px;
}
.input-code-wrap .text1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.input-code-wrap .text2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}
.input-code-wrap .input-wrap {
  display: flex;
  margin-top: 12px;
}
.input-code-wrap .input-wrap input[type="text"] {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 20px;
  box-sizing: border-box;
  width: 85%;
}
.input-code-wrap .input-wrap input[type="text"]::placeholder {
  color: #ababab !important;
}
.input-code-wrap .input-wrap input[type="submit"] {
  background: #fae372;
  border-radius: 0px 8px 8px 0px;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: 15%;
}

/* modal popup */
.mini-modal .info-text {
  padding: 40px 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  text-align: center;
}
.mini-modal .info-text .tit {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 13px;
}
.mini-modal .info-text .reason {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.mini-modal .btn-wrap {
  background: #fae372;
  text-align: center;
  padding: 14px 0;
  font-size: 14px;
  cursor: pointer;
  display: flex;
}
.mini-modal .btn-wrap div {
  text-align: center;
  width: 100%;
  position: relative;
}
