/* BASIC css start */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: 'Malgun Gothic', sans-serif;
  background: url('/design/gwang927/file_000000000fc07208ac464b8123c7e75e%20(1).png') no-repeat center center;
  background-size: cover;
  position: relative;
  color: #111;
  font-weight: 700;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.25);
  z-index: -1;
}

/* ÀüÃ¼ ¿©¹é (ÀÌ¹ÌÁö¿Í µ¿ÀÏ ºñÀ²) */
.wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}

/* »ó´Ü */
.top-area {
  text-align: center;
  margin-bottom: 45px;
}

.top-area h1 {
  font-size: 26px;
  color: #000;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.sub {
  font-size: 20px;
  color: #000;
  margin-bottom: 24px;
}

/* ´ë¿ë·® ¹öÆ° */
.bulk-btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 40px;
  border: 1px solid rgba(0,0,0,0.15);
  background: rgba(255,255,255,0.92);
  font-size: 14px;
  text-decoration: none;
  color: #000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Ä«µå */
.card {
  background: rgba(255,255,255,0.94);
  border-radius: 26px;
  padding: 34px 24px;
  box-shadow:
    0 20px 45px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

.card h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 28px;
}

/* ¾È³»¹®±¸ */
.guide {
  font-size: 15px;
  line-height: 0.8;
  margin-bottom: 20px;
}

.guide p {
  margin: 8px 0;
}

.email {
  font-weight: 700;
}

.email a {
  color: red;
  text-decoration: none;
  
}

.notice {
  margin-top: 10px;
}

/* ÀÔ·Â¹Ú½º */
.input-box {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
}

.input-box li {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.input-box li:last-child {
  border-bottom: none;
}

.input-box label {
  flex: 0 0 90px;
  wiite-space: nowrap;
  font-size: 15px;

}

.input-box input {
  flex: 1;
  border: none;
  font-size: 15px;
  outline: none;
  background: transparent;
  font-weight: 700;
}

/* ·Î±×ÀÎ ¹öÆ° (ÀÌ¹ÌÁö µ¿ÀÏÅæ) */
.login-btn {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
  text-decoration: none;
  background: linear-gradient(
    to bottom,
    #e3dbd0,
    #d2c8bb
  );
  color: #000;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  margin-bottom: 20px;
}

/* ÇÏ´Ü ¸µÅ© */
.bottom-links {
  text-align: center;
  font-size: 14px;
}

.bottom-links a {
  text-decoration: none;
  color: #000;
  margin: 0 8px;
}
/* BASIC css end */

