@charset "UTF-8";
/* ----------------------------------
 결제 완료 팝업
-----------------------------------*/
@font-face {
  font-family: "Cafe24Ssurround";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.6px;
  text-align: center;
  color: #000;
  word-break: keep-all;
  white-space: normal;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.2;
  text-align: center;
}

img {
  max-width: none;
}

.suspopup-content h2 {
  font-size: 40px; /* 2.5rem */
  font-weight: 700;
  line-height: 1.3;
  font-family: "Cafe24Ssurround";
  margin: 0;
  padding-block: 15px;
  letter-spacing: -2px;
}

.suspopup-content h2 span {
  color: #00c4fb;
}

.suspopup-content h3 {
  font-size: 32px; /* 32px */
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.suspopup-content h4 {
  font-size: 20px; /* 24px */
  font-weight: 400;
  margin: 0;
}

h5 {
  font-size: 14px; /* 14px */
  line-height: 1.4;
}

.sec-gap {
  padding-block: 80px;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 딤처리 및 팝업 중앙 정렬 */
.suspopup-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* 딤 처리 */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  flex-direction: column;
}

/* 모달 내용 배경 */
.suspopup-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  max-width: 616px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
}

.suspopup-backdrop {
  display: none; /* 필요 시 확장 가능 */
}

.suspopup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
}

/* 설명 텍스트 영역 */
.thanks-desc {
  background-color: #33d2ff;
  color: white;
  padding: 24px;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 12px;
}

.thanks-desc h4 span {
  color: #fffc00;
}

/* 아이디 비번 박스 */
.account-info {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}

.info-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  padding: 24px;
  border-top: 1px solid #eee;
  text-align: left;
}

.info-item:first-child {
  border-top: none;
}

/* 로그인 안내 */
.login-guide {
  background: #e5f8fe;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 8px;
}
.login-guide h3 {
  font-weight: 700;
  font-family: "Cafe24Ssurround";
  margin-bottom: 16px;
}

.steps {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 0;
  margin-bottom: 24px;
}

.steps li {
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 16px;
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 164px;
  box-sizing: border-box;
}

.steps li.arrow {
  background: none;
  padding: 0;
  flex: 0 0 auto;
  max-height: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 164px;
}

.steps li img {
  margin-bottom: 8px;
  max-height: 80px;
  object-fit: contain;
}

.steps li p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

/* 버튼 */
.btn-link {
  font-family: "Cafe24Ssurround";
  display: inline-block;
  background: #33d2ff;
  color: #fff;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
}

/* 하단 문구 */
.help-text {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
}

.note {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 616px;
  box-sizing: border-box;
}

.note p {
  margin: 0;
}

.note a {
  color: #fff;
  margin-left: 6px;
  font-weight: bold;
}

.btn-install {
  display: inline-block;
  font-size: 14px;
  color: #00b7ff;
  background-color: #f5fdff;
  border: 1px solid #00b7ff;
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  margin-top: 4px;
}

.btn-link div {
  gap: 6px;
  display: flex;
  align-items: center;
}
