@charset "UTF-8";
/**
 * packageName    : css
 * fileName       : style.scss
 * client         : 경기도시장상권진흥원_통큰세일 모바일웹
 * version        : 1.0
 * author         : jesong
 * date           : 2025-03-28
 * description    : scss 진입점
 */
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard Bold"), url("/assets/fonts/Pretendard-Bold.subset.woff2") format("woff2"), url("/assets/fonts/Pretendard-Bold.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("/assets/fonts/Pretendard-SemiBold.subset.woff2") format("woff2"), url("/assets/fonts/Pretendard-SemiBold.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("/assets/fonts/Pretendard-Medium.subset.woff2") format("woff2"), url("/assets/fonts/Pretendard-Medium.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("/assets/fonts/Pretendard-Regular.subset.woff2") format("woff2"), url("/assets/fonts/Pretendard-Regular.subset.woff") format("woff");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Pretendard", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #111111;
}

body, input, textarea, select, button {
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left;
}

img {
  display: block;
  margin: 0;
}

input, textarea, select, button {
  border: none;
  outline: none;
  background: transparent;
  font: inherit;
  color: inherit;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
}

ul, ol, li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  background: none;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:disabled {
  cursor: default;
}

:focus {
  outline-offset: 0px;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select), :focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.divider-line {
  border-bottom: 1px solid #C4C8CC;
  margin: 32px 0;
  margin-bottom: 32px;
}

.spacing-lg {
  margin-bottom: 32px;
}

.spacing-md {
  margin-bottom: 24px;
}

.footer {
  display: none;
}

.input-row {
  display: flex;
  gap: 12px;
  align-items: center;
}
.input-row .form-input {
  flex: 1;
}
.input-row .btn-verify,
.input-row .btn-confirm {
  white-space: nowrap;
  flex-shrink: 0;
}
.input-row .code-timer {
  font-size: 14px;
  color: #FF0000;
}

.form-group {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
  padding: 32px 24px;
  gap: 24px;
  box-sizing: border-box;
}
.form-group::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #F0F2F7;
}
.form-group:last-of-type::before {
  display: none;
}
.form-group .headline {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.3px;
  word-break: keep-all;
  margin-bottom: 8px;
  color: #000000;
}
.form-group .form-assets {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  gap: 8px;
}
.form-group .form-assets.is-focus .form-input, .form-group .form-assets.is-focus .input-wrap {
  border-color: #299738;
}
.form-group .form-assets.is-error {
  border-color: #FF0000;
}
.form-group .form-assets.is-success {
  border-color: #C4C8CC;
}
.form-group .form-assets .input-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #C4C8CC;
  border-radius: 12px;
  background-color: #ffffff;
  padding-right: 6px;
  gap: 8px 0;
  width: 100%;
  box-sizing: border-box;
}
.form-group .form-assets .input-wrap::placeholder {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #8F959C;
}
.form-group .form-assets .input-wrap .form-input {
  padding: 0 6px 0 16px;
  border: none;
  box-sizing: border-box;
  background-color: #ffffff;
}
.form-group .form-assets .input-wrap .code-success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  color: #299738;
  width: 24px;
  height: inherit;
}
.form-group .form-assets .input-wrap .code-success .icon-check {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url("../../images/icon-check.svg") no-repeat center/contain;
}
.form-group .form-assets .input-wrap.is-error {
  border-color: #FF0000;
}
.form-group .form-assets .input-wrap.is-error .form-input {
  color: #FF0000;
}
.form-group .form-assets .input-wrap.is-disabled {
  background-color: #f5f5f5;
}
.form-group .form-assets .input-wrap.is-disabled .form-input,
.form-group .form-assets .input-wrap.is-disabled .btn-verify {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.form-group .form-label {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #444444;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-group .form-input {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 11.5px 16px;
  color: #000000;
  border: 1px solid #C4C8CC;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #ffffff;
}
.form-group .form-input[type=number] {
  background-color: transparent;
  -moz-appearance: textfield;
}
.form-group .form-input[type=number]::-webkit-outer-spin-button, .form-group .form-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group .form-input::placeholder {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #8F959C;
}
.form-group .form-input:focus {
  outline: none;
  box-shadow: none;
}
.form-group .form-select {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  color: #000000;
  border: 1px solid #C4C8CC;
  border-radius: 12px;
  background-color: #ffffff;
  background-image: url("../../images/icon-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px 24px;
  text-align: left;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
}
.form-group .form-select:not(select) {
  border: 1px solid #C4C8CC;
  background-color: #ffffff;
}
.form-group .form-select:focus {
  outline: none;
  border-color: #299738;
  box-shadow: 0 0 0 2px rgba(0, 122, 255, 0.2);
}

.form-feedback {
  position: relative;
  width: 100%;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  padding-left: 12px;
}
.form-feedback::before {
  content: "•";
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  font-size: inherit;
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.form-feedback.is-success {
  color: #299738;
}
.form-feedback.is-error {
  color: #FF0000;
}
.form-feedback.is-resend {
  justify-content: space-between;
  color: #777777;
}
.form-feedback.is-resend .resend-msg {
  color: #777777;
}
.form-feedback.is-resend .btn-resend {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
  position: relative;
  color: #444444;
  margin-right: 8px;
  box-sizing: border-box;
}
.form-feedback.is-resend .btn-resend::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: currentColor;
}

.input-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.input-row .form-input {
  flex: 1;
}

.code-timer {
  display: flex;
  align-items: center;
  padding-right: 12px;
  color: #299738;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0px;
}

.only-number {
  text-align: left;
  overflow: visible;
}

.purchase-list .purchase-item.input-row.js-purchase-item {
  border: none;
}
.purchase-list .form-label + .input-wrap .purchase-item.input-row {
  border: none;
}
.purchase-list .input-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.purchase-list .input-wrap .purchase-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 8px;
  padding-left: 16px;
  box-sizing: border-box;
}
.purchase-list .input-wrap .purchase-item .receipt-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #777777;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
}
.purchase-list .input-wrap .purchase-item .receipt-label + .form-input {
  text-align: right;
  padding: 0 8px 0 0;
}
.purchase-list .total-price {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 32px;
  padding-bottom: 8px;
  border-bottom: 2px solid #000000;
}
.purchase-list .total-price .label {
  flex-shrink: 0;
  min-width: 90px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #444444;
}
.purchase-list .total-price .total-amount {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  text-align: right;
  overflow: hidden;
  color: #299738;
  font-family: "Pretendard", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
.purchase-list .total-price .total-amount .amount {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  color: #299738;
  font-family: "Pretendard", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
}
.purchase-list .total-price .total-amount .unit {
  color: #299738;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
}

/*경품 정보 입력*/
.gift-info .gift-info-wrap {
  background: #EAF8EB;
  display: flex;
  flex-flow: column nowrap;
  gap: 12px 0;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 12px;
}
.gift-info .gift-info-wrap .refund-title {
  position: relative;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.3px;
  padding-bottom: 12px;
}
.gift-info .gift-info-wrap .refund-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D5E6D7;
}
.gift-info .resident-id {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 8px;
}
.gift-info .resident-id .form-input {
  background-color: #ffffff;
}
.gift-info .info-text {
  padding-left: 16px;
}
.gift-info .info-text::before {
  content: "•";
  top: auto;
  width: 16px;
  height: 16px;
}

.input-with-suffix {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  width: 100%;
  border: 1px solid #C4C8CC;
  border-radius: 12px;
  background-color: #ffffff;
}
.input-with-suffix .form-input {
  flex: 1;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 50px);
  border: none;
  flex: 0 auto;
  padding: 11.5px 22px 11.5px 16px;
}
.input-with-suffix .input-suffix {
  position: absolute;
  top: 12px;
  right: 16px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #444444;
  white-space: nowrap;
}

/*경품 정보 출력*/
.refund-info {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  background-color: #EAF8EB;
  padding: 16px;
  border-radius: 12px;
}
.refund-info .refund-title {
  position: relative;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.3px;
  padding-bottom: 12px;
}
.refund-info .refund-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D5E6D7;
}
.refund-info .refund-list {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
  padding-top: 12px;
}
.refund-info .refund-list .refund-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
}
.refund-info .refund-list .refund-row .label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #444444;
}
.refund-info .refund-list .refund-row .value {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
}
.refund-info .refund-list .refund-row .value > strong {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  margin-right: 2px;
}

.js-group-auth.is-success .input-wrap {
  border-color: #299738;
}
.js-group-auth.is-error .input-wrap {
  border-color: #FF0000;
}
.js-group-auth.is-timeout .input-wrap {
  border-color: #FF0000;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn:hover {
  background-color: #f5f5f5;
}

.btn-verify {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  border-radius: 12px;
  background-color: #E0E7F5;
  color: #0F2F6D;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 8px;
  margin-left: 8px;
  white-space: nowrap;
  min-width: 95px;
}
.btn-verify:disabled, .btn-verify.is-disabled {
  color: #777777;
  cursor: not-allowed;
}

.btn-confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  border-radius: 12px;
  background-color: #E0E7F5;
  color: #0F2F6D;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
  min-width: 56px;
}
.btn-confirm:disabled, .btn-confirm.is-disabled {
  color: #777777;
  cursor: not-allowed;
}
.btn-confirm .icon-check {
  background: url("../../images/icon-check.svg") no-repeat center/contain;
  width: 16px;
  height: 16px;
}

.btn-add {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  height: 48px;
  gap: 10px;
  color: #164194;
  border: none;
}
.btn-add .icon-plus {
  background: url("../../images/icon-plus.svg") no-repeat center/contain;
  width: 16px;
  height: 19px;
}
.btn-add .button-text {
  display: flex;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #0F2F6D;
}

.bottom-button-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #ffffff;
  padding-bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 1000;
  box-sizing: border-box;
}
.bottom-button-wrap::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
.bottom-button-wrap .bottom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  border-radius: 12px;
  background-color: #164194;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.09px;
  margin: 0 24px;
}
.bottom-button-wrap .bottom-button:disabled, .bottom-button-wrap .bottom-button.is-disabled {
  color: #777777;
  cursor: not-allowed;
}

.agree-box {
  width: 100%;
}
.agree-box input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: none;
  background: url("../../images/icon-check-off.svg") no-repeat center/contain;
  cursor: pointer;
  flex-shrink: 0;
}
.agree-box input[type=checkbox]:checked {
  background: url("../../images/icon-check-on.svg") no-repeat center/contain;
}
.agree-box .agree-all {
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #EEEEEE;
}
.agree-box .agree-all span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #000000;
}
.agree-box .agree-list {
  padding-top: 12px;
}
.agree-box .agree-list li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column nowrap;
}
.agree-box .agree-list .agree-item {
  width: 100%;
  color: #444444;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agree-box .agree-list .agree-item span {
  flex: 1;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.3px;
}
.agree-box .agree-list .agree-item .btn-popup {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.agree-box .agree-list .agree-item .icon-arrow {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url("../../images/icon-arrow-right.svg") no-repeat center/contain;
}

.code-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.code-wrap .form-input {
  flex: 1;
}

.code-timer {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #FF0000;
  white-space: nowrap;
  padding: 0 8px;
}
.code-timer.is-success {
  color: #299738;
}

.js-group-auth.is-success .input-wrap {
  border-color: #299738;
}
.js-group-auth.is-error .input-wrap, .js-group-auth.is-timeout .input-wrap {
  border-color: #FF0000;
}

.verify-row {
  display: flex;
  gap: 8px;
}
.verify-row .form-input {
  flex: 1;
}
.verify-row .btn-confirm {
  background-color: #299738;
  color: #ffffff;
  font-size: 14px;
  padding: 0 16px;
  border-radius: 4px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.verify-row .btn-confirm .icon-check {
  background: url("../../assets/images/icon-check.svg") no-repeat center/contain;
  width: 16px;
  height: 16px;
}
.verify-row.is-error .btn-confirm {
  cursor: not-allowed;
}

.verify-grid {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr auto;
  grid-auto-flow: column;
  column-gap: 20px;
  row-gap: 24px;
  overflow: hidden;
}
.verify-grid .button-wrap {
  grid-row: span 2;
  align-self: stretch;
  justify-content: flex-end;
  align-items: center;
}
.verify-grid .button-wrap .btn-confirm {
  width: 96px;
  height: 100%;
  max-height: 148px;
  background-color: #299738;
  color: #ffffff;
  border-radius: 12px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.09px;
  flex-flow: column nowrap;
}
.verify-grid .button-wrap .btn-confirm .icon-button-check {
  background: url("../../images/icon-button-check.svg") no-repeat center/contain;
  width: 32px;
  height: 32px;
  margin: 0 auto 4px;
}

.popup-wrap {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
}
.popup-wrap.is-active {
  display: flex;
}
.popup-wrap .popup-container {
  position: relative;
  background: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 295px;
  max-height: min(577px, 90vh);
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 16px;
}
.popup-wrap .popup-container .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0;
}
.popup-wrap .popup-container .popup-header .popup-title {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #000000;
  margin: 0;
  text-align: left;
}
.popup-wrap .popup-container .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url("../../images/icon-close.svg") no-repeat center/contain;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.popup-wrap .popup-container .popup-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 8px;
}
.popup-wrap .popup-container .popup-content .popup-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.popup-wrap .popup-container .popup-content .popup-message {
  text-align: center;
  margin-bottom: 0;
  color: #444444;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
.popup-wrap .popup-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-top: 1px solid #F0F2F7;
  color: #164194;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.09px;
}
.popup-wrap .scroll-area {
  flex: 1;
  overflow-y: auto;
  text-align: left;
  box-sizing: border-box;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.3px;
  color: #444444;
}
.popup-wrap .scroll-area strong {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.3px;
  color: #000000;
}
.popup-wrap .scroll-area ol {
  list-style: none;
  padding-left: 0;
  margin: 8px 0;
}
.popup-wrap .scroll-area ol li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 2px;
  word-break: keep-all;
}
.popup-wrap .scroll-area ol li::before {
  content: "•";
  position: absolute;
  top: 2px;
  left: -2px;
  width: 14px;
  height: 14px;
  font-size: inherit;
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.popup-wrap .radio-list {
  display: flex;
  flex-direction: column;
}
.popup-wrap .radio-list li .radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
}
.popup-wrap .radio-list li .radio input {
  display: none;
}
.popup-wrap .radio-list li .radio .label-text {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #777777;
}
.popup-wrap .radio-list li .radio input:checked + .label-text {
  color: #000000;
}
.popup-wrap .radio-list li .radio input:checked + .label-text + .icon-check {
  opacity: 1;
}
.popup-wrap .radio-list li .radio .icon-check {
  width: 24px;
  height: 24px;
  background: url("../../images/icon-check.svg") no-repeat center/contain;
  opacity: 0;
}
.popup-wrap .popup-footer {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: stretch;
}
.popup-wrap .popup-footer .btn {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 56px;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
.popup-wrap .popup-footer .btn.btn-primary {
  border-top: 1px solid #F0F2F7;
}
.popup-wrap .popup-footer .btn.btn-cancel {
  border-top: 1px solid #F0F2F7;
  background-color: #ffffff;
  color: #444444;
}
.popup-wrap .popup-footer .btn.btn-confirm {
  border-top: 1px solid #F0F2F7;
  border-left: 1px solid #F0F2F7;
  background-color: #ffffff;
  color: #164194;
}
.popup-wrap.popup-terms .popup-header {
  width: 100%;
}
.popup-wrap.popup-terms .popup-container {
  display: flex;
  flex-direction: column;
  width: 327px;
}
.popup-wrap.popup-terms .popup-container .popup-content {
  overflow-y: auto;
  max-height: 100%;
  padding: 16px 20px 25px;
  box-sizing: border-box;
  margin: 0 auto;
}
.popup-wrap.popup-terms .popup-title {
  margin-bottom: 12px;
  flex-shrink: 0;
}
.popup-wrap.popup-alert .btn-close {
  display: none;
}
.popup-wrap.popup-alert .popup-content {
  min-height: 100px;
  margin: 40px auto 25px;
}
.popup-wrap.popup-alert .popup-footer button {
  color: #164194;
}
.popup-wrap.popup-select .popup-header {
  width: 100%;
  height: 40px;
  justify-content: flex-start;
}
.popup-wrap.popup-select .popup-header .popup-title {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.3px;
}
.popup-wrap.popup-select .popup-content {
  padding: 16px 20px;
  box-sizing: border-box;
}

body {
  overscroll-behavior: none;
}

.wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.wrap .main {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  min-height: 100%;
  background: linear-gradient(to bottom, #ACAEFF 0%, #FFE8D1 70%);
}
.wrap .main > .contents {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  max-width: 500px;
  min-width: 320px;
  margin: 0 auto;
  padding: 16px 0 max(20px, env(safe-area-inset-bottom));
}
.wrap .main > .contents .main-visual {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding-top: max(16px, env(safe-area-inset-top));
  overflow: hidden;
  box-sizing: border-box;
}
.wrap .main > .contents .main-visual > img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  width: auto;
  margin-top: -44px;
}
.wrap .main > .contents .main-visual .text-title {
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000000;
  margin-bottom: 8.53%;
}
.wrap .main > .contents .main-visual .text-title strong {
  font-weight: 700;
}
.wrap .main > .contents .main-visual .button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wrap .main > .contents .main-visual .button-wrap .btn {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.09px;
  border-radius: 40px;
  color: #ffffff;
  padding: 17.5px 24px 17.5px 28px;
  min-width: 295px;
}
.wrap .main > .contents .main-visual .button-wrap .btn .icon {
  width: 45px;
  height: 45px;
  margin-right: 16px;
  box-sizing: border-box;
}
.wrap .main > .contents .main-visual .button-wrap .btn .icon.icon-receipt {
  background: url("../../images/icon-receipt.svg") no-repeat center/contain;
}
.wrap .main > .contents .main-visual .button-wrap .btn .icon.icon-giveaway {
  background: url("../../images/icon-giveaway.svg") no-repeat center/contain;
}
.wrap .main > .contents .main-visual .button-wrap .btn .icon.icon-arrow {
  margin-right: 0;
  margin-left: auto;
  width: 24px;
  height: 24px;
  background: url("../../images/icon-arrow.svg") no-repeat center/contain;
}
.wrap .main > .contents .main-visual .button-wrap .btn-receipt {
  background-color: #164194;
}
.wrap .main > .contents .main-visual .button-wrap .btn-receipt:hover {
  background-color: #164194;
}
.wrap .main > .contents .main-visual .button-wrap .btn-giveaway {
  background-color: #299738;
}
.wrap .main > .contents .intro-footer {
  text-align: center;
  padding-bottom: max(20px, env(safe-area-inset-bottom));
}
.wrap .main > .contents .intro-footer .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28px;
}
.wrap .main > .contents .intro-footer .logo > img {
  max-width: none;
  width: auto;
  height: 100%;
}
.wrap .main > .contents .intro-footer .notice-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  margin-top: 16px;
  color: #000000;
}
.wrap .main > .contents .intro-footer .notice-text > .tel {
  font-weight: 700;
  padding-left: 3px;
}

.event {
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}

.event-visual {
  background: linear-gradient(180deg, #ACAEFF 0%, #FFE8D1 100%);
  padding-top: max(16px, env(safe-area-inset-top));
  overflow: hidden;
}
.event-visual img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -44px;
}

.event-form {
  width: 100%;
}

.contents {
  width: 100%;
  max-width: 500px;
  padding-bottom: 88px;
  margin: 0 auto;
}

.info-text {
  position: relative;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #777777;
  text-align: left;
  word-break: keep-all;
  padding-left: 20px;
}
.info-text::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0.24em;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: currentColor;
}
/*# sourceMappingURL=style.css.map */
