body {
  --popup-btn-color: #fff;
  --popup-btn-bg-color: #017735;
  --popup-btn-shadow: 0px 0px 12px 0px rgba(29, 166, 80, 0.48) inset, 1px 1px 3px 0px #60775e,
  2px 16px 24px 0px rgba(130, 129, 116, 0.24);
  --popup-btn-border-color: #017735;
  --form-btn-color: #fff;
  --form-btn-bg-color: linear-gradient(148deg, rgba(168, 224, 129, 0.4) 18.04%, rgba(1, 119, 53, 0.4) 81.96%),
  #00a348;
  --form-btn-border-color: #017735;
  --form-btn-shadow: 0px 0px 12px 0px rgba(29, 166, 80, 0.48) inset, 1px 1px 3px 0px #60775e,
  2px 16px 24px 0px rgba(130, 129, 116, 0.24);
}

.eventMain .btns-wrap .inner {
  bottom: 10rem;
}

.eventMain .bottom-section {
  padding-bottom: 8.4rem;
  background-color: #33363d;
}

/* S: top-section */
.top-section {
  position: relative;
  background-color: #fcc81a;
}
.user-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: var(--content-width);
  z-index: 19;
}
.user-wrapper-inner {
  padding: 1.6rem 2.8rem;
  background-color: rgba(255, 255, 255, 0.85);
}
.user-wrapper-inner.expend {
  padding: 2.8rem 0;
  background-color: #fff;
  border-radius: 2rem 2rem 0 0;
}
.user-wrapper-inner.expend .scroll-inner {
  padding: 0 2.8rem;
  max-height: 70svh;
  overflow-y: auto;
}
.user-wrapper-inner.expend .login-title-wrap {
  margin-bottom: 2.8rem;
}
.user-wrapper-inner.expend .login-title {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #131313;
}

.user-wrapper .text {
  color: #2f2f2f;
  opacity: 1;
  font-feature-settings: "case" on;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.user-wrapper .privacy-btn {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  height: 5.2rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-family: "Pretendard";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
}

.user-wrapper .privacy-check {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.user-wrapper .privacy-checkbox-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  cursor: pointer;
}
.user-wrapper .privacy-checkbox-title .checkbox {
  display: none;
}
.user-wrapper .privacy-checkbox-title .checkbox + label {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(/assets/scratchV2/images/ic_checkbox.svg) no-repeat center / cover;
}
.user-wrapper .privacy-checkbox-title .checkbox:checked + label {
  background: url(/assets/scratchV2/images/ic_checkbox_on.svg) no-repeat center / cover;
}

.user-wrapper .privacy-checkbox-title .text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}
.user-wrapper .privacy-checkbox-title .privacy-checkbox-arrow {
  width: 2rem;
  transition: all 0.3s ease-in-out;
}
.user-wrapper .privacy-checkbox-title .privacy-checkbox-arrow.on {
  transform: rotate(180deg);
}
.user-wrapper .privacy-check-content {
  height: 0;
  overflow: hidden;
}
.user-wrapper .privacy-check-content.on {
  height: auto;
}
.user-wrapper .privacy-check-content .inner {
  padding: 0.8rem 0 0.8rem 2.8rem;
  color: #2f2f2f;
  font-family: "Pretendard";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem; /* 150% */
  letter-spacing: -0.24px;
}
.user-wrapper .privacy-check-content .inner ul {
  list-style-type: disc;
}
.user-wrapper.login-wrap:not(.is-expanded) .user-wrapper-inner.expend {
  display: none;
}
.user-wrapper.login-wrap.is-expanded .user-wrapper-inner:not(.expend) {
  display: none;
}

.kakao-login-btn {
  color: rgba(0, 0, 0, 0.85);
  background: #fee500;
  border-radius: 0.8rem;
}
.kakao-login-btn .ic_kakao {
  width: 1.8rem;
}
.kakao-login-btn[disabled] .ic_kakao {
  display: none;
}
.kakao-login-btn[disabled] {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  color: rgba(47, 47, 47, 0.3);
  background: linear-gradient(
      148.5deg,
      rgba(255, 255, 255, 0.4) 18.04%,
      rgba(181, 181, 180, 0.4) 81.96%
    ),
    #ffffff;
  box-shadow: 1px 1px 4px #676666, 2px 16px 24px rgba(119, 119, 119, 0.4),
    inset 0px 0px 12px rgba(175, 175, 175, 0.48);
}
.kakao-login-btn[disabled]::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(136, 136, 136);
  border-radius: inherit;
}

.expend-close-btn {
  padding-top: 1.7rem;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  color: #1c1e1b;
  font-weight: 500;
}
#login-btn {
  margin-top: 3.2rem;
  border-radius: 1.2rem;
}
#expend-btn {
  margin-top: 0;
}

.user-wrapper .text.result-text {
  text-align: center;
  font-weight: 400;
}
#go-result-btn {
  margin-top: 0;
  gap: 0.4rem;
  color: var(--popup-btn-color);
  border-radius: 1.2rem;
  border: 2px solid var(--popup-btn-border-color);
  background: var(--popup-btn-bg-color);
  background-blend-mode: multiply, normal;
  box-shadow: var(--popup-btn-shadow);
}
#go-result-btn .ic_arrow {
  width: 1.6rem;
}
.privacy-policy-btn {
  margin-top: 1.6rem;
  display: flex;
  color: #1c1e1b;
  font-feature-settings: "case" on;
  font-family: "Pretendard";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 142.857% */
  letter-spacing: -0.28px;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

/* E: top-section */

.scroll_induction {
  position: fixed;
  bottom: 0;
  max-width: var(--content-width);
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
  z-index: 10;
  display: none;
}
.scroll_induction.is-active {
  opacity: 0;
}