/* BASIC css start */
/* ===== °øÅë ÄÁÅ×ÀÌ³Ê ===== */
.penm-main-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* ÆäÀÌÁö Å¸ÀÌÆ² */
.penm-page-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #403F6F;
  margin-bottom: 40px;
  border-bottom: 2px solid #403F6F;
  padding-bottom: 10px;
}

/* ===== ·Î±×ÀÎ ·¹ÀÌ¾Æ¿ô ===== */
.penm-login-container {
  display: flex;
  gap: 60px;
  background: #fff;
  padding: 50px;
  border: 1px solid #e4eaff;
  border-radius: 12px;
}

.penm-login-section,
.penm-join-section { flex: 1; }

.penm-section-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.penm-section-desc {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.6;
}

/* ÀÔ·Â Æû */
.penm-form-group { margin-bottom: 14px; }

.penm-form-input {
  display: block;
  width: 100%;
  border: 1px solid #cfd4e7;
  background: #fff;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
  background-clip: padding-box;
  border-radius: 10px;
}

.penm-form-input:focus-within {
  border-color: #403F6F;
  box-shadow: 0 0 0 3px rgba(64,63,111,.08);
}

.penm-form-input input {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 14px 16px !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0;
  background: transparent;
  font-size: 0.95rem;
  color: #222;
  line-height: 1.4;
  -webkit-appearance: none;
  appearance: none;
}

/* ¶óº§ */
.penm-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.85rem;
  color: #333;
  font-weight: 600;
}

/* placeholder »ö»ó */
.penm-form-input input::placeholder { color: #bbb; }

/* ºê¶ó¿ìÀú ÀÚµ¿¿Ï¼º »ö»ó ¸®¼Â */
.penm-form-input input:-webkit-autofill {
  -webkit-text-fill-color: #222;
  box-shadow: 0 0 0px 1000px #fff inset;
}

/* ¹öÆ° */
.penm-login-btn {
  width: 100%;
  padding: 15px;
  background: #333;
  color: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin: 18px 0 6px 0;
  border-radius: 10px;
  transition: background .15s ease;
}
.penm-login-btn:hover { background: #222; }

.penm-btn-row { display:flex; justify-content:center; gap:10px; }

/* Ã¼Å©¹Ú½º/¿É¼Ç */
.penm-checkbox-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #333;
}
.penm-checkbox-group input[type="checkbox"]{
  width: 16px;
  height: 16px;
  accent-color: #403F6F;
  vertical-align: middle;
}
.penm-checkbox-label { cursor: pointer; }

/* ±¸ºÐ¼± */
.penm-divider {
  width: 1px;
  background: #e0e0e0;
  margin: 0 30px;
}

/* °¡ÀÔ/Ã£±â ¹öÆ° */
.penm-join-btn {
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #333;
  border: 2px solid #333;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin: 10px 0 20px 0;
  border-radius: 10px;
  transition: background .15s ease, color .15s ease;
}
.penm-join-btn:hover { background: #333; color: #fff; }

.penm-find-section { text-align: left; }

.penm-find-desc {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.5;
}

.penm-find-btn {
  width: 100%;
  padding: 12px;
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
  font-size: 0.9rem;
  cursor: pointer;
  border-radius: 8px;
  transition: background .15s ease;
}
.penm-find-btn:hover { background: #f5f5f5; }

/* ===== SNS ·Î±×ÀÎ ===== */
.penm-sns-login {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}
.penm-sns-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  color: #333;
}
.penm-sns-btn:hover { background: #f2f2f2; }
.penm-sns-kakao { background: #FEE500; border-color: #F8D400; }
.penm-sns-kakao:hover { background: #F5DA00; }
.penm-sns-naver { background: #03C75A; color:#fff; border-color: #02B651; }
.penm-sns-apple { background: #000; color:#fff; border-color: #000; }
.penm-sns-facebook { background: #1877F2; color:#fff; border-color: #1a6ee0; }

/* ===== ºñÈ¸¿ø ÁÖ¹®Á¶È¸ ===== */
.penm-guest-container {
  margin-top: 24px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  border: 1px solid #e4eaff;
  background: #fff;
  padding: 32px;
  border-radius: 12px;
}
.penm-guest-info { width: 36%; }
.penm-guest-form { flex: 1; }

/* Á¢±Ù¼º¿ë ¼û±è ÅØ½ºÆ® */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ===== ¹ÝÀÀÇü ===== */
@media (max-width: 900px) {
  .penm-login-container {
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px;
  }
  .penm-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
  .penm-page-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .penm-section-title { font-size: 1.2rem; }
}

@media (max-width: 720px) {
  .penm-guest-container {
    flex-direction: column;
    gap: 20px;
    padding: 22px 16px;
  }
  .penm-guest-info { width: 100%; }
}

@media (max-width: 480px) {
  .penm-main-container { padding: 20px 15px; }
  .penm-login-container { padding: 25px 15px; }
  .penm-page-title {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  .penm-section-title { font-size: 1.1rem; }
  .penm-section-desc,
  .penm-find-desc { font-size: 0.85rem; }

  .penm-form-input input {
    padding: 10px 12px !important;
    font-size: 0.9rem;
  }

  .penm-login-btn,
  .penm-join-btn {
    padding: 12px;
    font-size: 0.9rem;
  }
  .penm-sns-login { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
/* BASIC css end */

