@charset "UTF-8";
@import url("pretendardvariable.css");
html, body {
  font-family: "Pretendard Variable", sans-serif;
  margin: 0;
  padding: 0;
  word-break: keep-all;
}

body {
  background-color: #59131e;
}

.wrapper {
  width: 860px;
  margin: 0 auto;
}

.title {
  padding: 185px 0 0;
}
.title-text {
  text-align: center;
}
.title-sub {
  font-size: 33.71px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 33px;
}
.title-img {
  text-align: center;
  margin-top: 75px;
}

.howto {
  width: 723px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 27px;
  margin-top: 77px;
  padding: 33px 40px;
  box-sizing: border-box;
  text-align: center;
  filter: drop-shadow(5px 5px 17px rgba(0, 0, 0, 0.45));
}
.howto-title {
  width: 234px;
  height: 54px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  background-color: #59131e;
  border-radius: 27px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
}
.howto-step {
  margin: 0;
  padding: 0;
}
.howto-step > li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  border-top: 2px dotted #d78985;
  padding: 33px 0;
}
.howto-step > li .howto-step-wrap {
  display: flex;
}
.howto-step > li .howto-step-wrap .howto-step-label {
  font-size: 27px;
  font-weight: 700;
  padding: 0 27px 0 33px;
}
.howto-step > li .howto-step-wrap .howto-step-desc-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.howto-step > li .howto-step-wrap .howto-step-desc-wrap .howto-step-desc {
  text-align: left;
  letter-spacing: -2px;
}
.howto-step > li .howto-step-wrap .howto-step-desc-wrap .howto-step-desc > span {
  color: #59131e;
  font-weight: 700;
}
.howto-step > li .howto-step-wrap .howto-step-desc-wrap .howto-step-tag {
  display: flex;
  font-size: 27px;
  margin-top: 27px;
  font-weight: 700;
}
.howto-step > li .howto-step-wrap .howto-step-desc-wrap .howto-step-tag > img {
  margin-top: -10px;
}
.howto-step > li .howto-step-wrap .howto-step-desc-wrap .howto-step-tag > .tag {
  font-size: 23.87px;
  color: #fff;
  background-color: #59131e;
  border-radius: 25px;
  padding: 0 10px;
  margin-left: 7px;
  display: flex;
  align-items: center;
}
.howto-step > li:nth-child(1) {
  padding: 0;
  flex-direction: row;
  align-items: center;
}
.howto-step > li:nth-child(1) .howto-step-img {
  margin-left: -45px;
  padding-top: 5px;
}

.join {
  padding: 100px 0;
  text-align: center;
}
.join-title {
  font-size: 33.24px;
  color: #fff;
  font-weight: 700;
}
.join-btn {
  display: inline-flex;
  width: 520px;
  height: 68px;
  border-radius: 34px;
  background-color: gold;
  color: #59131e;
  font-weight: 800;
  font-size: 38.84px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  filter: drop-shadow(5px 5px 17px rgba(0, 0, 0, 0.45));
  cursor: pointer;
}

.gift-info {
  margin: 0;
  padding: 0;
}
.gift-info > li {
  width: 723px;
  margin: 0 auto;
  list-style-type: none;
  background-color: #fff;
  border-radius: 27px;
  padding: 53px 40px;
  box-sizing: border-box;
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  position: relative;
}
.gift-info > li .gift-info-badge {
  position: absolute;
  background-color: #167748;
  font-size: 37.63px;
  font-weight: 700;
  top: -20px;
  right: -20px;
  width: 106px;
  height: 106px;
  border-radius: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: -2px;
}
.gift-info > li .gift-info-wrap {
  display: flex;
  flex-direction: column;
  letter-spacing: -1px;
}
.gift-info > li .gift-info-wrap .gift-info-label {
  font-size: 23.4px;
  font-weight: 700;
  width: 94px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 17px;
  color: #167748;
  background-color: rgba(22, 119, 72, 0.15);
  border: 1px solid #167748;
}
.gift-info > li .gift-info-wrap .gift-info-title {
  font-size: 36.02px;
  font-weight: 600;
  margin-top: 28px;
}
.gift-info > li .gift-info-wrap .gift-info-title > span {
  font-weight: 900;
  color: #167748;
}
.gift-info > li .gift-info-wrap .gift-info-desc {
  font-size: 21px;
  font-weight: 600;
  margin-top: 15px;
}
.gift-info > li .gift-info-wrap .gift-info-notice {
  font-size: 19.3px;
  color: #444444;
  margin-top: 18px;
}
.gift-info > li.gift2 {
  margin-top: 48px;
  box-shadow: none;
  filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.45));
  justify-content: space-between;
}
.gift-info > li.gift2 .gift-info-label {
  color: #59131e;
  background-color: rgba(89, 19, 30, 0.15);
  border: 1px solid #59131e;
}
.gift-info > li.gift2 .gift-info-title > span {
  color: #59131e;
}
.gift-info > li .gift-info-img {
  filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.45));
}

.notice {
  width: 723px;
  margin: 0 auto;
  padding: 100px 0;
}
.notice-title {
  display: inline;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  padding: 7px 30px;
}
.notice-list {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 20px;
}
.notice-list > li {
  list-style-type: none;
  margin-top: 30px;
}
.notice-list > li::marker {
  content: "* ";
}

.rule {
  width: 723px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 27px;
  margin-top: 77px;
  padding: 33px 40px;
  box-sizing: border-box;
  text-align: center;
  filter: drop-shadow(5px 5px 17px rgba(0, 0, 0, 0.45));
}
.rule-title {
  width: 234px;
  height: 54px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  background-color: #59131e;
  border-radius: 27px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
}
.rule-checklist {
  margin: 0;
  padding: 0;
  border-top: 2px dotted #d78985;
}
.rule-checklist > li {
  list-style-type: none;
  text-align: left;
  font-size: 24.8px;
  padding: 30px 0 0 30px;
}
.rule-checklist > li span {
  font-weight: 700;
}
.rule-checklist > li .right {
  position: relative;
}
.rule-checklist > li .right::before {
  content: "✔️";
  position: absolute;
  left: -40px;
  top: -3px;
}
.rule-checklist > li .wrong {
  color: #ed1b24;
  position: relative;
}
.rule-checklist > li .wrong::before {
  content: "❌";
  position: absolute;
  left: -40px;
  top: -3px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 불투명 검정 */
  display: none; /* 처음엔 안보임 */
  z-index: 1000;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow-y: auto; /* 내용이 넘치면 스크롤 */
  z-index: 1001;
  display: none; /* 처음엔 안보임 */
  max-height: 80vh;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #ccc transparent; /* Firefox */
}
.modal::-webkit-scrollbar {
  width: 6px;
}
.modal::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); /* 스크롤바 색 */
  border-radius: 3px; /* 둥근 모서리 */
}
.modal::-webkit-scrollbar-track {
  background: transparent; /* 트랙 투명 */
}
.modal .input {
  width: 723px;
  min-height: 400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 55px 40px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: 600;
}
.modal .input-form {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.modal .input-form-title {
  font-size: 20px;
  margin-top: 30px;
}
.modal .input-form > label {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.modal .input-form > label > small {
  font-size: 20px;
  font-weight: 600;
}
.modal .input-form > input[type=text], .modal .input-form > input[type=tel] {
  font-size: 24px;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: 400;
  color: #666;
}
.modal .input-form .policy {
  border: 1px solid #000;
  padding: 10px;
  font-size: 20px;
  margin-top: 10px;
}
.modal .input-form-group {
  font-size: 20px;
  margin-top: 10px;
}
.modal .input-form p {
  border: 1px solid #000;
  padding: 10px;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
.modal .input-notice {
  font-size: 20px;
}
.modal .input-submit {
  margin: 30px auto 0;
  width: 200px;
  height: 54px;
  border-radius: 27px;
  background-color: #59131e;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.closeModal {
  display: none;
  background: #000;
  border: 0;
  color: #fff;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1002;
  cursor: pointer;
}
.closeModal svg {
  width: 50px;
  height: 50px;
  display: block;
}

/*# sourceMappingURL=style.css.map */
