@charset "utf-8";
.mb80 {
  margin-bottom: 80px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.sign {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100dvh;
}
.sign .s__container {
  max-height: 100vh;
  overflow: auto;
  display: flex;
  justify-content: center;
  padding: 80px 0px;
  position: relative;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign .s__row {
  max-width: 432px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sign-logo {
  width: 200px;
  margin-bottom: 60px;
}
.w100p {
  width: 100%;
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.line1 {
  width: 100%;
  display: flex;
  gap: 8px;
}
.line1 + .line1 {
  margin-top: 8px;
}
.line2 + .line1 {
  margin-top: 8px;
}
.s__input {
  flex: 1;
  border-radius: 4px;
  background: #f7f8fa;
  padding: 12px 20px;
  border: none;
  min-width: 150px;
}
button:hover,
a:hover {
  filter: brightness(0.95);
}
.btn {
  display: inline-flex;
  height: 48px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #eeeff1;
  background: #fff;
  color: #181818;
  font-weight: 600;
}
.main-btn {
  background: #5b9db6;
  color: #fff;
  margin-top: 24px;
}
.sign-bottom-link {
  display: flex;
  margin-top: 32px;
}
.sign-bottom-link li {
  position: relative;
  padding: 0 24px;
  height: 14px;
  display: flex;
  align-items: center;
}
.sign-bottom-link li:nth-child(1) {
  border-right: 1px solid var(--border);
}
.sign-bottom-link li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.sign-bottom-link li a:hover {
  color: var(--main);
}
.sign-bg {
  position: relative;
  height: 100dvh;
}
.sign-bg-back {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sign-bg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sign-title {
  color: #181818;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.sub-title {
  color: #181818;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.sub-title.complete::before {
  content: "";
  display: block;
  background: url(../image/icon_check.svg);
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.sub-title.complete {
  color: var(--main);
  font-weight: 700;
}
.line1 + .sub-title {
  margin-top: 24px;
}
.s__select {
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  background: url("../image/icon_down_arrow.svg") no-repeat 96% 50%/24px auto;
  background-color: #fff;
  padding: 12px 54px 12px 18px;
  border-radius: 5px;
  border: 1px solid var(--border);
  font-size: 16px;
  min-height: 48px;
  margin: 0;
  color: #181818;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.s__select::-ms-expand {
  display: none; /*for IE10,11*/
}
.line2 {
  display: flex;
  align-items: center;
}
.security-btns {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: 4px;
}
.security-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 4px;
  min-width: 140px;
  height: 48px;
}
.line2 p {
  margin-left: 12px;
  color: #ccd0d8;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 1;
}
.warning-text {
  color: #f00;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 6px 0 8px 0;
}
.warning-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/icon_warning.svg);
}
#tel,
#email {
  display: none;
}
.link-text {
  color: #ff6669;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 8px 0 24px;
}
.input-time {
  color: #ff6669;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 15px;
  right: 100px;
}
.line1 {
  position: relative;
}
/* popup */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popupDimbg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
.scroll-off {
  overflow: hidden;
}
.screen-out {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.popup__section {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}
.popup__section.is-open {
  display: block;
}
.popup__dim {
  background: #000;
  opacity: 0;
}
.is-open .popup__dim {
  opacity: 0.4;
  animation: popupDimbg 0.5s;
}
.popup__inner,
.popup__dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__container__group {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 500px;
  max-width: 90%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: fade 0.3s ease;
  margin: 20px auto;
  border: 1px solid #e0e0e0;
}
.popup__container__group.w150 {
  max-width: 15px;
}
.popup__container__group {
  max-height: 80%;
}
.popup__header__group {
  padding: 24px 32px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup__header__title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', sans-serif;
  line-height: 1.4;
}
.popup__header__close {
  width: 24px;
  height: 24px;
  background: url(../image/icon_close.svg) no-repeat center/contain;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
  transition: opacity 0.2s;
  border: none;
  cursor: pointer;
  padding: 0;
}

.popup__header__close:hover {
  opacity: 1;
}
.popup__contents__group {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 32px;
  overflow-y: auto;
  max-height: 60vh;
  background-color: #fff;
}

/* 전화번호 입력 필드 스타일 */
#popupModalKakaoTalk .form-group .s__input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

/* 카카오톡 발송 버튼 스타일 */
#popupModalKakaoTalk .form-group .kakao-send-btn,
#popupModalKakaoTalk .form-group #btnSendKakao {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  background-color: #FAF54E;
  color: #333;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}

#btnSendKakao .btn-text,
#btnSendKakao .loading-spinner {
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  text-align: center;
}

#btnSendKakao .loading-spinner {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#popupModalKakaoTalk .form-group .kakao-send-btn:hover,
#popupModalKakaoTalk .form-group #btnSendKakao:hover {
  background-color: #f0e800;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
  
#popupModalKakaoTalk .form-group .kakao-send-btn:active,
#popupModalKakaoTalk .form-group #btnSendKakao:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Form styles */
.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

#popupModalKakaoTalk .form-group .s__input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
#popupModalKakaoTalk .form-group .s__input:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
  outline: none;
}


.s__input:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
  outline: none;
}

.form-text {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #999;
  line-height: 1.4;
}
/* Modal Footer Buttons */
.popup__button__group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  padding: 24px 32px;
  background-color: #f9f9f9;
  border-top: 1px solid #f0f0f0;
  gap: 12px;
}

.popup__button__group > button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  line-height: 1.5;
}

/* Secondary Button (Cancel) */
.btn--secondary {
  background-color: #f5f5f5;
  color: #555;
  border: 1px solid #ddd;
}

.btn--secondary:hover {
  background-color: #e8e8e8;
  border-color: #ccc;
}

/* Primary Button (Send) */
.btn--primary {
  background-color: #4a90e2;
  color: white;
  border: 1px solid #3a7bc8;
}

.btn--primary:hover {
  background-color: #3a7bc8;
  border-color: #2a6cb0;
}

/* Focus and Active States */
.popup__button__group > button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.3);
}

.popup__button__group > button:active {
  transform: translateY(1px);
}

/* Disabled State */
.popup__button__group > button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.alert {
  display: none;
  margin-top: 10px;
  margin-left: 25px;
  color: #f04c23;
  font-size: 18px;
  line-height: 1;
}
.alert.on,
.alert2.on {
  display: block;
}
.input-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.input-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.input-list li span {
  color: var(--gray01, #848a89);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.input-list li span .red {
  color: #f00;
}
.popup-sm .popup__container__group {
  max-width: 400px;
}
/* popup 끝 */
.input-list li.checkbox-li {
  width: 100%;
}
.input-list li.checkbox-li.checkbox-li-all {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eeeff1;
}
.email-wrap {
  width: 100%;
}
.rrn-container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6px;
}
.rrn-input.s__input {
  min-width: 10px;
  padding: 12px 0px;
  text-align: center;
}

/* 250528 추가 */
.img_logo-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
  width: calc(100% - 88px);
  margin: 0 auto 48px;
}
.sign-bottom-link {
  margin: 32px auto;
}
.info-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  color: var(--Neutral-Cool-Gray-700, #4e5052);
  margin-top: 8px;
}
.link-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.link-btn-wrap p {
  color: var(--Neutral-Cool-Gray-700, #4e5052);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.link-btn-wrap a {
  color: var(--black, #181818);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  height: 48px;
  padding: 14px 38px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--border, #eeeff1);
  background: var(--white, #fff);
}
@media (max-width: 900px) {
  .sign-bg {
    display: none;
  }
  .sign {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  /* popup */
  .popup__container__group {
    width: 100%;
    max-height: 90%;
    border-radius: 20px 20px 0 0;
    animation-name: popupYmove;
  }
  @-webkit-keyframes popupYmove {
    0% {
      opacity: 0;
      transform: translateY(50%);
    }
    100% {
      opacity: 0.4;
      transform: translateY(0);
    }
  }

  .popup__inner {
    align-items: flex-end;
  }
  .popup-sm .popup__container__group {
    max-width: initial;
    animation-name: popupYmove;
    width: calc(100% - 32px);
    border-radius: 20px;
  }
  .popup__inner.popup-sm {
    align-items: center;
  }
  /* popup 끝 */
}
