
.topBanner {

  background-color: #f9f9f9;
}
body {
  margin:0; padding:0;
  font-family: 'Pretendard','Marcellus', sans-serif;
  background:#f9f9f9;
}
.find-wrap {
  width: 100%;
  max-width: 500px;
  margin: 5rem auto;
  background: #fff;
  border: 1px solid #ddd;
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.find-wrap h2 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.find-nav {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  justify-content: center;
}
.find-nav button {
  flex: 1;
  background: #eee;
  border: none;
  font-size: 0.9rem;
  padding: 0.6rem;
  cursor: pointer;
  border-radius: 4px;
}
.find-nav button.active {
  background: #0054b3;
  color: #fff;
}
.find-form {
  display: none;
  text-align: left;
  margin-top: 1.5rem;
}
.form-group {
  margin-bottom: 1.2rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}
.form-group input {
  width: 100%;
  height: 42px;
  padding: 0 0.6rem;
  box-sizing: border-box;
  font-size: 0.95rem;
  border: 1px solid #ccc;
}
.btn-area {
  margin-top: 1rem;
  text-align: center;
}
.btn-area button {
  width: 120px;
  height: 42px;
  border: none;
  font-size: 0.9rem;
  margin: 0 0.4rem;
  cursor: pointer;
  border-radius: 4px;
}
.btn-cancel {
  background: #999; color: #fff;
}
.btn-find {
  background: #0054b3; color: #fff;
}
#msgId, #msgPw {
  margin-top:1rem; 
  font-size:0.9rem; 
  color:#666;
  line-height:1.4;
}
